@charset "utf-8";
@import url(https://fonts.googleapis.com/css2?family=News+Cycle);
* {
    scrollbar-color: #888 #f1f1f1;
    scrollbar-width: thin;transition:0.25s;
}
*,::after,::before {
    box-sizing: border-box !important;
}

html,body {
    scroll-behavior: smooth;
}

[data-force-height="true"] {
    height: 100vh!important;
    overflow: auto;
    width: 100%;
    align-items: center;
    margin-bottom:0
}

::-webkit-scrollbar {
    width: 12px;
    transition: 0.5s;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #888;
}
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

::selection {
    background: rgba(0, 0, 0, 0.35);
    color: #444;
}
::-webkit-input-placeholder {
    color: #cccccc;
}
:-ms-input-placeholder {
    color: #cccccc;
}
::placeholder {
    color: #cccccc;
}
#google_translate_element,
.skiptranslate {
    display: none;
}
#goog-gt-tt {
    display: none !important;
}
.goog-text-highlight {
    box-shadow: 0 0 0 transparent !important;
    background-color: transparent !important;
    position: static !important;
}
.rowopts{
    padding:0 21px; cursor:pointer;
}
.rowopts:hover{
    color:#999
}

.ui-tooltip {
    background:#454545;
    padding: 3px 8px;
    color: #ccc;
    border:1px solid #999;
    border-radius: 2px;
    font: bold 8px;
    box-shadow: 0 0 0 rgba(0,0,0,0.5);
    width:fit-content;
    max-width: 200px;text-align: center;
    user-select:none;-moz-user-select:none;-webkit-user-select: none;
    z-index:1234567890123;
  }
  .ui-helper-hidden-accessible{display:none;}

body,input,input::placeholder,textarea,select {
    margin: 0;
    padding: 0;
    font-family: "News Cycle";
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    color: #444;
    font-size: 1em;
    top: 0 !important;
}

i{margin-right:4px;}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 2em;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.17em;
}
h4 {
    font-size: 1em;
}
h5 {
    font-size: 0.83em;
}
h6 {
    font-size: 0.67em;
}
.x2 {
    font-size: 1.2em;
}
.x3 {
    font-size: 1.4em;
}
.x4 {
    font-size: 1.6em;
}
.x5 {
    font-size: 1.8em;
}
.dark-mode {
    background: #121212;
    color: #efefef;
}

table{margin-top:12px;margin-bottom:12px}

