:root {
  --primary-color: #4caf50; /* Green */
  --primary-dark: #388e3c;
  --secondary-color: #2196f3; /* Blue */
  --dark-bg: #121212;
  --light-bg: #1e1e1e;
  --text-color: #ffffff;
  --text-muted: #bdbdbd;
  --accent-color: #ffc107; /* Yellow for highlight */
}
body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  background: #121212;
}

.linkgroupx {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.linkgroupx a {
  text-decoration: none;
  outline: none;
  color: #fff;
  font-weight: bold;
  margin: 0px 15px;
  padding: 8px 12px;
  border-radius: 5px;
  transition: 0.3s;
  font-size: 16px;
}

.linkgroupx a.active,
.linkgroupx a:hover {
  color: #ff0050;
}

.phonelinkgroup {
  position: absolute;
  flex-direction: column;
  background: #212121;
  border-bottom: 1px solid #333;
  width: 100%;
  padding: 20px 0px;
  top: 60px;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
}

.phonelinkgroup.see {
  visibility: visible;
  opacity: 1;
}

.phonelinkgroup a {
  display: block;
  text-decoration: none;
  outline: none;
  color: #fff;
  font-weight: bold;
  margin: 0px 15px;
  padding: 8px 12px;
  border-radius: 5px;
  transition: 0.3s;
  font-size: 16px;
  text-align: center;
}

.phonelinkgroup a.active,
.phonelinkgroup a:hover {
  color: #ff0050;
}

.phonemenu {
  display: none;
  margin: 0px 0px 0px 10px;
  font-size: 28px;
}

header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 60px;
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: transparent /*00AEEF*/;
  font-size: 35px;
  font-weight: bold;
  color: #fff;
}

.news {
  display: block;
  width: 65%;
  padding: 20px;
  height: auto;
  text-align: left;
  background: transparent;
  border-radius: 5px;
  color: #fff !important;
  transition: 0.4s;
}

.largenews {
  width: 90%;
}

.news.left {
  width: 87%;
}

.homeitem {
  width: 100% !important;
  border: none !important;
  border-radius: 10px !important;
  background: #333;
  border: 1px solid #555 !important;
  height: 220px;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}

.homeitem .articlephoto {
  width: 220px;
}

.homeitem .articleinfos {
  margin-left: 30px;
}

.flexy {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.flexy a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  color: #ff0050;
}

.flexy a:hover {
  text-decoration: underline;
}

.color {
  color: #ff0050 /*001C35*/;
  margin-left: 3px;
}

.bod {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  height: 100%;
  width: 100%;
  /*background: #121212;*/
  color: #fff;
  position: absolute;
  overflow: auto;
  transition: 0.4s;
}

.bod.left {
  width: 60%;
}

.detailbloc {
  display: block;
  position: fixed;
  top: 0;
  right: -40%;
  width: 40%;
  height: 100%;
  background: #121212;
  z-index: 2;
  overflow: auto;
  color: #fff;
  transition: 0.4s;
}

.detailbloc.right {
  right: 0;
}

.boddetail {
  margin: 80px 20px 20px 20px;
}

.boddetail .articlephoto {
  width: 100%;
  height: auto !important;
}

.boddetail .articlephoto img {
  width: 100%;
  transform: scale(1.1);
  height: auto !important;
}

.articleinfosy {
  margin-top: 20px;
}

.btn-closed {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  border: 1px solid #555;
  background: #333;
  color: #fff;
  font-size: 22px;
  position: fixed;
  right: 30px;
  top: 10px;
  cursor: pointer;
  outline: none;
  transition: 0.3s;
  z-index: 3;
}

.btn-closed:hover {
  background: #444;
}

.soustitlex {
  font-size: 14px;
}

.titlex {
  font-size: 30px;
  font-weight: bold;
}

.marge {
  margin: 0px 0px;
}

.biglogox {
  display: block;
  font-weight: bold;
  font-size: 45px;
  margin-bottom: 40px;
  margin-top: 40px;
}

.applogo {
  width: 160px;
  margin-bottom: 40px;
  margin-top: 40px;
}

.formline {
  display: flex;
  flex-direction: row;
  height: 50px;
  width: 63%;
  overflow: hidden;
  background: #fff;
  border-radius: 5px;
  margin: 20px 0px;
  justify-content: space-between;
  transition: 0.4s;
}

.formline.left {
  width: 85%;
}

.btn-down {
  display: flex;
  width: 170px;
  height: 50px;
  border: none;
  outline: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  background: #ff0050 !important;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
}

