

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
        font-family: sans-serif;
    background-color: #293038;
    color: #454545;
    transition: all .5s;
}

body.dark {
    background-color: #1e1e1e
}

.header .header-logo a {
    width: 200px;
    display: block;
}

.header { 
    background-color: #f8f8ff;
    border-radius: 5px
}

body.dark .header {
    background-color: #fff;
    background-color: #2e2d2d
}

.lang-img img {
    max-width: 15px !important;
    width: 15px;
    height: 15px;
}

.seo-list {
    color: rgba(21, 21, 21, .8);
    margin-top: 65px
}

body.dark .seo-list {
    color: #fff
}

.chips {
    position: absolute;
    width: 140px;
    text-align: center;
    display: table;
    padding: 5px;
    height: auto;
    right: 20px;
    top: 0;
    z-index: 99;
    background: #8054BD;
    color: #fff;
    border-radius: 10px;
    transition: .3s;
    visibility: hidden;
    opacity: 0;
}

.chips::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: calc(100% - 5px);
    left: 50%;
    transform: translateX(-50%);
    border: 15px solid transparent;
    border-top: 15px solid #8054BD;
}

.show-message {
    visibility: visible !important;
    opacity: 1 !important;
}

.seo-list>li>p {
    margin-top: 15px
}

.text-strike {
    text-decoration: line-through;
    margin-left: 5px;
    margin-right: 5px
}

.text-underline {
    text-decoration: underline;
    margin-left: 5px;
    margin-right: 5px
}

.font-weight-bold {
    font-weight: 700
}

.link-hover {
    color: #8054BD
}

.back-to-top {
    position: fixed;
    right: 10px;
    display: none;
    bottom: 30px;
    z-index: 10;
    width: 50px;
    height: 50px;
    background-color: #8054BD;
    border-radius: 50%;
    transition: all .4s
}

.back-to-top::after {
    width: 15px;
    height: 15px;
    transform: translate(-50%, -50%) rotate(45deg);
    border-top: 5px solid #fff;
    border-left: 5px solid #fff
}

.back-to-top::before,
.back-to-top::after {
    content: "";
    position: absolute;
    top: 55%;
    left: 50%
}

.back-to-top:hover,
.back-to-top:focus {
    filter: brightness(1.5)
}
/*
.mask {
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #fff;
    width: 100%;
    transition: all .6s;
    display: flex;
    justify-content: center;
    align-items: center
}

.mask.hide {
    opacity: 0
}

.loader {
    width: 75px;
    height: 75px;
    border: 10px solid rgba(13, 71, 161, .6);
    border-radius: 50%;
    border-left-color: #0D47A1;
    animation: loader 1.3s linear infinite
}

@keyframes loader {
    100% {
        transform: rotate(360deg)
    }
}
*/
.hit {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent
}

.range-btn {
    width: 100px;
    height: 100px;
    transition: all .4s
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    min-height: 100px
}
.politics, .admin_form {
    padding: 50px 0 !important;
}

.politics h1, .admin_form, h1 {
    color: #000;
}

.politics {
    color: #8054BD;
    padding: 50px 20px !important;
}

.desc-text li {
    color: #454545;
}

body.dark .politics h1, .politics, .politics li {
    color: #8054BD !important;
}
body.dark .list-marked > li::before{
    background: #fff;
}

body.dark .politics h1, body.dark .politics {
    color: #fff !important;
}

body.dark .desc-text,body.dark .desc-text li {
    color: #fff;
}

@media screen and (max-width: 509px){
    .politics h1 {
        font-size: 25px;
    }
}

.admin_form form {
    display: flex;
    flex-direction: column;
}

.admin_form form input {
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.admin_form form input[type="submit"] {
    background: #80E23B;
    color: #fff;
    cursor: pointer;
}

body.dark .main-title {
    color: #fff
}

.text-my-dividers {
    color: rgba(107, 115, 136, 1);
    max-height: 70%;
    overflow-x: hidden;
    overflow-y: auto;
    font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif; 
}
.text-qotes{
    font-size: 16px !important;
    line-height: 1.5 !important;
}
body.dark .text-my-dividers {
    color: #fff
}

.container {
    max-width: 1105px;
    padding: 0 15px;
    margin: auto
}

.main-input {
    font-family: sans-serif;
  background-color: #343D47 !important;
     border-radius: 10px;
    color: #FFFFFF
}

.range-bg {
    width: 50px;
    height: 25px;
    background-color: #868686;
    border-radius: 20px
}

.range-circle.active {
    left: 50%
}

.range-circle {
    transition: all .4s;
    position: absolute;
    width: 25px;
    left: 0;
    cursor: pointer;
    height: 25px;
    background-color: #fff;
    border-radius: 20px
}

.range {
    position: relative;
    transition: all .4s
}

.range svg {
    position: absolute;
    top: -50px;
    right: 0
}

.sun {
    right: -60px;
    width: 50px;
    top: -15px;
    height: 50px
}

.moon {
    left: -60px;
    width: 50px;
    top: -10px;
    height: 50px
}

.mt-2.rounded.max-h-60.py-1.text-text.leading-6.shadow-my.overflow-auto li:hover {
    background-color: #536cff
}

body.dark .mt-2.rounded.max-h-60.py-1.text-text.leading-6.shadow-my.overflow-auto li:hover {
    background-color: #536cff;
    color: #fff
}

#left-btn-val {
     background-color: #3A444F;
    display: none
}

#left-btn-val.active {
    display: block
}

#right-btn-val {
    background-color: #3A444F;
    display: none
}

#right-btn-val.active {
    display: block
}

.footer-lang {
    display: flex;
    cursor: pointer;
    align-items: center;
    width: 60px;
    flex-direction: column;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px #4c4f525e;
    position: relative
}

@media screen and (max-width: 609px) {
    .footer-lang, .footer-lang div, .footer-lang button {
        cursor: default !important;
    }
}

.lang-item.lang-item-other {
    display: none
}

.lang-item.lang-item-other.active {
    display: flex;
    background-color: #fff
}

.other-lang-wrapper {
    position: absolute;
    top: calc(-1em * 3 * 5);
}

.lang-item.lang-item-other.active {
    box-shadow: 0 0 10px #4c4f525e;
    width: 60px;
    padding: 10px;
    border-radius: 10px
}