.dark-mode #useropts{color:#333;}
.dark-mode input,
.dark-mode select,
.dark-mode textarea {
    background: #efefef;
    border-color:#666
}
.dark-mode aside > ul::before{background:#5629ee}
.dark-mode input::placeholder{color:#acacac;}
.dark-mode select{background:#5629ee;color:white;}
.dark-mode .floatopts,.dark-mode .QRCode,#mod,#row,#col, .dark-mode .filesearcher:hover{color:#333}
.dark-mode .alert,
.dark-mode .window {
    color: #666;
    box-shadow: 0 5px 0 rgba(255, 255, 255, 0.5);
}

.blur {
    filter: blur(8px);
    opacity: 0.6;
}
.sepia{filter:sepia(1)}
.grayscale{filter:grayscale(1)}
.invert{filter:invert(1)}

.ileft {
    text-align: left;
}
.iright {
    text-align: right;
}
.icenter {
    text-align: center;
}
[data-vertical-align="itop"]>*{vertical-align:top;}
[data-vertical-align="imiddle"]>*{vertical-align: middle;}
[data-vertical-align="ibottom"]>*{vertical-align: bottom;}

.fright {
    float: right;
}
.contentEditable {
    border: 1px solid #5629EE;
    padding: 8px;
    margin: 0;
    max-height: 300px;
    overflow: auto;
    min-height: 250px;
}
#userbar {
    background: #353535;
    color: #ffffff;
    padding: 5px;
    font-family: "News Cycle"!important;
}
#userbar a {
    color: #ffffff;
    text-decoration: none;
    margin: 0 6px;
    padding: 4px;
    transition: 1s;
}
#userbar a:hover {
    background: #121212;
}
#go-top {
    background: rgba(0, 0, 0, 0.5);
    color: #efefef;
    padding: 0 12px;
    border-radius: 5px;
    position: fixed;
    border: 1px solid #ffffff;
    right: 2%;
    bottom: 13%;
}
#go-top:hover {
    background: rgba(0, 0, 0, 0.9);
    transition: 1s;
}
#bcredits {
    display: block;
    text-align: center;
    padding: 5px;
    color: #ffffff;
}
#bcredits a,
#bcredits span {
    color: #ffffff;
}
#logeduserbar {
    user-select: none;
    background: #121212;
    padding: 6px 12px;
    font-family: "News Cycle"!important;
}
#logeduserbar a {
    color: #efefef;
    margin: 0 4px;
    padding: 0 8px;
}
#logeduserbar a:hover {
    background: #333;
}
.main {
    padding: 12px;
    margin: 0 auto;
}
.submain {
    margin-top: 21px;
}
.submain [class^="col"] {
    margin-bottom: 8px;
}
.campos {
    padding-left:21px;
}
a {
    color: #4c7ee9;
    text-decoration: none;
}
a:hover {
    color: #4021a8;
    transition: 1s;
}
blockquote:before {
    content: "\f10d";
    font-family: "Font Awesome 6 Free";
    color: rgba(0, 0, 0, 0.5);
    font-weight: 900;
    display: block;
    text-align: center;
    margin: 5px 0;
}
blockquote:after {
    content: "\f10e";
    font-family: "Font Awesome 6 Free";
    color: rgba(0, 0, 0, 0.5);
    font-weight: 900;
    display: block;
    text-align: center;
    margin: 5px 0;
}
.smallsearch {
    margin-bottom: 12px !important;
}
button,
input,
select,
textarea {
    vertical-align: top;
    margin-bottom: 5px;
    border:1px solid #ccc;
    border-bottom-width: 2px;
    border-radius: 4px;
}
button:disabled,
input:disabled,
select:disabled,
textarea:disabled {
    background: #ececec;
    color: #999;
    border-color: none;
    cursor: not-allowed;
}

