body {
  /* display: flex; */
  justify-content: center;
  /* height: 100vh; */
  padding: 0px;
  margin: 0px;
  overflow: auto;
  font-family: 'Nanum Gothic', sans-serif;
  background: url('SitePictures/background-2426328.webp') no-repeat center
    center fixed;
  background-size: cover;
  /* background-repeat: no-repeat;  */
  /* perspective: 700px; */
}

body * {
  box-sizing: border-box;
  /* transform-style: preserve-3d; */
}

h1 {
  color: #39dc79;
  font-size: 10mm;
  text-decoration: underline overline;
  text-decoration-color: #1c8adb;
}

h2 {
  color: #39dc79;
}

table#t-index {
  background-color: rgb(51, 51, 51);
  background-color: #333;
  border-radius: 8px;
  overflow: hidden;
}
/* Apply styles to alternate rows for better readability */
#t-index tr:nth-child(even) {
  background-color: #444; /* Slightly darker background color */
}

/* table tr td:nth-child(3){
		padding: 1%;
	  } */
table tr td {
  color: #39dc79;
  font-size: larger;
}
tbody tr th {
  color: #39dc79;
}

tbody tr th ul li {
  color: #39dc79;
  font-size: larger;
}
tbody tr th div {
  color: #39dc79;
}

/*              ////////////////                 General site css above            //////////////  */

/*              ////////////////                 Title css below            //////////////  */

@media (min-width: 666px) {
  body nav {
    position: fixed; /* keeps it stuck at the top */
    top: 0; /* aligns to top of viewport */
    left: 0;
    width: 100%;
    z-index: 9999; /* ensures it stays above other content */

    background: #222;
  }

  body nav ol {
    width: 100%;
    /* height: 50px; */
    display: flex;
    justify-content: space-around;
    padding: 0px;
    margin: 0px;
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  body nav ol li {
    display: inline-block;
    padding: 0px;
    height: 60px;
    transform-style: preserve-3d;
    flex-grow: 1;
    text-align: center;
    position: relative;
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  body nav ol li:nth-of-type(4) ol:after {
    content: '\f06d';
    font-family: FontAwesome;
  }
  body nav ol li:hover ol:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    bottom: -30px;
    left: -15px;
    transform: rotate(45deg) scale(0.5);
    border: 3px solid orange;
    border-color: orange transparent transparent orange;
    background: linear-gradient(
      45deg,
      transparent -50%,
      transparent 45%,
      orange 45%,
      orange 55%,
      transparent 55%,
      transparent 125%
    );
    background-repeat: no-repeat;
    animation: clipin 0.4s ease-in 1 forwards;
    animation-delay: 0.2s;
    -webkit-clip-path: polygon(35% 35%, 35% 0, 35% 0, 35% 35%, 0 35%, 0 35%);
    clip-path: polygon(35% 35%, 35% 0, 35% 0, 35% 35%, 0 35%, 0 35%);
  }
  body nav ol li:hover li {
    position: relative;
  }
  body nav ol li:hover li:first-of-type:before {
    display: none;
  }
  body nav ol li:hover li:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    right: -30px;
    top: -15px;
    left: auto;
    transform: rotate(-45deg) scale(0.5);
    border: 3px solid red;
    border-color: red transparent transparent red;
    background: linear-gradient(
      45deg,
      transparent -50%,
      transparent 45%,
      red 45%,
      red 55%,
      transparent 55%,
      transparent 125%
    );
    background-repeat: no-repeat;
    animation: clipin 0.4s ease-in 1 forwards;
    -webkit-clip-path: polygon(35% 35%, 35% 0, 35% 0, 35% 35%, 0 35%, 0 35%);
    clip-path: polygon(35% 35%, 35% 0, 35% 0, 35% 35%, 0 35%, 0 35%);
  }
  @keyframes clipin {
    0% {
      -webkit-clip-path: polygon(35% 35%, 35% 0, 35% 0, 35% 35%, 0 35%, 0 35%);
      clip-path: polygon(35% 35%, 35% 0, 35% 0, 35% 35%, 0 35%, 0 35%);
    }
    50% {
      -webkit-clip-path: polygon(35% 35%, 35% 0, 35% 0, 35% 35%, 0 35%, 0 35%);
      clip-path: polygon(35% 35%, 35% 0, 35% 0, 35% 35%, 0 35%, 0 35%);
    }
    75% {
      -webkit-clip-path: polygon(
        35% 35%,
        35% 0,
        100% 0,
        100% 100%,
        0 100%,
        0 35%
      );
      clip-path: polygon(35% 35%, 35% 0, 100% 0, 100% 100%, 0 100%, 0 35%);
    }
    100% {
      -webkit-clip-path: polygon(
        100% 100%,
        100% 0,
        100% 0,
        100% 100%,
        0 100%,
        0 100%
      );
      clip-path: polygon(100% 100%, 100% 0, 100% 0, 100% 100%, 0 100%, 0 100%);
    }
  }
  /* body nav ol li ol:after {
	  content: "\f25b";
	  font-family: FontAwesome;
	  vertical-align: center;
	  font-size: 150px;
	  color: #ff8000;
	  position: absolute;
	  padding-top: 40px;
	  height: calc(100% - 40px);
	  width: 100%;
	  left: -100%;
	  top: 0;
	  background: orange;
	  transform: rotate(-90deg);
	  transform-origin: 0% 0%;
	  transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	} */
  body nav ol li:nth-of-type(1):hover a {
    color: #222;
  }
  body nav ol li:nth-of-type(1):hover ol li a {
    color: #fff;
  }
  body nav ol li:nth-of-type(1):hover:before {
    transform: translateY(0) rotate(0deg);
  }
  body nav ol li:nth-of-type(1):before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ff2b00;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(-150%) rotate(-5deg);
  }
  body nav ol li:nth-of-type(2):hover a {
    color: #222;
  }
  body nav ol li:nth-of-type(2):hover ol li a {
    color: #000;
  }
  body nav ol li:nth-of-type(2):hover:before {
    transform: translateY(0) rotate(0deg);
  }
  body nav ol li:nth-of-type(2):before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f50;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(-150%) rotate(-5deg);
  }
  body nav ol li:nth-of-type(3):hover a {
    color: #222;
  }
  body nav ol li:nth-of-type(3):hover ol li a {
    color: #000;
  }
  body nav ol li:nth-of-type(3):hover:before {
    transform: translateY(0) rotate(0deg);
  }
  body nav ol li:nth-of-type(3):before {
    content: '';
    position: absolute;
    width: 100%;
    height: 105%;
    background: #ff8000;
    top: -3%;
    left: 0;
    z-index: -1;
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(-150%) rotate(-5deg);
  }
  body nav ol li:nth-of-type(4):hover a {
    color: #222;
  }
  body nav ol li:nth-of-type(4):hover ol li a {
    color: #000;
  }
  body nav ol li:nth-of-type(4):hover:before {
    transform: translateY(0) rotate(0deg);
  }
  body nav ol li:nth-of-type(4):before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fa0;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(-150%) rotate(-5deg);
  }
  body nav ol li:nth-of-type(5):hover a {
    color: #222;
  }
  body nav ol li:nth-of-type(5):hover ol li a {
    color: #000;
  }
  body nav ol li:nth-of-type(5):hover:before {
    transform: translateY(0) rotate(0deg);
  }
  body nav ol li:nth-of-type(5):before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffd500;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(-150%) rotate(-5deg);
  }
  body nav ol li:nth-of-type(6):hover a {
    color: #222;
  }
  body nav ol li:nth-of-type(6):hover ol li a {
    color: #000;
  }
  body nav ol li:nth-of-type(6):hover:before {
    transform: translateY(0) rotate(0deg);
  }
  body nav ol li:nth-of-type(6):before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ff0;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(-150%) rotate(-5deg);
  }
  body nav ol li:nth-of-type(7):hover a {
    color: #222;
  }
  body nav ol li:nth-of-type(7):hover ol li a {
    color: #000;
  }
  body nav ol li:nth-of-type(7):hover:before {
    transform: translateY(0) rotate(0deg);
  }
  body nav ol li:nth-of-type(7):before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #d5ff00;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(-150%) rotate(-5deg);
  }
  body nav ol li:nth-of-type(8):hover a {
    color: #222;
  }
  body nav ol li:nth-of-type(8):hover ol li a {
    color: #000;
  }
  body nav ol li:nth-of-type(8):hover:before {
    transform: translateY(0) rotate(0deg);
  }
  body nav ol li:nth-of-type(8):before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #af0;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(-150%) rotate(-5deg);
  }
  body nav ol li:nth-of-type(9):hover a {
    color: #222;
  }
  body nav ol li:nth-of-type(9):hover ol li a {
    color: #000;
  }
  body nav ol li:nth-of-type(9):hover:before {
    transform: translateY(0) rotate(0deg);
  }
  body nav ol li:nth-of-type(9):before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #80ff00;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(-150%) rotate(-5deg);
  }
  body nav ol li:nth-of-type(10):hover a {
    color: #222;
  }
  body nav ol li:nth-of-type(10):hover ol li a {
    color: #000;
  }
  body nav ol li:nth-of-type(10):hover:before {
    transform: translateY(0) rotate(0deg);
  }
  body nav ol li:nth-of-type(10):before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #5f0;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(-150%) rotate(-5deg);
  }
  body nav ol li:hover ol {
    transform: translateY(0) translateZ(-1px);
  }
  body nav ol li:hover ol:after {
    transform: rotate(0deg);
    padding: 0;
  }
  body nav ol li:hover ol li:nth-of-type(1n) {
    transform: none;
    margin: 0px;
  }
  body nav ol li:hover ol li:nth-of-type(1n):hover:after {
    opacity: 1;
    top: 0vh;
  }
  body nav ol li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 900;
    display: block;
    height: 100%;
    padding: 5%;
  }
  body nav ol li ol {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 120%;
    z-index: 10;
    transform: translateY(-110%); /* smaller negative value */
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    visibility: hidden; /* completely hides the dropdown */
  }
  body nav ol li:hover > ol {
    transform: translateY(0); /* slides into correct place */
    opacity: 1;
    visibility: visible; /* show dropdown */
  }
  body nav ol li ol:hover li:nth-of-type(1n):hover {
    /* padding: 20px;  */
    height: 50px;
    width: 120%;
    padding: 0px;
  }
  body nav ol li ol li {
    display: block;
    margin: 80px 0;
    height: 50px;
    padding: 0;
  }
  body nav ol li ol li a {
    font-size: 14px;
    display: block;
    padding: 4%;
  }
  body nav ol li ol li:before {
    display: none;
    padding: 0;
  }
  body nav ol li ol li:nth-of-type(1) {
    transition-delay: 0.1s;
    background: #ff2b00;
  }
  body nav ol li ol li:nth-of-type(1):before {
    animation-delay: 0.05s;
    background: linear-gradient(
      45deg,
      transparent -50%,
      transparent 45%,
      #ff2b00 45%,
      #ff2b00 55%,
      transparent 55%,
      transparent 125%
    );
    background-repeat: no-repeat;
    border-color: #ff2b00 transparent transparent #ff2b00;
  }
  body nav ol li ol li:nth-of-type(2) {
    transition-delay: 0.2s;
    background: #f50;
  }
  body nav ol li ol li:nth-of-type(2):before {
    animation-delay: 0.1s;
    background: linear-gradient(
      45deg,
      transparent -50%,
      transparent 45%,
      #f50 45%,
      #f50 55%,
      transparent 55%,
      transparent 125%
    );
    background-repeat: no-repeat;
    border-color: #f50 transparent transparent #f50;
  }
  body nav ol li ol li:nth-of-type(3) {
    transition-delay: 0.3s;
    background: #ff8000;
  }
  body nav ol li ol li:nth-of-type(3):before {
    animation-delay: 0.15s;
    background: linear-gradient(
      45deg,
      transparent -50%,
      transparent 45%,
      #ff8000 45%,
      #ff8000 55%,
      transparent 55%,
      transparent 125%
    );
    background-repeat: no-repeat;
    border-color: #ff8000 transparent transparent #ff8000;
  }
  body nav ol li ol li:nth-of-type(4) {
    transition-delay: 0.4s;
    background: #fa0;
  }
  body nav ol li ol li:nth-of-type(4):before {
    animation-delay: 0.2s;
    background: linear-gradient(
      45deg,
      transparent -50%,
      transparent 45%,
      #fa0 45%,
      #fa0 55%,
      transparent 55%,
      transparent 125%
    );
    background-repeat: no-repeat;
    border-color: #fa0 transparent transparent #fa0;
  }
  body nav ol li ol li:nth-of-type(5) {
    transition-delay: 0.5s;
    background: #ffd500;
  }
  body nav ol li ol li:nth-of-type(5):before {
    animation-delay: 0.25s;
    background: linear-gradient(
      45deg,
      transparent -50%,
      transparent 45%,
      #ffd500 45%,
      #ffd500 55%,
      transparent 55%,
      transparent 125%
    );
    background-repeat: no-repeat;
    border-color: #ffd500 transparent transparent #ffd500;
  }
  body nav ol li ol li:nth-of-type(6) {
    transition-delay: 0.6s;
    background: #ff0;
  }
  body nav ol li ol li:nth-of-type(6):before {
    animation-delay: 0.3s;
    background: linear-gradient(
      45deg,
      transparent -50%,
      transparent 45%,
      #ff0 45%,
      #ff0 55%,
      transparent 55%,
      transparent 125%
    );
    background-repeat: no-repeat;
    border-color: #ff0 transparent transparent #ff0;
  }
  body nav ol li ol li:nth-of-type(7) {
    transition-delay: 0.7s;
    background: #d5ff00;
  }
  body nav ol li ol li:nth-of-type(7):before {
    animation-delay: 0.35s;
    background: linear-gradient(
      45deg,
      transparent -50%,
      transparent 45%,
      #d5ff00 45%,
      #d5ff00 55%,
      transparent 55%,
      transparent 125%
    );
    background-repeat: no-repeat;
    border-color: #d5ff00 transparent transparent #d5ff00;
  }
  body nav ol li ol li:nth-of-type(8) {
    transition-delay: 0.8s;
    background: #af0;
  }
  body nav ol li ol li:nth-of-type(8):before {
    animation-delay: 0.4s;
    background: linear-gradient(
      45deg,
      transparent -50%,
      transparent 45%,
      #af0 45%,
      #af0 55%,
      transparent 55%,
      transparent 125%
    );
    background-repeat: no-repeat;
    border-color: #af0 transparent transparent #af0;
  }
  body nav ol li ol li:nth-of-type(9) {
    transition-delay: 0.9s;
    background: #80ff00;
  }
  body nav ol li ol li:nth-of-type(9):before {
    animation-delay: 0.45s;
    background: linear-gradient(
      45deg,
      transparent -50%,
      transparent 45%,
      #80ff00 45%,
      #80ff00 55%,
      transparent 55%,
      transparent 125%
    );
    background-repeat: no-repeat;
    border-color: #80ff00 transparent transparent #80ff00;
  }
  body nav ol li ol li:nth-of-type(10) {
    transition-delay: 1s;
    background: #5f0;
  }
  body nav ol li ol li:nth-of-type(10):before {
    animation-delay: 0.5s;
    background: linear-gradient(
      45deg,
      transparent -50%,
      transparent 45%,
      #5f0 45%,
      #5f0 55%,
      transparent 55%,
      transparent 125%
    );
    background-repeat: no-repeat;
    border-color: #5f0 transparent transparent #5f0;
  }
  body nav ol li ol li:first-of-type {
    margin-top: 0;
  }
  body nav ol li ol li:nth-of-type(even) {
    transform-origin: top left;
    transform: rotate(5deg);
  }
  body nav ol li ol li:nth-of-type(odd) {
    transform-origin: top right;
    transform: rotate(-5deg);
  }
}
@media (max-width: 666px) {
  body nav {
    position: absolute;
    top: 0;
    height: 45px;
    left: 0;
    background: #222;
    width: 100%;
  }
  body nav:hover ol li:nth-of-type(1n) {
    transform: rotate(0deg);
    margin: 0px;
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  body nav:hover ol li:nth-of-type(1) {
    transition-delay: 0.06667s;
  }
  body nav:hover ol li:nth-of-type(1):hover a {
    color: #ff2b00;
  }
  body nav:hover ol li:nth-of-type(2) {
    transition-delay: 0.13333s;
  }
  body nav:hover ol li:nth-of-type(2):hover a {
    color: #f50;
  }
  body nav:hover ol li:nth-of-type(3) {
    transition-delay: 0.2s;
  }
  body nav:hover ol li:nth-of-type(3):hover a {
    color: #ff8000;
  }
  body nav:hover ol li:nth-of-type(4) {
    transition-delay: 0.26667s;
  }
  body nav:hover ol li:nth-of-type(4):hover a {
    color: #fa0;
  }
  body nav:hover ol li:nth-of-type(5) {
    transition-delay: 0.33333s;
  }
  body nav:hover ol li:nth-of-type(5):hover a {
    color: #ffd500;
  }
  body nav:hover ol li:nth-of-type(6) {
    transition-delay: 0.4s;
  }
  body nav:hover ol li:nth-of-type(6):hover a {
    color: #ff0;
  }
  body nav:hover ol li:nth-of-type(7) {
    transition-delay: 0.46667s;
  }
  body nav:hover ol li:nth-of-type(7):hover a {
    color: #d5ff00;
  }
  body nav:hover ol li:nth-of-type(8) {
    transition-delay: 0.53333s;
  }
  body nav:hover ol li:nth-of-type(8):hover a {
    color: #af0;
  }
  body nav:hover ol li:nth-of-type(9) {
    transition-delay: 0.6s;
  }
  body nav:hover ol li:nth-of-type(9):hover a {
    color: #80ff00;
  }
  body nav:hover ol li:nth-of-type(10) {
    transition-delay: 0.66667s;
  }
  body nav:hover ol li:nth-of-type(10):hover a {
    color: #5f0;
  }
  body nav:hover:before {
    transform: rotate(45deg);
    box-shadow: 0 0 0 0;
  }
  body nav:hover:after {
    transform: rotate(-45deg);
  }
  body nav:before,
  body nav:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background: #fff;
    top: 10px;
    left: calc(50% - 15px);
    border-radius: 5px;
    box-shadow: 0 10px 0 0 #fff;
    transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275),
      box-shadow 100ms ease-in-out;
    transition-delay: 0.1s, 0s;
    transform-origin: 0% 50%;
  }
  body nav:after {
    box-shadow: none;
    top: 30px;
    transform-origin: 0% 50%;
  }
  body nav:hover ol {
    transform: translateY(0) translateZ(-1px);
  }
  body nav:hover ol ol {
    transform: none;
  }
  body nav ol {
    position: absolute;
    width: 100%;
    top: 0px;
    display: table;
    left: 0;
    margin: 0px;
    transform: translateY(calc(-100% - 45px)) translateZ(-1px);
    text-align: center;
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #000;
    padding: 60px 0 20px;
    height: auto;
  }
  body nav ol li {
    position: relative;
    display: inline-block;
    width: 100%;
    clear: both;
    height: 50px;
    padding: 10px 0;
    margin: 10px 0;
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #000;
  }
  body nav ol li:nth-of-type(even) {
    transform: rotate(-5deg);
  }
  body nav ol li:nth-of-type(odd) {
    transform: rotate(5deg);
  }
  body nav ol li:hover ol {
    height: auto;
    transition: opacity 0.2s ease-in-out;
    opacity: 1;
  }
  body nav ol li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 0;
  }
  body nav ol ol {
    position: relative;
    transform: none;
    background: transparent;
    display: inline-block;
    width: 100%;
    height: auto;
    top: auto;
    padding: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
  }
  body nav ol ol li {
    font-size: 12px;
    height: auto;
  }
  body nav ol ol li:first-of-type {
    padding-top: 20px;
  }
}
/*              ////////////////                 TitleBar css above            //////////////  */