body.dark .lang-item.lang-item-other.active {
    background-color: #4c4f52
}

.lang-item {
    display: flex;
    margin-top: 2.5px;
    align-items: center;
    transition: all .4s
}

.lang-item.lang-item-main {
    margin-top: 0
}

.lang-item:hover {
    transform: translateY(-3px)
}

hr {
    height: 0;
    color: inherit
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
select {
    text-transform: none
}

[type="button"],
button {
    -webkit-appearance: button
}

legend {
    padding: 0
}

progress {
    vertical-align: baseline
}

summary {
    display: list-item
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    font-family: sans-serif;
    margin: 0
}

button {
    border-radius: 10px;
    background-color: #343D47 !important;
    background-image: none
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

fieldset,
ol,
ul {
    margin: 0;
    padding: 0
}

ol,
ul {
    list-style: none
}

html {
    line-height: 1.5
}

body {
    font-family: inherit;
    line-height: inherit
}

*,
:after,
:before {
    box-sizing: border-box;
    border: 0 solid #e5e7eb
}

hr {
    border-top-width: 1px
}

img {
    border-style: solid
}

textarea {
    resize: vertical
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    color: #9ca3af
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: #9ca3af
}

button {
    cursor: pointer
}

table {
    border-collapse: collapse
}

a {
    color: inherit;
    text-decoration: inherit
}

button,
input,
optgroup,
select,
textarea {
    padding: 0;
    line-height: inherit;
    color: inherit
}

code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle
}

img,
video {
    max-width: 100%;
    height: auto
}
#content{
    margin-top: 30px;
}
#content .fonts-item-wrapper {
     background-color:#2D343D;
    border-radius: 10px;
    height: auto !important;
    padding-bottom: 0px;
    word-wrap: break-word !important;
    border: 3px solid transparent;
    display: flex;
    flex-direction: column;
}
#content .fonts-item-wrapper>a{
    border-radius: 10px;
    padding-bottom: 10px;
}
@media(min-width: 800px){
    #content .fonts-item-wrapper:hover {
        border: 3px solid #8054BD;
        transition: 0.2s;
    }
}
.space-x-3>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * (1 - var(--tw-space-x-reverse)))
}

.space-y-20px>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20px * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20px * var(--tw-space-y-reverse))
}

.space-x-20px>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20px * var(--tw-space-x-reverse));
    margin-left: calc(20px * (1 - var(--tw-space-x-reverse)))
}

body.dark .divide-x>:not([hidden])~:not([hidden]) {
    --tw-divide-x-reverse: 0
}

.appearance-none {
    -webkit-appearance: none;
    appearance: none
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

.bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity))
}

.bg-none {
    background-image: none
}

.bg-gradient-to-r,
.hover\:bg-gradient-to-r:hover {
    background-image: linear-gradient(90deg, var(--tw-gradient-stops))
}

.from-my-blue {
     background-color: #8054BD;
   
}

body.dark .from-my-blue {
    --tw-gradient-from: #5e5e5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 103, 250, 0))
}

.to-my-violet {
    --tw-gradient-to: #4b4efa48
}

body.dark .to-my-violet {
    --tw-gradient-to: #505050
}

.focus\:border-blue-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity))
}

.rounded {
    border-radius: 10px
}

.edit-btn {
    
    max-width: 140px;
    display: flex;
    position: relative;
    bottom: 5px;
    background-color: #293038;
    padding: 5px;
    border-radius: 4px;
    transition: all .3s
}

body.dark .edit-btn {
    background-color: #3b3b3b;
    color: #fff;
}

.edit-btn:hover {
    transform: translateY(-5px)
}

.copy-btn {
    max-width: 140px;
    overflow-x: hidden;
    display: flex;
    position: relative;
   border-radius: 10px;
    background-color: #272D35;
    padding: 5px;

    cursor: pointer;
    transition: all .3s;
    justify-content: center;
}

body.dark .copy-btn {
    background-color: #3b3b3b;
    color: #fff
}

.copy-btn:hover {
    transform: translateY(-5px)
}

.edit-text {
    font-family: sans-serif;
    color: #A2BDDB;
    margin-left: 5px;
    transition: all .4s
}

body.dark .edit-text {
    color: #fff
}

.copy-text {
    font-weight: 600;
    font-family: sans-serif;
    color: #8054BD;
    margin-left: 5px;
    transition: all .4s
}

body.dark .copy-text {
    color: #fff
}

.edit-text:hover {
    color: #67629E
}

.copy-text:hover {
    color: #67629E
}

.font-status {
    visibility: hidden;
    position: absolute;
    right: 20px;
    top: 20px;
    background-color: #ffd905;
    padding: 3px;
    align-items: center;
    border-radius: 5px;
    display: flex;
    transition: all .2s
}

.share {
    margin-top: 100px;
    margin-bottom: 50px
}

.share-title {
    display: flex;
    justify-content: center;
    text-align: center;
}

.share-title div {
    font-size: 34px;
    color: #4a5568
}

body.dark .share-title div {
    color: #fff
}

.share-social {
    display: flex;
    justify-content: center;
    margin-top: 30px
}

.fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    color: #fff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.share-social-link {
    margin-left: 10px;
    margin-right: 10px;
    transition: all .4s
}

.font-status:hover {
    box-shadow: 0 0 10px rgba(44, 44, 44, .212)
}

.font-status-text {
    color: #fff;
    font-weight: 500;
    margin: auto 5px;
    font-size: 14px
}

.fonts-status-green {
    background-color: #4da810
}

.fonts-item-wrapper {
    height: 150px;
    box-shadow: 0 0 10px #00000054;
}

.fonts-status-red-bg {
    background-color: #ff2e2e
}

