body{
    background-color: #98c3ca;
    background-image:url(star.png);
}

#background {
  align-items: center;
  justify-content: center;
    width: 400px;
    height: 800px;
    position: absolute;
    z-index: 1;
background-color: #ffffff;
    border:2px rgb(0, 0, 0) solid;
}
#controlpanel{
  position: absolute;
  display: flex;
  flex-direction: column;
    width: 100px;
    margin-left: 653px;
    margin-top:20px;

}
#controlpanel button{
    border:2px rgba(190, 10, 10, 0.486) dashed;
    transition: ease .1s;
}
#controlpanel button:hover{
    box-shadow:none;
}
#controlpanel2{
  position: absolute;
  display: flex;
  flex-direction: row;
    width: 250px;
    margin-left: 70px;
    margin-top:766px;
    z-index:99;
    background-color:rgba(255, 255, 255, 0.781);
    border-top:2px dashed rgba(0, 0, 0, 0.267);
    height:35px;
}
#tabscontainer {
    margin-top: 10px;
    margin-left: 406px;
    overflow: scroll;
    width:250px;
    height: 646px;
    z-index: 100;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-size:100%;
    border:2px solid rgba(0, 0, 0, 0);
        border-radius: 20px 20px 20px 20px;
    scroll-behavior:smooth;
}

#tabscontainer {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
#tabscontainer::-webkit-scrollbar {
    display: none;
}
#base {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('Faces/Faces\ \(1\).png');
    position: absolute;
    z-index: 2;
}

#dressupgame{
    margin-left:50px;
    margin-top:90px;
}
#backing{
    position:Absolute;
    background-image:url(rainbow.jpg);
    width:251px;
    height:750px;
    background-size:100%;
    border-radius: 0px 20px 20px 20px;
    margin-top:8px;
    margin-left: 405px;
    border:2px rgb(0, 0, 0) solid;
    border-right: 2px black dashed;
    border-top: 2px black dashed;

}
.invisible {
    display: none;
    pointer-events: none;
}
.tabcontent {
    display: none;
}
#btmsTab img {
  width:80px !important;
  height: 90px !important;
  object-fit: cover;
  object-position: bottom;
}
#topsTab img {
  width:80px !important;
  height: 90px !important;
  object-fit: cover;
  object-position: top center;
}
#accsTab img {
  width:80px !important;
  height: 90px !important;
  object-fit: cover;
  object-position: center;
}
#accsTab img.earring {
  width: 120px !important;
  object-fit: cover;
  object-position: center;
}
#hairTab img {
  width:120px !important;
  height: 200px !important;
  object-fit: cover;
  object-position: top;
}
#hairTab img.alien {
  width: 120px !important;
  height:100px !important;
  object-fit: cover;
  object-position: center;
}
#facesTab img {
  width:120px !important;
  object-fit: cover;
  object-position: center;
}
#jacketsTab img {
  width:120px !important;
  height: 140px !important;
  object-fit: cover;
  object-position: top center;
}
#dressesTab img {
  width:120px !important;
  height: 130px !important;
  object-fit: cover;
  object-position: center;
}
#shoesTab img{
    width:122px !important;
  height: 120px !important;
  object-fit: cover;
  object-position: center;
}
.tabcontent img.selected {
  background-color:rgba(255, 255, 255, 0.562);
    border-radius:10px;
}
.tabcontent img{
    border: 0px solid #000000;
    border-radius: 10px;
    background-color:#e2010100;
    box-shadow: 0px 0px 5px 2px inset rgba(56, 55, 55, 0.404);

}
.tabcontent img:hover {
    cursor: pointer;

}
[id^="acc"] {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    background-position: center;
    z-index: 20;
}
[id^="top"] {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    background-position: center;
    z-index: 4;
}
[id^="shoes"] {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    background-position: center;
    z-index: 2;
}
[id^="bottoms"] {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    background-position: center;
    z-index: 5;
}
[id^="hair"] {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    background-position: center;
    z-index: 11;
}
[id^="face"] {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    background-position: center;
    z-index: 2;
}
[id^="jackets"] {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    background-position: center;
    z-index: 10;
}
[id^="dresses"] {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    background-position: center;
    z-index: 3;
}

