@font-face {
    font-family: "Inter";
    src: url(../font/inter.ttf) format("truetype");
}
.inter-thin {
    font-family: "Inter", sans-serif;
    font-weight: 100 !important;
}
.inter-extralight {
    font-family: "Inter", sans-serif;
    font-weight: 200;
}
.inter-light {
    font-family: "Inter", sans-serif;
    font-weight: 300 !important;
}
.inter-regular {
    font-family: "Inter", sans-serif;
    font-weight: 400;
}
.inter-medium {
    font-family: "Inter", sans-serif;
    font-weight: 500;
}
.inter-semibold {
    font-family: "Inter", sans-serif;
    font-weight: 600 !important;
}
.inter-bold {
    font-family: "Inter", sans-serif;
    font-weight: 700 !important;
}
.inter-extrabold {
    font-family: "Inter", sans-serif;
    font-weight: 800;
}
.inter-black {
    font-family: "Inter", sans-serif;
    font-weight: 900;
}
html {
    color-scheme: dark;
    background: linear-gradient(0deg, black, black, #1D1D1D);
    min-height: 100vh;
    position: relative;
}
body {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    color: #fff;
    display: flex;
    opacity: 1;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 0;
    flex-direction: column;
    min-height: 100vh;
    height: 100%;
    overflow-x: hidden;
}
.background-img-index, .background-img-template {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    background-size: cover;
    background-position: center;
    z-index: -2;
    transition: transform 1s;
    animation: scale 1s ease-in-out forwards;
    transform: scale(1.5);
}
.background-img-index{
    height: 50%;
    background-image: linear-gradient(to bottom, rgb(0 0 0 / 0%), #000000), url(../img/sandbox-bg.jpg);
}
.background-img-template {
    height: 700px;
    background-image: linear-gradient(to bottom, rgb(0 0 0/0%), #1D1D1D), url(../img/xtemplates-bg.jpg);
}
.background-overlay-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, black, black, transparent);
    z-index: -1;
    transition: transform 1s;
    animation: scale 1s ease-in-out forwards;
    transform: scale(1.5);
    min-height: 100%;
}
.rounded{
    border-radius: 50%;
}
#membership{
    text-transform: capitalize;
}
.blockBody {
    height: 100vh !important;
    overflow: hidden !important;
    cursor: wait !important;
}
.blockBody .toHide, .d-none, .min-box.opened .text-white {
    display: none !important;
}
#mute-promo {
    position: absolute;
    bottom: 34px;
    z-index: 999;
    color: #ffffff52;
}
.class-63x {
    display: grid;
    border-radius: 20px;
    width: min-content;
    justify-content: center;
    transition: all 0.5s ease-in;
    overflow: hidden;
}
.showHome .after-init {
    margin-bottom: 30px !important;
    opacity: 1;
}
.showHome #header {
    margin: 40px 0;
}
.counter svg {
    height: 24px !important;
    width: 24px !important;
}
.class-51x {
    min-width: 300px;
    border: 1px solid #292929;
    border-radius: 12px;
    padding: 20px;
    align-items: center;
    color: #454545;
    background: #1c1c1c;
    margin-bottom: -522px;
    transition: all 1s ease-in-out;
    opacity: 0;
}
.class-50x {
    border: 3px solid #b16fc8 !important;
    border-radius: 12px;
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}
.related-news > span {
    color: rgb(255 255 255/50%) !important;
    font-size: 14px;
}
.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}
.plugins-mini {
    padding: 12px 16px;
    position: relative;
}
.justify-between {
    justify-content: space-between;
    width: 100%;
}
.plugins-mini__image {
    height: 32px;
    margin-right: 12px;
    width: 32px;
}
.desc-1 {
    color: #fff;
    font-size: 14px;
}
.counter {
    font-size: 16px;
    color: #fff;
}
.software-blog-img,
.source-blog-img.fly-sm,
.mini-articles img,
.mini-articles svg,
#options > div {
    filter: drop-shadow(2px 4px 6px black);
}
button {
    cursor: pointer;
}
.p-2 {
    padding: 0.5rem !important;
}
.plugins-mini button,
.plugins-mini span {
    align-items: center;
}
.align-items-center {
    align-items: center !important;
}
.justify-content-center {
    justify-content: center !important;
}
button {
    background: #fff0;
    border: none !important;
    outline: none !important;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.mini-articles svg {
    width: 32px;
    height: 32px;
}
.p-0 {
    padding: 0 !important;
}
.ml-3 {
    margin-left: 10px;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}
.d-flex {
    display: flex !important;
}
.h-100 {
    height: 100%;
}
.w-100 {
    width: 100%;
}
.bg-primary {
    background-color: #007bff !important;
}
.light-orange {
    width: 8px;
    height: 8px;
    background: #ffe000;
    border-radius: 50%;
    box-shadow: 0 0 5px 3px rgb(255 109 53/60%);
}
.fast-transition {
    transition: all 0.3s ease-in-out;
}
.light-green {
    width: 8px;
    height: 8px;
    background: #00ff37;
    border-radius: 50%;
    box-shadow: 0 0 5px 3px rgb(53 255 152/60%);
}
.user-img {
    border-radius: 10px;
}
#verifyNowEE{
    width: 80%;
    border-right: 3px solid #919191 !important;
}
.plugins-mini {
    border-bottom: 1px solid #2e2e2e;
}
.ml-1 {
    display: block;
    margin-bottom: 10px;
}
.text-sm {
    font-size: 12px;
}
#drop-area {
    height: -webkit-fill-available;
    border: 2px dashed #ffffff42;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff8a;
    cursor: pointer;
    padding: 50px;
    width: -webkit-fill-available;
    position: fixed;
    margin: 100px 30px 30px;
    bottom: 0;
    z-index: -1;
}
#header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 100px 0;
    transition: all 0.5s;
}
#header svg {
    height: 92px;
    width: 92px;
}
.glow-btn3:before {
    content: '';
    background: linear-gradient(45deg, #ff00c8, #c700ff);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 1;
    transition: opacity .3s ease-in-out;
    border-radius: 20px;
    border: none;
}
.scaler {
    will-change: transform;
    transition: transform 0.2s ease;
    width: -webkit-fill-available;
}
.scaler:hover {
    transform: translateY(-5px);
}
#options {
    display: flex;
    justify-content: center;
    gap: 27px;
    padding: 10px;
    background: #121212;
    border-radius: 10px;
    flex-wrap: wrap;
}
#options .scale-down{
    flex: 1;
}
#options .main-options {
    flex: 1 1 100%;
    min-height: fit-content;
}
.main-options button {
    border-radius: 6px;
    font-size: 12px;
    background: #161616;
    transition: all 0.2s;
}
.hover-bg:hover{
    background: #733df5;
}
.scale-down {
    transition: all 0.2s;
}
button:hover.scale-down {
    transform: scale(0.8);
}
#options.mini-articles {
    width: -webkit-fill-available;
}
.m-0 {
    margin: 0 !important;
}
span.desc-1.d-flex.align-items-center {
    font-weight: 600;
}
#filesize.counter {
    font-weight: 700;
}
.border-none {
    border: 0 !important;
}
#header svg {
    width: 100px !important;
    height: auto;
    animation: scaleintro 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}