.fonts-status-pink {
    background-color: #ff71ec
}
.fonts-status-inst{
    background: -webkit-linear-gradient(90deg, #405de6,#5851db,#c13584,#fd1d1d,#fcaf45);/* Chrome 10-25, Safari 5.1-6 */                          background: linear-gradient(90deg, #405de6,#5851db,#c13584,#fd1d1d,#fcaf45);/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */                                               
}
.dropbtn {
    padding: 5px;
    cursor: pointer
}

.rounded-12px {
    border-radius: 12px
}

.rounded-9px {
    border-radius: 9px
}

.rounded-8px {
    border-radius: 8px
}

.rounded-r {
    border-top-right-radius: 10px
}

.rounded-b,
.rounded-r {
    border-bottom-right-radius: 10px
}

.rounded-b,
.rounded-l {
    border-bottom-left-radius: 10px
}

.rounded-l {
    border-top-left-radius: 10px
}

.rounded-t-12px {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px
}

.rounded-l-9px {
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px
}

.rounded-t-8px {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.rounded-b-8px {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px
}

.rounded-tr {
    border-top-right-radius: 10px
}

.rounded-br {
    border-bottom-right-radius: 10px
}

.rounded-tr-9px {
    border-top-right-radius: 9px
}

.rounded-br-9px {
    border-bottom-right-radius: 9px
}

.border-t {
    border-top-width: 1px
}

.cursor-default {
    cursor: default
}

.cursor-pointer {
    
    cursor: pointer
}

.cursor-text {
    cursor: text
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.table {
    display: table
}

.grid {
    display: grid
}

.hidden {
    display: none
}

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.items-center {
    align-items: center
}

.items-stretch {
    align-items: stretch
}

.justify-start {
    justify-content: flex-start
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.flex-auto {
    flex: 1 1 auto
}

.order-2 {
    border-radius: 10px;
    order: 2;
    background-color: #343D47 !important;
}

.order-3 {	
border-radius: 10px;
    background-color: #343D47 !important;
    order: 3
}

.font-normal {
    font-weight: 400
}

.font-semibold {
    font-weight: 600
}

.font-bold {
    font-weight: 700
}

.h-1 {
    height: .25rem
}

.h-5 {
    height: 1.25rem
}

.h-180px {
    height: 180px
}

.h-full {
    border-radius: 10px;
    background-color: #343D47;
    height: 100%
}

.text-base {
    font-size: 17px;
    line-height: 20px
}

.text-bigFriends {
    
    font-size: 32px;
    line-height: 37px
}

.text-big {
    
    font-size: 25px;
    line-height: 34px
}

.text-h1 {
    font-weight: 1;
    font-size: 42px;
    line-height: 49px;
    color:  #0000009e;
}

.text-h2 {
    font-size: 36px;
    line-height: 42px
}
.text-descr {
    font-size: 24px;
    line-height: 33.6px
}

.text-text {
    font-size: 24px;
    line-height: 28px
}
@media(max-width: 768px){
    .text-h1 {
        font-size: 32px;
    }

    .text-h2 {
        font-size: 26px;
    }
    .text-descr {
        font-size: 18px;
    }
}
.text-dec {
    font-size: 15px;
    line-height: 18px
}

.text-more {
    font-size: 20px;
    line-height: 23px
}

.leading-6 {
    line-height: 1.5rem
}

.leading-normal {
    line-height: 1.5
}

.m-auto {
    margin: auto
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.-mx-px {
    margin-left: -1px;
    margin-right: -1px
}

.mb-0 {
    margin-bottom: 0
}

.mt-1 {
    margin-top: .25rem
}

.mt-2 {
    margin-top: .5rem
}

.ml-auto {
    margin-left: auto
}

.mb-15px {
    margin-bottom: 15px
}

.mt-60px {
    margin-top: 20px
}

.mb-60px {
    margin-bottom: 20px
}

.mb-40px {
    margin-bottom: 40px
}

.mb-50px {
    margin-bottom: 50px
}

.mb-20px {
    margin-bottom: 20px
}

.mb-37px {
    margin-bottom: 37px
}

.mt-30px {
    margin-top: 30px
}

.mt-70px {
    margin-top: 70px
}

.mt-100px {
    margin-top: 100px
}

.max-h-60 {
    max-height: 15rem
}

.max-w-full {
    max-width: 100%
}

.max-w-max-input {
    max-width: 1010px
}

.max-w-366px {
    max-width: 366px
}

.min-h-screen {
    min-height: 100vh
}

.min-h-btnh {
    min-height: 160px
}

.opacity-0 {
    opacity: 0
}

.opacity-100 {
    opacity: 1
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.overflow-auto {
    overflow: auto
}

.overflow-hidden {
    overflow: hidden
}

.overflow-x-auto {
    overflow-x: auto;
    overflow-y:  hidden;
}

.p-30px {
    padding: 30px
}

.p-cust {
    padding: 2px
}

.p-big {
    padding: 5px
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.py-20px {
    padding-top: 20px;
    padding-bottom: 20px
}

.px-20px {
    padding-left: 20px;
    padding-right: 20px
}

.px-30px {
    padding-left: 30px;
    padding-right: 30px
}

.pb-1 {
    padding-bottom: .25rem
}

.pl-1 {
    padding-left: .25rem
}

.pr-4 {
    padding-right: 1rem
}

.pl-8 {
    padding-left: 2rem
}

.pr-10 {
    padding-right: 2.5rem
}

.pl-1\.5 {
    padding-left: .375rem
}

.pl-smbtnl {
    padding-left: 25px
}

.pt-cardpad {
    padding-top: 17px
}

.pl-cardpad {
    padding-left: 17px
}

.pb-16px {
    padding-bottom: 16px
}

.pt-54px {
    padding-top: 54px
}

.pt-20px {
    padding-top: 20px
}

.pr-20px {
    padding-right: 20px
}

.pb-20px {
    padding-bottom: 20px
}

.pt-36px {
    padding-top: 36px
}

.pr-36px {
    padding-right: 36px
}

.pl-36px {
    padding-left: 36px
}

.pt-30px {
    padding-top: 30px
}

.pr-30px {
    padding-right: 30px
}

.pb-30px {
    padding-bottom: 30px
}

.pl-30px {
    padding-left: 30px
}

.pb-big {
    padding-bottom: 5px
}

.pt-28px {
    padding-top: 28px
}

.pb-28px {
    padding-bottom: 28px
}

.group:hover .group-hover\:pt-25px {
    padding-top: 25px
}

.group:hover .group-hover\:pb-25px {
    padding-bottom: 25px
}

.hover\:p-big:hover {
    padding: 5px
}

.pointer-events-none {
    pointer-events: none
}

.static {
    position: static
}

.absolute {
    position: absolute
}

.relative {
    border-radius: 10px;
    position: relative
}

.sticky {
    position: -webkit-sticky;
    position: sticky
}

.inset-y-0 {
    top: 0;
    bottom: 0
}

.right-0 {
    right: 0
}

.left-0 {
    left: 0
}

.top-3 {
    top: .75rem
}

.resize-none {
    resize: none
}

* {
    --tw-shadow: 0 0 transparent
}

.focus\:shadow-my:focus,
.hover\:shadow-my:hover,
.shadow-my {
    --tw-shadow: 0 20px 50px rgba(231, 76, 245, .13)
}

* {
    --tw-ring-inset: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-ring-offset-width: 0;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(128, 84, 189, .5);
    --tw-ring-offset-shadow: 0 0 transparent;
    --tw-ring-shadow: 0 0 transparent
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity))
}

.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity))
}

body.dark .text-gray-900 {
    --tw-text-opacity: 1;
    color: #fff
}

.text-blue-600 {
    --tw-text-opacity: 1
}

.text-my-blue {
    --tw-text-opacity: 1;
    color: rgba(25, 103, 250, var(--tw-text-opacity))
}

.text-my-violet {
    --tw-text-opacity: 1;
    color: rgba(159, 98, 253, var(--tw-text-opacity))
}

.text-my-dividers {
    --tw-text-opacity: 1;
    color: rgba(107, 115, 136, var(--tw-text-opacity))
}

.text-my-black {
    --tw-text-opacity: 1;
    color: #CAC6FF;
    font-family: initial;
}

body.dark .text-my-black {
    --tw-text-opacity: 1;
    color: #fff
}

.group-font:hover .group-font-hover\:text-my-violet,
.group:hover .group-hover\:text-my-violet {
    --tw-text-opacity: 1
}

.hover\:text-blue-500:hover {
    --tw-text-opacity: 1;
    color: #CAC6FF;
}

.hover\:text-my-violet:hover {
    --tw-text-opacity: 1;
    color: #CAC6FF;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.hover\:underline:hover,
.underline {
    text-decoration: underline
}

.select-none {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.w-5 {
    width: 1.25rem
}

.w-64 {
    width: 16rem
}

.w-btnsm {
    width: 95px
}

.w-1\/2 {
    border-radius: 10px;
    background-color: #343D47 !important;
    width: 50%
}

.w-full {
    width: 100%
}

.z-10 {
    z-index: 10
}

.gap-20px {
    gap: 20px
}

.gap-30px {
    gap: 30px
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
}

.transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.origin-left {
    transform-origin: left
}

.scale-x-0 {
    --tw-scale-x: 0
}

.transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.ease-in {
    transition-timing-function: cubic-bezier(.4, 0, 1, 1)
}

.ease-in-out {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.duration-100 {
    transition-duration: .1s
}

.duration-150 {
    transition-duration: .15s
}

.duration-200 {
    transition-duration: .2s
}

.duration-300 {
    transition-duration: .3s
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@keyframes ping {
    75%,
    to {
        transform: scale(2);
        opacity: 0
    }
}

@keyframes pulse {
    50% {
        opacity: .5
    }
}

@keyframes bounce {
    0%,
    to {
        transform: translateY(-25%);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1)
    }
    50% {
        transform: none;
        animation-timing-function: cubic-bezier(0, 0, .2, 1)
    }
}

.group:hover .group-hover\:filter-violet {
    filter: invert(66%) sepia(70%) saturate(6875%) hue-rotate(238deg) brightness(105%) contrast(98%)
}

.icon {
    width: 22px;
    height: 22px
}

.Toastify__toast-container {
    width: unset !important
}

.Toastify__toast {
    background: linear-gradient(90deg, #1967fa, #9f62fd) !important;
    border-radius: 10px !important
}

.Toastify__toast-body {
    color: #fff
}

.input {
    font-family: sans-serif;
    transition: border .2s ease-in-out;
    min-width: 280px;
    color:#FFFFFF;
}

.dropdown-label,
.input.filled+.label,
.input:active+.label,
.input:focus+.label {
      font-family: sans-serif;
    border-radius: 10px;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
    
    transition: all .2s ease-out;
    top: 12px;
    left: 20px;
    color: #859BB5
}

.font-label {
     font-family: sans-serif;
    top: 25px;
    left: 35px;
    color: #859BB5
}

.label {
    transition: all .2s ease-out;
    top: .4rem;
    left: 0
}

.font-emoji {
    font-family: Apple Color Emoji, Segoe UI Emoji, Noto Color Emoji
}

.sectionSymbol {
    display: flex;
    font-size: 2.25rem;
    line-height: 2.5rem;
    width: 5rem;
    height: 3rem;
    color: #4c4f52;
    text-align: center;
    justify-content: center;
    padding: 0 .5rem;
    align-items: center;
    cursor: pointer;
    border-width: 1px;
    border-color: #f9fafb
}

.tab-content {
    max-height: 0
}

.tab input:checked~.tab-content {
    max-height: 100vh;
    position: absolute;
    z-index: 10;
    width: 42%;
    margin-left: 3px
}

.tab input:checked+label {
    border-bottom-width: 1px
}

.tab label:after {
    float: right;
    right: 0;
    top: 0;
    display: block;
    text-align: center
}

.tab input[type="checkbox"]+label:after {
    content: "";
    background: url(../img/down-arrow.svg) 50% NO-REPEAT;
    width: 25px;
    height: 40px;
    position: relative;
    top: -5px;
    transition: all .4s
}

.tab input[type="checkbox"]:checked+label:after {
    content: "";
    background: url(../img/down-arrow.svg) 50% NO-REPEAT;
    transform: rotate(180deg);
    width: 25px;
    height: 40px;
    position: relative;
    top: -5px
}

.prose [class~="lead"] {
    color: #4a5568;
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em
}

.prose a {
    color: #161e2e;
    text-decoration: underline
}

.prose strong {
    color: #1a202c;
    font-weight: 600
}

.prose ol {
    counter-reset: list-counter;
    margin-top: 1.25em;
    margin-bottom: 1.25em
}

.prose ol>li {
    position: relative;
    counter-increment: list-counter;
    padding-left: 1.75em
}

.prose ol>li:before {
    content: counter(list-counter) ".";
    position: absolute;
    font-weight: 400;
    color: #718096
}

.prose ul>li {
    position: relative;
    padding-left: 1.75em
}

.prose ul>li:before {
    content: "";
    position: absolute;
    background-color: #cbd5e0;
    border-radius: 50%;
    width: .375em;
    height: .375em;
    top: .6875em;
    left: .25em
}

.prose hr {
    border-color: #e2e8f0;
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em
}

.prose blockquote {
    font-weight: 500;
    font-style: italic;
    color: #161e2e;
    border-left-width: .25rem;
    border-left-color: #e5e7eb;
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em
}

.prose blockquote p:first-of-type:before {
    content: open-quote
}

.prose blockquote p:last-of-type:after {
    content: close-quote
}

.prose h1 {
    color: #1a202c;
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: .8888889em;
    line-height: 1.1111111
}

.prose h2 {
    color: #161e2e;
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
    letter-spacing: -.025em
}

.prose h3 {
    color: #161e2e;
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: .6em;
    line-height: 1.6
}

.prose figure figcaption {
    color: #718096;
    font-size: .875em;
    line-height: 1.4285714;
    margin-top: .8571429em
}

.prose code {
    color: #161e2e;
    font-weight: 600;
    font-size: .875em
}

.prose code:after,
.prose code:before {
    content: "`"
}

.prose pre {
    color: #e5e7eb;
    background-color: #252f3f;
    overflow-x: auto;
    font-size: .875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: .375rem;
    padding: .8571429em 1.1428571em
}

.prose pre code {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: 400;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit
}

.prose pre code:after,
.prose pre code:before {
    content: ""
}

.prose table {
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: .875em;
    line-height: 1.7142857
}

.prose thead {
    color: #1a202c;
    font-weight: 600;
    border-bottom-width: 1px;
    border-bottom-color: #cbd5e0
}

.prose thead th {
    vertical-align: bottom;
    padding-right: .5714286em;
    padding-bottom: .5714286em;
    padding-left: .5714286em
}

.prose tbody tr {
    border-bottom-width: 1px;
    border-bottom-color: #e2e8f0
}

.prose tbody tr:last-child {
    border-bottom-width: 0
}

.prose tbody td {
    vertical-align: top;
    padding: .5714286em
}

.prose p {
    margin-top: 1.25em;
    margin-bottom: 1.25em
}

.prose figure,
.prose img,
.prose video {
    margin-top: 2em;
    margin-bottom: 2em
}

.prose figure>* {
    margin-top: 0;
    margin-bottom: 0
}

.prose h2 code {
    font-size: .875em
}

.prose h3 code {
    font-size: .9em
}

.prose ul {
    margin-top: 1.25em;
    margin-bottom: 1.25em
}

.prose li {
    margin-top: .5em;
    margin-bottom: .5em
}

.prose ol>li:before {
    left: 0
}

.prose>ul>li p {
    margin-top: .75em;
    margin-bottom: .75em
}

.prose>ul>li>:first-child {
    margin-top: 1.25em
}

.prose>ul>li>:last-child {
    margin-bottom: 1.25em
}

.prose>ol>li>:first-child {
    margin-top: 1.25em
}

.prose>ol>li>:last-child {
    margin-bottom: 1.25em
}

.prose ol ol,
.prose ol ul,
.prose ul ol,
.prose ul ul {
    margin-top: .75em;
    margin-bottom: .75em
}

.prose h2+*,
.prose h3+*,
.prose hr+* {
    margin-top: 0
}

.prose thead th:first-child {
    padding-left: 0
}

.prose thead th:last-child {
    padding-right: 0
}

.prose tbody td:first-child {
    padding-left: 0
}

.prose tbody td:last-child {
    padding-right: 0
}

.prose>:first-child {
    margin-top: 0
}

.prose>:last-child {
    margin-bottom: 0
}

.prose ol li:before {
    font-weight: 600;
    color: #6b7280
}

.prose ul li:before {
    background-color: #9fa6b2
}

@media (min-width:640px) {
    .sm\:text-sm {
        font-size: 14px;
        line-height: 20px
    }
    .sm\:leading-5 {
        line-height: 1.25rem
    }
}

@media (min-width:768px) {
    .md\:space-y-0>:not([hidden])~:not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * (1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse))
    }
    .md\:space-x-20px>:not([hidden])~:not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(20px * var(--tw-space-x-reverse));
        margin-left: calc(20px * (1 - var(--tw-space-x-reverse)))
    }
    .md\:bg-white {
        --tw-bg-opacity: 1;
       background-color: #343D47;
    }
    .md\:rounded-t-none {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }
    .md\:inline {
        display: inline
    }
    .md\:flex-row {
        flex-direction: row
    }
    .md\:flex-col {
        flex-direction: column
    }
    .md\:flex-nowrap {
        flex-wrap: nowrap
    }
    .md\:justify-center {
        justify-content: center
    }
    .md\:order-1 {
        order: 1
    }
    .md\:order-2 {
        order: 2
    }
    .md\:h-415px {
        height: 415px
    }
    .md\:mb-50px {
        margin-bottom: 50px
    }
    .md\:min-w-btn {
        min-width: 177px
    }
    .md\:min-w-208px {
        min-width: 208px
    }
    .md\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }
    .md\:pb-0 {
        padding-bottom: 0
    }
    .md\:w-btn {
        width: 177px
    }
    .md\:w-1\/3 {
        width: 33.333333%
    }
    .md\:w-2\/3 {
        width: 66.666667%
    }
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media (min-width:1024px) {
    .lg\:max-w-screen-xl {
        max-width: 1175px
    }
    .lg\:py-50px {
        padding-top: 50px;
        padding-bottom: 50px
    }
    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media screen and (max-width:1024px) {
    #content {
        display: flex !important;
        flex-direction: column;
    }
    #content .fonts-item-wrapper {
        height: auto !important;
    }
}

.Toastify__toast-container {
    z-index: 9999;
    -webkit-transform: translateZ(9999px);
    position: fixed;
    padding: 4px;
    width: 320px;
    box-sizing: border-box;
    color: #fff
}

.Toastify__toast-container--top-left {
    top: 1em;
    left: 1em
}

.Toastify__toast-container--top-center {
    top: 1em;
    left: 50%;
    transform: translateX(-50%)
}

.Toastify__toast-container--top-right {
    top: 1em;
    right: 1em
}

.Toastify__toast-container--bottom-left {
    bottom: 1em;
    left: 1em
}

.Toastify__toast-container--bottom-center {
    bottom: 1em;
    left: 50%;
    transform: translateX(-50%)
}

.Toastify__toast-container--bottom-right {
    bottom: 1em;
    right: 1em
}

@media only screen and (max-width:480px) {
    .Toastify__toast-container {
        width: 100vw;
        padding: 0;
        left: 0;
        margin: 0
    }
    .Toastify__toast-container--top-center,
    .Toastify__toast-container--top-left,
    .Toastify__toast-container--top-right {
        top: 0;
        transform: translateX(0)
    }
    .Toastify__toast-container--bottom-center,
    .Toastify__toast-container--bottom-left,
    .Toastify__toast-container--bottom-right {
        bottom: 0;
        transform: translateX(0)
    }
    .Toastify__toast-container--rtl {
        right: 0;
        left: auto
    }
}

.Toastify__toast {
    position: relative;
    min-height: 64px;
    box-sizing: border-box;
    margin-bottom: 1rem;
    padding: 8px;
    border-radius: 4px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1), 0 2px 15px 0 rgba(0, 0, 0, .05);
    display: flex;
    justify-content: space-between;
    max-height: 800px;
    overflow: hidden;
    font-family: sans-serif;
    cursor: pointer;
    direction: ltr
}

.Toastify__toast--rtl {
    direction: rtl
}

.Toastify__toast--dark {
    background: #121212;
    color: #fff
}

.Toastify__toast--default {
    background: #fff;
    color: #aaa
}

.Toastify__toast--info {
    background: #3498db
}

.Toastify__toast--success {
    background: #07bc0c
}

.Toastify__toast--warning {
    background: #f1c40f
}

.Toastify__toast--error {
    background: #e74c3c
}

.Toastify__toast-body {
    margin: auto 0;
    padding: 6px
}

.Toastify--animate {
    animation-fill-mode: both;
    animation-duration: .7s
}

@media only screen and (max-width:480px) {
    .Toastify__toast {
        margin-bottom: 0
    }
}

.Toastify__close-button {
    color: #fff;
    background: transparent;
    outline: none;
    border: none;
    padding: 0;
    cursor: pointer;
    opacity: .7;
    transition: .3s ease;
    align-self: flex-start
}

.Toastify__close-button--default {
    color: #000;
    opacity: .3
}

.Toastify__close-button>svg {
    fill: currentColor;
    height: 16px;
    width: 14px
}

.Toastify__close-button:focus,
.Toastify__close-button:hover {
    opacity: 1
}

@keyframes Toastify__trackProgress {
    0% {
        transform: scaleX(1)
    }
    to {
        transform: scaleX(0)
    }
}

.Toastify__progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    z-index: 9999;
    opacity: .7;
    background-color: hsla(0, 0%, 100%, .7);
    transform-origin: left
}

.Toastify__progress-bar--animated {
    animation: Toastify__trackProgress linear 1 forwards
}

.Toastify__progress-bar--controlled {
    transition: transform .2s
}

.Toastify__progress-bar--rtl {
    right: 0;
    left: auto;
    transform-origin: right
}

.Toastify__progress-bar--default {
    background: linear-gradient(90deg, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55)
}

.Toastify__progress-bar--dark {
    background: #bb86fc
}

@keyframes Toastify__bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        transform: translate3d(10px, 0, 0)
    }
    90% {
        transform: translate3d(-5px, 0, 0)
    }
    to {
        transform: none
    }
}

@keyframes Toastify__bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes Toastify__bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }
    75% {
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        transform: translate3d(5px, 0, 0)
    }
    to {
        transform: none
    }
}

@keyframes Toastify__bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes Toastify__bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    75% {
        transform: translate3d(0, 10px, 0)
    }
    90% {
        transform: translate3d(0, -5px, 0)
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes Toastify__bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes Toastify__bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }
    75% {
        transform: translate3d(0, -10px, 0)
    }
    90% {
        transform: translate3d(0, 5px, 0)
    }
    to {
        transform: none
    }
}

@keyframes Toastify__bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.Toastify__bounce-enter--bottom-left,
.Toastify__bounce-enter--top-left {
    animation-name: Toastify__bounceInLeft
}