.togglebtn1{
    background-color:rgb(240, 18, 18);
    box-shadow: 0px 5px #da1b1b;
    border-color: rgb(189, 12, 12) !important;
    border-radius: 0px 10px 10px 3px;
    width:50px;
    height:60px;
    margin: 5px;
    color:#f7f7f7;
    font-size:30px;
    text-align:center;
    align-items:center;
    justify-content:center;
}
.togglebtn2{
 background-color:rgb(241, 238, 58);
    box-shadow: 0px 5px #e6b737;
    border: 0px;
    border-color: rgb(238, 172, 29) !important;
    border-radius: 0px 10px 10px 3px;
    width:50px;
    height:60px;
    margin: 5px;
}.togglebtn3{
     background-color:rgb(252, 171, 51);
    box-shadow: 0px 5px #fc761d;
    border-color: rgb(238, 106, 29) !important;
    border: 0px;
    border-radius: 0px 10px 10px 3px;
    width:50px;
    height:60px;
    margin: 5px;
}.togglebtn4{
    background-color:rgb(136, 240, 18);
    box-shadow: 0px 5px #0dbd07;
    border: 0px;
    border-color: rgb(13, 160, 45) !important;
    border-radius: 0px 10px 10px 3px;
    width:50px;
    height:60px;
    margin: 5px;
}.togglebtn5{
    background-color:rgb(18, 214, 240);
    box-shadow: 0px 5px #058488;
    border-color: rgb(25, 141, 156) !important;
    border: 0px;
    border-radius: 0px 10px 10px 3px;
    width:50px;
    height:60px;
    margin: 5px;
}.togglebtn6{
     background-color:rgb(18, 88, 240);
    box-shadow: 0px 5px #050e88;
     border-color: rgb(25, 27, 156) !important;
    border: 0px;
    border-radius: 0px 10px 10px 3px;
    width:50px;
    height:60px;
    margin: 5px;
}.togglebtn7{
    background-color:rgb(177, 18, 240);
    box-shadow: 0px 5px #88056c;
    border-color: rgb(75, 8, 163) !important;
    border: 0px;
    border-radius: 0px 10px 10px 3px;
    width:50px;
    height:60px;
    margin: 5px;
}.togglebtn8{
     background-color:rgb(243, 50, 243);
    box-shadow: 0px 5px hsl(320, 89%, 43%);
    border-color: rgb(161, 18, 114) !important;
    border: 0px;
    border-radius: 0px 10px 10px 3px;
    width:50px;
    height:60px;
    margin: 5px;
}

