* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    background: #20132f;
    color: #fff;
    font-family: "SF Pro Display", sans-serif
}

p {
    font-size: 14px
}

#appContainer {
    display: flex
}

.confirmemail .text-align-center {
    text-align: center
}

.confirm-email__description.text-align-center {
    width: 100%;
    text-align: center
}

.confirm-email__action.btn-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px
}

.confirmemail .modal-content,
.confirmemail .modal-content .modal-body {
    background-color: #20132f
}

.confirmemail .modal-content .modal-footer,
.confirmemail .modal-content .modal-header {
    border-color: #ffffff59
}

.confirmemail .modal-content label {
    color: #fff
}

.confirmemail .modal-content .modal-body {
    width: 100%
}

.confirmemail .modal-content .modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.confirm-email__action.btn-wrapper .btn:first-child {
    margin-right: 15px
}

.confirmemail .main .v-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:1024px) {
    .orange-btn {
        padding: .5rem 1rem !important
    }
    #appContainer {
        flex-flow: column
    }
}

.row {
    display: flex;
    margin: 1rem 0;
    flex: 1
}

@media screen and (max-width:1024px) {
    .row {
        flex-flow: column
    }
}

.col-1 {
    flex: 1 1 10%;
    margin: 0 1rem
}

.col-1:not(:last-child) {
    margin-right: 1rem
}

@media screen and (max-width:1024px) {
    .col-1:not(:last-child) {
        margin-right: 0
    }
}

.col-1 .no-m:first-child {
    margin-left: 0
}

.col-1 .no-m:last-child {
    margin-right: 0
}

.col-2 {
    flex: 1 1 20%;
    margin: 0 1rem
}

.col-2:not(:last-child) {
    margin-right: 1rem
}

@media screen and (max-width:1024px) {
    .col-2:not(:last-child) {
        margin-right: 0
    }
}

.col-2 .no-m:first-child {
    margin-left: 0
}

.col-2 .no-m:last-child {
    margin-right: 0
}

.col-3 {
    flex: 1 1 30%;
    margin: 0 1rem
}

.col-3:not(:last-child) {
    margin-right: 1rem
}

@media screen and (max-width:1024px) {
    .col-3:not(:last-child) {
        margin-right: 0
    }
}

.col-3 .no-m:first-child {
    margin-left: 0
}

.col-3 .no-m:last-child {
    margin-right: 0
}

.col-4 {
    flex: 1 1 40%;
    margin: 0 1rem
}

.col-4:not(:last-child) {
    margin-right: 1rem
}

@media screen and (max-width:1024px) {
    .col-4:not(:last-child) {
        margin-right: 0
    }
}

.col-4 .no-m:first-child {
    margin-left: 0
}

.col-4 .no-m:last-child {
    margin-right: 0
}

.col-5 {
    flex: 1 1 50%;
    margin: 0 1rem
}

.col-5:not(:last-child) {
    margin-right: 1rem
}

@media screen and (max-width:1024px) {
    .col-5:not(:last-child) {
        margin-right: 0
    }
}

.col-5 .no-m:first-child {
    margin-left: 0
}

.col-5 .no-m:last-child {
    margin-right: 0
}

.col-6 {
    flex: 1 1 60%;
    margin: 0 1rem
}

.col-6:not(:last-child) {
    margin-right: 1rem
}

@media screen and (max-width:1024px) {
    .col-6:not(:last-child) {
        margin-right: 0
    }
}

.col-6 .no-m:first-child {
    margin-left: 0
}

.col-6 .no-m:last-child {
    margin-right: 0
}

.col-7 {
    flex: 1 1 70%;
    margin: 0 1rem
}

.col-7:not(:last-child) {
    margin-right: 1rem
}

@media screen and (max-width:1024px) {
    .col-7:not(:last-child) {
        margin-right: 0
    }
}

.col-7 .no-m:first-child {
    margin-left: 0
}

.col-7 .no-m:last-child {
    margin-right: 0
}

.col-8 {
    flex: 1 1 80%;
    margin: 0 1rem
}

.col-8:not(:last-child) {
    margin-right: 1rem
}

@media screen and (max-width:1024px) {
    .col-8:not(:last-child) {
        margin-right: 0
    }
}

.col-8 .no-m:first-child {
    margin-left: 0
}

.col-8 .no-m:last-child {
    margin-right: 0
}

.col-9 {
    flex: 1 1 90%;
    margin: 0 1rem
}

.col-9:not(:last-child) {
    margin-right: 1rem
}

@media screen and (max-width:1024px) {
    .col-9:not(:last-child) {
        margin-right: 0
    }
}

.col-9 .no-m:first-child {
    margin-left: 0
}

.col-9 .no-m:last-child {
    margin-right: 0
}

.col-10 {
    flex: 1 1 100%;
    margin: 0 1rem
}