.Toastify__bounce-enter--bottom-right,
.Toastify__bounce-enter--top-right {
    animation-name: Toastify__bounceInRight
}

.Toastify__bounce-enter--top-center {
    animation-name: Toastify__bounceInDown
}

.Toastify__bounce-enter--bottom-center {
    animation-name: Toastify__bounceInUp
}

.Toastify__bounce-exit--bottom-left,
.Toastify__bounce-exit--top-left {
    animation-name: Toastify__bounceOutLeft
}

.Toastify__bounce-exit--bottom-right,
.Toastify__bounce-exit--top-right {
    animation-name: Toastify__bounceOutRight
}

.Toastify__bounce-exit--top-center {
    animation-name: Toastify__bounceOutUp
}

.Toastify__bounce-exit--bottom-center {
    animation-name: Toastify__bounceOutDown
}

@keyframes Toastify__zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes Toastify__zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

.Toastify__zoom-enter {
    animation-name: Toastify__zoomIn
}

.Toastify__zoom-exit {
    animation-name: Toastify__zoomOut
}

@keyframes Toastify__flipIn {
    0% {
        transform: perspective(400px) rotateX(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotateX(-20deg);
        animation-timing-function: ease-in
    }
    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        transform: perspective(400px)
    }
}

@keyframes Toastify__flipOut {
    0% {
        transform: perspective(400px)
    }
    30% {
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }
    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.Toastify__flip-enter {
    animation-name: Toastify__flipIn
}

.Toastify__flip-exit {
    animation-name: Toastify__flipOut
}

@keyframes Toastify__slideInRight {
    0% {
        transform: translate3d(110%, 0, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes Toastify__slideInLeft {
    0% {
        transform: translate3d(-110%, 0, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes Toastify__slideInUp {
    0% {
        transform: translate3d(0, 110%, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes Toastify__slideInDown {
    0% {
        transform: translate3d(0, -110%, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes Toastify__slideOutRight {
    0% {
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        transform: translate3d(110%, 0, 0)
    }
}

@keyframes Toastify__slideOutLeft {
    0% {
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        transform: translate3d(-110%, 0, 0)
    }
}

@keyframes Toastify__slideOutDown {
    0% {
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        transform: translate3d(0, 500px, 0)
    }
}

@keyframes Toastify__slideOutUp {
    0% {
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        transform: translate3d(0, -500px, 0)
    }
}

.Toastify__slide-enter--bottom-left,
.Toastify__slide-enter--top-left {
    animation-name: Toastify__slideInLeft
}

.Toastify__slide-enter--bottom-right,
.Toastify__slide-enter--top-right {
    animation-name: Toastify__slideInRight
}

.Toastify__slide-enter--top-center {
    animation-name: Toastify__slideInDown
}

.Toastify__slide-enter--bottom-center {
    animation-name: Toastify__slideInUp
}

.Toastify__slide-exit--bottom-left,
.Toastify__slide-exit--top-left {
    animation-name: Toastify__slideOutLeft
}

.Toastify__slide-exit--bottom-right,
.Toastify__slide-exit--top-right {
    animation-name: Toastify__slideOutRight
}

.Toastify__slide-exit--top-center {
    animation-name: Toastify__slideOutUp
}

.Toastify__slide-exit--bottom-center {
    animation-name: Toastify__slideOutDown
}

body.dark {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
    background-color: #1e1e1e;
    transition: all .5s
}

body.dark .bg-white {
    background-color: #2e2d2d
}

body.dark .header {
    background-color: #1e1e1e;
    border-radius: 5px
}

body.dark .seo-list li {
    color: #fff
}

body.dark .seo-list {
    color: #fff;
    margin-top: 65px
}

body.dark .main-title {
    color: #fff
}

body.dark .range-btn {
    width: 100px;
    transition: all .4s;
    height: 100px
}

body.dark .range-bg {
    width: 50px;
    height: 25px;
    background-color: #868686;
    border-radius: 20px
}

body.dark .main-input {
    background-color: #2e2d2d;
    color: #fff
}

body.dark .range-circle {
    transition: all .4s;
    position: absolute;
    width: 25px;
    left: 0;
    cursor: pointer;
    height: 25px;
    background-color: #fff;
    border-radius: 20px
}

body.dark span.text-descr.text-my-dividers {
    color: #fff
}

body.dark.mt-2.rounded.max-h-60.py-1.text-text.leading-6.shadow-my.overflow-auto li:hover {
    background-color: #536cff
}

body.dark .footer-lang {
    display: flex;
    cursor: pointer;
    align-items: center;
    width: 60px;
    flex-direction: column;
    padding: 10px;
    background-color: #4c4f52;
    border-radius: 10px;
    box-shadow: 0 0 10px #4c4f525e;
    position: relative
}

body.dark .lang-item.lang-item-main {
    margin-top: 0
}

body.dark .lang-item:hover {
    transform: translateY(-3px)
}

body.dark .lang-img img {
    width: 15px;
    height: 15px
}

body.dark .first-col {
    position: relative
}

body.dark .lang-text.button {
    color: #fff !important;
}
.lang-text.button{
    padding-left: 10px;
}
.tab-content {
    overflow: scroll
}
.hidedemail{
    display: none;
}
.contact-us-title{
    cursor: pointer;
}
#blockab{
    width: auto;
    color: red;
    box-shadow: 0 0 10px #00000054;
    text-align: center;
    font-size: 24px;
    border-radius: 9px;
    margin: 30px 0px;
    padding: 5px;
    display: none;
}  
#blockab span{
    font-size: 48px;   
}
#blockab div{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 48px;
}
@media(max-width: 435px){
    .edit-item-wrapper > .tab{
        width: 100% !important;
    }
}
.quotescopy .copy-text{
    left: 0px !important;
}
.quotescopy{
    left: 0;
    right: 0;
    margin: auto auto 10px auto;
    text-align: center;
    width: auto;
}
.pagination{
    margin: 20px auto;
    cursor: pointer;
    text-align: center;
}
.pagination .pages{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #f3f3f3;
    color:  #555555;
    margin: 5px;
    border-radius: 50%;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}
.pagination .active{
    background-color: #007aff;
    color: white;
}
.pagination .pages.backpage, .pagination .pages.nextpage{
    background: #e6e6e6;
    color:  #027aec;
}
.pagination .pages.backpage:before{
    content: "←";

}
.pagination .pages.nextpage:before{
    content: "→";
}
.main-input,.label,.dropdown-label{
    font-family: sans-serif;
}

/*
*
* Preloader
*/
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.preloader.loaded{
    opacity: 0;
    visibility: hidden;
}

.preloader.loaded .object {
    animation: none;
}

#loading {
    background-color: #ffffff;
}

#loading-center-object {
    width: 200px;
    height: 200px;
    transform: rotate(-135deg);
}

.preloader-body {
    text-align: center;
}

.object {
    border-radius: 50%;
    position: absolute;
    border: 4px solid #3061ff;
    border-bottom-color: transparent;
    border-right-color: transparent;
    animation: animate 2s infinite;
}

#object_one {
    left: 75px;
    top: 75px;
    width: 50px;
    height: 50px;
}

#object_two {
    top: 65px;
    left: 65px;
    width: 70px;
    height: 70px;
    animation-delay: 0.2s;
}

#object_three {
    top: 55px;
    left: 55px;
    width: 90px;
    height: 90px;
    animation-delay: 0.4s;
}

#object_four {
    top: 45px;
    left: 45px;
    width: 110px;
    height: 110px;
    animation-delay: 0.6s;
}

@keyframes animate {
    50% {
        transform: rotate(360deg) scale(0.8);
    }
}
.lang-text>button{
    font-family: inherit;
}
.tooltip {
    position: fixed;
    padding: 10px 20px;
    border: 1px solid #b3c9ce;
    border-radius: 5px;
    text-align: center;
    font: italic 14px/1.3 sans-serif;
    color: #fff;
    background: #995ffa;
}   

.main-title {
    overflow: hidden;
    font-family: sans-serif;
    color:  #0000009e;
}
.font-status.fonts-status-gray{
    background-color: rgb(0, 0, 0);
}
.font-status.fonts-status-gray .font-status-text {
    display: inherit;
}
/*
* Marked list
*/
.list-marked {
    font-weight: 300;
    text-align: left;
    color: #2f2f2f;
}

.list-marked > li {
    text-indent: -25px;
    padding-left: 25px;
}

.list-marked > li::before {
    content: '';
    position: relative;
    left: 0;
    top: -1px;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 17px;
    border-radius: 0;
    background: #4682B4;
}

.list-marked > li + li {
    margin-top: 10px;
}

.list-marked_secondary {
    font-weight: 400;
    color: #262f3c;
}

.list-marked_secondary > li::before {
    width: 6px;
    height: 6px;
    background: #ff6f80;
}

@media (min-width: 992px) {
    .list-marked_secondary {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .list-marked_secondary {
        font-size: 17px;
        line-height: 1.52941;
    }
}

.context-dark .list-marked_secondary, .bg-gray-900 .list-marked_secondary, .bg-accent .list-marked_secondary {
    color: #ffffff;
}

.context-dark .list-marked_secondary > li::before, .bg-gray-900 .list-marked_secondary > li::before, .bg-accent .list-marked_secondary > li::before {
    background: #eaef57;
}

* + .list-marked {
    margin-top: 15px;
}
[itemprop="articleBody"] p:before{
  
}
[itemprop="articleBody"] p{
    color: #ffffff;
    border-radius: 10px;
    background-color:#8054BD ;
    padding: 20px;
    position: relative;
}
[itemprop="articleBody"] h1, [itemprop="articleBody"] h2, [itemprop="articleBody"] h3{
    margin-top: 20px;
    margin-left: 1em;
}
#randfonts{
    font-family: Arial Unicode MS,lucida grande,tahoma,verdana,arial,sans-serif;
    display: flex;
    flex-direction: column;    
    box-shadow: 0 0 10px #00000054;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    height: 200px;
}
#randfonts .randcontent{
    display: flex;
    justify-content: space-between;
    overflow: auto;
    flex-wrap: wrap;
    text-align: center;
    width: 100%;
}
#randfonts .randfont{
    cursor: pointer;
    padding: 5px 10px;
    font-size: 18px;
    border:  2px solid;
    border-color: rgba(0,0,0,0.0);
    border-radius: 5px;
    box-sizing: border-box;
    margin:  5px auto;
}
#randfonts .randfont:hover{
    color:  #2a8efa;
    border-color: #2a8efa;
}
#randfonts .text-base{
    text-align: center;
    overflow: visible;
}
@media(min-width: 768px){
    #randfonts{
        height: auto;
    }
    #randfonts .randcontent{
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    #randfonts .randfont{
        flex: 0 0 auto;
        height: auto;
        overflow-y: hidden;
        min-width: 20%;
    }
}
.google-auto-placed{
    margin: 15px 0px !important;
    overflow: hidden !important;
    text-align: center !important;;
    max-width: 100% !important;
}
ins{
    overflow: hidden !important;
    text-align: center !important;
    margin: auto !important;
    max-width: 100% !important;
    width: 100% !important;
}
ins iframe{
    max-width: 100%;
    overflow: hidden;
}
.share ins{
    display: none !important;
}
/*.single-edit-btn a{
    padding: 20px 50px;
}*/

.new_button{
    margin: auto 20px;
}
.new_button_block{
    display: flex;
}
.wrap.new_button {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button_q {
  min-width: 140px;
  min-height: 30px;
  font-family: 'Nunito', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-weight: 700;
  color: #fff;
  background: #4FD1C5;
  background: linear-gradient(90deg, #405de6,#5851db,#c13584,#fd1d1d,#fcaf45);;
  border: none;
  border-radius: 1000px;
  box-shadow: 0px 0px 24px rgba(139,0,255,.64);
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  outline: none;
  position: relative;
  padding: 10px;
  z-index: 1;
  line-height: 10px;
  text-align: center;
  }

.button_q::before {
content: '';
  border-radius: 1000px;
  min-width: calc(140px + 12px);
  min-height: calc(30px + 12px);
  border: 6px solid #4b4efa48;
  box-shadow: 0 0 60px rgba(139,0,255,.64);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all .3s ease-in-out 0s;
}


.button_q::after {
  content: '';
  width: 30px; height: 30px;
  border-radius: 100%;
  border: 6px solid #4b4efa48;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring 1.5s infinite;
}

@keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  100% {
    width: 150px;
    height: 150px;
    opacity: 0;
  }
}
@media screen and (max-width: 630px){
    .header-logo{
        margin-top: 15px;
        width: 200px;
    }
    .new_button{
        margin: 20px 0px 0px 0px;
    }
    .new_button_block{
        flex-direction: column-reverse;
        width: calc(100% - 200px);
        justify-content: right;
        flex-wrap: wrap-reverse;
    }
    .new_button_block .wrap.new_button{
        display: none;
    }
    .header .header-logo a{
        max-width: 100%;
    }
    .mob_button_block{
        width: 100%;
        display: flex;
        justify-content: center;
    }
}
@media screen and (min-width: 631px){
    .mob_button_block{
        display: none;
    }
}
.fonts-action-btn{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.fonts-action-btn>a{
    margin-right: 2.5%;
}
.fonts-action-btn .copy-btn{
    margin-left: 2.5%;
}
/*
.max-w-max-input .inline-block.w-full.h-full.rounded-l:first-child{
    border-right: 1px solid gray;
}
.max-w-max-input .inline-block.w-full.h-full.rounded-l:last-child{
    border-left: 1px solid gray;
}
*/
.max-w-max-input .inline-block.w-full.h-full.rounded-l{
    border-radius: 10px;
}

.quotes-card{
    display: flex;
    flex-direction: column;
    height: auto;
}
.single-edit-btn>div{
    line-height: 50px;
    text-align: center;
}
.quotes-card .text-my-dividers{
    max-height: 100%;
}
.mob_button_block .fb-like iframe{
    width: auto !important;
    text-align: center;
    overflow: hidden;
}