.scale-down {
    will-change: scale;
    transition: transform 0.2s ease-in-out;
}
.scale-down:hover {
    transform: scale(0.95);
}
#app {
    display: contents;
}
.class-63 {
    display: flex;
    justify-content: flex-start;
    background: #1c1c1c;
    padding: 15px;
    border-radius: 20px;
    border: 1px solid #2b2b2b;
    flex-direction: column;
    height: fit-content;
    top: 110px;
}
.class-50 {
    justify-content: center;
    height: 170px;
    width: -webkit-fill-available;
    border: 1px solid #292929;
    border-radius: 12px;
    align-items: center;
    color: #717171;
    filter: drop-shadow(2px 4px 6px black);
    background: #1c1c1c;
}
#json-preview-top img {
    object-fit: cover;
    height: inherit;
    background: linear-gradient(182deg, #ffffff, #5b5b5b);
}
.position-relative {
    position: relative !important;
}
.pix-fit-cover {
    -o-object-fit: cover;
    object-fit: cover;
}
.h-100 {
    height: 100% !important;
}
.w-100 {
    width: 100% !important;
}
.d-block {
    display: block !important;
}
.full-box, .class-51, .min-box{
    justify-content: center;
    height: -webkit-fill-available;
    width: -webkit-fill-available;
    border: 1px solid #292929;
    border-radius: 12px;
    align-items: center;
    color: #454545;
    background: #1c1c1c;
}
.full-box, .class-51{
    padding: 20px;
}
.min-box {
    padding: 10px;
    justify-content: space-around;
    display: none;
}
.min-box .text-white{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80%;
}
.mode-grid .full-box {
 display: none;
}
.skip-mode-grid .full-box {
    display: block !important;
    margin-bottom: 20px;
}
#main {
    filter: drop-shadow(2px 4px 6px black);
    margin: 80px 0 10px;
}
.ext-name{
    font-weight: 600;
}
.mode-grid .min-box {
 display: flex;
 cursor: pointer;
 display: flex;
}
.mode-grid #template-list {
    width: -webkit-fill-available;
    grid-template-columns: repeat(auto-fit, minmax(324px, 324px));
    justify-content: center;
    grid-auto-rows: auto;
    gap: 20px;
    margin: 0 20px;
}
.mode-grid{
    width: -webkit-fill-available;
    margin: 20px;
}
#template-list {
    display: grid;
    justify-content: center;
}
.class-53 svg {
    height: 40px;
    width: 40px;
    padding: 6px;
}
.class-53 button {
    padding: 0;
    background: #1e1e1e;
    border-radius: 50%;
}
.mode-grid .class-53{
    margin: 20px !important;
}
.class-53, .total-posts {
    display: flex;
    align-items: center;
    color: #fff !important;
    justify-content: space-between;
    gap: 10px;
}
.class-53{
    margin-bottom: 30px;
    padding: 5px;
    background: transparent;
    width: auto;
}
.total-posts {
    background: #1e1e1e;
    padding: 10px;
    border-radius: 30px;
    width: max-content;
}
.class-53 .class-56{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    font-weight: 900;
}
#current{
    width: 40px;
    background: #ffa700;
    border-radius: 50%;
    color: #000;
    filter: drop-shadow(2px 4px 6px black);
}
#total{
    border-radius: 30px;
    width: -webkit-fill-available;
    flex: 1;
    margin: 0 20px;
}
.more-options{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: -200px;
    width: 164px;
    background: #ffffff14;
    z-index: 99;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    backdrop-filter: blur(10px);
    right: 20px;
    padding: 10px;
    opacity: 0;
}
.show-ops{
    opacity: 1;
    top: 90px;
}
.more-options button {
    border-radius: 17px;
    background: #0000004d;
    padding: 12px;
    height: 48px;
    width: 48px;
}   
.text-left {
    text-align: left !important;
}
.related-news > span {
    color: rgb(255 255 255/50%) !important;
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
}
.hithere {
    animation: hithere 1s ease infinite;
}
.gelatine {
    animation: gelatine 0.5s infinite;
}
.expand-msg {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    text-align: center;
    transition: all 0.3s ease-in-out;
    transform: translate(-50%, -50%);
    height: 100vh;
    width: 100%;
    z-index: 9999;
    justify-content: center;
    align-items: center;
    backdrop-filter: grayscale(1);
    color: #ff8c00;
    font-weight: 600;
}
.mini-articles {
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: -webkit-fill-available;
    background: #262626;
    border: 1px solid #2e2e2e;
}
.plugins-mini {
    padding: 12px 16px;
    position: relative;
    -webkit-transition: all.2s ease 0s;
    -o-transition: all.2s ease 0s;
    transition: all.2s ease 0s;
    z-index: 2;
}
.d-flex {
    display: flex !important;
}
.plugins-mini__image {
    height: 32px;
    margin-right: 12px;
    position: relative;
    width: 32px;
    display: inline-flex;
}
.overflow-hidden {
    overflow: hidden;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: #fff0;
}
.counter {
    color: #fff;
    font-size: 16px;
}
.software-blog-img,
.source-blog-img.fly-sm,
.mini-articles img,
.mini-articles svg {
    filter: drop-shadow(2px 4px 6px black);
    width: 32px;
    height: 32px;
}
.plugins-mini__image svg {
    fill: #e8eaed;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.h-100 {
    height: 100% !important;
}
.w-100 {
    width: 100% !important;
}
.class-54 {
    height: 20px;
    fill: #fff !important;
}
.class-55 {
    fill: #fff !important;
}
.text-white {
    color: white !important;
}
button {
    cursor: pointer;
}
.bg-primary {
    background-color: #733df5 !important;
}
input:focus {
  outline: none;
}
button[disabled],
input[disabled],
fieldset[disabled],
.no-updates,
.disabled-item,
.disabled-item .switchery,
.disabled-item button {
    cursor: not-allowed !important;
    opacity: 0.5;
}
button[disabled]svg g {
    fill: #000;
}
.class-56 svg:hover path,
footer svg:hover path,
.react:hover svg,
button.selected svg path {
    fill: #f19e39 !important;
}
button svg g,
button svg,
button svg path {
    transition: all 0.1s ease-in-out !important;
}
input:focus::placeholder {
    color: #fff0;
}
.plugins-mini button,
.plugins-mini span {
    align-items: center;
    padding: 0;
}
.fade-out {
    opacity: 0;
}
button,
select {
    text-transform: none;
}
button,
input {
    overflow: visible;
}
button {
    border-radius: 0;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
.mt-3,
.my-3 {
    margin-top: 1rem !important;
}
svg.isPremium {
    display: block !important;
}
.class-61 {
    color: #f19e39;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
}
#thumb-preview {
    margin: 5px;
}
header {
    height: 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: -120px;
    width: -webkit-fill-available;
    margin: 0 20px;
    background: #00000052;
    z-index: 999;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    backdrop-filter: blur(10px);
}
#toBack{
    background: #00000082;
}
.discret-menu {
    opacity: 0.3;
    cursor: auto;
}
.discret-menu:hover {
    opacity: 1;
}
.logo {
    display: flex;
    align-items: center;
    background: none;
    transition: transform 0.5s ease;
    margin-left: 4px;
    filter: drop-shadow(2px 4px 6px black);
}
.rounded-xts {
    border-radius: 50%;
    cursor: pointer;
    max-width: 30px;
}
.mr-1 {
    margin-right: 10px;
}
#search-input input {
    font-weight: 400;
    text-align: center;
    border: 0rem solid #fff0;
    padding: 0.5625rem 1.125rem;
    line-height: 1.8;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    line-break: normal;
    border-radius: 1.525rem !important;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: rgb(0 0 0 / 0.6);
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff0;
    border: 0rem solid #fff0;
    margin-right: 10px;
    padding: 0.5625rem 1.125rem;
    font-size: 0.9625rem;
    line-height: 1.8;
    border-radius: 4px;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    line-break: normal;
}
.showMenu {
    top: 20px;
}
.menu {
    display: flex;
    opacity: 1;
    transition: all 0.5s ease-in-out;
    margin-right: 5px;
}
.menu button {
    border-radius: 17px;
    background: #37373742;
    margin-left: 5px;
    padding: 12px;
    height: 48px;
    width: 48px;
}
footer {
    display: block;
    position: fixed;
    bottom: -150px;
    width: -webkit-fill-available;
    transition: bottom 0.3s ease-in-out;
    border-radius: 30px;
    overflow: hidden;
    border-radius: 30px;
    max-width: 357px;
    border: 1px solid #00000029;
    backdrop-filter: blur(10px);
}
#xt-software img {
    filter: drop-shadow(4px 4px 8px black);
}
.search-box {
    padding: 0 5px;
    background: #ffffff1c;
    transition: all 0.2s ease-in-out;
}
.search-full {
    padding: 10px !important;
}
#xt-search,
#xt-filter {
    width: -webkit-fill-available;
    padding: 5px;
    height: 45px;
}
#xt-filter {
    transition: all 0.3s;
    animation: scale 0.3s ease-in-out forwards;
}
.showFooter {
    bottom: 20px;
}
#toDown svg {
    transition: transform 0.2s ease-in;
}
.rotate-invert svg {
    transform: rotate(180deg);
}
h1 {
    text-align: center;
    margin-bottom: 15px;
}
.envato-container {
    transition: transform 1s;
    animation: scale 1s ease-in-out;
    margin-top: 110px;
    filter: drop-shadow(2px 4px 6px black);
}
#envato-sub {
    min-width: 360px;
    display: flex;
    height: -webkit-fill-available;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
}
#main,
#main-index,
#promo-container,
.loading-block,
#tuto-container {
    transition: all 0.2s ease-in;
}
.fadeIn {
    animation: fadeIn 1s forwards;
}
.blur-notice{
    backdrop-filter: blur(10px);
    background: #0000006e;
    width: 400px;
}
.popup-transparent{
    background: transparent !important;
}
#tuto-container, #promo-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: auto;
    background: linear-gradient(0deg, black, black, #1D1D1D);
}
#tuto-header {
    height: 40px;
    background: #00000085;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    display: flex;
    padding-left: 20px;
    align-items: center;
    margin: 0 10px;
    overflow: hidden;
    flex: 1;
}
#tuto-header span{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
}
#tuto-video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: auto;
    animation: scale 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}
