@import url('https://fonts.googleapis.com/css2?family=Exo:wght@100;200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,300;0,700;1,300&display=swap');

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
    box-sizing: border-box;
    outline: none;
}

*:hover {
    transition: background-color 0.3s ease;
}

html {
    background: #FFF;
}

body {
    position: relative;
    background-color: rgb(242 242 242);
    font-family: 'Exo';
    min-height: 100vh;
}

/**
 *
 * Giriş ve kayıt paneli
 */
.login-body {
    font-family: 'Roboto', sans-serif;
    min-height: 100vh;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    /*font-family: 'Roboto', sans-serif;
    min-height: 100vh;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../img/login_bg.jpg);
    background-size: cover;
    background-position: center;*/
}

/*.login-body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    backdrop-filter: blur(10px) grayscale(1) opacity(0.8);
    -webkit-backdrop-filter: blur(10px) grayscale(1) opacity(0.8);
    -moz-backdrop-filter: blur(10px) grayscale(1) opacity(0.8);
    -ms-backdrop-filter: blur(10px) grayscale(1) opacity(0.8);
}*/

.login {
    width: 350px;
    max-width: 100%;
    margin: 50px 20px;
    z-index: 2;
}


.home-login-panel {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: auto;
    z-index: 9999;
    transform: translate(-50%, -50%);
    margin: 0;
    display: block;
    pointer-events: none;
    opacity: 0;
}

.home-login-panel.active,
.home-login-panel.active .login {
    pointer-events: all;
    opacity: 1;
}

.home-login-panel .login {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    width: 350px;
    max-width: 100%;
    margin: 0;
    display: none;
}

.login .logo {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px auto;
    background-color: #b5b5b5;
    border-radius: 50vh;
    padding: 3px;
    border: 1px solid #dcdcdc;
}

.login .logo img {
    width: 100%;
    border-radius: 50vh;
    background-color: #FFF;
}

.login .container {
    padding: 20px 15px;
    background-color: #FFF;
    border: 1px solid #000000;
    border-radius: 5px;
}

.login h1.title {
    font-size: 19px;
    margin-bottom: 20px;
    font-weight: 300;
    text-align: center;
}

.login .content p {
    font-size: 17px;
    margin-bottom: 5px;
    font-weight: 100;
}

.login .content label {
    display: block;
    margin-bottom: 10px;
}

.login .content input {
    width: 100%;
    padding: 9px 13px;
    border: 1px solid #ececec;
    font-size: 13px;
    font-weight: 200;
}

.form-group {
    position: relative;
    width: 100%;
}

.form-group input {
    padding-right: 50px !important;
}

.form-group div {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f4f4f4;
    width: 45px;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    cursor: pointer;
}

.form-group div span {
    font-size: 17px;
}

.login .content button,
.login .content a {
    padding: 8px 14px;
    border: none;
    font-size: 12px;
    cursor: pointer;
}

.login .content button.success-btn {
    box-shadow: 0 0 0 1px #03C03D;
    color: #000;
}

.login .content a.cancel-btn {
    background-color: #FFF;
    color: #178BC2;
}

.login .other-login {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.login .other-login span.separator {
    width: 100%;
    position: relative;
    margin: 0 0 15px 0px;
}

.login .other-login span.separator::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 100%;
    height: 1px;
    background-color: #dcdcdc;
}

.login .other-login span.separator::after {
    content: "veya";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    color: #282828;
    padding: 0px 10px;
}


.login .other-login div:not(.google-login) {
    position: relative;
    margin: auto;
    width: 100%;
    padding: 10px 30px;
    text-align: center;
    color: #FFF;
    border-radius: 4px;
    font-weight: 500;
    text-decoration: none;
    transition: all .3s;
    cursor: pointer;
}

.login .other-login div {
    font-size: 13px;
}

.login .other-login div.google-login div {
    padding: 0;
}

.login .other-login div i {
    position: absolute;
    top: 50%;
    left: 15px;
    color: #FFF;
    font-size: 13px;
    transform: translate(0, -50%);
}

.login .other-login .facebook-login {
    background-color: #4267B2;
}

/* .login .other-login .google-login {
    background-color: #4285F4;
} */

.login .other-login .instagram-login {
    background-color: #E33E5C;
}

.login .other-login .twitter-login {
    background-color: #000;
}

.abcRioButtonLightBlue {
    border-radius: 5px !important;
}

.formerror {
    color: #F00;
    font-size: 12px;
    margin: 5px 0 0 0;
    display: none;
    width: 100%;
}

.formerror.post {
    border-radius: 7px;
    display: block;
}

.formerror.post a {
    text-decoration: underline;
    font-weight: 300;
    color: #007bff;
}

.formerror.post.form {
    margin-bottom: 10px;
}

.formerror.active {
    display: block;
}

.registerPanel {
    display: none;
}

.registerPanel.active {
    display: block;
}

.verification,
.registerPanel .register {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999999;
    width: 350px;
    max-width: calc(100% - 40px);
    margin: 50px 0;
    transform: translate(-50%, -50%);
    padding: 15px;
    background-color: #FFF;
    box-shadow: 0 3px 6px #0005;
}

.verification h1.title,
.registerPanel .register h1.title {
    font-size: 17px;
    font-weight: 400;
}

.verification p.description {
    font-size: 17px;
    font-weight: 200;
    margin-bottom: 20px;
}

.verification form p,
.registerPanel .register form p {
    width: fit-content;
    font-size: 17px;
    margin-bottom: 5px;
    font-weight: 100;
}

.verification input,
.registerPanel .register input {
    width: 100%;
    padding: 8px 13px;
    border: 1px solid #ececec;
    font-size: 15px;
    font-weight: 200;
}

.verification label,
.registerPanel .register label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.verification button,
.registerPanel .register button {
    width: 100%;
    border: none;
    padding: 10px;
    background-color: #0cc00c;
    color: #FFF;
    font-size: 14px;
    cursor: pointer;
}

.registerSeparator {
    display: block;
    margin: 10px -15px 20px -15px;
    height: 1px;
    background-color: #000;
}

.forgot-password {
    padding: 0px !important;
    margin-bottom: 3px;
    display: block;
    font-size: 12px;
    text-align: right;
    color: #0038e3;
    text-decoration: underline;
}

.data-req {
    display: none;
}

.data-req.active {
    display: block;
}

.smsverify-panel {
    display: none;
}

.smsverify-panel.active {
    display: block;
}

/**
 *
 * Üst panel
 */
.navbar {
    background-color: #FFF;
    margin: 0 auto;
    box-shadow: 0 0 25px -5px #00000050;
}

.navbar-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    background: rgb(89, 117, 222);
    background: linear-gradient(90deg, rgba(89, 117, 222, 1) 0%, rgba(58, 141, 231, 1) 0%, rgba(161, 62, 129, 1) 51%, rgba(213, 49, 49, 1) 100%);
}

.navbar-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: calc(1366px + 150px);
    max-width: 100%;
    margin: auto;
}

/**
 *
 * Logo ve user menu
 */
.navbar h1.title {
    font-size: 14px;
}

.navbar h1.title a {
    width: fit-content;
    font-weight: 400;
    margin: 20px 0 20px 20px;
    color: #FFF;
}

.navbar .header-right {
    position: relative;
}

.navbar .header-right .user .user-btn {
    display: flex;
    align-items: center;
}

.navbar .header-right .user .user-btn p {
    font-size: 14px;
    color: #FFF;
}

.navbar .header-right .user .user-btn .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(235, 235, 235);
    border: 1px solid rgb(125, 125, 125);
    width: 35px;
    height: 35px;
    margin: 10px 20px 10px 10px;
    border-radius: 50vh;
    cursor: pointer;
}

.navbar .header-right .user .user-dropdown {
    position: absolute;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    top: 100%;
    right: 0;
    padding: 5px;
    background-color: #FFF;
    box-shadow: 0 3px 6px #0005;
    width: fit-content;
    z-index: 998;
    margin-right: 20px;
}

.navbar .header-right .user .user-dropdown a {
    display: flex;
    color: #000;
    align-items: center;
    gap: 7px;
    width: 100%;
    padding: 7px 10px;
    font-size: 13px;
}

.navbar .header-right .user .user-dropdown a span {
    font-size: 22px;
}

.navbar .header-right .user .user-dropdown a:hover {
    background: #0001;
}

/**
 *
 * Yazı düzenleme alanaı
 */
.text-edit-panel {
    background-color: #ececec;
    user-select: none;
    position: fixed;
    z-index: 999;
    width: 850px;
    left: 50%;
    top: 0;
    transform: translate(-50%, 5px);
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0 3px 15px -6px #353535;
    max-width: 90%;
    opacity: 1;
    pointer-events: all;
    transition: all .25s;
}

.text-edit-panel.passive {
    pointer-events: none;
    opacity: 0;
}

.text-edit-panel.passive .item {
    /*background-color: #f7f7f7;*/
}

.text-edit-content {
    display: flex;
    align-items: center;
    margin: auto;
    flex-direction: row;
    justify-content: space-between;
}

.text-edit-panel .text-edit-content .panel-text-style {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.text-edit-panel .text-edit-content .panel-text-style .font-family {
    display: flex;
    align-items: center;
    border: 1px solid #a1a1a1;
    padding: 0;
    overflow: hidden;
    border-radius: 6px;
    cursor: pointer;
    opacity: 1;
    pointer-events: all;
    background: #FFF;
}

.text-edit-panel .select2-selection {
    border: 1px solid #dfdfdf;
    height: 40px;
}

.text-edit-panel .font-size {
    display: flex;
    align-items: stretch;
    margin: 0;
    height: 35px;
}

.text-edit-panel .font-size .size-change {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    cursor: pointer;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 50vh;
}

.text-edit-panel .font-size .size-change:hover {
    background-color: #ffffff;
}

.text-edit-panel .font-size input {
    padding: 5px;
    width: fit-content;
    max-width: 75px;
    font-size: 14px;
    text-align: center;
    border: none;
    background: #fff;
    border-radius: 50vh;
    margin: 0px 3px;
}

.text-edit-panel .item i,
.text-edit-panel .item svg,
.text-edit-panel .item span {
    pointer-events: none;
}

.text-edit-panel .item.font-family .select2.select2-container {
    width: 150px;
}

.text-edit-panel .item.font-family .select2.select2-container .select2-selection.select2-selection--single {
    height: 35px;
    font-size: 13px;
    border-radius: 0;
}

.text-edit-panel .item.font-attr {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 35px;
    height: 35px;
}

.text-edit-content .other-items {
    display: flex;
    align-items: stretch;
    gap: 10px;
}

.text-edit-content .other-items .pickr {
    height: 100%;
}

.text-edit-content .other-items .pickr .pcr-button {
    width: 50px;
    height: 100%;
    border-radius: 7px;
    overflow: hidden;
    border: 1px solid #000;
}

.text-edit-panel .item.font-attr,
.navbar .text-edit-content .other-items .pickr .pcr-button {
    border: 1px solid #000;
    border-radius: 6px;
}

.text-edit-panel .item.font-attr svg {
    font-size: 13px;
}

.text-edit-panel .item.font-attr:hover {
    background-color: #ffe2ee;
}

.text-edit-panel .item.font-attr.active {
    background-color: #ebe6fa;
}

#font-color {
    width: 35px;
    height: 35px;
    display: inline-block;
    border: 1px solid #dfdfdf;
    font-size: 18px;
    text-align: right;
    padding: 0;
}

.select2-selection.select2-selection--single {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.select2-selection__arrow {
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
}


/**
 *
 * font seçim alanı
 */
.select-family-panel {
    position: fixed;
    top: 50px;
    left: 50px;
    width: 250px;
    height: 300px;
    background: #FFF;
    border-radius: 10px;
    border: 1px solid #222;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    overflow: scroll;
    z-index: 999;
}

.select-family-panel span {
    display: block;
    padding: 12px;
    font-size: 15px;
    cursor: pointer;
}

.select-family-panel span:hover {
    background: #e6e6e6;
}


/**
 *
 * İçerik kısmı
 */
.main-container {
    display: flex;
    flex-direction: row;
    transform-origin: 0px 0px;
}

/**
 *
 * Poster içeriği
 */

.scale-container {
    height: 100%;
    display: flex;
    margin: auto;
    align-items: flex-start;
    justify-content: flex-start;
}

.editor-container {
    position: relative;
    display: flex;
    width: 100%;
    height: calc(100vh - 105px);
    /* - 110px*/
    overflow: auto;
}


.main-container.account {
    max-width: 100%;
    height: 100vh;
    margin: 25px auto 0 auto;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    zoom: 1;
    padding: 0 20px;
    width: calc(1366px + 150px);
}

.main-container.account .container-content {
    width: 100%;
}

.container-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.container-header a {
    width: 35px;
    height: 35px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50vh;
    border: 1px solid #ececec;
}

.container-content form input {
    width: 100%;
    padding: 9px 15px;
    border: 1px solid #ececec;
    font-size: 14px;
    font-weight: 100;
    margin-bottom: 10px;
}

.container-content form button {
    width: fit-content;
    float: right;
    border: none;
    padding: 10px 15px;
    background-color: #0cc00c;
    color: #FFF;
    font-size: 13px;
    cursor: pointer;
}

.form-group {
    position: relative;
    width: 100%;
}

.form-group input {
    padding-right: 60px !important;
}

.form-group div {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f4f4f4;
    width: 35px;
    height: 35px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    cursor: pointer;
    font-size: 12px;
}

.formsuccess {
    color: #009200;
    margin-bottom: 15px;
    font-size: 12px;
    margin: 5px 0 0 0;
}

.container-header h1.title {
    font-weight: 300;
    font-size: 18px;
}

.editor-bg-change,
.editor-footer-change {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 75px;
    height: 1050px;
    background-color: #e9e9e9;
    transition: 250ms;
}

.editor-bg-change.loader,
.editor-footer-change.loader {
    pointer-events: none;
}


.editor-bg-change svg,
.editor-footer-change svg {
    font-size: 25px;
}

.editor-bg-change.active,
.editor-footer-change.active {
    cursor: pointer;
    background-color: #FFF;
}

.editor-bg-change.active:hover,
.editor-footer-change.active:hover {
    background-color: #EFEFEF;
}

.editor-footer-change {
    height: 230px;
    border-top: 1px solid rgb(162, 162, 162);
}

.image-editor {
    position: relative;
    height: 1280px;
    width: 1280px;
    background-color: #dbdbdb;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    box-shadow: 0 0 15px #999;
}

.image-editor.cloneElement {
    position: absolute;
    top: -1000%;
    left: -1000%;
    z-index: -9999;
    pointer-events: none;
}

.image-editor .bg {
    width: 100%;
    height: 100%;
    line-height: 0;
}

.image-editor .bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/vs-bg.png);
    background-position: center center;
    background-size: cover;
    z-index: 9;
}

.image-editor .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-editor .header {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    color: #FFF;
    z-index: 99;
}

.image-editor .header p {
    width: fit-content;
    max-width: 100%;
    border: none;
    color: #FFF;
    font-size: 40px;
    text-align: center;
    padding: 5px 20px;
    margin: auto;
    overflow: hidden;
}

.image-editor .header .title {
    position: relative;
    z-index: 9;
}

.image-editor .header .title p {
    font-weight: bold;
}

.image-editor .header .time {
    position: relative;
    width: 50%;
    margin: auto;
    z-index: 9;
    line-height: 30px;
}

.image-editor .header .time::after {
    left: auto;
    right: 0;
    transform: translate(50%, 0%);
}

.image-editor .header .time p {
    width: 100%;
    margin: auto;
}


.image-editor .supporter-selected img {
    width: 100%;
}

.image-editor .supporter-selected,
.image-editor .supporter-selected,
.image-editor .vs_image {
    position: absolute;
    width: 240px;
    top: 50%;
    transform: translate(0, -50%);
    object-fit: cover;
    cursor: pointer;
    z-index: 99;
}

.image-editor .vs_image {
    cursor: auto;
    left: 50%;
    width: 180px;
    transform: translate(-50%, -50%);
}

.image-editor .supporter-selected {
    left: 100px;
}

.image-editor .supporter-selected[logo=right] {
    left: auto;
    right: 100px !important;
}

.image-editor .editor-footer {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    z-index: 99;
}

.image-editor p {
    position: relative;
    min-width: 50px;
    text-align: center;
    white-space: break-word;
    font-weight: unset;
    font-weight: 100;
}

.image-editor p.bold {
    font-weight: bold !important;
}

.image-editor p.italic {
    font-style: italic !important;
}

.image-editor p.underline {
    text-decoration: underline !important;
}

.image-editor p:focus::after,
.image-editor p.active::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #000;
    border: 4px dashed #AAA;
    box-sizing: border-box;
    pointer-events: none;
}

/**
 * arkaplan ve alt bilgi değiştirme alanı
 */
.design-select {
    display: none;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    position: fixed;
    background: #FFF;
    border: 1px solid #333;
    border-radius: 50vh;
    transform: translate(-50%, calc(-100% - 10px));
}

.design-select::before {
    content: '';
    position: absolute;
    border: 9px solid transparent;
    border-top-color: #000;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    pointer-events: none;
}

.design-select span:nth-child(1) {
    border-radius: 50vh 0 0 50vh;
}

.design-select span:nth-child(2) {
    border-radius: 0 50vh 50vh 0;
}

.design-select span:hover {
    background: #f4f4f4;
}

.design-select span {
    padding: 7px 10px;
    cursor: pointer;
}

/**
 * Arkaplan öğelerinin listelendiği eleman
 */
.background-select,
.footer-select {
    position: fixed;
    top: 50%;
    z-index: 999;
    width: 350px;
    max-width: calc(100% - 50px);
    background: #ffffff;
    transform: translate(25px, -50%);
    max-height: calc(100vh - 105px - 50px);
    overflow: hidden;
    display: none;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 7px;
    box-shadow: 0 0 13px #0000004f;
}

.footer-select {
    width: 500px;
}

.background-content-area,
.footer-content-area {
    width: 100%;
    padding: 0 16px;
    align-items: center;
    max-height: calc(100vh - 155px - 85px);
    overflow: auto;
    padding-top: 16px;
}

.footer-content-area {
    max-height: calc(100vh - 155px - 117px);
}

.footer-content-area p {
    font-size: 1rem !important;
}

.footer-content-area>div>div:not(.no-result-message) {
    margin: 0 !important;
    transform-origin: left center;
    background: url(/app/assets/img/footer-select-bg.jpeg);
    background-size: cover;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 15px !important;
    padding: 0;
    position: relative;
}

.footer-content-area>div>div:not(.no-result-message)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #23232330;
    width: 100%;
    height: 100%;
    z-index: 1;
    backdrop-filter: blur(3px);
}

.footer-content-area>div>div>span {
    padding: 10px;
    display: block;
    margin-bottom: 15px;
    background: #3a3a3a5c;
    color: #FFF;
    z-index: 2;
    position: sticky;
}

.footer-content-area>div>div .html {
    pointer-events: none;
    position: sticky;
    width: 1280px;
    transform: scale(0.365625);
    transform-origin: left top;
    height: 63px;
    z-index: 1 !important;
}

.background-select .item {
    width: 100%;
    height: 280px;
    background-size: cover;
    cursor: pointer;
    display: block;
    position: relative;
    border-radius: 6px;
    margin-bottom: 16px;
}

.background-select p {
    position: absolute;
    bottom: 0;
    width: calc(100% - 20px);
    height: 50px;
    background: #4242426b;
    display: flex;
    align-items: center;
    padding: 10px;
    color: #FFFF;
    margin: 10px;
    border-radius: 9px;
}

.background-select .search-area,
.footer-select .search-area {
    display: flex;
    width: 100%;
    background: #FFF;
    padding: 16px;
    box-sizing: border-box;
    box-shadow: 0 3px 6px #3333331a;
    flex-wrap: wrap;
    gap: 10px;
}

.background-select .search-area div,
.footer-select .search-area div {
    width: calc(50% - 5px);
    background: #f2f2f2;
    text-align: center;
    padding: 10px;
    border-radius: 7px;
    border: 1px solid #000;
    font-size: 12px;
    cursor: pointer;
}

.background-select .search-input,
.footer-select .search-input {
    display: block;
    width: 100%;
    padding: 10px;
    border-radius: 7px;
    border: 1px solid #AEAEAE;
}

/**
 * Share Content
 */
.share-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    font-weight: 100;
}

.share-status {
    padding: 0 !important;
}

.share-status div {
    justify-content: flex-start !important;
    gap: 10px;
    margin: 0 !important;
    cursor: default !important;
    color: #000 !important;
}


.share-content div.download,
.share-content div.share,
.share-content div.clean-editor {
    position: relative;
    padding: 5px 10px;
    color: #000;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

.share-content div.download::before,
.share-content div.share::before,
.share-content div.clean-editor::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0px;
    transition: width 250ms;
}

.share-content div.download svg,
.share-content div.share svg,
.share-content div.clean-editor svg {
    font-size: 13px;
    margin-left: 10px;
}


.share-content div.download.loader,
.share-content div.share.loader,
.share-content div.clean-editor.loader {
    pointer-events: none;
}

.share-content div.download a,
.share-content div.share a,
.share-content div.clean-editor a {
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
}

.mobile-share-open {
    display: none;
    background-color: rgb(239, 239, 239);
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
}

.mobile-share-open.active {
    background-color: #FFF;
    box-shadow: inset 0 0 0 2px rgb(239, 239, 239);
}

.share-content .download {
    box-shadow: inset 0 0 0 2px #178BC2;
}

.share-content .download svg {
    color: #178BC2;
}

.share-content .download:hover,
.share-content .download:hover svg {
    color: #FFF;
}

.share-content .download:hover::before {
    content: '';
    background-color: #178BC2;
    width: 100%;
    z-index: -1;
}

.share-content .share {
    box-shadow: inset 0 0 0 2px #174ac2;
}

.share-content .share svg {
    color: #174ac2;
}

.share-content .share:hover,
.share-content .share:hover svg {
    color: #FFF;
}

.share-content .share:hover::before {
    content: '';
    background-color: #174ac2;
    width: 100%;
    z-index: -1;
}

.share-content .clean-editor {
    box-shadow: inset 0 0 0 2px #c21717;
}

.share-content .clean-editor svg {
    color: #c21717;
}

.share-content .clean-editor:hover,
.share-content .clean-editor:hover svg {
    color: #FFF;
}

.share-content .clean-editor:hover::before {
    content: '';
    background-color: #c21717;
    width: 100%;
    z-index: -1;
}


.transparent-bg,
.post-bg {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    background-color: #000a;
}

.post-bg {
    display: block;
}

.transparent-bg.active {
    display: block;
}

.transparent-bg.loader {
    position: fixed;
    pointer-events: all;
}

.supporter-select {
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 10px 10px 10px;
    width: 350px;
    max-width: calc(100% - 40px);
    height: 600px;
    max-height: 95%;
    background-color: #FFF;
    box-shadow: 0 3px 6px #000;
    z-index: 999;
}

.supporter-select.active {
    display: block;
}

.supporter-select .close {
    position: absolute;
    right: 0;
    border-radius: 50vh;
    transform: translate(calc(100% + 15px), 0%);
    background-color: #FFF;
    color: #000;
    z-index: 999;
    cursor: pointer;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.supporter-select .header {
    position: sticky;
    display: flex;
    align-items: stretch;
    top: 0;
    padding: 10px 0;
    background-color: #FFF;
}

.supporter-select .search {
    width: 100%;
}

.supporter-select .search input {
    width: 100%;
    padding: 15px;
    border: none;
    background-color: #EEE;
    font-size: 13px;
}

.supporter-select .file-upload {
    margin-left: 10px;
}

.supporter-select .file-upload label {
    height: 100%;
    display: flex;
    align-items: center;
    background: #8dccff;
    padding: 0 10px;
}

.supporter-select .file-upload input {
    position: absolute;
    opacity: 0;
}

.supporter-select .file-upload p {
    white-space: nowrap;
    border: none;
    font-size: 13px;
    cursor: pointer;
}

.supporter-select .content {
    overflow: auto;
    height: calc(100% - 66px);
    padding-bottom: 15px;
}


.supporter-select .item {
    display: flex;
    gap: 5px;
    align-items: center;
    padding: 10px 20px 10px 5px;
    cursor: pointer;
}

.supporter-select .item:hover {
    background-color: #EEE;
}

.supporter-select .item img {
    width: 30px;
    border-radius: 50vh;
}

.supporter-select .item p {
    margin-left: 10px;
    font-size: 13px;
}

.main-container.history {
    max-width: 100%;
    margin: 25px auto 0 auto;
    padding: 0 20px;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    zoom: 1;
    width: calc(1366px + 150px);
}


.main-container.history .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
}

.main-container.history .container .element {
    position: relative;
    width: calc(100% / 4 - (8px));
    overflow: hidden;
    margin-bottom: 15px;
}

.main-container.history .container .element .date {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #0003;
    padding: 3px 7px;
    border-radius: 4px;
}

.main-container.history .container .element img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.main-container.history .container .element a {
    display: inline-block;
    padding: 5px 13px;
    border: none;
    cursor: pointer;
    background-color: rgb(207, 207, 207);
    font-size: 12px;
    color: #000;
    transition: 250ms;
}

.main-container.history .container .element a:hover {
    background-color: rgb(236, 236, 236);
}

*[tooltip] {
    position: relative;
}

*[tooltip]::before {
    content: attr(tooltip);
    position: absolute;
    top: calc(50% + 45px);
    left: 50%;
    width: fit-content;
    transform: translate(-50%, -50%);
    background-color: #000000d4;
    z-index: 999;
    color: #FFF;
    white-space: nowrap;
    padding: 8px 13px;
    font-size: 13px;
    border-radius: 8px;
    pointer-events: none;
    opacity: 0;
    transition: 250ms;
}

.dangerBefore {
    cursor: not-allowed;
}

.dangerBefore[tooltip]:hover::before {
    background-color: red;
}

*[tooltip]:hover::before {
    opacity: 1;
}

/**

*/


.pageFooter {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #FFF;
    box-shadow: 0 4px 40px #d1d1d1;
    z-index: 998;
}

.pageFooterContainer {
    width: calc(1366px + 150px);
    max-width: 100%;
    margin: auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;

}

.pageFooterContainer .scale {
    display: flex;
    align-items: center;
    gap: 10px;
}

.share-container,
.instagram_feed,
.error_pop {
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% - 50px));
    z-index: 9999;
    height: fit-content;
    max-height: calc(100% - 40px);
    overflow: hidden;
    margin: 50px 0;
    background: #FFF;
    padding: 10px 10px 0 10px;
    width: 350px;
    max-width: calc(100% - 40px);
    overflow: auto;
}

