@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

.m-0 {
    margin: 0 !important;
}
.p-0 {
    padding: 0 !important;
}

.uwu-center {
  margin: 0 auto;
}

.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}

.uwu-ul-li li{
    list-style: upper-roman;
    list-style-position: outside;
}
.uwu-ul-li-1{
    margin-bottom: 25px !important;
}
.uwu-ul-li-1 li{
    list-style: "-";
    list-style-position: outside;
    /* list-style: none; */
}
.uwu-ul-li-1 span{
  position: relative;
  left: 0.5rem;
}
/* .uwu-ul-li-1 li ::before{
    content: '‎';
    margin-right: 5px;
} */
.uwu-ul-li li{
    margin-left: 0.5rem;
}

.uwu-gure-01 {
      color: #ccc;
}

.img-fluid {
    display: inline-block;
    flex: 0 0 auto;
}

.uwu-br-1 {
    border-radius: 1rem;
}
.uwu-br-2 {
    border-radius: 2rem;
}
.uwu-br-3 {
    border-radius: 3rem;
}

/* Background */
.uwu-shiro-01 {
    background-image: repeating-linear-gradient(0deg, rgb(250, 250, 250) 0px, rgb(250, 250, 250) 1px,transparent 1px, transparent 21px),repeating-linear-gradient(90deg, rgb(250, 250, 250) 0px, rgb(250, 250, 250) 1px,transparent 1px, transparent 21px),linear-gradient(90deg, hsl(229,0%,100%),hsl(229,0%,100%));
    border-radius: 1rem;
}
/*  */

/* Shadow */
.uwu-kage-01 {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.uwu-kage-02 {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
/*  */

.nav-tabs .nav-link {
    /* background-color: #f5f5f5; */
    margin: 0.1rem;
    background-color: #353839;
    transition: background ease-in-out 0.3s;
}

.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover {
  background-color: #1b1b1b;
  transition: background ease-in-out 0.3s;
    /* background-color: #BDBDBD; */
    /* border-color: #212121; */
}

.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: #f5f5f5;
    border-color: var(--bs-nav-tabs-link-active-border-color)
    transition: background ease-in-out 0.3s;
}

/* .uwu-bold h1,h2,h3,h4,h5,h6 {
  font-weight: 700;
} */

.uwu-glowing-border {
  /* margin: 20px 40px !important; */
  /* font-size: 2rem; */
  /* color: #9a4545; */
  border: 2px solid;
  border-radius: 1rem !important;
  border-color: #ff00ff;
  animation: glow-border 2s infinite alternate;
 }
 
 @keyframes glow-border {
  0% {
    border-color: #ff00ff;
  }
  50% {
    border-color: #00ffff;
  }
  100% {
    border-color: #ff00ff;
  }
 }

.uwu-kbar{
  background: #d0f0dd;
  box-shadow: 0px 0px 0 #22ffff,
    0px 0px 4px #1fffff,
    0px 0px 8px #1bf0ff,
    0px 0px 16px #10dbff;
  border-radius: 4px;
  position: absolute;
}
.uwu-kleft{
  width: 4px;
  -webkit-animation: left 2s linear infinite;
}
@-webkit-keyframes left{
  0%  {height: 0; top: 100%; left: 0;}
  20% {height: 100px; top: 0; left: 0;}
  40% {height: 0; top: 0; left: 0;}
}
.uwu-ktop{
  height: 4px;
  -webkit-animation: top 2s linear infinite;
}
@-webkit-keyframes top{
  0%  {width: 0; top: 0; left: 0;}
  20% {width: 0; top: 0; left: 0;}
  40% {width: 100%; top: 0; left: 0;}
  60% {width: 0; top:0; left: 100%;}
}
.uwu-kright{
  width: 4px;
  -webkit-animation: right 2s linear infinite;
}
@-webkit-keyframes right{
  0%  {height: 0; top: 0; left: 100%;}
  40% {height: 0; top: 0; left: 100%;}
  60% {height: 100%; top: 0; left: 100%;}
  80% {height: 0; top: 100%;left: 100%;}
}
.uwu-kbottom{
  height: 4px;
  -webkit-animation: bottom 2s linear infinite;
}
@-webkit-keyframes bottom{
  0%  {width: 0; top: 100%; left: 100%;}
  60% {width: 0; top: 100%; left: 100%;}
  80% {width: 100%; top:100%; left: 0px;}
  100% {width: 0px; top:100%; left: 0px;}
}


/* DEFAULT */


/*  */

/* --------------------------------------------------------------------------------- */

./* Font-Tranform */

.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}