.loading-block {
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    opacity: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.opacity-1 {
    opacity: 1;
    transform: translate(-50%, -50%);
}
.swal2-popup.swal2-modal.swal2-show {
    border-radius: 20px;
    margin: 0 50px !important;
}
.isvideo {
    height: 32px;
    width: 32px;
    background: #00000078;
    border-radius: 15px;
    padding: 5px;
}
.cover--img {
    border-radius: 8px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all.2s ease 0s;
    -o-transition: all.2s ease 0s;
    transition: all.2s ease 0s;
    width: 100%;
}
#template-list video,
#template-list iframe,
#template-list .img,
#template-list .only-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}
#template-list video {
    z-index: 1;
}
.img, .only-img {
    z-index: 2;
}
.isvideo-box {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 3;
    display: flex;
    gap: 10px;
}
.vidprev:hover .img,
.vidprev:hover .isvideo {
    opacity: 0;
    pointer-events: none;
}
.vidprev .isvideo {
    transition: all 0.5s ease-in-out;
}
.logo img {
    height: 38px;
    width: auto;
    transition: transform 0.2s ease-in-out;
}
.logo-img:hover {
    transform: scale(0.9);
}
.border-bottom {
    border-bottom: 1px solid #383838;
}
.class-30 {
    color: #fff;
    width: -webkit-fill-available;
    border-radius: 10px;
    background: #101010;
    border: 1px solid #2d2d2d;
    height: 45px;
    padding: 0 20px;
    font-size: 14px;
}
.fade-out-img {
    animation: fadeOut 1s forwards;
}
#bg-video{
    position: absolute;
    top: 0;
    left: 0;
    height: 700px;
    object-fit: cover;
    width: -webkit-fill-available;
    z-index: -2;
    transition: all 1s;
    animation: scale 1s ease-in-out forwards;
}
#loading-bar {
    width: 50vw;
    height: 3vw;
    min-height: 24px;
    background-color: #121212;
    border: 1vw solid #333333;
    border-radius: 5vw;
    box-shadow: 0 0 2vw rgba(0, 127, 255, 0.25);
    overflow: hidden;
}
#progress {
    width: 0;
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(#ff9b00, #ffc300);
    transition: all 0.1s ease-in-out;
}
.finished {
    background: linear-gradient(#1aff00, #80ff00) !important;
}
#about:hover .spin-hover {
  animation: spin3 0.7s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}