.share-container.active,
.instagram_feed.active,
.error_pop.active {
    display: block;
}

.share-container img,
.instagram_feed img {
    width: 100%;
    line-height: 0;
    margin-bottom: 5px;
}

.share-container h1 {
    font-size: 24px;
    font-weight: 400;
    margin: 15px 0;
}

.share-container div {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 10px;
    margin-bottom: 10px;
    color: #FFF;
    cursor: pointer;
    font-size: 10px;
    width: 100%;
}

.share-container div i,
.share-container div svg {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(0, -50%);
}

.share-container .whatsapp-share {
    background-color: #075E54;
}

.share-container .facebook-share {
    background-color: #4267B2;
}

.share-container .tiktok-share {
    background-color: #000000;
}

.share-container .instagram-share {
    background-color: #833AB4;
}

.share-container .twitter-share {
    background-color: #000;
}

/**
* instagram feed panel
*/
.instagram_feed p.title,
.error_pop p.title {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
}

.instagram_feed p.description,
.error_pop p.description {
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 10px;
}

.error_pop button {
    margin-bottom: 10px;
    padding: 5px 15px;
    border: 1px solid #d9d9d9;
    background-color: transparent;
    color: #000;
    font-size: 15px;
    cursor: pointer;
}

.instagram_feed p.description span {
    display: block;
    font-size: 12px;
    margin: 5px 0;
}

.instagram_feed p.description span a {
    text-decoration: underline;
    font-weight: 300;
    color: #007bff;
}

.instagram_feed .pages label {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 300;
}

.instagram_feed .pages label:hover {
    background-color: #efefef;
}

.instagram_feed #publish_instagram {
    margin: 10px 0;
    padding: 6px 20px;
    border: 1px solid #259c00;
    background-color: transparent;
    color: #000;
    font-size: 15px;
    cursor: pointer;
}

.instagram_feed #publish_instagram:hover {
    background-color: #259c004d;
}

/**
* Loader
*/
.action-seprator {
    display: none;
}

.transparent-seprator {
    display: none;
}

.loader {
    position: relative;
    pointer-events: none;
}

.loader .action-seprator,
.loader .transparent-seprator {
    position: absolute !important;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000a0;
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    transform: scale(0.35);
}

.loader .transparent-seprator .lds-roller {
    transform: scale(1);
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes notification-status {
    0% {
        width: 100%;
    }

    100% {
        width: 0%;
    }
}


@media screen and (max-width: 1024px) {
    .main-container.history .container .element {
        width: calc(100% / 2 - 8px);
    }
}

@media screen and (max-width: 540px) {
    .main-container.history .container .element {
        width: 100%;
    }

    .navbar h1.title a {
        font-size: 15px;
        margin: 0 0 0 20px;
    }

    .navbar .header-right .user .user-btn p {
        font-size: 12px;
    }

    .navbar .text-edit-content {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .navbar .header-right .user .user-btn .icon {
        width: 30px;
        height: 30px;
        margin: 10px 20px 10px 10px;
    }

    .navbar .header-right .user .user-btn .icon span {
        font-size: 14px;
    }

    .item.font-family {
        width: calc(50% - 10px);
    }

    .item.font-family .select2.select2-container {
        width: 100% !important;
        font-size: 10px;
    }

    .item.font-family .select2-selection.select2-selection--single {
        height: 25px;
    }

    .text-edit-panel .font-size {
        margin: 0 10px;
        height: 35px;
    }

    .item.font-size {
        width: calc(50% - 10px);
        margin: 0 !important;
    }

    .text-edit-panel .font-size .size-change {
        width: 35px;
    }

    .text-edit-panel .font-size input {
        width: 100%;
        max-width: calc(100% - 70px);
        font-size: 12px;
    }

    .text-edit-panel .font-color {
        margin: 0 10px 0 0;
    }

    .navbar .text-edit-content .other-items {
        margin-top: 15px;
    }

    #font-color {
        height: 35px;
        width: 35px;
        font-size: 18px;
    }

    .text-edit-panel .item span {
        font-size: 14px;
    }

    .text-edit-panel .item span.select2-selection__placeholder,
    .text-edit-panel .item span.select2-selection__rendered {
        font-size: 13px;
    }

    .text-edit-panel .item.font-attr {
        min-width: 35px;
        height: 35px;
    }

    .mobile-share-open {
        display: flex;
    }

    .share-content {
        display: none;
    }

    .share-content.active {
        display: block;
        position: absolute;
        top: 0;
        transform: translate(0, -100%);
        background-color: #FFF;
        padding: 10px 10px 0 10px;
    }

    .share-content div.download,
    .share-content div.share,
    .share-content div.clean-editor {
        border-radius: 0px !important;
        box-shadow: none;
        margin-bottom: 5px;
        background-color: #EEE;
        color: #000 !important;
    }


    .share-content .download svg {
        color: #178BC2 !important;
    }

    .share-content .share svg {
        color: #174ac2 !important;
    }

    .share-content .clean-editor svg {
        color: #c21717 !important;
    }

    .supporter-select .close {
        right: 0px;
        transform: translate(0, calc(-100% - 10px));
    }

    .editor-container {
        height: calc(100vh - 50px);
        /* - 155px*/
    }
}

.editor-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    transition: 250ms;
}