/*              ////////////////                 Website css below            //////////////  */
/* ///////////  background Css Below ////////////// */

/* body {
    margin: 0;
	padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;  
    font-family: sans-serif;
  } */
.fullscreen-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* overflow: hidden; */
  z-index: -100;
}

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}

@media (max-width: 767px) {
  .fullscreen-bg {
    background: url(SitePictures/background-2426328.webp) center center / cover
      no-repeat;
  }

  .fullscreen-bg__video {
    display: none;
  }
}
/* ///////////  background Css Above ////////////// */
/* ///////////  index-head Css Below ////////////// */
.index-head input[type='submit'] {
  border: none;
  outline: none;
  height: 40px;
  background: #1c8adb;
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
}
.index-head input[type='submit']:hover {
  color: #39dc79;
}
.index-head input {
  width: 100%;
  height: 100%;
}
.index-head a {
  border: none;
  outline: none;
  height: 40px;
  background: #1c8adb;
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
}
.index-head a:hover {
  color: #39dc79;
}
/* ///////////  index-head Css Above ////////////// */
/* ///////////  index Css Below ////////////// */
.index-box {
  display: flex;
  margin: 0 20%;
}
.index-box input[type='submit'] {
  border: none;
  outline: none;
  height: 40px;
  background: #1c8adb;
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
}
.index-box input[type='submit']:hover {
  color: #39dc79;
}
.index-box input {
  width: 100%;
  height: 100%;
}
.index-box a {
  border: none;
  outline: none;
  height: 40px;
  background: #1c8adb;
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
}
.index-box a:hover {
  color: #39dc79;
}