.togglebtn1 .tooltip { background-color: rgb(240, 18, 18); border-color: rgb(189, 12, 12); color: rgb(252, 252, 252); }
.togglebtn2 .tooltip { background-color: rgb(241, 238, 58); border-color: rgb(238, 172, 29); color: #f8990b;}
.togglebtn3 .tooltip { background-color: rgb(252, 171, 51); border-color: rgb(238, 106, 29); color: rgb(245, 244, 244); }
.togglebtn4 .tooltip { background-color: rgb(136, 240, 18); border-color: rgb(13, 160, 45) ; color: rgb(13, 160, 45) ; }
.togglebtn5 .tooltip { background-color: rgb(18, 214, 240); border-color: rgb(25, 141, 156); color: white; }
.togglebtn6 .tooltip { background-color: rgb(18, 88, 240); border-color: rgb(25, 27, 156); color:  rgb(25, 27, 156)}
.togglebtn7 .tooltip { background-color: rgb(177, 18, 240); border-color: rgb(75, 8, 163); color: rgb(252, 252, 252);  }
.togglebtn8 .tooltip { background-color: rgb(243, 50, 243); border-color:rgb(161, 18, 114); color: rgb(161, 18, 114) }

img {
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: pixelated;
    image-rendering: optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
  }
.resetbtn {
    background-color: #00000000;
    color: rgb(0, 0, 0);
    font-weight: bold;
    font-size:30px;
    border:none;
    margin-left:130px;
}
.resetbtn:hover {
color:rgb(250, 5, 5);}

.resetbtn .tooltip {
  background-color: rgb(250, 2, 2);
  color: #ffffff;
  margin-left:-10px;
  margin-top:-50px;
  width:20px !important;
}
.savebtn {
    background-color: #44ff4400;
    color: rgb(12, 12, 12);
    font-weight: bold;
    border:none;
    font-size:30px;
}
.savebtn:hover {
color:rgb(43, 184, 8);
}
.savebtn .tooltip {
  background-color: rgb(20, 214, 13);
  color: #127005;
  border-color:rgb(3, 75, 3);
  margin-left:-10px;
  margin-top:-50px;
  width:20px !important;
}
.submitbtn {
    background-color: #00000000;
    color: rgb(0, 0, 0);
    font-weight: bold;
    font-size:30px;
    border:none;
}
a{
    background-color: #00000000;
    color: rgb(0, 0, 0);
    font-weight: bold;
    font-size:30px;
    border:none;

}
a:hover {
color:rgb(72, 83, 247);
}
.submitbtn .tooltip {
  background-color: rgb(36, 86, 221);
  color: #80b2f5;
  border-color:blue;
  margin-left:-10px;
  margin-top:-50px;
  width:20px !important;
}
.clearbtn {
     background-color:rgb(90, 83, 90);
    box-shadow: 0px 5px hsl(0, 0%, 0%);
    border-color: rgb(0, 0, 0) !important;
    border: 0px;
    border-radius: 0px 10px 10px 3px;
    width:50px;
    height:60px;
    margin: 5px;
    font-size:50px;
    text-align:center;
    align-items:center;
    justify-content:center;
}
.clearbtn:hover {
    color:rgb(253, 253, 248);
}
.clearbtn .tooltip {
  background-color: rgb(90, 83, 90);
  border-color: #000000;
  color: white;
}
.svg-icon {
  width: 30px;
  height: 25px;
  cursor:pointer;
}

button:hover #Reset{
filter: brightness(0) saturate(100%) invert(15%) sepia(80%) saturate(6474%) hue-rotate(357deg) brightness(98%) contrast(114%);}
button:hover #Save{
filter: brightness(0) saturate(100%) invert(54%) sepia(76%) saturate(1400%) hue-rotate(85deg) brightness(96%) contrast(94%);}
button:hover #Send{
filter: brightness(0) saturate(100%) invert(19%) sepia(87%) saturate(2639%) hue-rotate(216deg) brightness(93%) contrast(96%);}


.arrow {
    cursor: pointer;
}
.arrow:hover .rounded-arrow {
    filter:
        brightness(0) saturate(100%) invert(89%) sepia(91%) saturate(7498%) hue-rotate(359deg) brightness(105%) contrast(105%);
}
.videonav .rounded-arrow {
    width: 30px;
    height: 40px;
}

.Clear{
    position:Absolute;
    width:40px;
    height:40px;
    margin-left:-20px !important;
    margin-top:-20px;
}

.Clear:hover{
filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(198deg) brightness(106%) contrast(101%);}


.tooltip {
  visibility: hidden;
  width: auto;
  min-width: 80px;
  background-color: #ffeb3b;
  color: #ff5722;
  text-align: center;
  border-radius: 16px;
  padding: 8px 12px;
  position: absolute;
  z-index: 1000;
  margin-top:-30px;
  margin-left: 85px;
  transform: translateX(-50%) scale(0.9);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  font-size: 16px;
  font-weight: bold;
  font-family: 'Comic Sans MS', cursive, sans-serif;
  pointer-events: none;
  border: 2px dashed #000000;
  white-space: nowrap;
  animation: bounce 1s infinite alternate;
}
button:hover .tooltip {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) scale(1);
}
button {
  position: relative;
}

#controlpanel img{
    margin-left:-9px;
}
.tab-active {
    box-shadow:none;
     transition: all 0.2s ease;
}
.tab-active img{
      opacity: 0.7;

}
#controlpanel button:hover img {
    opacity: 0.7;
    transition: opacity 0.2s ease;
}
.rightbar{
    position:Absolute;
}
#intro{
    position:Absolute;
    color:rgb(248, 47, 205);
    font-family: ms ui gothic;
    font-weight:bold;
    overflow:Scroll;
    text-wrap: balance break-word;
    font-size:13px;
    text-align:left;
    margin-left:799px;
    margin-top:254px;
    z-index:9;
    width:205px;
    height:110px;
    scroll-behavior:smooth;


}
#intro {
-ms-overflow-style: none;
scrollbar-width: none;
}
#intro::-webkit-scrollbar {
    display: none;
}
.videonav {
position:absolute;
display: flex;
align-items: center;
margin-left:760px;
margin-top:400px;
z-index:20;
}
.videotitle {
width: 210px;
height:50px;
text-align: center;
padding-top:20px;
font-family: Dream;
font-size: 20px;
color:yellow;
background-color:rgba(245, 236, 241, 0);
border:2px dashed yellow;
margin-left:5px;
margin-top:-6px;
border-radius:5px;
-webkit-text-stroke: 2px rgb(255, 166, 0);

}
        #Prev{
            margin-left:0px;
        }
         #Next{
            margin-left:5px;
        }
#featpic {
position:Absolute;
margin-left:803px;
margin-top:-296px;
background-color:rgba(0, 0, 0, 0.479);
width:197px;
height:257px;
z-index:-2;
transform:rotate(2deg);
border-radius:5px;
border:none;
}

.gallery-image {
  position: absolute;
  margin-left:25px;
width:70%;
height:100%; 
  background-size: 100%; 
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  outline:none !important;
}

.gallery-image.active {
  opacity: 1;
  outline:none !important;
}
 @font-face {
  font-family:"Dream";
  src: url("Daydream.ttf")
  format("truetype");
}
h2{
    position:Absolute;
    font-family:dream;
    color:rgb(0, 0, 0);
    background-color:rgb(255, 255, 255);
    font-size:9px;
    margin-top:683px;
    margin-left:152px;
    z-index:99;
    opacity:.2;
}
.tut{
    position:absolute;
    font-family:ms ui gothic;
    margin-top:700px;
    width:100px;
    text-wrap:nowrap;
    margin-left:5px;
    color:blue;
    transform:rotate(-19deg);
}
.dress{
    position:absolute;
    font-family:DREAM;
    margin-top:-15px;
    width:100px;
    text-wrap:nowrap;
    margin-left:488px;
    color:rgb(250, 237, 62);
     -webkit-text-stroke: 2px rgb(255, 166, 0);

}
p a{
    color:pink;
    font-size:13px;
}
#wrap{
  margin-left:100px;
}
@media (min-width: 1900px) and (min-height: 900px) {
    body {
     overflow: hidden;
    }
}
    .color {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    width: 25px;
    margin-left: 5px;
    margin-top: 16px;
    z-index: 6;
    background-color:rgba(255, 255, 255, 0.733);
    border-radius:20px 0px 0px 20px;
    border: 2px dashed rgb(245, 206, 206);
}

.circle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 3px;
    cursor: pointer;
    border: 2px dashed #11111138;
}

.circle:hover {
    transform: scale(1.1);
}
.color .tooltip {
    background-color:rgba(255, 255, 255, 0.733);
        border: 2px dashed rgb(245, 206, 206);

  color: #3f3f3c;
  margin-left:-30px;
  margin-top:200px;
  width:auto !important;
}
.color:hover .tooltip {
  visibility: visible;
  opacity: 1;
}




/* SB */
::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}

::-webkit-scrollbar-track {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAIAAAD91JpzAAAAFElEQVQIW2M4fPz0////GYAYyAIASnoKpV3w4kgAAAAASUVORK5CYII=");
  image-rendering: pixelated;
  background-color: #ab84f8;
}
::-webkit-scrollbar-track:active {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAIAAAD91JpzAAAAEElEQVQIW2No6+pjgAAgCwAWogM9VKrgGQAAAABJRU5ErkJggg==");
  background-color: #a593c7;
}

::-webkit-scrollbar-thumb {
  border-top: 1px solid #d9d1e9;
  border-left: 1px solid #d9d1e9;
  border-right: 1px solid #6a4a9a;
  border-bottom: 1px solid #6a4a9a;
  box-shadow: inset 1px 1px 0 0 #f0ecf7, inset -1px -1px 0 0 #8e7bb5;
  width: 16px;
  height: 16px;
  background-color: #c3b4e3;
  z-index: 1;
}

::-webkit-scrollbar-corner {
  background-color: #c3b4e3;
}

::-webkit-resizer {
  width: 16px;
  height: 16px;
  background-color: #c3b4e3;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAN0lEQVR4Ae3MgQUAMBRDwU5fFF05lb/CARTBw2Ulof0DxPtcwp3hNuEYnjbcEW4TjuFpwx3h9gMWGgZ2Y/PT2gAAAABJRU5ErkJggg==");
  background-position: bottom right;
  background-repeat: no-repeat;
  image-rendering: pixelated;
}

::-webkit-scrollbar-button,
::-webkit-scrollbar-button {
  border-top: 1px solid #d9d1e9;
  border-left: 1px solid #d9d1e9;
  border-right: 1px solid #6a4a9a;
  border-bottom: 1px solid #6a4a9a;
  box-shadow: inset 1px 1px 0 0 #f0ecf7, inset -1px -1px 0 0 #8e7bb5;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #c3b4e3;
  image-rendering: pixelated;
  background-repeat: no-repeat;
  background-position: center center;
}
::-webkit-scrollbar-button:active,
::-webkit-scrollbar-button:active {
  background-position: 2px 2px;
}
::-webkit-scrollbar-button:horizontal:decrement,
::-webkit-scrollbar-button:horizontal:decrement {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAAHklEQVQY02NgoBT8xyX8H5fwf1zCpOjAYwceV1EEAAO2D/HsQ4vsAAAAAElFTkSuQmCC");
}
::-webkit-scrollbar-button:horizontal:increment,
::-webkit-scrollbar-button:horizontal:increment {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAAHUlEQVQY02NgIB/8xy3xH7fEf9wS/0nUQZqrKAYAK44P8ZRmzLQAAAAASUVORK5CYII=");
}
::-webkit-scrollbar-button:vertical:decrement,
::-webkit-scrollbar-button:vertical:decrement {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGklEQVR4AWMYxuA/SYphmETFhDX9x4mHGQAAcL4P8dQiMq8AAAAASUVORK5CYII=");
}
::-webkit-scrollbar-button:vertical:increment,
::-webkit-scrollbar-button:vertical:increment {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAAF0lEQVQY02NgoBf4jwJxSOHQhcNAOgMAWWAP8Rv2U3UAAAAASUVORK5CYII=");
}
::-webkit-scrollbar-button:horizontal:increment:start,
::-webkit-scrollbar-button:horizontal:increment:start {
  display: none;
}
::-webkit-scrollbar-button:horizontal:decrement:end,
::-webkit-scrollbar-button:horizontal:decrement:end {
  display: none;
}
::-webkit-scrollbar-button:vertical:increment:start,
::-webkit-scrollbar-button:vertical:increment:start {
  display: none;
}
::-webkit-scrollbar-button:vertical:decrement:end,
::-webkit-scrollbar-button:vertical:decrement:end {
  display: none;
}
::-webkit-scrollbar-button:active,
::-webkit-scrollbar-button:active {
  border-top: 1px solid #8e7bb5;
  border-left: 1px solid #8e7bb5;
  border-bottom: 1px solid #8e7bb5;
  border-right: 1px solid #8e7bb5;
  box-shadow: none;
}