select option{background:#dddddd;color:#333;padding:5px;}

select option:disabled {
    text-decoration: line-through;color:#bbb
}

button {
    padding: 8px;
    font-weight: 700;
    background: #5629EE;
    color: #ffffff;
    box-sizing: border-box;
    border: 3px solid #5629EE;
    user-select: none;
}
button i {
    transition: 1s;
}
button:hover {
    background: #371b92;
    border-color: #371b92;
    transition: 1s;
}
button:active,
button:focus {
    background: #4925c0;
}
input,
textarea {
    border: 2px solid none;
    padding: 5px 12px;
    color: #666;
    font-family: "News Cycle";
    font-size: 15px;
}
input:focus,
textarea:focus{outline: none;}
input:hover,
textarea:hover {
    border-color: #999;
    transition: 1s;
    background: #f7f7f7;
}
select {
    padding: 7px 12px;
    border: 3px solid none;
    color: #ffffff;
    background: #5629EE;
}
select:hover {
    background: #371b92;
    border-color: #371b92;
    transition: 1s;
}
option {
    background: #efefef;
    color: #666;
    font-size: 1.1em;
}
.inverted_input {
    border: 3px solid #5629EE;
    color: #5629EE;
    background: #ffffff;
}
.inverted_input:hover {
    border-color: #5629EE;
    color: #ffffff;
    background: #5629EE;
    transition: 1s;
}
.cancel,
.redbutton {
    background: #d9534f;
    border-color: #d9534f;
}
.cancel:hover,
.redbutton:hover {
    background: #963431;
    border-color: #963431;
}
.imageURL {
    
    background-repeat: no-repeat !important;
    background-position: 98% center !important;
    background-size: 20px !important;
    padding-right: 35px !important;
}
input[type="radio"] {
    all: unset;
    width: 36px;
    height: 36px;
    border-radius: 100px;
    border: 2px solid #cccccc;
    display: inline-block;
    background: #ffffff;
}
input[type="radio"]:hover {
    border-color: #999;
    transition: 1s;
    background: #efefef;
}
input[type="radio"]:checked {
    border: 8px solid #5629EE;
}
input[type="radio"]:disabled {
    background:#ccc;border-color:#999;cursor:not-allowed
}
input[type="checkbox"] {
    all: unset;
    width: 36px;
    height: 36px;
    border: 2px solid #cccccc;
    display: inline-block;
    background: #ffffff;
    text-align: center;
    font-size: 2em;
    vertical-align: middle!important;
    /*margin-bottom: 5px;*/
    margin-left:8px;
    margin-right:8px;
}
input[type="checkbox"]:hover {
    border-color: #999;
    transition: 1s;
    background: #efefef;
    color: transparent;
}
input[type="checkbox"]:checked {
    border: 5px solid #5629EE;
    background: #5629EE;
}
input[type="checkbox"]:disabled {
    background:#ccc;border-color:#999;cursor:not-allowed
}
input[type="checkbox"]::before {
    content: "\f00c";
    color: #ffffff;
    text-align: left !important;
    font-family: "Font Awesome 6 Free";
    font-size: 20px;
    margin-top: 3px;
    float: left;
    margin-left: 3px;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}
input[type="date"],
input[type="time"] {
    padding: 6.5px;
}
input[type="range"] {
    background: 0 0 !important;
    -webkit-appearance: none;
    margin: 10px 0;
    border: none;
}
input[type="range"]:focus {
    outline: 0;
}
input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    background: #cccccc;
}
input[type="range"]::-webkit-slider-thumb {
    height: 12px;
    width: 12px;
    border-radius: 25px;
    background: #5629EE;
    -webkit-appearance: none;
    margin-top: -4px;
}
input[type="range"]:focus::-webkit-slider-runnable-track {
    background: #999;
}
input[type="range"]::-moz-range-track {
    width: 100%;
    height: 5px;
    background: #5629EE;
}
input[type="range"]::-moz-range-thumb {
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #5629EE;
}
.switch {
    width: 44px !important;
    border-radius: 50px !important;
    height: 26px !important;
    margin-top: 6px !important;
    vertical-align: bottom !important;
}
.switch::before {
    content: "\f111" !important;
    color:#666!important;
    font-size: 18px !important;
    margin: 1px 2px !important;
    float: left;
    font-weight: 900;
}
.switch:checked::before{color: #cccccc !important;}
.switch:checked {
    transform: scaleX(-1);
    border: 2px solid #5629EE !important;
    color: #ffffff !important;
}

.category {
    border: 2px solid #5629EE;
    background: #5629EE;
    padding: 3.5px 12px 3.5px 6px;
    border-radius: 100px;
    color: #ffffff;
    vertical-align: top;
    cursor: default;
    display: inline-block;
    margin-bottom: 5px;
}
.category:hover {
    background: #ffffff;
    border-color: #5629EE;
    color: #666;
    transition: 0.5s;
}
.category i {
    color: transparent;
    margin: 0 6px;
}
.category:hover i {
    color: #666;
    transition: 0.5s;
}
.filesearcher {
    display: block;
    border: 2px dashed #5629EE;
    text-align: center;
    font-size: 18px;
    width: 100%;
    padding: 12px;
    margin-bottom: 5px;
}
.filesearcher:before {
    content: "\e09a";
    font-family: "Font Awesome 6 Free";
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    margin-right:21px;
}
.filesearcher:hover {
    background-color:#efefef
}
input[type="file"] {
    display: none;opacity: 0;zoom:0;
}
.filecounter {
    margin-top: 5px;
    display: block;
    text-align: center;
}
.colorpicker {
    display: inline-block!important;
    vertical-align: top!important;
    width: 100%;
    min-width: 100px;
    border-bottom: 2px solid #cccccc;
    padding: 4px 12px!important;
    text-align: center;
    color: #666;
    text-shadow: 1px 1px #ffffff, -1px -1px #ffffff, -1px 1px #ffffff, 1px -1px #ffffff;
    font-weight: 700;
    cursor:pointer
}
.colorpicker span{min-height:26px;display:inline-block}
.colorpicker:hover {
    border-bottom-color:#999;
    transition: 1s;
}


.colorpicker input[type="color"] {padding:0;border:none;border-radius:50px;width: 25px;margin-left:12px;float:right;}

.wcaptcha {
    width: fit-content;
    background: #cccccc;
    color: #999;
    padding: 12px;
    margin: 5px 0 12px 0;
    font-size: 35px;
    cursor: default;
    user-select: none;
    
}
.wcaptcha::selection {
    background: 0 0;
    color: #999;
}
.wcaptcha::after {
    content: "\f021";
    font-family: "Font Awesome 6 Free";
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-size: 14px;
    text-decoration: none;
    float: right;
    margin-left: 20px;
}
.options {
    margin-bottom: 5px;
    user-select: none;
}
.options span,
.suboptions span {
    border-bottom: 2px solid #5629EE;
    padding: 5px 12px;
    display: inline-block;
    font-weight: 700;
    transition:0.5s
}
.options span:hover,
.suboptions span:hover {
    border-bottom-width: 4px;
    margin-bottom: -2px;
    cursor: pointer;
}
.options span {
    font-size: 1.4em;
}

.rows {
    margin: 5px 0;
    width: 100%;
}
.rows > * {
    padding: 8px;
}
.rows > :first-child {
    background: #5629EE !important;
    color: #fff;
}
.rows > :nth-child(odd) {
    background: rgba(0, 0, 0, 0.05);
}
.rows > :hover {
    background: rgba(0, 0, 0, 0.2);
    border-bottom: 2px solid #999;
    margin-bottom: -2px;
}
.title {
    display: block;
    width: 100%;
    font-size: 2em;
    font-weight: 700;
}
.title > .addnew {
    float: right;
    vertical-align: top;
}
.title > .settings{float:right; margin-left:1px}
.wysiwyg > .code,
.wysiwyg > .editor {
    border: 1px solid #999;
    width: 100%;
}
.wysiwyg > .editor {
    padding: 8px;
}
.wysiwyg .buttons {
    text-align: center;
}
.wysiwyg .buttons > * {
    transform:scale(0.9);
    margin: inherit auto;
}
.wysiwyg .buttons button {
    width: 35px;
    text-align: center;
    height: 35px;
}
.wysiwyg .buttons input[type="color"] {
    all: unset;
    display: inline-block;
    border: 2px solid #5629EE;
    padding: 0;
    height: 33px;
    width: 35px;
}
.wysiwyg > .code {
    display: none;
}
.sortable {
    list-style: none;
    padding: 0;
    margin: 12px 0;
}
.sortable li {
    background: #5629EE;
    color: #ffffff;
    margin-bottom: 5px;
    padding: 5px;
    border-radius:3px 
}
.sortable li:hover {
    background: #371b92;
}
.sortable li:before {
    content:"\f0c9";font-weight:900;font-family:"Font Awesome 6 Free";margin-right:12px;font-size:0.8em;color:#ffffff30;cursor:move;
}
.element {
    width: calc(100% / 3.2);
    border: 1px solid #999;
    padding: 12px;
    box-shadow: 0 3px 0 rgb(0 0 0 / 20%);
    margin-bottom: 8px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: top;
}
.element > .icon {
    font-size: 2.5em;
    color: #cccccc;
    width: 75%;
    display: inline-block;
    vertical-align: top;
}
.element > .options {
    text-align: right;
    font-size: 1.25em;
    width: 20%;
    display: inline-block;
    vertical-align: top;
}
.element > .options i {
    padding: 5px 13px;
    border-radius: 50px;
}
.element > .options i:hover {
    background: #cccccc;
    color: #666;
}
.element > .name {
    font-size: 1.3em;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.element > .slug {
    font-size: 0.9em;
    font-style: italic;
}
.element > section {
    margin-top: 8px;
}
.isimage > .preview {
    min-height: 150px;
    background-color: #ffffff;
    opacity: 1;
    background-image: linear-gradient(#efefef 2.2000000000000002px, transparent 2.2000000000000002px), linear-gradient(90deg, #efefef 2.2000000000000002px, transparent 2.2000000000000002px),
        linear-gradient(#efefef 1.1000000000000001px, transparent 1.1000000000000001px), linear-gradient(90deg, #efefef 1.1000000000000001px, #ffffff 1.1000000000000001px);
    background-size: 60px 60px, 60px 60px, 12px 12px, 12px 12px;
    background-position: -2.2000000000000002px -2.2000000000000002px, -2.2000000000000002px -2.2000000000000002px, -1.1000000000000001px -1.1000000000000001px, -1.1000000000000001px -1.1000000000000001px;
    text-align: center;
    padding: 10px;
}
.isimage > .preview img {
    max-width: 100%;
    max-height: 125px;
}
.isimage > .options {
    position: absolute;
    margin-left: 50px;
    margin-top: -150px;
    padding-right:12px;
}
.isimage > .options i {
    background: #ddd;
}
.addnewelement {
    padding: 53px 0;
    text-align: center;
}
.addnewelement .fa-plus {
    display: block;
    font-size: 2em;
    padding: 5px;
    transition: 1s;
}
.addnewelement:hover {
    background: #cccccc;
}
.addnewelement:hover .fa-plus {
    transform: rotate(90deg);
}
.floatopts {
    border: 1px solid #999;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
    width: fit-content;
    background: #ffffff;
    position: absolute;
    display: none;
    user-select: none;
}
.floatopts span > i {
    width: 21px;
    text-align: left;
    color: #cccccc;
}
.floatopts span {
    display: block;
    padding: 5px 12px;
}
.floatopts span > span {
    display: none;
    position: absolute;
    margin-left: 35px;
    background: #ffffff;
    border-left: 5px solid #333;
}
.floatopts span:hover {
    background: #cccccc;
    cursor: pointer;
}
.floatopts span:hover > i {
    color: #666;
}
.floatopts span:hover > span {
    display: block;
}
.window {
    min-width: 350px;
    box-shadow: 0 5px 0 rgba(0, 0, 0, 0.2);
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 5px 5px 0 0;
    position: fixed;
    z-index: 99;
    top: 5%;
    right: 12.5%;
    display: none;
}
.window::after{
    content:"";
    position:fixed;
    width:250vw;
    height: 250vh;
    top:-125%;
    left:-125%;
    background:rgba(0,0,0,0.5);
    z-index:-2
}

.window.ui-draggable.ui-draggable-dragging > h2 {
    cursor: grabbing;
}

.window .buttonwrapper{background:#fff;}

.window > h2 {
    background: #5629EE;
    color: #ffffff;
    padding: 5px 12px;
    border-radius: 5px 5px 0 0;
    cursor: grab;
    user-select: none;
}
.window > h2 > .fa-times {
    float: right;
    background: #5629EE;
    width: 32px;
    text-align: center;
    border-radius: 50px;
    cursor: pointer;
}
.window > h2 > .fa-times:hover {
    color: rgba(0, 0, 0, 0.5);
    transform: rotate(90deg);
    transition: 1s;
}
.window > section {
    background-color: #fff;
    max-height: 70vh;
    overflow-x: auto;
    padding: 12px;
}
.window > section div {
    margin-bottom: 12px;
}
.window > section .col2-3 {
    padding-left: 35px;
}
.window > section [class^="col"]:nth-child(odd) {
    padding-right: 6px;
}
.window > section [class^="col"]:nth-child(even) {
    padding-left: 6px;
}
.alert {
    background: #ffffff;
    color: #666;
    border-radius: 5px;
    max-width: 350px;
    position: fixed;
    z-index: 99999999999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 5px 0 rgba(0, 0, 0, 0.2);
    background: #ffffff;
    border: 1px solid #cccccc;
    display: none;
    padding: 0 12px;
}
.alert > .title,.alert > .message, .alert > .buttons {
    text-align: center;
}
.alert > .message {
    padding: 5px;
    max-height: 300px;
    overflow-x: auto;
    margin-bottom: 5px;
}

.alert > .buttons > button{margin-left:3px;margin-right:3px}
.alert > .buttons > button:hover .fa-check {
    transform: rotate(360deg);
    transition: 2s;
}
#mensajes > div {
    position: fixed;
    max-width: 350px;
    bottom: 5%;
    right: 5%;
    animation-name: vanquish;
    animation-delay: 5s;
    animation-duration: 125ms;
    animation-fill-mode: forwards;
    z-index: 99999;
    padding-right:12px;
}
@-moz-document url-prefix() {
    #mensajes > div{bottom:10%}
}
@keyframes vanquish {
    0% {
        opacity: 1;
        zoom: 1;
    }
    25% {
        opacity: 0.75;
        zoom: 0.75;
    }
    50% {
        opacity: 0.5;
        zoom: 0.5;
    }
    75% {
        opacity: 0.25;
        zoom: 0.25;
    }
    100% {
        opacity: 0;
        zoom: 0.1;
        visibility: hidden;
    }
}
.assistance,
.error,
.notice,
.processing,
.regular,
.success,
.warning,
.connect {
    display:flex;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    color: #333;
    border-radius: 5px;
    background: #ffffff;
    min-height: 66px;
}
.assistance span,
.error span,
.notice span,
.processing span,
.regular span,
.success span,
.warning span, 
.connect span{width:94%;display:block;padding: 5px 12px 5px 5px;}

.assistance::before,
.error::before,
.notice::before,
.regular::before,
.success::before,
.warning::before,
.connect::before {
    width: 5%;
    min-width:68px;
    text-align: center;
    padding: 12px;
    margin-right: 12px;
    color: #ffffff;
    font-size: 2em;
    font-family: "Font Awesome 6 Free";
    display: inline-block;
    border-radius: 4px 0 0 4px;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.connect::before{
    content: "\f1eb";
    background:#fab005;
    float:left;
}
.error::before {
    content: "\f00d";
    background: #ca433b;
    float: left;
}
.warning::before {
    content: "\f071";
    background: #e9a33c;
    float: left;
}
.notice::before {
    content: "\f071";
    background: #666;
    float: left;
}
.success::before {
    content: "\f00c";
    background: #77a248;
    float: left;
}
.regular::before {
    content: "\f0f4";
    background: #6babe0;
    float: left;
}
.assistance::before {
    content: "\f1cd";
    background: #5629EE;
    float: left;
}
@keyframes process {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(359deg);
    }
}
.paralax {
    background-attachment: fixed !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
#cookies {
    position: sticky;
    padding: 8px;
    background: rgba(0, 0, 0, 0.8);
    bottom: 0;
    left: 0;
    color: #ffffff;
    width: 100%;
    text-align: center;
    z-index: 999;
}
#cookies button {
    margin: 0 21px;
}
#cookies a,
#cookies span {
    color: #ffffff;
    font-weight: 700;
}
#lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
}
#lightbox .fa-times {
    display: block;
    float: right;
    color: #ffffff;
    font-size: 2em;
    cursor: pointer;
    margin: 12px;
}
#lightbox .fa-times:hover {
    color: #cccccc;
    cursor: pointer;
}
#lightbox img {
    position: fixed;
    z-index: 9;
    border: 5px solid #ffffff;
    border-radius: 5px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    max-width: 86%;
    max-height: 86%;
}
.profile {
    margin: 5px auto;
    padding: 12px;
}
.profile .avatar {
    text-align: center;
}
.profile .avatar > img {
    border-radius: 50%;
    max-width: 175px;
}
.profile .username {
    font-size: 2em;
    margin-bottom: -12px;
    font-weight: 700;
}
.profile .userlink {
    font-size: 1.1em;
    margin-bottom: 12px;
}
.profile .userlink,
.profile .username {
    display: block;
}
.profile .col1-3 {
    text-align: center;
    width: 30%;
}
.profile .stat {
    font-size: 1.75em;
    font-weight: 700;
    display: block;
}
.profile button {
    display: block;
    width: fit-content;
}
.mainbar {
    box-shadow: 0 12px 0 #efefef;
    background: #5629EE;
    color: #ffffff;
    padding: 8px 21px;
    margin: -8px -8px 8px -8px;
    border-radius: 8px 8px 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    cursor: default;
}
#notify {
    width: 40px;
    display: inline-block;
    text-align: center;
}
#notify > .fa-bell {
    background: #ffffff;
    color: #333;
    width: 35px;
    height: 35px;
    border: 5px solid #ffffff;
    padding: 4px;
    border-radius: 50px;
}
#notify > section {
    display: none;
    width: 300px;
    overflow: auto;
    max-height: 450px;
    transition: 1s;
    padding: 5px;
    background: rgba(0, 0, 0, 0.1);
}
#notify:hover > .fa-bell {
    background: #cccccc;
    border-color: #cccccc;
}
#notify:hover > section {
    display: block;
    position: absolute;
    transform: rotate3d(1, 0, 0, 0deg);
    margin-left: -53px;
}
aside {
    margin: 0;
    padding: 0;
    width: 15%;
    color: #efefef;
}
aside > ul {
    margin: 0;
    padding: 0;
    user-select: none;
}
aside > ul li {
    padding: 6px 12px;
    background: #121212;
    clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%);
    transition: 1s;
}
aside > ul li:hover {
    background: #333;
    cursor: pointer;
    clip-path: polygon(0 0, 100% 0, 95% 50%, 100% 100%, 0 100%);
}
aside > ul li i {
    width: 35px;
    display: inline-block;
    text-align: center;
}
.loading {
    position: fixed;
    z-index: 999990;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;    
}
.loading i{    background: rgba(0, 0, 0, 0.7);
    border-radius: 100%;
    width: 112px;
    height: 112px;
    padding: 25px;}

    .spin{animation-name: spin;animation-duration: 5000ms;}
    .pulse{animation-name:pulse;animation-duration: 500ms}
    .fade{animation-name:fade;animation-duration: 2000ms}
    .spinFade{animation-name:spinFade;animation-duration: 2000ms}

    .spin, .pulse,.fade,.spinFade{
    animation-iteration-count: infinite;
    animation-timing-function: linear;}
    
@keyframes spin {from {transform:rotate(0deg);}to {transform:rotate(360deg);}}
@keyframes pulse {from{opacity:0.3;transform:scale(0.5)} to{opacity:1;transform:scale(1)}}
@keyframes fade{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
@keyframes spinFade{0%{opacity:0;transform:rotate(0deg);}50%{opacity:1;transform:rotate(180deg);}100%{opacity:0;transform:rotate(360deg);}}

.loading img{background:rgba(0, 0, 0, 0.7);padding:25px}
.loading.fsp{width:100vw;height:100vh;border-radius:0;padding-top:45vh;text-align: center;background:rgba(0, 0, 0, 0.7)}
.loading.fsp img, .loading.fsp i{background:transparent}

.nointernet {
    width: 100%;
    background: red;
    color: #ffffff;
    text-align: center;
}
.nointernet::before {
    content: "\f1eb  ";
    font-family: "Font Awesome 6 Free";
    font-weight:900;
}
[data-class="bContact"] {
    background: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999;
}
[data-class="bContact"] h2 i {
    float: right;
    cursor: pointer;
}
[data-class="bContact"] h2 i:hover {
    color: #666;
}
[data-class="bContact"] > div {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    padding: 12px;
    box-shadow: 0 3px 0 #999;
    width: 350px;
}
[data-class="bContact"] input,
[data-class="bContact"] textarea {
    margin-bottom: 5px;
}
.bgvideo {
    position: absolute;
    left: 0;
    z-index: -99;
    overflow: hidden;
    width:100vw;
}
.bgvideo iframe {
    width: 100%;
    pointer-events: none;
    aspect-ratio: 16/9;
}

.bulletsteps .bullets,#bTips .bulletson{display:inline-block;border-radius:50px;width:21px;height:21px;border:3px solid #666;margin:4px;cursor:pointer}
.bulletsteps .bullets{background:#efefef}
.bulletsteps .bullets:hover,.bulletsteps .bulletson:hover{background:#999}
.bulletsteps .bulletson{background:#666}


@-moz-document url-prefix() {
    .bgvideo iframe {height:117vh}
}
.bgvideo iframe[src=""], .bgvideo iframe[src="about:blank"]{
    display: none !important;
    opacity: 0;
    zoom: 0.1;
    visibility: hidden;
    width: 0;
    height: 0;
}

@media only screen and (max-width: 768px) {
    .window > h2 > .fa-times{font-size:1.5em}
    .bgvideo iframe{width:calc(100%*3.25);left:calc(-100%*1.1)}
    .flexslider {
        margin: 0!important;
    }
    .options span::after{content:">";float:right;}
    .title > .settings {margin-top: 10px;}
}


/*builder*/
[data-builder="module-options"]{text-align:right;}
[data-builder="module-options"] >*{display:inline-block}
[data-builder="viewfiles"]{width:fit-content;display:inline-block;vertical-align: top;}
[data-builder="viewfiles"] .fa-eye{background:#5629EE;color:white;padding:10.5px 35px;border-radius:5px;}
[data-builder="viewfiles"] .fa-eye:hover{background: #371b92;}
[data-builder="viewfiles"] div{position:absolute;width:fit-content;background:#fff;margin-left:-90px;color:#666!important;
    box-shadow:0 4px 0 rgba(0, 0, 0, 0.2);text-align:left;display:none;}
[data-builder="viewfiles"]:hover [data-builder="viewfiles"] div{display: block;}
[data-builder="viewfiles"] div span{display:block;padding:8px 12px;cursor:pointer;}
[data-builder="viewfiles"] div span:hover{background-color:#ccc;}


.iGvB{border: 2px solid #ccc;
    width: 100px;
    height: 100px;
    background-size: 95%;
    display: inline-block;
    margin: 4px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius:4px;
}
.iGvB::after{content:"";height:100px;width:100px;display:block;
    position:absolute;
    /*background-image:  linear-gradient(#efefef 2.2000000000000002px, transparent 2.2000000000000002px), linear-gradient(90deg, #efefef 2.2000000000000002px, transparent 2.2000000000000002px), linear-gradient(#efefef 1.1000000000000001px, transparent 1.1000000000000001px), linear-gradient(90deg, #efefef 1.1000000000000001px, #ffffff 1.1000000000000001px);*/
    background-size: 60px 50px, 50px 50px, 6px 6px, 6px 6px;
    background-position: -2.2000000000000002px -2.2000000000000002px, -2.2000000000000002px -2.2000000000000002px, -1.1000000000000001px -1.1000000000000001px, -1.1000000000000001px -1.1000000000000001px;
    z-index:-2
}
.iGvB[src=""]::after{margin-top:-105px}
.iGvB:hover{border-color:#666;}

.priceOff:empty ~ .actualPrice, .priceOff:not(:empty){font-size:3em;}
.priceOff:not(:empty) ~ .actualPrice{font-size:2em;text-decoration: line-through}
.priceOff:not(:empty) ~ .actualPrice::before{content:"$"}
.priceOff:empty ~ .actualPrice::before, .priceOff:not(:empty)::before{content: "$";}

.postImage{height: 500px;width: 100%;background-size: cover;background-position: center;}