.swal2-image {
    height: 70px;
    margin-bottom: 0;
}

.swal2-confirm {
    box-shadow: 0 0 0 3px rgba(112, 102, 224, 0.5);
}

.switchery {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    position: relative;
    vertical-align: middle;
    width: 50px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: content-box;
    background-clip: content-box;
}
.switchery > small {
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgb(0 0 0 / 0.4);
    height: 30px;
    position: absolute;
    top: 0;
    width: 30px;
}
.switchery-small {
    border-radius: 20px;
    height: 20px;
    width: 33px;
}
.switchery-small > small {
    height: 20px;
    width: 20px;
}
.switchery-large {
    border-radius: 40px;
    height: 40px;
    width: 66px;
}
.switchery-large > small {
    height: 40px;
    width: 40px;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  font-size: 0.875rem;
  opacity: 0;
}

.tooltip b {
  font-weight: 600;
}

.tooltip.show {
  opacity: 1;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 1rem;
  color: #fff;
  text-align: center;
  background-color: #000000bf;
  backdrop-filter: blur(5px);
  border-radius: 0.5rem;
}

/* TOP */
.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  margin-bottom: 8px;
}

/* BOTTOM */
.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  margin-top: 8px;
}

/* RIGHT */
.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  margin-left: 8px;
}