.error-container {
    width: calc(1366px + 150px - 40px);
    max-width: calc(100% - 40px);
    margin: 20px auto;
    background-color: #F00;
    color: #FFF;
    padding: 10px 20px;
}



.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ripple div {
    position: absolute;
    border: 4px solid #000;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

.delete-container {
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% - 50px));
    z-index: 9999;
    height: fit-content;
    max-height: calc(100% - 40px);
    overflow: hidden;
    margin: 50px 0;
    background: #FFF;
    padding: 10px;
    width: 350px;
    max-width: calc(100% - 40px);
    overflow: auto;
}

.delete-container.active {
    display: block;
}

.delete-container img {
    width: 100%;
}

.delete-container p {
    font-size: 14px;
    margin-bottom: 15px;
}

.delete-container button {
    display: inline;
    width: 50%;
    border: none;
    margin: 0;
    float: left;
    padding: 10px;
    background-color: #2bad1c;
    color: #FFF;
    cursor: pointer;
}

.delete-container button.del {
    background-color: #ad1c1c;
}

.editor-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    text-align: center;
    background: rgba(0, 0, 0, 0.30);
    color: #FFF;
    font-size: 18px;
    line-height: 40px;
}

.bg-seprator,
.footer-seprator {
    position: absolute;
    display: none;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    height: 100%;
    background: #e9e9e9;
}

.bg-seprator.active,
.footer-seprator.active {
    display: flex;
}


.bg-seprator .lds-roller,
.footer-seprator .lds-roller {
    transform: scale(0.8);
}

.bg-seprator .lds-roller div:after,
.footer-seprator .lds-roller div:after {
    background: #000;
}

.select2-results__option--selectable {
    font-size: 14px;
}

.registerHead {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 13px;
}

.registerBack {
    background: #ececec;
    width: 30px;
    height: 30px;
    border-radius: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    cursor: pointer;
}

.pagination {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 25px;
}

.pagination .page {
    display: inline-flex;
    width: 35px;
    height: 35px;
    background: #e6e6e6;
    align-items: center;
    justify-content: center;
    color: #000;
}

.pagination .page.active {
    background: #cecece;
}

.pagination .prev,
.pagination .next {
    display: inline-flex;
    width: 40px;
    height: 40px;
    background: #d1dcff;
    align-items: center;
    justify-content: center;
    color: #000;
    opacity: 0.5;
}

.pagination .prev.active,
.pagination .next.active {
    opacity: 1;
}

.notification {
    position: fixed;
    display: none;
    bottom: 60px;
    right: 20px;
    background: #00e13e99;
    backdrop-filter: blur(5px);
    padding: 10px;
    font-size: 13px;
    box-shadow: 0 0 10px #41414155;
}

.notification.success {
    background: #00e13e99;
}

.notification.success.active {
    display: block;
}

.notification.success::after {
    content: '';
    position: absolute;
    bottom: -3px;
    right: 0;
    background: white;
    height: 3px;
    transition: 10000ms;
}

.notification.success.active::after {
    animation: notification-status 10s ease-in-out 0s 1 normal none;
}

.notification.success::before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    background: black;
    width: 100%;
    height: 3px;
}

.page {
    z-index: 998;
    background-color: #FFF;
    height: 100vh;
    width: 550px;
    max-width: calc(100% - 20px);
    padding: 20px;
    overflow: auto;
}

.page .element {
    margin-bottom: 20px;
}

.page h1.pageTitle {
    font-size: 25px;
    font-weight: 500;
}

.page p {
    margin: 10px 0;
    font-weight: 300;
    font-size: 14px;
}

.page ul li {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 15px;
}

.page ul li span.list-order {
    font-size: 19px;
    font-weight: 500;
}


swiper-container {
    width: 100%;
    height: fit-content;
}

swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

swiper-slide img {
    display: block;
    width: 100%;
    height: 500px;
    object-fit: contain;
}