.col-10:not(:last-child) {
    margin-right: 1rem
}

@media screen and (max-width:1024px) {
    .col-10:not(:last-child) {
        margin-right: 0
    }
}

.col-10 .no-m:first-child {
    margin-left: 0
}

.col-10 .no-m:last-child {
    margin-right: 0
}

.sidebar {
    background: #100122;
    max-height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 2rem;
    flex: 0 1 20%
}

.sidebar.open .sidebar-menu {
    display: block
}

.sidebar-burger {
    flex: 1 0 25px;
    display: none
}

@media screen and (max-width:1024px) {
    .sidebar-burger {
        display: block
    }
}

.sidebar-burger .burger {
    width: 100%;
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background: 0
}

.sidebar-burger span {
    display: block;
    height: 2px;
    width: 25px;
    background: #fff;
    margin: 3px 0
}

.sidebar-header {
    width: 100%;
    display: flex
}

.sidebar-avatar {
    flex: 0 0 50px;
    display: flex;
    align-items: center
}

.sidebar-avatar img {
    width: 100%;
    height: 50px;
    object-fit: cover;
    border-radius: .5rem
}

.sidebar-account {
    flex: 1 1 80%;
    padding: 1rem;
    display: flex;
    flex-flow: column;
    justify-content: center
}

.sidebar-account h4 {
    opacity: .4;
    font-size: 14px;
    line-height: 17px;
    font-weight: 100;
    margin-bottom: 0
}

.sidebar-account .username {
    display: flex;
    align-items: center
}

.sidebar-account .username h2 {
    margin: 0;
    font-size: 18px;
    line-height: 21px;
    font-weight: 100;
    margin-right: 1rem
}

.sidebar-menu {
    display: flex;
    flex-flow: column;
    list-style-type: none;
    margin: 2rem 0;
    overflow-y: scroll
}

@media screen and (max-width:1024px) {
    .sidebar-menu {
        overflow-y: visible
    }
}

.sidebar-menu::-webkit-scrollbar {
    width: 10px
}

.sidebar-menu::-webkit-scrollbar-track {
    background: #100122
}

.sidebar-menu::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, .1)
}

.sidebar-menu::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, .2)
}

@media screen and (max-width:1024px) {
    .sidebar-menu {
        display: none
    }
}

.sidebar-menu li.active a {
    color: #fff
}

.sidebar-menu li.active img {
    filter: grayscale(0);
    opacity: 1
}

.sidebar-menu li a {
    padding: 15px 0;
    font-size: 16px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: rgba(255, 255, 255, .5);
    transition: .2s
}

.sidebar-menu li a:hover {
    color: #fff
}

.sidebar-menu li a:hover img {
    filter: grayscale(0);
    opacity: 1;
    margin-right: 2rem
}

.sidebar-menu li a img {
    max-width: 25px;
    margin-right: 1rem;
    filter: grayscale(1) brightness(2);
    opacity: .5;
    transition: .2s
}

.good {
    font-family: SF Pro Display;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: .05em;
    margin: 1rem 0;
    color: #30da74
}

.dropdown {
    position: relative
}

.dropdown.open .dropdown-trigger {
    transform: rotate(180deg)
}

.dropdown.open .dropdown-menu {
    display: block
}

.dropdown-trigger {
    cursor: pointer
}

.dropdown-menu {
    display: none;
    position: absolute;
    left: 50%;
    z-index: 100;
    top: 200%;
    list-style-type: none;
    transform: translate(-50%, 0);
    background: #20132f
}