/* ///////////  index Css Above ////////////// */
/* ///////////  memhub Css Below ////////////// */

.memhub input[type='submit'] {
  border: none;
  outline: none;
  height: 40px;
  background: #1c8adb;
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
}
.memhub input[type='submit']:hover {
  color: #39dc79;
}
.memhub input {
  width: 100%;
  height: 100%;
}
.memhub a {
  border: none;
  outline: none;
  height: 40px;
  background: #1c8adb;
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
}
.memhub a:hover {
  color: #39dc79;
}

/* //////////////////////////  memhub css below /////////////////////////////////////// */

/* //////////////////////////  memhub Radio css Above /////////////////////////////////////// */

/* /////////////////   memhub Css Above      ////////////// */
/* /////////////////   upload Css below      ///////////////// */
.Upload-box input[type='submit'] {
  border: none;
  outline: none;
  height: 40px;
  background: #1c8adb;
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
}
.Upload-box input[type='file'] {
  border: none;
  outline: none;
  height: 27px;
  background: #1c8adb;
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
}
.Upload-box input[type='submit']:hover {
  color: #39dc79;
}
.Upload-box input {
  width: 100%;
  height: 100%;
}
.Upload-box a {
  border: none;
  outline: none;
  height: 40px;
  background: #1c8adb;
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
}
.Upload-box a:hover {
  color: #39dc79;
}

.Upload-box2 input[type='submit'] {
  border: none;
  outline: none;
  height: 40px;
  width: 50%;
  background: #1c8adb;
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
}
.Upload-box2 input[type='file'] {
  border: none;
  outline: none;
  height: 27px;
  width: 95%;
  background: #1c8adb;
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
}
.Upload-box2 input[type='submit']:hover {
  color: #39dc79;
}
.Upload-box2 input {
  width: 100%;
  height: 100%;
}
.Upload-box2 a {
  border: none;
  outline: none;
  height: 40px;
  background: #1c8adb;
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
}
.Upload-box2 a:hover {
  color: #39dc79;
}

/* /////////////////   Upload Css Above      ///////////////// */
/* /////////////////   Uploader Css Below      ///////////////// */
.Uploader-box input[type='submit'] {
  border: none;
  outline: none;
  height: 40px;
  background: #1c8adb;
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
}
.Uploader-box input[type='submit']:hover {
  color: #39dc79;
}
.Uploader-box input {
  width: 100%;
  height: 100%;
}
.Uploader-box a {
  border: none;
  outline: none;
  height: 40px;
  background: #1c8adb;
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
}
.uploader-box a:hover {
  color: #39dc79;
}
/* /////////////////   Uploader Css Above      ///////////////// */

/* /////////////////   Profile Css Below      ///////////////// */

.Profile-box input[type='submit'] {
  border: none;
  outline: none;
  height: 40px;
  background: #1c8adb;
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
}
.Profile-box input[type='reset'] {
  border: none;
  outline: none;
  height: 40px;
  background: #1c8adb;
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
}
.Profile-box input[type='reset']:hover {
  color: #39dc79;
}
.Profile-box input[type='submit']:hover {
  color: #39dc79;
}
.Profile-box input {
  width: 100%;
  /* height: 100%; */
}
.Profile-box a {
  border: none;
  outline: none;
  height: 40px;
  background: #1c8adb;
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
}
.Profile-box a:hover {
  color: #39dc79;
}
.Profile-box button {
  border: none;
  outline: none;
  height: 40px;
  background: #1c8adb;
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
}
.Profile-box button:hover {
  color: red;
}

/* /////////////////   Profile Css Above      ///////////////// */
/* /////////////////   TitleSearch Css Below  ///////////////// */

.Search-box2 input[type='submit'] {
  border: none;
  outline: none;
  height: 40px;
  background: #1c8adb;
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
}
.Search-box2 input[type='submit']:hover {
  color: #39dc79;
}
.Search-box2 input {
  width: 50%;
  height: 100%;
}
.Search-box2 a {
  border: none;
  outline: none;
  height: 40px;
  width: 50%;
  background: #1c8adb;
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
}
.Search-box2 a:hover {
  color: #39dc79;
}
/* /////////////////   TitleSearch Css Above  ///////////////// */
/* /////////////////   Register CSS Below  ///////////////// */
.reg-box {
  width: 320px;
  /* height: 570px; */
  background: rgba(0, 0, 0, 0.5);
  color: #000;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  padding: 30px 30px;
}
.reg-box-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  top: -50px;
  left: calc(50% - 50px);
}

.reg-box p {
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #39dc79;
}
.reg-box h1 {
  margin: 0;
  padding: 0 0 20px;
  text-align: center;
  font-size: 22px;
  color: #39dc79;
}
.reg-box input {
  width: 100%;
  margin-bottom: 20px;
}
.reg-box input[type='text'],
input[type='password'] {
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  outline: none;
  height: 40px;
  color: #39dc79;
  font-size: 16px;
}
.reg-box input[type='submit'] {
  border: none;
  outline: none;
  height: 40px;
  background: #1c8adb;
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
}
.reg-box input[type='submit']:hover {
  cursor: pointer;
  background: #39dc79;
  color: #000;
}

.reg-box a {
  text-decoration: none;
  font-size: 14px;
  color: rgb(173, 10, 10);
}
.reg-box a:hover {
  color: #39dc79;
}

.reg-box input[type='first'],
input[type='first'] {
  border: none;
  border-bottom: 1px solid #000;
  background: transparent;
  outline: none;
  height: 40px;
  color: #fff;
  font-size: 16px;
}
.reg-box input[type='last'],
input[type='last'] {
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  outline: none;
  height: 40px;
  color: #fff;
  font-size: 16px;
}
/* /////////////////   Register CSS Above  ///////////////// */
/* /////////////////   Picture Category Css Below  ///////////////// */

.Picbycat-box input[type='submit'] {
  border: none;
  outline: none;
  height: 40px;
  background: #1c8adb;
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
}
.Picbycat-box input[type='submit']:hover {
  color: #39dc79;
}
.Picbycat-box input {
  width: 100%;
  height: 100%;
}
.Picbycat-box a {
  border: none;
  outline: none;
  height: 40px;
  background: #1c8adb;
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
}
.Picbycat-box a:hover {
  color: #39dc79;
}
/* /////////////////   Picture Category Css Above  ///////////////// */
/* /////////////////   Comments Css Below  ///////////////// */
/* .Comments-box textarea *   {
	transform-style: flat;

}  */

.Comments-box input[type='submit'] {
  border: none;
  outline: none;
  height: 40px;
  background: #1c8adb;
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
}
.Comments-box input[type='reset'] {
  border: none;
  outline: none;
  height: 40px;
  background: #1c8adb;
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
}
.Comments-box input[type='submit']:hover {
  color: #39dc79;
}
.Comments-box input {
  width: 100%;
  height: 100%;
}
.Comments-box a {
  border: none;
  outline: none;
  height: 40px;
  background: #1c8adb;
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
}
.Comments-box a:hover {
  color: #39dc79;
}
table#suggestion-index {
  background-color: rgb(51, 51, 51);
}
table#suggestion-index tbody tr td {
  vertical-align: top;
}

/* /////////////////   Commenets Css Above  ///////////////// */
/* /////////////////   Comments(Suggestions) button Css Below  ///////////////// */

.Comments-box button[type='submit'] {
  border: none;
  outline: none;
  height: 30px;
  background: #1c8adb;
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
}
.Comments-box button[type='submit']:hover {
  fill: #39dc79;
}
.Comments-box form button svg {
  fill: white;
  height: 100%;
}
.Comments-box form button svg:hover {
  fill: red;
}
.Comments-box form {
  margin-left: 0cm;
  display: inline-table;
}
/* /////////////////   Commenets Suggestions Above  ///////////////// */
/* /////////////////   Animebox button Css Below  ///////////////// */
.Anime-box form button[type='submit'] {
  border: none;
  outline: none;
  height: 30px;
  background: #1c8adb;
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
}
.Anime-box form button[type='submit']:hover {
  fill: #39dc79;
}
.Anime-box form button svg {
  fill: white;
  height: 100%;
}
.Anime-box form button svg:hover {
  fill: red;
}
.Anime-box form {
  margin-left: 0cm;
}
.Anime-box {
  float: right;
}
/* /////////////////   Animebox button Css Above  ///////////////// */
/* /////////////////   edit comment button Css Below  ///////////////// */

.Comment-edit-buttons {
  margin-top: 5px;
  display: flex;
  justify-content: flex-start; /* align left, or space-between */
  gap: 10px;
}

.Comment-edit-buttons button {
  background-color: #1e90ff; /* blue, change as needed */
  border: none;
  color: white;
  padding: 5px 12px;
  cursor: pointer;
  border-radius: 4px;
  font-weight: bold;
  transition: 0.2s;
}