.btn-down:hover {
  background: #ff558a !important;
}

.btn-down i {
  margin-right: 8px;
}

.blue {
  background: #054fff !important;
}

.blue:hover {
  background: #09f !important;
}

.green {
  background: #18b36a !important;
}

.green:hover {
  background: #08d57e !important;
}

.formlink {
  width: calc(100% - 200px);
  margin-left: 18px;
  border: none;
  font-family: "Noto Sans JP", sans-serif;
  outline: none;
  font-weight: 700;
}

.loader {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  border: 3px solid transparent;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  animation: rotate 0.6s linear infinite;
  margin-bottom: 20px;
}

.loaderarticle {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  border: 3px solid transparent;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  animation: rotate 0.6s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.result {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  width: 100%;
}

.itemdata {
  display: flex;
  flex-direction: row !important;
  justify-content: space-between;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  color: #000;
  padding: 10px;
  width: 61%;
}

.itemphoto {
  display: block;
  width: 150px;
  height: 200px;
  overflow: hidden;
  border: 1px solid #eee;
  border-radius: 5px;
  margin-right: 10px;
}

.itemphoto img {
  width: 150px;
  height: 200px;
  object-fit: cover;
}

.flexline {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}

.round {
  border-radius: 5px;
}

.iteminfo {
  margin: 10px 20px;
}

.itemauthor {
  font-weight: bold;
  font-size: 18px;
  margin: 0px 0px 10px 0px;
}

.itemdesc {
  line-height: 23px;
}

.author_nickname {
  display: block;
  color: #777;
  font-size: 14px !important;
}

.linkfile {
  font-size: 16px;
  width: auto;
  padding: 0px 15px;
  margin: 10px 0px;
}

.white {
  display: none;
}

.divx {
  text-align: left !important;
  margin: 0px 20px 20px 20px;
  background: #333;
  border: 1px solid #555;
  color: #fff;
  padding: 20px;
  border-radius: 5px;
  width: 60%;
  transition: 0.4s;
}

.divx.left {
  width: 85%;
}

.imgdiv.center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.linebox {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.titlexv {
  font-size: 22px;
  font-weight: bold;
}

.listitem {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  margin-top: 20px;
  align-items: center;
}

.number {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px;
  background: #ff0050;
  color: #fff;
  margin: 10px;
}

.loginbox {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: auto;
}

.form {
  display: block;
  width: 100%;
  height: 40px;
  margin: 10px 0px;
  border-radius: 8px;
  border: 2px solid #444;
  background: transparent;
  color: #fff;
  text-indent: 15px;
  outline: none;
  transition: 0.3s;
  caret-color: #ff0050;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}

.form:focus {
  border: 2px solid #ff0050;
}

.large {
  width: 103%;
}

.error {
  color: #ff0000;
}

.headerx {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #333;
  background: #121212;
  position: relative;
  z-index: 3;
}

.headerx img {
  width: 100px;
  margin-left: 40px;
}

.headerx .user {
  font-size: 14px;
  display: flex;
  flex-direction: row;
  margin-right: 40px;
  align-items: center;
  transition: 0.3s;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 5px;
}

.headerx .user:hover {
  background: #222;
}

.articletitle {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.articlebloc {
  margin: 80px 40px 40px 40px;
}

.small {
  font-size: 15px;
  height: 40px;
}

.largebod {
  align-items: unset;
}

.pp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #444;
  margin-left: 10px;
}

.pp i {
  font-size: 20px;
}

.flexarticle {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.itemarticle {
  display: block;
  border: 1px solid #555;
  border-radius: 8px;
  margin-bottom: 20px;
  width: 49%;
}

.headarticle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #555;
}

.btn-action {
  display: inline-block;
  margin-left: 8px;
  background: transparent;
  border: none;
  outline: none;
  color: #fafafa;
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
  transition: 0.3s;
  padding: 5px 8px;
  border-radius: 5px;
}

.btn-action.red {
  background: #ff0050;
}

.margex {
  margin: 0px 10px;
}

.bodarticle {
  display: flex;
  margin: 20px;
}

.articlephoto {
  display: block;
  width: 160px;
  height: 180px;
  overflow: hidden;
  border-radius: 8px;
  background: #444;
}

.articlephoto:hover .btn-editphoto {
  visibility: visible;
}

.articlephoto img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.articleinfos {
  display: block;
  margin-left: 20px;
  text-align: left;
  overflow: hidden;
  height: 185px;
}

.articletitlex {
  display: block;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 10px;
}

.checkactivate {
  display: flex;
  align-items: center;
  width: 35px;
  height: 15px;
  border: 1px solid #555;
  border-radius: 50px;
  margin-right: 10px;
  margin-left: 10px;
  cursor: pointer;
}

.checkactivate.active {
  background: #ff0050;
  border: 1px solid #ff0050;
}

.checkactivate.active .checkboule {
  background: #fff;
  left: 20px;
}

.checkboule {
  position: relative;
  transition: 0.5s;
  left: 0;
  width: 13px;
  height: 13px;
  border-radius: 50px;
  background: #555;
  margin-left: 1px;
}

.btn-editphoto {
  display: block;
  width: 35px;
  height: 35px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  border-radius: 10px;
  border: none;
  outline: none;
  cursor: pointer;
  position: absolute;
  font-size: 22px;
  margin: 3px;
  transition: 0.3s;
  visibility: hidden;
}

.btn-editphoto:hover {
  background: rgba(0, 0, 0, 0.6);
}

.activebloc {
  display: flex;
  align-items: center;
}

.ombre {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.modal {
  display: block;
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.modal.see {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.modal.modalnewarticle {
  width: 430px;
  height: 90%;
  background: #212121;
  border-radius: 10px;
  z-index: 2;
  border: 1px solid #444;
}

.headmodal {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #444;
  align-items: center;
  justify-content: space-between;
}

.titlemodal {
  font-size: 22px;
  margin-left: 10px;
  display: block;
}

.btn-close {
  display: block;
  margin-right: 10px;
  width: 35px;
  height: 35px;
  border: none;
  outline: none;
  background: transparent;
  font-size: 26px;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
  color: #fafafa;
}

.btn-close:hover {
  background: #333;
}

.btn-closex {
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 35px;
  height: 35px;
  border: none;
  outline: none;
  background: transparent;
  font-size: 26px;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
  float: right;
  color: #fafafa;
}

.btn-closex:hover {
  background: #333;
}

.bodmodal {
  display: block;
  position: absolute;
  top: 61px;
  bottom: 0;
  width: 100%;
  overflow: auto;
}

.flexphotoadd {
  display: flex;
  flex-direction: row;
  margin: 10px 0px;
}

.labelphoto {
  display: flex;
  width: 140px;
  height: 160px;
  background: #333;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 40px;
  color: #999;
  border: 3px solid #555;
  cursor: pointer;
}

.restylephoto {
  width: 150px;
  height: 165px;
  margin-left: 10px;
}

.formrestyle {
  color: #fafafa;
  border: 1px solid #333;
  width: 98%;
  margin: 5px 0px;
}

.formrestyle:focus {
  border: 1px solid #ff0050;
  box-shadow: 0px 0px 2px 2px #624951;
}

.labeltext {
  margin-top: 20px;
  display: block;
}

.labeldesc {
  margin-bottom: 5px;
}

.editor {
  height: 130px;
}

.flexlinez {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 30px;
  margin: 10px 0px;
}

.publi {
  margin-right: 0px;
}

.btn-fill {
  width: 100%;
}

.mrg-y-10 {
  margin: 10px auto;
}

.btn-loader {
  display: flex;
  width: 15px;
  height: 15px;
  border-radius: 50px;
  border: 3px solid #fff;
  border-left: 3px solid transparent;
  animation: rotate 0.7s linear infinite;
}

.ql-toolbar.ql-snow {
  border: 1px solid #333;
}

.ql-container.ql-snow {
  border: 1px solid #333;
}

.userbox {
  display: block;
  background: #212121;
  padding: 20px;
  position: absolute;
  width: 280px;
  border-radius: 10px;
  border: 1px solid #444;
  box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.3);
  right: 15px;
  top: 60px;
  z-index: 1;
  color: #fafafa;
}

.flexcenterx {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  /*background: #444;*/
  margin-top: 30px;
}

.profilpp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 80px;
  background: #333;
  font-size: 40px;
}

.profilname {
  margin: 5px 0px 10px 0px;
  font-weight: bold;
  font-size: 18px;
}

.filled {
  width: 100%;
  margin: 5px 0px;
}

.black {
  background: #333 !important;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.flexsocial {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}

.btn.btn-social {
  display: block;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 5px;
  padding: 10px 10px;
  font-family: "Noto Sans JP", sans-serif;
  margin: 5px 5px;
  transition: 0.3s;
  color: #fff;
  background: #333;
}

.btn.btn-social i {
  font-size: 18px;
}

.btn.btn-socialx {
  display: block;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 5px;
  padding: 10px 10px;
  font-family: "Noto Sans JP", sans-serif;
  margin: 5px 5px;
  transition: 0.3s;
  color: #fff;
  background: #333;
}

.btn.btn-socialx i {
  font-size: 18px;
}
.tiktok.active {
  background: #ff0050;
}

.tiktok:hover {
  background: #ff0050;
}

.facebook.active {
  background: #056eb5;
}

.facebook:hover {
  background: #056eb5;
}

.instagram.active {
  background: linear-gradient(
    45deg,
    #feda75,
    #fa7e1e,
    #d62976,
    #962fbf,
    #4f5bd5
  );
}

.instagram:hover {
  background: linear-gradient(
    45deg,
    #feda75,
    #fa7e1e,
    #d62976,
    #962fbf,
    #4f5bd5
  );
}

.spacex {
  width: 130px;
  margin-right: 20px;
}

.bet {
  text-decoration: none;
  outline: none;
  background: linear-gradient(
    -45deg,
    var(--primary-color),
    var(--primary-dark),
    #00bfff,
    var(--primary-color)
  ) !important;
  background-size: 400% 400% !important;
  color: var(--text-color) !important;
  animation: animated-gradient 8s ease infinite !important;
}

.bet:hover {
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(76, 175, 80, 0.7);
}
.loaderbloc {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  height: 100%;
  overflow: hidden;
}

.flexrow {
  display: flex;
  justify-content: space-between;
  /*margin:0px 50px;*/
  align-items: center;
  width: 100%;
}

@keyframes animated-gradient {
  0% {
    background-position: 0% 50% !important;
  }
  50% {
    background-position: 100% 50% !important;
  }
  100% {
    background-position: 0% 50% !important;
  }
}

@media (max-width: 500px) {
  header {
    background: transparent;
  }

  .grouplogo {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .phonemenu {
    display: block;
  }

  .linkgroupx {
    display: none;
  }

  .detailbloc {
    right: -100%;
    width: 100%;
  }

  .detailbloc.right {
    right: 0;
    width: 100%;
  }

  .homeitem {
    height: 500px;
    overflow: hidden;
  }

  .homeitem .articleinfos {
    margin-left: 0px;
    height: 175px;
  }

  .homeitem .articlephoto {
    width: 100%;
    height: 280px;
  }

  .mobilbtn {
    width: 103% !important;
  }

  .headerx img {
    margin-left: 10px;
    margin-bottom: 0px;
    margin-top: 0px;
    width: 80px;
  }

  .headerx .user {
    margin-right: 10px;
  }

  .articlebloc {
    margin: 80px 20px 40px 20px;
  }

  .itemarticle {
    width: 100%;
  }

  .articlephoto {
    width: 100%;
    height: 280px;
  }

  .articlephoto img {
    height: 280px;
  }

  .articleinfos {
    margin-left: 0px;
  }

  .articletitlex {
    margin-top: 10px;
  }

  .modal.modalnewarticle {
    width: 100%;
    height: 100%;
    border-radius: 0px;
  }

  .mobilbtn2 {
    width: 99% !important;
  }

  .news {
    display: block;
    width: 90%;
    height: auto;
    overflow: hidden;
    padding: 10px;
    text-align: left;
  }

  .bodarticle {
    flex-direction: column;
  }

  .bod {
    justify-content: flex-start;
  }

  .biglogox {
    margin-top: 30px;
  }

  .titlex {
    margin: 0px 20px;
  }

  .soustitlex {
    margin: 0px 20px;
  }

  .formline {
    width: 90%;
  }

  .btn-down {
    width: auto;
    padding: 0px 10px;
    font-size: 14px;
  }

  .formlink {
    width: calc(100% - 160px);
  }

  .itemdata {
    width: 85%;
    flex-direction: column !important;
    margin-bottom: 30px;
  }

  .flexline {
    flex-direction: column;
  }

  .itemphoto {
    display: block;
    width: 100%;
    height: 390px;
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-right: 10px;
  }

  .itemphoto img {
    width: 100%;
    height: 390px;
    object-fit: cover;
  }

  .iteminfo {
    margin: 10px 10px;
  }

  .linkfile {
    width: 100%;
  }

  .imgdiv {
    width: 100%;
    text-align: left !important;
  }

  .white {
    display: flex;
    width: 90%;
    color: #121212;
    background: #fff !important;
  }

  .white:hover {
    background: #ff0050 !important;
    color: #fff;
  }

  .imgdiv.center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .divx {
    width: auto;
    margin: 0px 15px 15px 15px;
  }
}