.dropdown-menu li {
    min-width: 200px;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.dropdown-menu li a {
    align-items: center;
    font-size: 12px;
    padding: 1rem 2rem;
    display: flex;
    text-decoration: none;
    color: #fff
}

.dropdown-menu li a img {
    width: 20px;
    margin-right: 1rem
}

.dropdown-menu li a:hover {
    background: #100122
}

.dropdown-menu li:last-child {
    border-bottom: 0
}

.main-content {
    height: max-content
}

.aside {
    flex: 0 1 25%
}

code {
    padding: 1rem;
    white-space: pre-wrap;
    flex: 1;
    border-radius: .5rem;
    margin: 1rem 0;
    flex: 1;
    width: 100%
}

pre {
    background: rgba(255, 255, 255, .1);
    margin: 1rem 0;
    border: 0;
    color: #fff
}

.box {
    margin: 2rem 0;
    padding: 2rem;
    background: #100122;
    width: 100%;
    border-radius: 1rem
}

.box .inside {
    padding: 1rem;
    background: rgba(255, 255, 255, .1);
    flex: 1;
    border-radius: .5rem;
    margin: 1rem 0
}

.box-title {
    font-weight: 100;
    font-size: 14px;
    opacity: .4
}

p {
    margin: 1rem 0;
    font-weight: 200;
    font-size: 12px;
    line-height: 140.6%
}

.important {
    font-weight: 900;
    color: #f93d3d
}

.form-group {
    display: flex;
    flex-flow: column;
    flex: 1;
    margin: 0
}

.form-group label {
    font-size: 14px;
    font-weight: 100;
    opacity: .5
}

.form-control {
    margin: 1rem 0;
    padding: .5rem 1rem;
    border-radius: .5rem;
    background-color: rgba(255, 255, 255, .1) !important;
    border: 0;
    color: #fff;
    font-size: 14px
}

.form-control-select {
    margin: 1rem 0;
    padding: .5rem 1rem;
    border-radius: .5rem;
    background: rgba(255, 255, 255, .1);
    background-image: url(https://blog.smmkings.io/smmkings/assets/arrow.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - .5rem) 50%;
    border: 0;
    color: #fff;
    font-size: 14px;
    -webkit-appearance: none;
    appearance: none
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100rem;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 900;
    color: #fff;
    background: 0;
    border: 1px solid #fff;
    cursor: pointer;
    transition: .2s
}

.btn:hover {
    background: #fff;
    color: #20132f
}

.btn:active {
    transition: 0s;
    filter: brightness(.8);
    transform: translate(0, 2px)
}

.btn-primary {
    border: 1px solid;
    color: #fff;
    background: #f16845;
    border-color: #f16845
}

.btn-primary:hover {
    border-color: #fff
}

.btn-opaque {
    border: 1px solid;
    color: #f16845;
    background: 0;
    border-color: #f16845;
    margin: 0 .5rem;
    font-size: 14px;
    font-weight: 100;
    padding: .5rem 1rem
}

.btn-opaque.active {
    background: #f16845;
    color: #fff
}

.btn-opaque.active:hover {
    border-color: #f16845
}

.btn-opaque:hover {
    border-color: #fff
}

.btn-telegram {
    border: 1px solid;
    color: #fff;
    background: #37aee2;
    border-color: #37aee2;
    font-size: 1.5rem
}

.btn-telegram:hover {
    border-color: #fff
}

.main {
    height: 100vh;
    overflow-y: scroll;
    margin: 0;
    background: #20132f;
    width: 100%
}

@media screen and (max-width:1024px) {
    .main {
        overflow-y: visible
    }
}

.main::-webkit-scrollbar {
    width: 10px
}

.main::-webkit-scrollbar-track {
    background: #100122
}

.main::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, .1)
}

.main::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, .2)
}

.sidebar::-webkit-scrollbar {
    width: 10px
}

.sidebar::-webkit-scrollbar-track {
    background: #100122
}

.sidebar::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, .1)
}

.sidebar::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, .2)
}

.accordion {
    display: flex;
    flex-flow: column
}

.accordion-item {
    margin: 1rem 0;
    padding: 0 1rem;
    background: rgba(255, 255, 255, .1);
    border-radius: .5rem
}