.Comment-edit-buttons button:hover {
  background-color: #0c6cd1;
}

.Comment-edit-buttons a {
  text-decoration: none;
  padding: 5px 12px;
  background-color: #ff4d4d; /* red cancel */
  color: white;
  border-radius: 4px;
  font-weight: bold;
  transition: 0.2s;
}

.Comment-edit-buttons a:hover {
  background-color: #d13a3a;
}

/* /////////////////   edit comment button Css Above  ///////////////// */
/* /////////////////   login Css Below  ///////////////// */

.login-box {
  width: 320px;
  height: 570px;
  background: rgba(0, 0, 0, 0.5);
  color: #000;
  /* top: 50%; */
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  padding: 70px 30px;
  margin-top: 16%;
}
.login-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  top: -50px;
  left: calc(50% - 50px);
}
.login-box h1 {
  margin: 0;
  padding: 0 0 20px;
  text-align: center;
  font-size: 22px;
  color: #39dc79;
}
.login-box p {
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.login-box input {
  width: 100%;
  margin-bottom: 20px;
}
.login-box input[type='text'],
input[type='password'] {
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  outline: none;
  height: 40px;
  color: #39dc79;
  font-size: 16px;
}
.login-box input[type='submit'] {
  border: none;
  outline: none;
  height: 40px;
  background: #1c8adb;
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
}
.login-box input[type='submit']:hover {
  cursor: pointer;
  background: #39dc79;
  color: #000;
}

.login-box a {
  text-decoration: none;
  font-size: 14px;
  color: rgb(173, 10, 10);
}
.login-box a:hover {
  color: #39dc79;
}
.login-box p {
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #39dc79;
}
.login-box input[type='first'],
input[type='first'] {
  border: none;
  border-bottom: 1px solid #000;
  background: transparent;
  outline: none;
  height: 40px;
  color: #fff;
  font-size: 16px;
}
.login-box input[type='last'],
input[type='last'] {
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  outline: none;
  height: 40px;
  color: #fff;
  font-size: 16px;
}

/* /////////////////   login Css Above  ///////////////// */
/* /////////////////   commentSearch  Css Below  ///////////////// */

.ComS-box input[type='submit'] {
  border: none;
  outline: none;
  height: 40px;
  background: #1c8adb;
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
}
.ComS-box input[type='reset'] {
  border: none;
  outline: none;
  height: 40px;
  background: #1c8adb;
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
}
.ComS-box input[type='submit']:hover {
  color: #39dc79;
}
/* .ComS-box input[type="reset" ]:hover
  {
color: #39dc79;
  } */
.ComS-box input {
  width: 100%;
  height: 100%;
}
.ComS-box a {
  border: none;
  outline: none;
  height: 40px;
  background: #1c8adb;
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
}
.ComS-box a:hover {
  color: #39dc79;
}
/* /////////////////   commentSearch  Css Above  ///////////////// */
/* /////////////////   pictureSearch  Css Below  ///////////////// */

.PicS-box input[type='submit'] {
  border: none;
  outline: none;
  height: 40px;
  background: #1c8adb;
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
}
.PicS-box input[type='reset'] {
  border: none;
  outline: none;
  height: 40px;
  background: #1c8adb;
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
}
.PicS-box input[type='submit']:hover {
  color: #39dc79;
}
/* .ComS-box input[type="reset" ]:hover
  {
color: #39dc79;
  } */
.PicS-box input {
  width: 100%;
  height: 100%;
}
.PicS-box a {
  border: none;
  outline: none;
  height: 40px;
  background: #1c8adb;
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
}
.PicS-box a:hover {
  color: #39dc79;
}

/* /////////////////   pictureSearch  Css Above  ///////////////// */
/* /////////////////   PassRe  Css Below  ///////////////// */

.PassRe-box input[type='submit'] {
  border: none;
  outline: none;
  height: 40px;
  background: #1c8adb;
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
}
.PassRe-box input[type='submit']:hover {
  color: #39dc79;
}
.PassRe-box input {
  width: 100%;
  /* height: 100%; */
  background-color: #515348;
}
.PassRe-box a {
  border: none;
  outline: none;
  height: 40px;
  background: #1c8adb;
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
}
.PassRe-box a:hover {
  color: #39dc79;
}
.PassRe-box input {
  text-align: center;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.PassRe2-box input[type='submit'] {
  border: none;
  outline: none;
  height: 40px;
  background: #1c8adb;
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
}
.PassRe2-box input[type='submit']:hover {
  color: #39dc79;
}
.PassRe2-box input {
  width: 20%;
  height: 20%;
}
.PassRe2-box a {
  border: none;
  outline: none;
  height: 40px;
  background: #1c8adb;
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
}
.PassRe2-box a:hover {
  color: #39dc79;
}

/* /////////////////   PassRe  Css Above  ///////////////// */

/* /////////////////   ComEdit  Css Below  ///////////////// */

.ComE-box input[type='submit'] {
  border: none;
  outline: none;
  height: 40px;
  background: #1c8adb;
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
}
.ComE-box input[type='reset'] {
  border: none;
  outline: none;
  height: 40px;
  background: #1c8adb;
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
}
.ComE-boxx input[type='submit']:hover {
  color: #39dc79;
}
.ComE-box input {
  width: 100%;
  height: 100%;
}
.ComE-boxx a {
  border: none;
  outline: none;
  height: 40px;
  background: #1c8adb;
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
}
.CComE-box a:hover {
  color: #39dc79;
}

/* /////////////////   ComEdit  Css Above  ///////////////// */
/* /////////////////   AddArt  Css Below  ///////////////// */
.AddArt-box input[type='submit'] {
  border: none;
  outline: none;
  height: 40px;
  background: #1c8adb;
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
}
.AddArt-box input[type='reset'] {
  border: none;
  outline: none;
  height: 40px;
  background: #1c8adb;
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
}
.AddArt-box input[type='submit']:hover {
  color: #39dc79;
}
.AddArt-box input {
  width: 100%;
  /* height: 100%; */
}
.AddArt-box a {
  border: none;
  outline: none;
  height: 40px;
  background: #1c8adb;
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
}
.AddArt-box a:hover {
  color: #39dc79;
}

/* /////////////////   AddArt  Css Above  ///////////////// */
/* /////////////////     Avatar Css Below  ///////////////// */

.Avatar-box {
  width: 320px;
  height: 570px;
  background: rgba(0, 0, 0, 0.5);
  color: #000;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  padding: 70px 30px;
}
.Profile-avatar {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: relative;
  /* top: -50px; */
  /* left: calc(50% - 50px); */
  z-index: 1;

  opacity: 1;
  /* display: block; */
  /* transition: .5s ease; */
  backface-visibility: hidden;
}

.Profile-avatar-edit {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: relative;
  /* top: -50px; */
  /* left: calc(50% - 50px); */
  z-index: 1;

  opacity: 1;
  /* display: block; */
  /* transition: .5s ease; */
  backface-visibility: hidden;
}

.PicbycatAvatar-box {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: relative;
  /* top: -50px; */
  /* left: calc(50% - 50px); */
  z-index: 1;

  opacity: 1;
  /* display: block; */
  /* transition: .5s ease; */
  backface-visibility: hidden;
}

.container {
  position: relative;
  width: 150px;
  border-bottom-left-radius: 200px;
  border-bottom-right-radius: 200px;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
}

/* image for profile */

/* .image { */
/* width: 150px;
  height: 150px;
  border-radius: 50%;
  position: relative; */
/* top: -50px; */
/* left: calc(50% - 50px); */
/* z-index: 1; */
/* opacity: 1; */
/* display: block; */
/* transition: .5s ease; */
/* backface-visibility: hidden; */
/* }  */

.middle {
  /* transition: .5s ease; */
  opacity: 0%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.container:hover .image {
  opacity: 0.3;
}

.container:hover .middle {
  opacity: 1;
  width: 150px;
  height: 100px;
  /* border-radius: 50%; */
  opacity: 80%;
  /* position: relative; */
  background-color: #39dc79;
  border-bottom-left-radius: 90px;
  border-bottom-right-radius: 90px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  top: 100px;
  z-index: 2;
  cursor: pointer; /* Change cursor to a hand cursor */
}

.text {
  /* background-color: #4CAF50; */
  color: black;
  font-weight: bold;
  /* font-size: 18px; */
  font-size: larger;
  opacity: 100%;
  padding: 0px 0px;
  border-radius: 50%;
  border-bottom-left-radius: 90px;
  border-bottom-right-radius: 90px;
  user-select: none; /* Prevent text selection */
}
.picture {
  display: inline;
}
/* /////////////////     Avatar Css Above  ///////////////// */
/* /////////////////     Radio button Css Below  ///////////////// */
/* Customize the label (the radio) */
/*  */
/* The container for comment search*/
.contain {
  width: 80%;
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  /* cursor: pointer; */
  font-size: 22px;
  /*-webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
   user-select: none; */
  text-align: left;
}

/* Hide the browser's default radio button */
.contain input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.contain:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.contain input:checked ~ .checkmark {
  background-color: #2196f3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.contain input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.contain .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
/* /////////////////     Radio button Css Above(Comment Search)  ///////////////// */
/* /////////////////     Radio button Css Below(picbycat-rating)  ///////////////// */
.cocotain {
  /* width: 90%; */
  display: inline-block;
  position: relative;
  /* padding-left: 35px; */
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
}
/* Hide the browser's default radio button */
.cocotainrating input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmarkrating {
  position: absolute;
  top: 0;
  left: 25px;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.cocotain:hover input ~ .checkmarkrating {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.cocotain input:checked ~ .checkmarkrating {
  background-color: #2196f3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmarkrating:after {
  content: '';
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.cocotain input:checked ~ .checkmarkrating:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.cocotain .checkmarkrating:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
/* /////////////////     Radio button Css Above(picbycat-rating)  ///////////////// */
/* /////////////////     Radio button Css Below(editavatar)       ///////////////// */

.tain {
  /* width: 90%; */
  display: inline-block;
  position: relative;
  /* padding-left: 35px; */
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
}
/* Hide the browser's default radio button */
.tain input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmarkselect {
  position: absolute;
  top: 0;
  left: 13px;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.tain:hover input ~ .checkmarkselect {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.tain input:checked ~ .checkmarkselect {
  background-color: #2196f3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmarkselect:after {
  content: '';
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.tain input:checked ~ .checkmarkselect:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.tain .checkmarkselect:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

/********************* Start Anime Tabs ***************************/

[data-tab-content] {
  display: none;
}

.active[data-tab-content] {
  display: block;
}

/* body {
	padding: 0;
	margin: 0;
  }  */

.tabs {
  /* display: flex; */
  display: inline-flex;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
  /* border-bottom: 1px solid black; */
}

.tab {
  cursor: pointer;
  padding: 10px;
  background-color: #1c8adb;
  border-radius: 20px;
}

/* .tab.active { */
/* background-color: #1c8adb;
  color: #fff; */
/* } */
li.tab.active b {
  color: #39dc79;
  border-bottom: solid;
  border-color: black;
  /* .tab:hover { */
  /* background-color: rgb(70, 70, 70); */
  /* background-color: rgb(70, 70, 70); */
  /* */
}
li.tab b {
  color: white;
}

/* .tab-content {
	margin-left: 20px;
	margin-right: 20px;
  } */

/* Background Styles Only */

@import url('https://fonts.googleapis.com/css?family=Raleway');

/*   * {
	  font-family: Raleway;
  } */

.side-links {
  position: absolute;
  top: 55px;
  right: 15px;
}

.side-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin-bottom: 10px;
  color: white;
  width: 180px;
  padding: 10px 0;
  border-radius: 10px;
}

.side-link-youtube {
  background-color: red;
}

.side-link-twitter {
  background-color: #1da1f2;
}

.side-link-github {
  background-color: #6e5494;
}

.side-link-text {
  margin-left: 10px;
  font-size: 18px;
}

.side-link-icon {
  color: white;
  font-size: 30px;
}
/********************* End Anime Tabs ***************************/
/* /////////////////   Animebox button Css Below  ///////////////// */
.Editava-box {
  display: inline-block;
  width: 222px;
  /* border-style: ridge; */
  margin-bottom: 25px;
}
.Editava-box form button[type='submit'] {
  border: none;
  outline: none;
  height: 30px;
  background: #1c8adb;
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
}
.Editava-box form button[type='submit']:hover {
  fill: #39dc79;
}
.Editava-box form button svg {
  fill: white;
  height: 100%;
}
.Editava-box form button svg:hover {
  fill: red;
}
.Editava-box form {
  /* margin-left: 1cm;
  margin-right: 45px; */
  width: 90px;
  display: inline-block;
}
/* /////////////////   Animebox button Css Above  ///////////////// */
/* /////////////////   Countdown JS Css Below  ///////////////// */

.Countdown-box {
  background-color: #011327;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.text-box {
  /* height: 15vw; */
  text-align: center;
  /* font-size: 4.5vw; */

  font-weight: bold;
  color: black;
  text-align: center;
  /* width: 100%; */
}

select {
  background-color: #ffffff;
  border: 3px solid #1c8adb;
  color: #000000;
  border-radius: 4px;
  padding: 8px 12px;
  position: relative;
  font-size: 15px;
  font-weight: bold;
}
select:after {
  content: '\25BC';
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);

  font-weight: bold;
}

select option {
  /* background-color: #1c8adb; */
  background-color: #ffffff;
  color: #000000;
  font-weight: bold;
}

select option:checked {
  /* background-color: #0077cc; */
  color: #000000;
  font-weight: bold;
}
select option:hover {
  background-color: #e6e6e6 !important; /* Light gray background */
  color: black !important; /* Ensure text stays visible */
}
/* /////////////////   Countdown JS Css Above  ///////////////// */
/* /////////////////   Profile pagination Css Below  ///////////////// */

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
/* /////////////////   Profile pagination Css Above  ///////////////// */
/* /////////////////   Test CSS Below  ///////////////// */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
#special-page * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
#special-page body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  flex-direction: column;
  background: #23242a;
}
#special-page p {
  color: red;
}
/* #special-page .box {
  position: relative;
  width: 380px;
  height: 420px;
  background: #1c1c1c;
  border-radius: 8px;
  overflow: hidden;
} */
#special-page .box {
  position: relative;
  width: 380px;
  height: 420px;
  background: #1c1c1c;
  border-radius: 8px;
  overflow: hidden;
}
#special-page .box::before {
  content: '';
  z-index: 1;
  position: absolute;
  top: -50%;
  left: -50%;
  width: 380px;
  height: 420px;
  transform-origin: bottom right;
  background: linear-gradient(0deg, transparent, #1c8adb, #1c8adb);
  animation: animate 6s linear infinite;
}
#special-page .box::after {
  content: '';
  z-index: 1;
  position: absolute;
  top: -50%;
  left: -50%;
  width: 380px;
  height: 420px;
  transform-origin: bottom right;
  background: linear-gradient(0deg, transparent, #1c8adb, #1c8adb);
  animation: animate 6s linear infinite;
  animation-delay: -3s;
}
@keyframes animate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#special-page form {
  position: absolute;
  inset: 2px;
  background: #28292d;
  padding: 50px 40px;
  border-radius: 8px;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
#special-page h2 {
  color: #1c8adb;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
}
#special-page .inputBox {
  position: relative;
  width: 300px;
  margin-top: 35px;
}
#special-page .inputBox input {
  position: relative;
  width: 100%;
  padding: 20px 10px 10px;
  background: transparent;
  outline: none;
  box-shadow: none;
  border: none;
  color: #23242a;
  font-size: 1em;
  letter-spacing: 0.05em;
  transition: 0.5s;
  z-index: 10;
}
#special-page .inputBox span {
  position: absolute;
  left: 0;
  padding: 20px 0px 10px;
  pointer-events: none;
  font-size: 1em;
  color: #8f8f8f;
  letter-spacing: 0.05em;
  transition: 0.5s;
}
#special-page .inputBox input:valid ~ span,
#special-page .inputBox input:focus ~ span {
  color: #1c8adb;
  transform: translateX(0px) translateY(-34px);
  font-size: 0.75em;
}
#special-page .inputBox i {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #1c8adb;
  border-radius: 4px;
  overflow: hidden;
  transition: 0.5s;
  pointer-events: none;
  z-index: 9;
}
#special-page .inputBox input:valid ~ i,
#special-page .inputBox input:focus ~ i {
  height: 44px;
}
#special-page .links {
  display: flex;
  justify-content: space-between;
}
#special-page .links a {
  margin: 10px 0;
  font-size: 0.75em;
  color: #8f8f8f;
  text-decoration: beige;
}
#special-page .links a:hover,
#special-page .links a:nth-child(2) {
  color: red;
}
#special-page input[type='submit'] {
  border: none;
  outline: none;
  padding: 11px 25px;
  background: #1c8adb;
  cursor: pointer;
  border-radius: 4px;
  font-weight: 600;
  width: 100px;
  margin-top: 10px;
}
#special-page input[type='submit']:active {
  opacity: 0.8;
}
/* /////////////////   Test CSS Above  ///////////////// */
/* /////////////////   Sharelist CSS Below  ///////////////// */
.sharelist {
  display: flex;
  justify-content: space-between;
  gap: 1px;
}
.sharelist input[type='submit'] {
  border: none;
  outline: none;
  height: 40px;
  background: #1c8adb;
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
}
.sharelist input[type='reset'] {
  border: none;
  outline: none;
  height: 40px;
  background: #1c8adb;
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
}
.sharelist input[type='reset']:hover {
  color: #39dc79;
}
.sharelist input[type='submit']:hover {
  color: #39dc79;
}
.sharelist input {
  width: 80%;
  /* height: 100%; */
}
/* /////////////////   Sharelist CSS Above  ///////////////// */
/* /////////////////   Sharelist public dropdown CSS Beelow  ///////////////// */

/* This will only work in some browsers like Firefox */
/* .share-select option[value='Public'] {
  color: green;
}
.share-select option[value='Private'] {
  color: red;
}
select.share-select option[value='Public'] {
  color: green;
}
select.share-select option[value='Private'] {
  color: red;
} */
/* /////////////////   Sharelist public dropdown CSS Above  ///////////////// */