/* Font-Size */

.uwu-fs-1 {
    font-size: 1em !important;
}
    .uwu-fs-1-1 {
    font-size: 1.1em !important;
    }
    .uwu-fs-1-2 {
    font-size: 1.2em !important;
    }
    .uwu-fs-1-3 {
    font-size: 1.3em !important;
    }
    .uwu-fs-1-4 {
    font-size: 1.4em !important;
    }
    .uwu-fs-1-5 {
    font-size: 1.5em !important;
    }
    .uwu-fs-1-6 {
    font-size: 1.6em !important;
    }
    .uwu-fs-1-7 {
    font-size: 1.7em !important;
    }
    .uwu-fs-1-8 {
    font-size: 1.8em !important;
    }
    .uwu-fs-1-9 {
    font-size: 1.9em !important;
    }
.uwu-fs-2 {
    font-size: 2em !important;
}

.uwu-fs-3 {
    font-size: 3em !important;
}

.uwu-fs-4 {
    font-size: 4em !important;
}

.uwu-fs-5 {
    font-size: 5em !important;
}

.uwu-fs-6 {
    font-size: 6em !important;
}

.uwu-fs-7 {
    font-size: 7em !important;
}

.uwu-fs-8 {
    font-size: 8em !important;
}

.uwu-fs-9 {
    font-size: 9em !important;
}

.uwu-fs-10 {
    font-size: 10em !important;
}



/* Font-Weight */

.uwu-fw-1 {
    font-weight: 100 !important;
}

.uwu-fw-2 {
    font-weight: 200 !important;
}

.uwu-fw-3 {
    font-weight: 300 !important;
}

.uwu-fw-4 {
    font-weight: 400 !important;
}

.uwu-fw-5 {
    font-weight: 500 !important;
}

.uwu-fw-6 {
    font-weight: 600 !important;
}

.uwu-fw-7 {
    font-weight: 700 !important;
}

.uwu-fw-8 {
    font-weight: 800 !important;
}

.uwu-fw-9 {
    font-weight: 900 !important;
}

/* Margin */

    .uwu-mt-0-1 {
    margin-top: 0.1rem !important;
    }
    .uwu-mt-0-2 {
    margin-top: 0.2rem !important;
    }
    .uwu-mt-0-3 {
    margin-top: 0.3rem !important;
    }
    .uwu-mt-0-4 {
    margin-top: 0.4rem !important;
    }
    .uwu-mt-0-5 {
    margin-top: 0.5rem !important;
    }
    .uwu-mt-0-6 {
    margin-top: 0.6rem !important;
    }
    .uwu-mt-0-7 {
    margin-top: 0.7rem !important;
    }
    .uwu-mt-0-8 {
    margin-top: 0.8rem !important;
    }
    .uwu-mt-0-9 {
    margin-top: 0.9rem !important;
    }

.uwu-mt-1 {
  margin-top: 1rem !important;
}
    .uwu-mt-1-1 {
    margin-top: 1.1rem !important;
    }
    .uwu-mt-1-2 {
    margin-top: 1.2rem !important;
    }
    .uwu-mt-1-3 {
    margin-top: 1.3rem !important;
    }
    .uwu-mt-1-4 {
    margin-top: 1.4rem !important;
    }
    .uwu-mt-1-5 {
    margin-top: 1.5rem !important;
    }
    .uwu-mt-1-6 {
    margin-top: 1.6rem !important;
    }
    .uwu-mt-1-7 {
    margin-top: 1.7rem !important;
    }
    .uwu-mt-1-8 {
    margin-top: 1.8rem !important;
    }
    .uwu-mt-1-9 {
    margin-top: 1.9rem !important;
    }

.uwu-mt-2 {
  margin-top: 2rem !important;
}

.uwu-mt-3 {
  margin-top: 3rem !important;
}

.uwu-mt-4 {
  margin-top: 4rem !important;
}

.uwu-mt-5 {
  margin-top: 5rem !important;
}

.uwu-mt-6 {
  margin-top: 6rem !important;
}

.uwu-mt-7 {
  margin-top: 7rem !important;
}

.uwu-mt-8 {
  margin-top: 8rem !important;
}

.uwu-mt-9 {
  margin-top: 9rem !important;
}

.uwu-mt-10 {
  margin-top: 10rem !important;
}

    .uwu-mb-0-1 {
    margin-bottom: 0.1rem !important;
    }
    .uwu-mb-0-2 {
    margin-bottom: 0.2rem !important;
    }
    .uwu-mb-0-3 {
    margin-bottom: 0.3rem !important;
    }
    .uwu-mb-0-4 {
    margin-bottom: 0.4rem !important;
    }
    .uwu-mb-0-5 {
    margin-bottom: 0.5rem !important;
    }
    .uwu-mb-0-6 {
    margin-bottom: 0.6rem !important;
    }
    .uwu-mb-0-7 {
    margin-bottom: 0.7rem !important;
    }
    .uwu-mb-0-8 {
    margin-bottom: 0.8rem !important;
    }
    .uwu-mb-0-9 {
    margin-bottom: 0.9rem !important;
    }

.uwu-mb-1 {
  margin-bottom: 1rem !important;
}

    .uwu-mb-1-1 {
    margin-bottom: 1.1rem !important;
    }
    .uwu-mb-1-2 {
    margin-bottom: 1.2rem !important;
    }
    .uwu-mb-1-3 {
    margin-bottom: 1.3rem !important;
    }
    .uwu-mb-1-4 {
    margin-bottom: 1.4rem !important;
    }
    .uwu-mb-1-5 {
    margin-bottom: 1.5rem !important;
    }
    .uwu-mb-1-6 {
    margin-bottom: 1.6rem !important;
    }
    .uwu-mb-1-7 {
    margin-bottom: 1.7rem !important;
    }
    .uwu-mb-1-8 {
    margin-bottom: 1.8rem !important;
    }
    .uwu-mb-1-9 {
    margin-bottom: 1.9rem !important;
    }

.uwu-mb-2 {
  margin-bottom: 2rem !important;
}

.uwu-mb-3 {
  margin-bottom: 3rem !important;
}

.uwu-mb-4 {
  margin-bottom: 4rem !important;
}

.uwu-mb-5 {
  margin-bottom: 5rem !important;
}

.uwu-mb-6 {
  margin-bottom: 6rem !important;
}

.uwu-mb-7 {
  margin-bottom: 7rem !important;
}

.uwu-mb-8 {
  margin-bottom: 8rem !important;
}

.uwu-mb-9 {
  margin-bottom: 9rem !important;
}

.uwu-mb-10 {
  margin-bottom: 10rem !important;
}



/* Padding */

.uwu-p-1 {
  padding: 1rem !important;
}

.uwu-p-2 {
  padding: 2rem !important;
}

.uwu-p-3 {
  padding: 3rem !important;
}

.uwu-p-4 {
  padding: 4rem !important;
}

.uwu-p-5 {
  padding: 5rem !important;
}

.uwu-p-6 {
  padding: 6rem !important;
}

.uwu-p-7 {
  padding: 7rem !important;
}

.uwu-p-8 {
  padding: 8rem !important;
}

.uwu-p-9 {
  padding: 9rem !important;
}

.uwu-p-10 {
  padding: 10rem !important;
}

  .uwu-pt-1 {
    padding-top: 1rem !important;
  }

  .uwu-pt-2 {
    padding-top: 2rem !important;
  }

  .uwu-pt-3 {
    padding-top: 3rem !important;
  }

  .uwu-pt-4 {
    padding-top: 4rem !important;
  }

  .uwu-pt-5 {
    padding-top: 5rem !important;
  }

  .uwu-pt-6 {
    padding-top: 6rem !important;
  }

  .uwu-pt-7 {
    padding-top: 7rem !important;
  }

  .uwu-pt-8 {
    padding-top: 8rem !important;
  }

  .uwu-pt-9 {
    padding-top: 9rem !important;
  }

  .uwu-pt-10 {
    padding-top: 10rem !important;
  }


  .uwu-pb-1 {
    padding-bottom: 1rem !important;
  }

  .uwu-pb-2 {
    padding-bottom: 2rem !important;
  }

  .uwu-pb-3 {
    padding-bottom: 3rem !important;
  }

  .uwu-pb-4 {
    padding-bottom: 4rem !important;
  }

  .uwu-pb-5 {
    padding-bottom: 5rem !important;
  }

  .uwu-pb-6 {
    padding-bottom: 6rem !important;
  }

  .uwu-pb-7 {
    padding-bottom: 7rem !important;
  }

  .uwu-pb-8 {
    padding-bottom: 8rem !important;
  }

  .uwu-pb-9 {
    padding-bottom: 9rem !important;
  }

  .uwu-pb-10 {
    padding-bottom: 10rem !important;
  }

/*  */