.accordion-item.open .accordion-header {
    background-image: url(https://blog.smmkings.io/smmkings/assets/minus.svg)
}

.accordion-item.open .accordion-body {
    display: block
}

.accordion-header {
    background-image: url(https://blog.smmkings.io/smmkings/assets/plus.svg);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    cursor: pointer
}

.accordion-body {
    display: none
}

.search {
    background-image: url(https://blog.smmkings.io/smmkings/assets/search.svg);
    background-repeat: no-repeat;
    background-position: 98% 50%
}

.table {
    width: 100%;
    border: 0;
    border-collapse: collapse;
    border-radius: 1rem 1rem 0 0;
    overflow: hidden overflow-y:scroll;
    -webkit-overflow-scrolling: touch
}

.table thead {
    background: rgba(255, 255, 255, .1);
    border: 0;
    border-bottom: 5px solid #f26845
}

.table thead td {
    padding: 1rem;
    font-size: 14px;
    font-weight: 100
}

.table tbody {
    border: 0
}

.table tbody tr {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.table tbody tr:hover {
    background: rgba(255, 255, 255, .05)
}

.table tbody td {
    padding: 1rem;
    font-size: 14px;
    font-weight: 100
}

@media screen and (max-width:1024px) {
    .main-content {
        margin-right: 1rem !important
    }
}

h1 {
    font-family: "SF Pro Display", sans-serif;
    font-weight: inherit
}

a,
h2,
li,
ul {
    font-family: "SF Pro Display", sans-serif;
    font-weight: inherit
}

p {
    font-family: "SF Pro Display", sans-serif;
    font-weight: inherit
}

* {
    margin: 0;
    padding: 0
}

*,
::after,
::before {
    box-sizing: inherit
}

html {
    box-sizing: border-box;
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased
}

body {
    background: #100122;
    color: #fff;
    width: 100vw
}

button {
    cursor: pointer;
    border: 0;
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    text-decoration: none;
    font-family: Sf-Medium, sans-serif;
    font-weight: inherit
}

button:focus {
    outline: 0
}

img {
    max-width: 100%
}

.wrapper {
    width: 124rem;
    margin: 0 auto;
    max-width: 90%
}

.orange-btn {
    padding: 1.5rem 4rem;
    border-radius: 50rem;
    color: inherit
}

.orange-btn.empty-btn {
    border: 1px solid rgba(241, 104, 69, .65)
}

.orange-btn.full-btn {
    background: #f16845
}

.custom-arrows {
    position: absolute;
    width: 100%;
    min-height: 30rem;
    z-index: 2
}

.arrows-wrapper {
    position: relative
}

.prev-arrow {
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background: #100122
}

.next-arrow {
    position: absolute;
    display: block;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background: #100122
}

.header {
    top: 0;
    position: fixed;
    width: 100vw;
    left: 0;
    right: 0;
    padding-top: 4rem;
    z-index: 9;
    transition: all .3s cubic-bezier(.42, .97, .52, 1.49)
}

.color {
    background: #100122;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    transform: translateY(-100%);
    transition: all .2s ease-out
}

header.header.newClass .color {
    transform: translateY(0)
}

.header.newClass {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.logo {
    margin-top: 0
}

.main-nav {
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: .1em
}

.main-nav ul {
    display: flex
}

.main-nav ul li {
    padding: 0 4rem;
    list-style: none;
    cursor: pointer
}

.sign-in {
    display: flex
}

.sign-in a {
    font-size: 1.3rem;
    color: inherit;
    text-transform: uppercase;
    letter-spacing: .1em;
    text-decoration: none
}

.sign-in a:last-child {
    margin-left: 4rem
}

.hero {
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative
}

.hero-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    min-height: 100vh
}

.hero-tittle {
    flex: 0 0 55%;
    z-index: 3
}

.hero-tittle h1 {
    font-size: 5rem
}

.hero-tittle p {
    font-size: 2.2rem;
    margin-top: 3rem;
    margin-bottom: 6rem;
    color: rgba(255, 255, 255, .34);
    width: 70%;
    line-height: 1.4
}

.hero-tittle button {
    width: 24rem;
    height: 5.5rem
}

.hero-image {
    display: flex;
    min-height: inherit;
    flex: 0 0 45%;
    position: relative;
    align-items: center;
    justify-content: center
}

.layer {
    position: absolute
}

.layer-1 {
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%
}

.layer-2 {
    left: 50%;
    z-index: 1;
    transform: translateX(-50%)
}

.layer-3 {
    left: 10%;
    top: 30%
}

.layer-4 {
    right: 0;
    top: 24%
}

.layer-5 {
    right: 7%;
    top: 57%
}

.layer-6 {
    right: 20%;
    top: 85%
}

.layer-7 {
    left: 20%;
    top: 74%
}

.layer-8 {
    top: 60vh;
    z-index: 0;
    left: auto;
    right: auto;
    width: 95%
}

.layer-9 {
    position: absolute;
    z-index: 2
}

.layer-10 {
    position: absolute;
    z-index: 0
}

.layer-11 {
    top: -40%;
    position: absolute;
    left: 50%
}

.layer-12 {
    position: absolute;
    bottom: 10%;
    z-index: 2;
    left: 65%
}

.layer-13 {
    position: absolute;
    top: 2%
}

.layer-14 {
    position: absolute;
    left: 40%;
    top: -50%
}

.stats {
    padding-top: 20rem;
    display: flex;
    position: relative;
    flex-wrap: wrap
}

.stats-img {
    flex: 0 0 50%;
    z-index: 2;
    display: flex;
    position: relative;
    min-height: 50vh
}

.stats-info {
    display: flex;
    justify-content: space-between;
    flex: 0 0 50%
}

.stats-info p {
    font-size: 1.6rem
}

.stats-info h1 {
    font-size: 3rem
}

.stats-info_icon {
    width: 7rem;
    margin-bottom: 1rem
}

.members {
    align-self: center
}

.chart {
    align-self: auto
}

.dollar {
    align-self: flex-end
}

.slider-outer {
    padding-top: 20rem
}

.slider {
    display: flex;
    justify-content: space-between
}

.service {
    border: 1px solid;
    padding: 3.5rem;
    border-radius: 2rem;
    border: 1px solid rgba(119, 85, 164, .19);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 2rem;
    min-height: 30rem !important
}

.service:focus {
    outline: 0
}

.service img {
    margin-bottom: 2rem
}

.service h1 {
    font-size: 3rem
}

.service p {
    font-size: 1.88rem;
    margin-top: 1.5rem;
    color: rgba(255, 255, 255, .34);
    line-height: 1.4
}

.about {
    padding-top: 20rem;
    position: relative
}

.text-center {
    text-align: center;
    font-size: 5rem;
    width: 50%;
    margin: 0 auto
}

.about-slide {
    display: flex !important;
    align-items: center;
    justify-content: space-between
}

.about-slide:focus {
    outline: 0
}

.about-slide-info {
    flex: 1 0 30%
}

.about-slide-info h1 {
    font-size: 4rem
}

.about-slide-info p {
    color: rgba(255, 255, 255, .34);
    font-size: 2.2rem;
    padding-top: 3rem;
    line-height: 1.4
}

.about-slide-image {
    flex: 1 0 60%
}

.about-inner {
    margin-top: 10rem;
    z-index: 1;
    position: relative
}

.city-bg {
    position: absolute;
    top: 43%;
    left: 0;
    z-index: 0
}

ul.slick-dots {
    left: 0;
    position: absolute;
    display: flex;
    top: 75%
}

ul.slick-dots li {
    background: rgba(255, 255, 255, .5);
    border-radius: 100%;
    margin: 0;
    margin-right: 3rem;
    position: relative
}

li.slick-active {
    background: #f16845 !important
}

.slick-dots li button:before {
    display: none
}

li.slick-active:after {
    content: "";
    border-radius: 100%;
    display: block;
    width: 30px;
    height: 30px;
    background: rgba(241, 104, 69, .5) !important;
    position: absolute;
    top: -5px;
    left: -5px
}

ul.slick-dots li:after {
    content: "";
    border-radius: 100%;
    display: block;
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, .5);
    position: absolute;
    top: -5px;
    left: -5px
}

.cta {
    margin-top: 15rem;
    padding-bottom: 20rem
}

.cta p {
    font-weight: 300;
    font-size: 3rem;
    line-height: 4.8rem;
    width: 70%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 9rem;
    color: rgba(255, 255, 255, .34)
}

.cta p span {
    color: #fff
}

.cta a {
    color: inherit;
    font-size: 1.8rem;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin: 0 auto;
    display: table;
    padding: 2.3rem 0;
    width: 50%;
    text-align: center;
    border: 1px solid #f16845;
    border-radius: 51px;
    overflow: hidden
}

.footer {
    padding: 5rem 0;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.footer-inner {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.footer-inner p {
    font-size: 1.4rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .34)
}

.social-icon img {
    margin-right: 2.5rem
}

.social-icon img:last-child {
    margin-right: 0
}

.link-cta:after {
    content: "";
    background: #f16845;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    transform: translateX(-100%)
}

section.sign-up {
    display: flex;
    min-height: 100vh;
    width: 100%;
    flex-wrap: wrap;
    padding: 3rem;
    background: url(https://blog.smmkings.io/smmkings/assets/city.svg);
    background-repeat: no-repeat;
    background-position: center left
}

.sign-up-left {
    display: flex;
    flex: 1 0 50%;
    height: inherit;
    position: relative
}

.sign-up-right {
    display: flex;
    background: #fff;
    flex: 1 0 50%;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    align-self: center;
    padding-top: 20px padding-bottom:20px
}

.sign-in-logo {
    width: 100px;
    cursor: pointer;
    z-index: 100;
    position: absolute;
    top: 4rem
}

.sign-up-right_inner {
    width: 80%;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column
}

.sign-up-right_inner h1 {
    font-size: 5rem;
    color: #100122;
    margin-bottom: 6rem
}

.form.username {
    width: 100%
}

.form-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}

.form p {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: .5rem;
    color: #100122
}

.form input {
    width: 95%;
    height: 5rem;
    background: 0;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    font-size: 2.2rem;
    color: #100122
}

input:focus {
    outline: 0
}

.submit-btn button {
    width: 100%;
    background: #f16845;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #fff;
    padding: 2rem;
    border-radius: 50rem
}

p.already-have-acc {
    text-align: center;
    letter-spacing: .07em;
    color: rgba(0, 0, 0, .6);
    font-size: 1.7rem
}

p.already-have-acc a {
    text-decoration: none
}

signup-img {
    position: absolute;
    bottom: 0
}

.signup-img {
    position: absolute;
    bottom: 0;
    max-width: 100%
}

.macbook {
    width: 100%
}

.rockettwo {
    width: 15%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15%
}

.layer-20 {
    top: 25%;
    left: 26%
}

.layer-21 {
    top: 47%;
    left: 12%
}

.layer-22 {
    top: 20%;
    right: 19%;
    transform: rotate(22deg)
}

.layer-23 {
    top: 45%;
    right: 21%
}

@media(max-width:1440px) {
    html {
        font-size: 56.5%
    }
}

@media(max-width:1024px) {
    html {
        font-size: 50.5%
    }
}

@media(max-width:910px) {
    .layer-9 {
        left: 50%;
        transform: translateX(-50%)
    }
    .layer-10 {
        display: none
    }
    .layer-11 {
        left: 25%;
        top: -10%
    }
    .layer-12 {
        left: 85%;
        bottom: 55%
    }
    .stats {
        padding-top: 10rem
    }
    .stats-info {
        margin-bottom: 10rem;
        flex: 0 0 100%;
        margin-top: 5rem;
        flex-wrap: wrap
    }
    .stat-info-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex: 1 0 100%;
        margin-bottom: 6rem
    }
    .stats-img {
        display: none
    }
    .main-nav {
        display: none
    }
    .hero-inner {
        align-items: flex-start
    }
    .hero-tittle {
        flex: 0 0 100%;
        margin-top: 20rem;
        text-align: center
    }
    .hero-image {
        flex: 0 0 100%
    }
    .hero-tittle p {
        width: 100%
    }
    .hero-inner {
        min-height: 60vh
    }
    .layer-2 {
        width: 20rem
    }
    .slider-outer {
        padding-top: 10rem
    }
    .text-center {
        width: 100%
    }
    .about-slide {
        flex-wrap: wrap
    }
    .about-slide-info {
        flex: 1 0 100%;
        justify-content: center;
        align-items: center;
        text-align: center
    }
    .about-slide-image {
        flex: 1 0 100%
    }
    ul.slick-dots {
        left: auto;
        top: 100%;
        right: auto;
        display: block
    }
    .stats-info p {
        font-size: 2.4rem
    }
    .stats-info_icon {
        width: 10rem;
        margin-bottom: 2rem
    }
}

@media(max-width:590px) {
    .footer-inner {
        flex-wrap: wrap
    }
    .footer-inner p {
        margin-bottom: 2.5rem
    }
    .hero-tittle h1 {
        font-size: 3.5rem
    }
    .stats-info h1 {
        font-size: 5rem
    }
    .cta p {
        width: 100%
    }
    .cta a {
        width: 100%
    }
    .text-center {
        font-size: 3.5rem
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    margin-left: auto;
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    margin-right: 2rem;
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(src/styles/ajax-loader.gif) center center no-repeat
}

@font-face {
    font-family: slick;
    src: url(https://blog.smmkings.io/smmkings/assets/fonts/slick.eot);
    src: url(https://blog.smmkings.io/smmkings/assets/fonts/slick.eot?#iefix) format("embedded-opentype"), url(https://blog.smmkings.io/smmkings/assets/fonts/slick.woff) format("woff"), url(https://blog.smmkings.io/smmkings/assets/fonts/slick.ttf) format("truetype"), url(https://blog.smmkings.io/smmkings/assets/fonts/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal
}

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: 0;
    outline: 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    outline: 0;
    background: 0;
    color: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "Ã¢â€ Â"
}

[dir=rtl] .slick-prev:before {
    content: "Ã¢â€ â€™"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "Ã¢â€ â€™"
}

[dir=rtl] .slick-next:before {
    content: "Ã¢â€ Â"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "Ã¢â‚¬Â¢";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.blocker {
    overflow: hidden;
    position: fixed;
    height: 100vh;
    width: 100vw
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border: 6px solid #f16845;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    border-color: #f16845 transparent transparent transparent
}

.lds-ring div:nth-child(1) {
    animation-delay: -.45s
}

.lds-ring div:nth-child(2) {
    animation-delay: -.3s
}

.lds-ring div:nth-child(3) {
    animation-delay: -.15s
}

@keyframes lds-ring {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.loading {
    position: fixed;
    z-index: 100;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #100122
}

.modal {
    width: 100%;
    height: 100vh;
    position: fixed;
    background: rgba(0, 0, 0, .25);
    z-index: 10000;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    display: none
}

.modal-exit {
    position: absolute;
    top: 1rem;
    right: 2rem;
    font-weight: 900
}

.modal-exit p {
    font-size: 3rem !important;
    transition: .2s opacity;
    cursor: pointer
}

.modal-exit p:hover {
    opacity: 1
}

.modal-body {
    width: 90%;
    max-width: 600px;
    position: relative;
    background: #fff;
    min-height: 100px;
    border-radius: 2rem;
    box-shadow: 0 20px 40px -20px rgba(0, 0, 0, .5);
    padding: 3rem;
    color: #000
}

.modal-body p {
    opacity: .5;
    font-size: 12px
}

.modal-body h1 {
    font-size: 5rem;
    font-weight: 600
}

.modal-body a {
    color: #000;
    text-decoration: none;
    font-size: 12px
}

.modal-body input[type=checkbox] {
    margin-right: 1rem
}

.modal-body .form {
    margin: 5rem 0
}

.justify-right {
    justify-content: flex-end;
    align-items: center;
    display: flex
}

.justify-left {
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.btn {
    font-size: 12px
}

.btn.fluid {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase
}

body {
    overflow-x: hidden
}

body.signup header {
    display: none
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #f16845
}

.inner_small {
    margin: 2rem 0
}

.inner_small .btn {
    margin: 3rem auto
}

.row.row-fluid {
    flex-flow: wrap
}

.align-center {
    display: flex;
    align-items: center
}

.buttons {
    flex-flow: wrap
}

.buttons .btn {
    margin: 1rem 2rem;
    color: #fff
}

.buttons a {
    color: #fff;
    transition: .2s color
}

.buttons button:hover a {
    text-decoration: none;
    color: #f16845
}

.buttons button.active {
    color: #21132f;
    background-color: #fff;
    border-color: #21132f
}

.buttons button.active a {
    color: #21132f
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ffffff12;
    outline: 0
}

.dropdown-menu li a:hover {
    background: #fff
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    border-radius: .5rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 0;
    background: #f16845;
    padding: 1.2rem 2rem;
    margin-top: 1px
}

.btn.fluid {
    margin: 2rem 0
}

label.control-label.has-depends {
    opacity: 1
}

.ticket-message {
    background: 0 0 !important
}

.scroll {
    max-width: 100%;
    overflow-x: scroll
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 0
}

.m-bottom {
    margin-bottom: 2rem !important
}

.form-control option {
    color: #000
}

td.active,
td.inprogress {
    color: #f3b82d
}

td.completed {
    color: #f16845
}

td.min,
td.pending {
    color: #30da74
}

td.cancelled,
td.expired,
td.max,
td.paused td.partial {
    color: #f62e2e
}

body.no-wrap .wrapper-main {
    max-width: 1200px;
    margin: 20rem auto;
    width: 100%
}

.panel-body {
    padding: 15px;
    margin: 2rem 0;
    background: #ffffff1c !important;
    border: 0 !important
}

.box::-webkit-scrollbar {
    width: 10px
}

.box::-webkit-scrollbar-track {
    background: $darkPurple
}

.box::-webkit-scrollbar-thumb {
    background: #100122
}

.box::-webkit-scrollbar-thumb:hover {
    background: #100122
}

.bg-th-red {
    background: #ff3f3f
}

.bg-th-green {
    background: #30da74
}

.bg-th-orange {
    background: #f16845
}

.currencyPlaceholder:before {
    content: "$";
    color: #fff;
    position: absolute;
    width: 30px;
    height: 30px;
    transform: translate(50%, 41%);
    font-size: 20px;
    color: #30da74
}

.currencyPlaceholder {
    position: relative
}

input#amount::placeholder {
    font-size: 17px
}

input#amount {
    text-indent: 25px
}

.accountBoxTitle {
    font-size: 24px
}

p.welcomeAccount {
    font-size: 18px
}

td.buttonsSubs a {
    margin-bottom: 10px
}

.drip-feed .fa,
.orders button .fa,
.subscriptions .fa {
    margin-right: 5px
}

.drip-feed .buttons .btn,
.orders .buttons .btn,
.subscriptions .buttons .btn {
    margin: 1rem 1rem;
    color: #fff
}

.drip-feed .buttons button.active,
.orders .buttons button.active,
.subscriptions .buttons button.active {
    color: #fff;
    background-color: #f26845;
    border-color: #21132f
}

.drip-feed .buttons button.active a,
.orders .buttons button.active a,
.subscriptions .buttons button.active a {
    color: #fff
}

.drip-feed .buttons .btn,
.orders .buttons .btn,
.subscriptions .buttons .btn {
    background: 0
}

#mainPage {
    overflow-x: hidden
}

tr.pending td {
    color: #fff
}

tr.processing td {
    color: #f3b82d
}

tr.inprogress td {
    color: #f3b82d
}

tr.completed td {
    color: #30da74
}

tr.canceled td {
    color: #f16845
}

tr.partial td {
    color: #f16845
}

.aside .box a {
    color: inherit;
    text-decoration: none
}

textarea {
    resize: none
}

.footer-inner .fa {
    font-size: 26px;
    margin-right: 10px
}

.footer-inner a {
    color: inherit
}

.full-width {
    width: 100%
}

.drip-feed .completed {
    color: #30da74
}

.ticketCustomerBox {
    background: #281b39
}

.ticketSupportBox {
    background: #f06845
}

.ticket-view .info {
    padding: 5px 15px;
    border-bottom: 1px solid
}

.logo {
    max-width: 200px
}

.bannerImg {
    margin: 0 auto;
    display: table
}

@media screen and (max-width:1024px) {
    .sidebar {
        overflow-y: visible;
        max-height: max-content
    }
}

@media screen and (max-width:1024px) {
    .main-nav {
        display: none
    }
    .header-inner.open .main-nav {
        display: block
    }
    .header-inner.open .sign-in {
        display: none
    }
    .header-inner.open .logo {
        display: none
    }
    .main-nav ul li {
        padding: 0 1rem;
        list-style: none;
        cursor: pointer
    }
    header img {
        width: 90px
    }
    header .burger {
        background: 0;
        flex-flow: column wrap;
        width: 30px;
        display: block !important
    }
    button.burger span {
        width: 20px;
        display: block;
        background: #fff;
        height: 2px;
        margin: .5rem auto;
        transition: .2s transform, .2s opacity
    }
    .header-inner.open button.burger span:last-child {
        transform: translate(0, -13px) rotate(-45deg)
    }
    .header-inner.open button.burger span:first-child {
        transform: rotate(45deg)
    }
    .header-inner.open button.burger span:nth-child(2) {
        opacity: 0
    }
}

.logo a {
    display: flex;
    align-items: center;
    justify-content: center
}

.g-recaptcha {
    margin: 3rem 0
}

.slick-slide {
    margin: 0 2rem 0 -2px
}

.about-inner .slick-slide {
    margin: 0;
    min-height: 80vh;
    display: flex;
    align-items: center
}

.slick-list {
    margin: 0 0 0 calc(-2rem 1px)
}

video {
    width: 100%;
    max-width: 300px;
    height: auto;
    vertical-align: middle
}

#bottomvideo {
    width: 100%;
    max-width: 710px;
    height: auto;
    margin: 0 auto;
    display: table;
    vertical-align: middle
}

.messanger-box .ticket-list {
    margin-top: 25px;
    margin-bottom: 0;
    overflow-y: auto;
    max-height: calc(100vh - 25px - 38px - 20px - 20px)
}

@media(max-width:1024px) {
    .messanger-box .ticket-list {
        max-height: calc(100vh - 180px)
    }
    .messanger-box .chat-wrapper {
        height: calc(100vh - 200px)
    }
}

.chat-wrapper .messages-list::-webkit-scrollbar-track,
.messanger-box .col-sidebar::-webkit-scrollbar-track,
.messanger-box .ticket-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 10px;
    background-color: #ff997f
}

.chat-wrapper .messages-list::-webkit-scrollbar,
.messanger-box .col-sidebar::-webkit-scrollbar,
.messanger-box .ticket-list::-webkit-scrollbar {
    width: 8px;
    background-color: rgba(0, 0, 0, .3)
}

.chat-wrapper .messages-list::-webkit-scrollbar-thumb,
.messanger-box .col-sidebar::-webkit-scrollbar-thumb,
.messanger-box .ticket-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #f06845
}

@media(max-width:991px) {
    .sign-up-left {
        display: flex;
        flex: 1 0 30%;
        height: inherit;
        position: relative
    }
    .sign-up-right .sign-up-right_inner h1 {
        font-size: 4.5rem
    }
}

@media(max-width:767px) {
    .messanger-box .ticket-list {
        max-height: calc(100vh - 140px)
    }
    .sign-up-right {
        margin-top: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .sign-up-left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .sign-up-left .rockettwo.signup-img,
    .sign-up-left .signup-img.layer-20,
    .sign-up-left .signup-img.layer-21,
    .sign-up-left .signup-img.layer-22,
    .sign-up-left .signup-img.layer-23 {
        display: none
    }
    .sign-up-left .macbook.signup-img {
        z-index: -1;
        opacity: .2
    }
}

@media(max-width:575px) {
    .sign-up-right_inner {
        padding-top: 10px;
        padding-bottom: 10px;
        width: calc(100% - 50px)
    }
    .sign-up-right .sign-up-right_inner h1 {
        margin-top: 0;
        font-size: 4rem;
        margin-bottom: 4rem
    }
    .confirmemail .modal-content .modal-body,
    .confirmemail .modal-content .modal-footer,
    .confirmemail .modal-content .modal-header {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media(max-width:450px) {
    .sign-up-right .sign-up-right_inner h1 {
        font-size: 3.5rem
    }
    .sign-up-right_inner .g-recaptcha>div {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        margin-left: -30px
    }
    body.signup .wrapper-main .sign-up {
        padding-left: 15px;
        padding-right: 15px
    }
    .sign-up-right_inner {
        width: calc(100% - 30px)
    }
}

@media(max-width:399px) {
    .confirm-email__action.btn-wrapper {
        display: block
    }
    .confirm-email__action.btn-wrapper .btn:first-child {
        margin-right: 0;
        margin-bottom: 15px
    }
    .confirm-email__action.btn-wrapper .btn {
        width: 100%
    }
    .confirmemail .main .v-center {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media(max-width:350px) {
    .sign-up-right_inner .g-recaptcha>div {
        -webkit-transform: scale(.7);
        transform: scale(.7);
        margin-left: -46px
    }
}