/* LEFT */
.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  margin-right: 8px;
}


@keyframes spin3 {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); } /* 360 x 3 = 1080 */
}
@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}
@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        visibility: hidden;
    }
}
@keyframes fadeIn {
    from {
        transform: translateY(50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes scaleintro {
    0% {
        filter: blur(10px);
        opacity: 0;
        transform: scale(2.5);
    }
    70% {
        filter: blur(0px);
        opacity: 1;
        transform: scale(0.8);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes scale {
    from {
        opacity: 0;
        transform: scale(1.5);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes hithere {
    30% {
        transform: scale(1.2);
    }
    40%,
    60% {
        transform: rotate(-20deg) scale(1.2);
    }
    50% {
        transform: rotate(20deg) scale(1.2);
    }
    70% {
        transform: rotate(0deg) scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes gelatine {
    0%,
    100% {
        transform: scale(1, 1);
    }
    25% {
        transform: scale(0.9, 1.1);
    }
    50% {
        transform: scale(1.1, 0.9);
    }
    75% {
        transform: scale(0.95, 1.05);
    }
}
@media screen and (max-width:430px), screen and (max-height: 330px) {
    #main,
    #video-container,
    #main-index,
    .swal2-popup,
    #header,
    .more-options,
    .loading-block,
    #tuto-container {
        opacity: 0 !important;
    }
    header {
        top: -170px !important;
    }
    .expand-msg {
        display: flex;
    }
}