.admin-settings-useful-tab-block {
  margin: 10px 20px 0 2px;
}
.admin-settings-useful-tab-block h1 {
  font-size: 23px;
  font-weight: 400;
  margin: 0;
  padding: 9px 0 4px;
  line-height: 1.3;
}
.admin-settings-useful-tab-block h2 {
  margin-top: 55px;
  margin-left: 20px;
  position: relative;
  background: #ffd98a;
  padding: 10px 5px 10px 25px;
  font-size: 20px;
  border-radius: 0 10px 10px 0;
}
.admin-settings-useful-tab-block h2::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0eb";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ffa337;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  transform: translateY(-50%);
  border: solid 3px #f0f0f1;
  border-radius: 50%;
}
.admin-settings-useful-tab-block h3 {
  position: relative;
  padding-left: 25px;
  margin: 35px 0;
}
.admin-settings-useful-tab-block h3::before {
  position: absolute;
  content: "";
  bottom: -6px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px #ffa337;
}
.admin-settings-useful-tab-block h3::after {
  position: absolute;
  content: "";
  bottom: -6px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px #ffa337;
}
.admin-settings-useful-tab-block a {
  color: #f1991d;
  transition: color 1s;
  position: relative;
}
.admin-settings-useful-tab-block a:hover {
  text-decoration: none;
  color: #33c6ff;
}
.admin-settings-useful-tab-block a:hover::after {
  width: 100%;
}
.admin-settings-useful-tab-block a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #31aae2;
  transition: 0.3s;
  transform: translateX(-50%);
}
.admin-settings-useful-tab-block ul.utb-list {
  background: #f9f3e9;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}
.admin-settings-useful-tab-block ul.utb-list.has-border {
  border: solid 2px #ff7777;
}
.admin-settings-useful-tab-block ul.utb-list li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none;
}
.admin-settings-useful-tab-block ul.utb-list.chevron li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f138";
  position: absolute;
  left: 1em;
  color: #ff7777;
}
.admin-settings-useful-tab-block ol {
  margin-left: 0;
}
.admin-settings-useful-tab-block ol.utb-number-list {
  counter-reset: number;
  list-style-type: none;
  padding: 0.5em 1em 0.5em 1.3em;
  background-color: #f9f3e9;
}
.admin-settings-useful-tab-block ol.utb-number-list.has-border {
  border: solid 2px #ff7777;
}
.admin-settings-useful-tab-block ol.utb-number-list > li {
  position: relative;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 27px;
}
.admin-settings-useful-tab-block ol.utb-number-list > li::before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: #ff7777;
  color: white;
  font-weight: bold;
  border-radius: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  top: 15px;
  transform: translateY(-50%);
}
.admin-settings-useful-tab-block ol.utb-number-list ul {
  margin-left: 27px;
}
.admin-settings-useful-tab-block .red-bold {
  font-weight: bold;
  color: red;
}
.admin-settings-useful-tab-block .store-box {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 3px #ff7777;
  background-color: #f9f3e9;
}
.admin-settings-useful-tab-block .store-box .store-title {
  position: absolute;
  display: inline-block;
  top: -27px;
  left: -3px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  font-size: 17px;
  background: #ff7777;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}
.admin-settings-useful-tab-block .store-box ul {
  font-size: 1.3em;
}
.admin-settings-useful-tab-block .postit {
  padding: 13px 1em;
  margin: 2em 0;
}
.admin-settings-useful-tab-block .postit.gray {
  background: #cfcfcf;
  border-left: solid 6px #5a5a5a;
}
.admin-settings-useful-tab-block .postit p {
  margin: 0;
  padding: 0;
}
.admin-settings-useful-tab-block .column-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.admin-settings-useful-tab-block .column-2 > * {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.admin-settings-useful-tab-block figure {
  text-align: center;
}
.admin-settings-useful-tab-block img,
.admin-settings-useful-tab-block video {
  max-width: 100%;
  max-height: 300px;
}
.admin-settings-useful-tab-block .premium-box {
  margin: 2em 0;
  background: #ffd98a;
}
.admin-settings-useful-tab-block .premium-box .box-title {
  font-size: 1.2em;
  padding: 4px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  background-image: linear-gradient(70deg, #d69002 45%, #ffce0d 50%, #d69002 55%);
  background-size: 500% 100%;
  color: white;
  -webkit-animation: shine 5s infinite;
          animation: shine 5s infinite;
}
.admin-settings-useful-tab-block .premium-box .box-content {
  padding: 15px 20px;
  margin: 0;
}

.developper-link {
  text-align: center;
}
.developper-link a {
  background: linear-gradient(-30deg, #3d0b0b 50%, #2b0808 50%);
  padding: 20px;
  margin: 12px;
  display: inline-block;
  overflow: hidden;
  letter-spacing: 2.5px;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  transition: 0.2s ease-in-out;
}
.developper-link a::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #ad8585;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.developper-link a:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.9);
}
.developper-link a:hover::after {
  width: 0;
}
.developper-link a span {
  position: absolute;
}
.developper-link a span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: linear-gradient(to left, rgba(43, 8, 8, 0), #d92626);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
}
.developper-link a span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: linear-gradient(to top, rgba(43, 8, 8, 0), #d92626);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
}
.developper-link a span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, rgba(43, 8, 8, 0), #d92626);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
}
.developper-link a span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: linear-gradient(to bottom, rgba(43, 8, 8, 0), #d92626);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
}

@-webkit-keyframes animateTop {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes animateTop {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes animateRight {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes animateRight {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes animateBottom {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes animateBottom {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@-webkit-keyframes animateLeft {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes animateLeft {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
@-webkit-keyframes shine {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes shine {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@media screen and (max-width: 834px) {
  .admin-settings-useful-tab-block .column-2 {
    grid-template-columns: 1fr;
  }
  .admin-settings-useful-tab-block .column-2 > * {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */