@import url("../css/animate.css");
@import url("../css/font-awesome.min.css");
@import url("../css/owl.carousel.css");
@import url("../css/jquery.listtopie.css");

/*

* Google Fonts

* BASIC STYLE
  - General Style
  - Headings Style
  - Button Style
  - Form Style
  - Spacer Style

* HEADER

* CONTANT
  - Banner Style
  - Site Services
  - About-part
  - tokensale-part
  - Roadmap-part
  - Our Team
  - FAQ css
  - Contact css
  - Blog page
  - Blog Detail Page

* FOOTER
*/

/*_______________________________________________________
// BASIC STYLE  //----------------------------
_______________________________________________________*/

/* - Google Fonts //---------------- */
@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,700&display=swap");

/* - General Style //---------------- */

::-moz-selection {
    background-color: #007bff;
    color: #fff;
}

::selection {
    background-color: #007bff;
    color: #fff;
}

* {
    outline: none !important;
}

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/Preloader_2.gif) center no-repeat #fff;
}

.main {
    position: relative;
    overflow: hidden;
}

img {
    height: auto;
    max-width: 100%;
    border: none;
    outline: none;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

br {
    font-size: 0;
    line-height: 0;
}

hr {
    margin-bottom: 0px;
    margin-top: 0px;
    border-top: 1px solid #f1f1f1;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0;
}

.w-100 {
    width: 100%;
}

.position-r {
    position: relative;
}

.position-s {
    position: static;
}

.position-initial {
    position: initial;
}

.overflow-h {
    overflow: hidden;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left !important;
}

.align-right {
    text-align: right !important;
}


.middle-800 p {
    display: inline-block;
    max-width: 800px;
}

.middle-580 p {
    display: inline-block;
    max-width: 580px;
}

.border-right {
    border-right: 1px solid #e1e1e1;
}

.text-black {
    color: #23262f;
}

.text-red {
    color: #DC2626;
}

.text-green {
    color: #03A66D;
}

/* bgs */
.white-bg {
    background: #fff;
}

.grey-bg {
    background: #f7f7f7;
}

/* - Form Style */
select {
    background: url(../images/select-icon.png) no-repeat scroll right 50% #fff !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #eaeaea;
    padding: 5px 24px 5px 5px;
    line-height: 18px;
}

.full select {
    width: 100%;
}

.main-form textarea {
    max-width: 100%;
}

.main-form input,
.main-form textarea,
.main-form select {
    background: #fff;
    padding: 8px 15px;
    width: 100%;
    border: 1px solid #eeeeee;
    min-height: 40px;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

/*End*/

/*_______________________________________________________
// CONTANT  //----------------------------
_______________________________________________________*/

/* - Banner Style  //---------------- */
#banner-part.main-banner {
    padding-top: 130px;
}

#banner-part.main-banner .main-banner__wrapper {
    border-radius: 20px;
    background: #F4F9FC;
    padding: 87px 114px 32px;
}

.dark-mode #banner-part.main-banner .main-banner__wrapper {
    background: #121318;
}

#banner-part.main-banner .main-banner__img-wrapper {
    background: url(../images/banner-blue-part.png) no-repeat;
    background-size: contain;
    background-position-x: right;
    padding-right: 10px;
    padding-top: 50px;
    padding-bottom: 30px;
    margin-left: 40px;

}

#banner-part.main-banner .main-banner__img-gray-wrapper {
    background: #D8D8D8;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 15px;
    height: 500px;
}

#banner-part.main-banner .main-banner__title {
    margin-bottom: 30px;
}

#banner-part.main-banner .main-banner__action {
    margin: 50px 0 80px;
}

.inner-banner-part {
    background: url(../images/inner-banner-bg.jpg) no-repeat;
    background-size: cover;
}

.banner-main-img {
    float: right;
    position: relative;
}

/* partners swipper start */
#banner-part.main-banner .partner .partner__list {
    margin-top: 21px;
}

#banner-part.main-banner .partner .partner__list .swiper-slide {
    width: 130px;
}

#banner-part.main-banner .partner .partner__list .swiper-slide a {
    display: flex;
    height: 100%;
    position: relative;
    justify-content: center;
    padding: 5px;
    filter: contrast(1);
}

.dark-mode #banner-part.main-banner .partner .partner__list .swiper-slide a {
    filter: brightness(0) invert(1)
}

#banner-part.main-banner .partner .partner__list .swiper-slide img {
    width: 100%;
}

#banner-part.main-banner .partner .swiper-wrapper {
    height: 40px;
    align-items: stretch;
}

.swiper-slide:is(.whitebit--swiper-slide, .binance--swiper-slide, .blockchain--swiper-slide) a img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/*partners swipper end */


/* top-market */
.top-market {
    padding: 100px 0;
}

.top-market__title {
    margin-bottom: 60px;
}

/* About-part section start */
.about-part {
    overflow: hidden;
}

.about-part__title {
    margin-bottom: 36px;
}

.about-part__items-container {
    display: flex;
    flex-wrap: wrap;
}

.about-part__item {
    padding: 30px 20px;
    margin-bottom: 30px;
    margin-right: 30px;
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    align-items: center;
    width: min(calc(50% - 40px), 330px);
    border: 1px solid #FFFFFF;
    box-shadow: 0px 20.2977px 62.72px rgb(210 208 225 / 17%), 0px 10.8521px 33.5331px rgb(210 208 225 / 14%), 0px 6.08362px 18.7984px rgb(210 208 225 / 12%), 0px 3.23097px 9.98369px rgb(210 208 225 / 10%), 0px 1.34448px 4.15444px rgb(210 208 225 / 7%);
}

.about-part__item:nth-of-type(2n + 4) {
    margin-right: 0;
}

.about-part__item:nth-of-type(4n + 3) {
    margin-left: 50px;
}


.about-part__item:nth-of-type(2), .about-part__item:nth-of-type(3) {
    background: #F9FCFF;
    border-color: #F9FCFF;
}

.dark-mode .about-part__item {
    background: #121318;
    border-color: #23262f;
    box-shadow: 0px 20.2977px 62.72px rgb(4 4 4 / 17%), 0px 10.8521px 33.5331px rgb(4 4 4 / 14%), 0px 6.08362px 18.7984px rgb(4 4 4 / 12%), 0px 3.23097px 9.98369px rgb(4 4 4 / 10%), 0px 1.34448px 4.15444px rgb(4 4 4 / 7%);
}

.about-part__item:nth-last-of-type(2) {
    margin-bottom: 0;
}

.about-part__item:last-of-type {
    margin-right: 0;
    margin-bottom: 0;
}

.about-part__item-img-wrapper {
    margin-bottom: 15px;
}

.about-part__item-content-wrapper {
    text-align: center;
}

.about-part__item-content-title {
    margin-bottom: 10px;
    font-weight: 600;
    color: #2B3144
}

.dark-mode .about-part__item-content-subtitle {
    color: #9295A6
}

/* About-part section end */

/* services-part */
.services-part__service-wrapper {
    margin-bottom: 30px;
}

.services-part__service {
    height: 100%;
}

.services-part__title {
    margin-bottom: 30px;
}

.services-part__subtitle {
    margin-bottom: 60px;
}

.services-part__service {
    background: #fff;
    box-shadow: 0px 20.2977px 62.72px rgb(210 208 225 / 17%), 0px 10.8521px 33.5331px rgb(210 208 225 / 14%), 0px 6.08362px 18.7984px rgb(210 208 225 / 12%), 0px 3.23097px 9.98369px rgb(210 208 225 / 10%), 0px 1.34448px 4.15444px rgb(210 208 225 / 7%);
    padding: 30px 25px;
    border-radius: 10px;
}

.dark-mode .services-part__service {
    background: #080808;
    border-color: #23262f;
    box-shadow: 0px 20.2977px 62.72px rgb(4 4 4 / 17%), 0px 10.8521px 33.5331px rgb(4 4 4 / 14%), 0px 6.08362px 18.7984px rgb(4 4 4 / 12%), 0px 3.23097px 9.98369px rgb(4 4 4 / 10%), 0px 1.34448px 4.15444px rgb(4 4 4 / 7%);
}

.services-part__service-img-wrapper {
    margin-bottom: 30px;
}

.services-part__service-title {
    color: #232530;
    margin-bottom: 10px;
}

.dark-mode .services-part__service-subtitle {
    color: #9295A6;
}

/* tokensale-part start */
.tokensale-part {
    background: url(../images/token-sale-bg.png) no-repeat scroll center 0 #3d1f94;
}

.tokensale-part .tokensale-detail ul li {
    font-size: 16px;
    position: relative;
    line-height: 39px;
}

.tokensale-part .tokensale-detail ul li span {
    height: 27px;
    width: 27px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: -8px;
    margin-right: 7px;
}

.tokensale-part .tokensale-detail ul li span.color1 {
    background: #f8c04e;
}

.tokensale-part .tokensale-detail ul li span.color2 {
    background: #ac56f7;
}

.tokensale-part .tokensale-detail ul li span.color3 {
    background: #61f89f;
}

.tokensale-part .tokensale-detail ul li span.color4 {
    background: #5ad6f8;
}

.tokensale-part .tokensale-detail ul li span.color5 {
    background: #f85d77;
}

.token-graph {
    max-width: 400px;
    position: relative;
}

.token-graph-right {
    width: 400px;
    height: 400px;
    float: right;
}

.donut {
    color: #3d1f94;
}

.graph-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* tokensale-part end */

/* Roadmap-part start */
.roadmap-part {
    background: url(../images/roadmap-bg.png) no-repeat scroll center 0;
}

.main-roadmap {
    overflow: hidden;
}

.h-border {
    width: 100%;
    height: 4px;
    background: #6c44db;
    margin-top: 181px;
}

.roadmap-box {
    text-align: center;
    position: relative;
    margin-top: -12px;
}

.small-round {
    background: #6c44db;
    border: 3px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    position: relative;
    left: 50%;
    margin-left: -10px;
    z-index: 1;
}

.date-title {
    position: absolute;
    bottom: 100%;
    color: #01e8fe;
    width: 100%;
    font-size: 18px;
    padding: 12px 0;
}

.roadmap-slider .main-box .map-graphic {
    overflow: hidden;
}

.v-row {
    background: #6c44db;
    height: 50px;
    width: 4px;
    position: relative;
    left: 50%;
    margin-left: -2px;
    overflow: hidden;
}

.roadmap-slider .owl-item .main-box .roadmap-detail-box p {
    margin-bottom: 0px;
}

.roadmap-slider .owl-item .main-box .roadmap-detail-box h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.roadmap-slider .owl-item:nth-child(2n + 0) .main-box .roadmap-detail-box {
    position: absolute;
    bottom: 100%;
    margin-top: 0;
}

.roadmap-slider .owl-item:nth-child(2n + 0) .main-box .roadmap-detail-box p {
    margin-bottom: 10px;
}

.roadmap-slider .owl-item:nth-child(2n + 0) .main-box .roadmap-box {
    padding-top: 50px;
    margin-top: -62px;
}

.roadmap-slider .owl-item:nth-child(2n + 0) .main-box .date-title {
    top: 100%;
}

.roadmap-slider .owl-item:nth-child(2n + 0) .main-box .map-graphic {
    transform: rotate(180deg);
    margin-top: -50px;
    display: inline-block;
}

.roadmap-slider .owl-item:nth-child(2n + 0) .main-box .v-row {
    margin-left: -1px;
}

.roadmap-slider .owl-item {
    float: left;
}

.roadmap-slider .item {
    text-align: center;
}

.roadmap-slider .owl-nav {
    display: none;
}

.roadmap-slider .item {
    padding: 0 15px;
}

/* Roadmap-part end */

/* FAQ css Strat */
/* Tab CSS Start */
#tabs {
    text-align: center;
}

.nav-tabs {
    border-bottom: 1px solid transparent;
    display: inline-block;
}

.nav-tabs > li {
    padding: 0px 10px !important;
}

.nav-tabs > li > a {
    border-color: #eee #eee #ddd;
}

.faq-part .nav > li > a {
    border: 2px solid #7049df;
    background-color: transparent;
    display: block;
    padding: 10px 25px;
    position: relative;
    text-decoration: none;
    margin-bottom: 15px;
    font-size: 16px;
    letter-spacing: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.nav-tabs > li > a.selected,
.nav-tabs > li > a.selected:hover,
.nav-tabs > li > a.selected:focus {
    border: 2px solid #3d1f94;
    background: #3d1f94;
    color: #fff !important;
}

#items [class*="items-"] /* .items-Description, .items-Product-Tags, .items-Reviews */
{
    display: none;
}

#items [class*="items-"].selected /* .items-Description.selected, .items-Product-Tags.selected, .items-Reviews.selected */
{
    display: block;
}

/* Tab CSS End */
.accordion-box {
    background: #3d1f94;
    padding: 25px;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.accordion .accordion-box:last-child {
    margin-bottom: 0;
}

.accordion-box h3 {
    font-size: 20px;
    margin: 0;
}

.accordion-box h3 a {
    color: #fff;
    width: 100%;
    display: inline-block;
    margin: 0;
    position: relative;
    padding-right: 25px;
}

.accordion-box h3 a:after {
    display: inline-block;
    content: "";
    position: absolute;
    right: 0;
    height: 18px;
    width: 18px;
    background: url(../images/minus-icon.svg) no-repeat scroll 0 0;
    top: 4px;
}

.accordion-box h3 a.collapsed:after {
    background: url(../images/plus-icon.svg) no-repeat scroll 0 0;
}

.accordion-box > .collapse,
.accordion-box > .collapsing {
    color: #7e5ed7;
    margin-top: 12px;
}

.accordion-box > .collapse p,
.accordion-box > .collapsing p {
    margin: 0;
}

/* contacts */
.contact-part {
    padding: 100px 0 73px;
}

.contact-part__wrapper {
    padding: 48px 60px;
    display: flex;
    margin: auto;
    width: min(1272px, 100%);
    justify-content: space-between;
    background: url(../images/contact-bg.svg) no-repeat, #3671E9;
    border-radius: 16px;
    align-items: center;
}


.contact-part__title {
    margin-bottom: 17px;
    color: #FFF;
    font-weight: 500;
    font-size: 39px;
    line-height: 47px;
}

.contact-part__right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-part__right form {
    margin-bottom: 0;
}

.contact-part__field {
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    margin-right: 43px;
    width: 397px;
}

.contact-part__field::placeholder {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.contact-part__button {
    background-color: #fff;
    padding: 14px 32px;
    border-radius: 32px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #0D0D2B;
    border: 1px solid #fff;
    transition: .3s background-color;
}

.contact-part__button:hover {
    background-color: rgba(0, 0, 0, 0);
}

/* Blog page css start */

.navbar.header.inner {
    background-color: #fff;
    padding: 30px 0px;
}

.blog-part .blog-detail {
    background-color: #5730c7;
    padding: 30px;
}

.blog-part .blog-detail .bloger-date {
    margin-bottom: 5px;
}

.bloger-date {
    color: #b39df4;
}

.blog-part .blog-detail .bloger-date span {
    margin: 0 7px;
}

.blog-part .blog-detail .head-three a {
    color: #fff;
    font-size: 18px;
}

.blog-part .blog-content .head-three a:hover {
    color: #9c79ff;
}

.blog-part .sidebar .sidebar-default {
    margin-bottom: 30px;
    width: 100%;
}

.blog-part .sidebar .sidebar-default:last-child {
    margin-bottom: 0;
}

.blog-part .sidebar .sidebar-default .searching input {
    background: #3d1f94;
    color: #fff;
    border: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    height: 60px;
    width: 100%;
    padding: 15px 24px;
    position: relative;
}

.blog-part .sidebar .sidebar-default .searching input::placeholder,
.blog-part .sidebar .sidebar-default .searching input::-moz-placeholder,
    /* .blog-part .sidebar .sidebar-default .searching input:-ms-input-placeholder,
    .blog-part .sidebar .sidebar-default .searching input:-moz-placeholder,  */
.blog-part .sidebar .sidebar-default .searching input::-webkit-input-placeholder {
    color: #977ae9;
    opacity: 1;
}

.blog-part .sidebar .sidebar-default .searching i {
    padding: 21px;
    color: #fff;
    font-size: 18px;
}

.blog-part .sidebar .sidebar-default .searching .fa:hover {
    color: #fff;
}

.blog-part .sidebar .sidebar-default .category-content .cat-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
}

.blog-part .sidebar .sidebar-category li:first-child {
    padding-top: 0;
}

.blog-part .sidebar .sidebar-category li:last-child {
    padding-bottom: 0;
}

.blog-part .sidebar .sidebar-category li {
    padding: 4px 0;
}

.blog-part .sidebar .sidebar-category li a {
    display: inline-block;
    width: 100%;
}

.blog-part .sidebar .recent-post .recent {
    border-bottom: 1px solid #6137d9;
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.blog-part .sidebar .recent-post .post-title {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 25px;
}

.blog-part .sidebar .recent-post .recent:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0px;
}

.blog-part .sidebar .recent-post .recent > a {
    max-width: 88px;
    float: left;
}

.blog-part .sidebar .recent-post .recent-detail .bloger-date {
    display: block;
    margin-bottom: 5px;
}

.blog-part .sidebar .sidebar-default .tags-grp {
    margin: -5px 0px;
}

.blog-part .sidebar .sidebar-default .tags-grp ul li {
    display: inline-block;
    margin: 5px;
}

.blog-part .sidebar .sidebar-default .tags-grp a {
    color: #fff;
    background-color: #4a28a9;
    border: 1px solid #734be3;
    display: inline-block;
    padding: 6px 20px;
    font-weight: 400;
}

.blog-part .sidebar .sidebar-default .tags-grp a:hover {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff !important;
}

.blog-part .sidebar .sidebar-default .searching {
    position: relative;
}

.blog-part .sidebar .sidebar-default .searching a {
    position: absolute;
    top: 0;
    right: 0;
}

/* Blog page css end */

/*Pagination start*/
.page-number {
    margin-top: 10px;
}

.pagination .page-item {
    display: inline-block;
}

.page-number .pagination {
    margin-bottom: 0;
    display: inline-block;
}

.page-number .pagination .page-link {
    background-color: #fff;
    color: #999;
    margin: 0 5px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    font-size: 16px;
    padding-top: 13px;
    height: 45px;
    width: 45px;
    text-align: center;
}

.page-number .pagination li:first-child .page-link {
    margin-left: 0;
}

.page-number .pagination li:last-child .page-link {
    margin-right: 0;
}

.page-number .pagination .page-link.active,
.page-number .pagination .page-link:hover {
    background-color: #007bff;
    color: #fff !important;
    border-color: #007bff;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -o-border-radius: 0px !important;
}

.page-number .pagination .page-link:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

/*Pagination End*/

/* Blog Detail Page Start */
.w-88 {
    width: 88%;
}

.w-80 {
    width: 80%;
}

.mt-30 {
    margin-top: 30px;
}

.blog-part.detail .sidebar {
    margin-top: 0;
}

.blog-part.detail .blog-img {
    width: 100%;
}

.blog-detail-part .blog-detail .head-two {
    font-size: 24px;
    line-height: 30px;
}

.blog-detail-part .blog-detail .blog-detail-inner p {
    color: #b39df4;
    line-height: 25px;
}

.blog-detail-part .blog-detail .tag-text {
    background-color: #fff;
    border-left: 4px solid #4a28a9;
    padding: 17px 23px;
    font-size: 18px;
    color: #4a28a9;
}

.blog-detail-part .blog-detail .tag-social {
    margin-top: 30px;
}

.blog-detail-part .small-title {
    font-size: 15px;
    display: inline-block;
}

.blog-detail-part .blog-detail .detail-tags span a {
    padding-left: 15px;
}

.blog-detail .social-icon ul,
.blog-detail .social-icon ul li {
    display: inline-block;
}

.blog-detail-part .blog-detail .social-icon a .fa {
    color: #fff;
    text-align: center;
    height: 28px;
    width: 28px;
    font-size: 15px;
    margin: 0px 2px;
}

.blog-detail-part .blog-detail .social-icon a:hover .fa {
    color: #9c79ff;
}

.blog-detail-part .blog-detail .line {
    height: 1px;
    width: 100%;
    background-color: #ddd;
    clear: both;
    margin: 20px 0;
    display: inline-block;
}

.blog-detail-part .head-three {
    font-size: 22px;
    margin-bottom: 25px;
}

.comment-part {
}

ul.child-comment {
    margin-left: 70px;
}

.comment-list > li {
    border-top: 1px solid #4a28a9;
    padding-top: 20px;
    margin-top: 20px;
    position: relative;
}

.comment-part .comment-list > li:first-child {
    border: none;
    padding-top: 0;
    margin-top: 0;
}

.comment-user {
    float: left;
    margin-right: 20px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.comment-detail {
    margin-left: 120px;
    padding-right: 90px;
}

.comment-detail p {
    margin-bottom: 0;
}

.comment-detail .reply-btn {
    position: absolute;
    right: 0;
    top: 50%;
    text-transform: none;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog-detail-part .leave-comment-part {
    padding-top: 100px;
}

.blog-detail-part .leave-comment-part .form-group .form-control {
    background: #3d1f94;
    color: #fff;
    height: 50px;
    border: none;
    padding-left: 15px;
    font-family: inherit;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    margin-bottom: 30px;
}

.blog-detail-part .leave-comment-part .form-group .form-control::placeholder,
.blog-detail-part .leave-comment-part .form-group .form-control::-moz-placeholder,
    /* .blog-detail-part .leave-comment-part .form-group .form-control:-ms-input-placeholder,
    .blog-detail-part .leave-comment-part .form-group .form-control:-moz-placeholder,  */
.blog-detail-part .leave-comment-part .form-group .form-control::-webkit-input-placeholder {
    color: #977ae9;
    opacity: 1;
}

.blog-detail-part .leave-comment-part .form-group textarea.form-control {
    height: unset;
    padding-top: 20px;
}

.all-blog-link {
    color: #fb4567;
}

.all-blog-link:hover {
    color: #081841 !important;
}

.blog-part .sidebar .sidebar-default .searching {
    position: relative;
}

.blog-part .sidebar .sidebar-default .searching a {
    position: absolute;
    top: 0;
    right: 0;
}

/* Blog Detail Page End */

/*_______________________________________________________
// FOOTER  //----------------------------
_______________________________________________________*/

footer .social-media {
    text-align: right;
    padding: 25px 0;
}

footer .social-media ul {
    display: inline-block;
}

.social-media ul li {
    display: inline-block;
}

.social-media ul li a {
    color: #fff;
}

.social-media ul li a i.fa {
    display: inline-block;
    text-align: center;
    margin: 0 10px;
    font-size: 18px;
}

.social-media ul li:first-child a i.fa {
    margin-left: 0;
}

.social-media ul li:last-child a i.fa {
    margin-right: 0;
}

.social-media ul li:hover a i.fa {
    color: #fff;
}

.footer-bottom {
}

.footer-bottom p {
    padding: 25px 0;
}

.footer-bottom p a {
    color: #01e8fe;
}

.pricing-tables-position {
    list-style: none;
    margin-bottom: 25px;
    padding-left: 0;
}

.pricing-tables-position li {
    padding: 4px 0;
    border-bottom: 2px solid #181a20;
    font-weight: 400;
}

.pricing-tables-position li:last-child {
    border-bottom: none;
}

.pricing-tables-position li .currency-details-item {
    padding-bottom: 0;
    margin-bottom: 0;
}

.pricing-tables-position li .currency-details-item .title {
    font-size: 16px;
    color: #666d7a;
}

.pricing-tables-position li .currency-details-item .value {
    font-size: 18px;
}

.pricing-tables-position--inline li {
    border-bottom: none;
}

.pricing-tables-position--inline li .currency-details-item .title {
    font-size: 14px;
    display: inline-block;
}

.pricing-tables-position--inline li .currency-details-item .value {
    font-size: 14px;
    color: #c3c9d4;
    display: inline-block;
}

/*------------- #PRICING Style1 --------------*/
.pricing-table--style1 {
    border: 4px solid transparent;
    border-radius: 20px;
    background-color: #131418;
}

.pricing-table--style1:hover {
    border-color: #ffba00;
    padding: 65px 40px;
    margin-top: -25px;
    margin-bottom: -25px;
}

.pricing-table--style1 .pricing-thumb img {
    width: 100px;
    height: 100px;
}

.pricing-table--style1 .pricing-title {
    text-transform: uppercase;
}

.pricing-table--style1 .pricing-title > span {
    display: block;
    font-size: 22px;
    color: #666d7a;
}

.pricing-table--style1 .price {
    padding: 30px;
    border-radius: 20px;
    background-color: #181a20;
}

.pricing-table--style1 .pricing-tables-position {
    margin-bottom: 40px;
}

.pricing-table--style1 .pricing-tables-position li {
    border-bottom: 1px solid #3d434f;
}

.pricing-table--style1 .pricing-tables-position li em {
    color: #ffba00;
}

/*------------- #PRICING STYLE2 --------------*/
.pricing-table--style2 {
    text-align: left;
    border-width: 6px;
}

.pricing-table--style2 .pricing-thumb {
    margin-bottom: 40px;
}

.pricing-table--style2 .pricing-thumb img {
    width: 80px;
    height: 80px;
    vertical-align: middle;
    margin-right: 20px;
}

.pricing-table--style2 .pricing-title {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 26px;
}

.pricing-table--style2 .pricing-title > span {
    display: block;
    font-size: 22px;
    color: #666d7a;
}

.pricing-table--style2 .price .price-value {
    font-size: 48px;
}

.pricing-table--style2 .pricing-tables-position li {
    padding: 9px 0;
}

/*------------- #PRICING small --------------*/
.pricing-table--small {
    background-color: #111115;
    border: 6px solid transparent;
    border-radius: 20px;
    margin-bottom: 40px;
    text-align: left;
}

.pricing-table--small:hover {
    border-color: #ffba00;
}

.pricing-table--small:hover .price-value {
    color: #fff;
}

.pricing-table--small .pricing-thumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
}

.pricing-table--small .pricing-thumb img {
    width: 80px;
    height: 80px;
    margin-right: 20px;
}

.pricing-table--small .pricing-title {
    margin: 0;
    font-size: 26px;
}

.pricing-table--small .pricing-title > span {
    display: block;
    font-size: 22px;
    color: #666d7a;
}

.pricing-table--small .price-value {
    font-size: 48px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pricing-table--small .price-value .growth,
.pricing-table--small .price-value .drop {
    font-size: 20px;
    font-weight: 700;
}

.pricing-table--small .price-value .growth {
    color: #8dc647;
}

.pricing-table--small .price-value .drop {
    color: #ff3133;
}

.pricing-table--small .gain-drop-arrow {
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.pricing-table--small .gain-drop-arrow .woox-icon {
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    fill: #666d7a;
}

.pricing-table--small .gain-drop-arrow .woox-icon + .woox-icon {
    margin-left: 10px;
}

.pricing-table--small .gain-drop-arrow .woox-icon.arrow-up.active {
    fill: #8dc647;
}

.pricing-table--small .gain-drop-arrow .woox-icon.arrow-down.active {
    fill: #ff3133;
}

.drop {
    color: #ff3133;
}

.growth {
    color: #8dc647;
}

/*------------- #PRICING Style Tables --------------*/
.pricing-tables-wrap-table {
    overflow: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-collapse: unset;
}

.pricing-tables-wrap-table
> thead:first-child
> tr:first-child
> th:first-child {
    border-radius: 20px 0 0 0;
    overflow: hidden;
}

.pricing-tables-wrap-table
> thead:first-child
> tr:first-child
> th:last-child {
    border-radius: 0 20px 0 0;
    overflow: hidden;
}

.pricing-tables-wrap-table > tfoot > tr > td {
    border-radius: 0 0 20px 20px;
    overflow: hidden;
    text-align: center;
}

.pricing-tables-wrap-table > thead > tr > th {
    font-size: 18px;
    color: #c3c9d4;
    background-color: #111115;
}

.pricing-tables-wrap-table > tbody > tr > td {
    padding: 35px 20px;
    border-right: none;
}

.pricing-tables-wrap-table tbody > tr:first-child > td {
    border-top: 4px solid transparent;
}

.pricing-tables-wrap-table > tbody > tr > td:last-child,
.pricing-tables-wrap-table > thead > tr > th:last-child {
    padding-right: 40px;
}

.pricing-tables-wrap-table > tbody > tr > td:first-child,
.pricing-tables-wrap-table > thead > tr > th:first-child {
    padding-left: 40px;
}

.pricing-table--style-table {
    text-align: left;
}

.pricing-table--style-table > td:first-child {
    border-left: 4px solid transparent;
}

.pricing-table--style-table > td:last-child {
    border-right: 4px solid transparent;
}

.pricing-table--style-table > td {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

.pricing-table--style-table:hover.c-brown > td:first-child {
    background-color: #ee7800;
    border-radius: 5px 0 0 5px;
    border-left: 4px solid #ee7800;
}

.pricing-table--style-table:hover.c-brown > td:last-child {
    border-right: 4px solid #ee7800;
    border-radius: 0 5px 5px 0;
}

.pricing-table--style-table:hover.c-brown > td {
    border-top: 4px solid #ee7800;
    border-bottom: 4px solid #ee7800;
}

.pricing-table--style-table:hover.c-blue > td:first-child {
    background-color: #3235aa;
    border-radius: 5px 0 0 5px;
    border-left: 4px solid #3235aa;
}

.pricing-table--style-table:hover.c-blue > td:last-child {
    border-right: 4px solid #3235aa;
    border-radius: 0 5px 5px 0;
}

.pricing-table--style-table:hover.c-blue > td {
    border-top: 4px solid #3235aa;
    border-bottom: 4px solid #3235aa;
}

.pricing-table--style-table:hover.c-blue-light > td:first-child {
    background-color: #3452ff;
    border-radius: 5px 0 0 5px;
    border-left: 4px solid #3452ff;
}

.pricing-table--style-table:hover.c-blue-light > td:last-child {
    border-right: 4px solid #3452ff;
    border-radius: 0 5px 5px 0;
}

.pricing-table--style-table:hover.c-blue-light > td {
    border-top: 4px solid #3452ff;
    border-bottom: 4px solid #3452ff;
}

.pricing-table--style-table:hover.c-border-color > td:first-child {
    background-color: #3d434f;
    border-radius: 5px 0 0 5px;
    border-left: 4px solid #3d434f;
}

.pricing-table--style-table:hover.c-border-color > td:last-child {
    border-right: 4px solid #3d434f;
    border-radius: 0 5px 5px 0;
}

.pricing-table--style-table:hover.c-border-color > td {
    border-top: 4px solid #3d434f;
    border-bottom: 4px solid #3d434f;
}

.pricing-table--style-table:hover.c-blue-lighter > td:first-child {
    background-color: #016cb0;
    border-radius: 5px 0 0 5px;
    border-left: 4px solid #016cb0;
}

.pricing-table--style-table:hover.c-blue-lighter > td:last-child {
    border-right: 4px solid #016cb0;
    border-radius: 0 5px 5px 0;
}

.pricing-table--style-table:hover.c-blue-lighter > td {
    border-top: 4px solid #016cb0;
    border-bottom: 4px solid #016cb0;
}

.pricing-table--style-table:hover.c-primary > td:first-child {
    background-color: #ffba00;
    border-left: 4px solid #ffba00;
    border-radius: 5px 0 0 5px;
}

.pricing-table--style-table:hover.c-primary > td:last-child {
    border-right: 4px solid #ffba00;
    border-radius: 0 5px 5px 0;
}

.pricing-table--style-table:hover.c-primary > td {
    border-top: 4px solid #ffba00;
    border-bottom: 4px solid #ffba00;
}

.pricing-table--style-table .pricing-thumb {
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.pricing-table--style-table .pricing-thumb img {
    width: 60px;
    height: 60px;
    margin-right: 20px;
}

.pricing-table--style-table .pricing-title {
    margin: 0;
}

.pricing-table--style-table .pricing-title > span {
    color: #ffba00;
}

.pricing-table--style-table .currency-details-item .title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #666d7a;
}

.pricing-table--style-table .currency-details-item .value {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.pricing-table--style-table .price {
    margin-bottom: 0;
}

.pricing-table--style-table .price .price-value {
    font-size: 30px;
}

.pricing-table--style-table .price-sup-title {
    font-size: 14px;
}

/*------------- #PRICING Tables Triple --------------*/
.pricing-tables-wrap {
    border-radius: 20px;
    width: 100%;
    float: left;
    background-color: #131418;
}

.pricing-tables-wrap .bg-layer {
    background-color: #131418;
    border-radius: 20px;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    border: 6px solid #ffba00;
}

.pricing-tables-wrap .crumina-pricing-table {
    border-radius: 0;
    min-height: 100%;
    border: none;
    background-color: transparent;
}

.pricing-tables-wrap .crumina-pricing-table:hover {
    z-index: 990;
}

.pricing-tables-wrap .crumina-pricing-table:hover .bg-layer {
    -webkit-transform: translate3d(0, 0, 0) scale(1.05);
    transform: translate3d(0, 0, 0) scale(1.05);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 1;
}

/*================= Styles for Custom Pricing ============*/

.pricing-tables-modern-wrap {
    position: relative;
}

.pricing-tables-modern-wrap > *:nth-child(2) {
    border-radius: 20px 0 0 0;
}

.pricing-tables-modern-wrap > *:last-child {
    border-radius: 0 20px 20px 0;
}

.pricing-tables-modern-wrap .pricing-table--modern {
    width: 20%;
    float: left;
    overflow: hidden;
}

.pricing-tables-modern-wrap .pricing-table--modern-main {
    width: 20%;
    float: left;
    z-index: 10;
    padding: 0;
}

.pricing-tables-modern-wrap .pricing-table--modern-main .pricing-content {
    background-color: #111115;
    margin-top: auto;
    border-radius: 20px 0 0 20px;
    padding: 0 0 60px;
}

.pricing-tables-modern-wrap .pricing-table--modern-main .crumina-heading {
    padding: 100px 50px 50px;
    margin-bottom: 0;
}

.pricing-tables-modern-wrap
.pricing-table--modern-main
.pricing-tables-position {
    margin: 0;
}

.pricing-tables-modern-wrap
.pricing-table--modern-main
.pricing-tables-position
li {
    padding: 20px 40px;
    border-bottom: none;
}

.pricing-tables-modern-wrap
.pricing-table--modern-main
.pricing-tables-position
li:first-child {
    padding: 35px 40px;
}

.pricing-tables-modern-wrap
.pricing-table--modern-main
.pricing-tables-position
li
.currency-details-item
.value {
    font-size: 16px;
    color: #666d7a;
}

.pricing-table--modern {
    padding: 0;
}

.pricing-table--modern:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    border-radius: 20px;
    border: 6px solid currentColor;
    z-index: 11;
    margin-top: -8px;
}

.pricing-table--modern .pricing-thumb {
    background-color: currentColor;
    padding: 50px;
    margin-bottom: 0;
}

.pricing-table--modern .pricing-thumb img {
    min-width: 100px;
    min-height: 100px;
    max-width: 100px;
    max-height: 100px;
    margin-bottom: 20px;
}

.pricing-table--modern .pricing-content {
    background-color: #111115;
    padding: 0 0 60px;
}

.pricing-table--modern .pricing-title {
    margin-bottom: 0;
}

.pricing-table--modern .price {
    margin-bottom: 0;
}

.pricing-table--modern .price .price-value {
    padding: 20px 40px;
}

.pricing-table--modern .pricing-tables-position {
    margin: 0;
}

.pricing-table--modern .pricing-tables-position li {
    padding: 20px 40px;
    border-bottom: none;
}

.pricing-table--modern .btn {
    margin-top: 20px;
}

/*================= #PRICING Style Tables Blurring ============*/

.currency-table > thead > tr > th.last-price-cell {
    width: 240px;
}

.currency-table > thead > tr > th.changes-h-cell {
    width: 230px;
}

.currency-table > thead > tr > th.market-cap-cell {
    width: 250px;
}

.currency-table > tbody > tr > td:last-child,
.currency-table > thead > tr > th:last-child {
    padding-right: 40px;
}

.pricing-table--style-table-blurring {
    text-align: left;
}

.pricing-table--style-table-blurring .pricing-thumb {
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.pricing-table--style-table-blurring .currency-table__cell-indicator {
    margin-left: 3;
}

.pricing-table--style-table-blurring .pricing-thumb img {
    width: 30px;
    height: 30px;
    margin-right: 8px;
}

.pricing-table--style-table-blurring .pricing-title {
    margin: 0;
    margin-right: 10px;
    font-weight: 400;
    color: #545766;
}

.pricing-table--style-table-blurring .pricing-thumb .chip-custom {
    font-size: 14px;
    line-height: 17px;
}

.pricing-table--style-table-blurring .pricing-title > span {
    color: #777e90;
    font-size: 14px;
    text-transform: uppercase;
}

.payment-method {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.payment-method img {
    height: 20px;
}

/*================= Responsive Mode ============*/
@media (max-width: 1400px) {
    .pricing-table--small {
        padding: 20px;
    }

    .crumina-pricing-table .price .price-value {
        font-size: 22px;
    }

    .pricing-table--style2 .pricing-thumb img {
        display: block;
        margin-bottom: 20px;
    }
}

@media (max-width: 1200px) {
    .pricing-table--small .pricing-thumb {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 10px;
    }

    .pricing-table--small .pricing-thumb > * {
        margin-bottom: 20px;
    }

    .pricing-table--small .pricing-thumb img {
        margin-right: 0;
    }

    .pricing-table--small .gain-drop-arrow {
        margin-left: 0;
    }

    .pricing-table--small .pricing-title {
        text-align: center;
    }

    .pricing-tables-wrap-table > tbody > tr > td,
    .pricing-tables-wrap-table > thead > tr > th,
    .pricing-tables-wrap-table-blurring > thead > tr > th,
    .pricing-tables-wrap-table-blurring > tbody > tr > td {
        padding: 15px 10px;
        font-size: 12px;
    }

    .pricing-tables-wrap-table > tfoot > tr > td,
    .pricing-tables-wrap-table-blurring > tfoot > tr > td {
        padding: 20px 10px;
        font-size: 12px;
    }

    .pricing-table--style-table .currency-details-item .title,
    .pricing-table--style-table .currency-details-item .value {
        font-size: 12px;
    }

    .pricing-tables-wrap-table > tbody > tr > td:first-child,
    .pricing-tables-wrap-table > thead > tr > th:first-child,
    .pricing-tables-wrap-table-blurring > tbody > tr > td:first-child,
    .pricing-tables-wrap-table-blurring > thead > tr > th:first-child {
        padding-left: 10px;
    }

    .pricing-tables-wrap-table > tbody > tr > td:last-child,
    .pricing-tables-wrap-table > thead > tr > th:last-child,
    .pricing-tables-wrap-table-blurring > tbody > tr > td:last-child,
    .pricing-tables-wrap-table-blurring > thead > tr > th:last-child {
        padding-right: 10px;
    }

    .payment-method img {
        height: 15px;
    }

    .pricing-tables-wrap-table .pricing-title,
    .pricing-table--style-table-blurring .pricing-title {
        font-size: 14px;
    }

    .pricing-tables-wrap-table .pricing-thumb img,
    .pricing-table--style-table-blurring .pricing-thumb img {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }

    .pricing-table--style2 {
        text-align: center;
    }

    .pricing-table--style2 .pricing-thumb img {
        margin: 0 auto 20px;
    }

    .pricing-table--modern .pricing-thumb {
        padding: 50px 20px;
    }

    .pricing-tables-modern-wrap .pricing-table--modern-main .crumina-heading {
        padding: 50px 20px 50px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1199px) {
    #banner-part.main-banner .main-banner__wrapper {
        padding: 87px 15px 32px;
    }
}

@media (max-width: 991px) {
    .crumina-pricing-table .price .price-value {
        font-size: 18px;
    }

    .payment-method img {
        height: 10px;
    }

    .pricing-tables-modern-wrap .pricing-table--modern-main {
        display: none;
    }

    .pricing-tables-modern-wrap .pricing-table--modern {
        width: 100%;
    }

    .pricing-tables-modern-wrap {
        position: relative;
    }

    .pricing-tables-modern-wrap > * {
        border-radius: 20px;
        margin-bottom: 30px;
    }

    .pricing-tables-modern-wrap > *:nth-child(2) {
        border-radius: 20px;
    }

    .pricing-tables-modern-wrap > *:last-child {
        border-radius: 20px;
    }
}

@media (max-width: 768px) {
    .pricing-tables-wrap-table > thead > tr > th,
    .pricing-tables-wrap-table > tbody > tr > td,
    .pricing-tables-wrap-table-blurring > thead > tr > th,
    .pricing-tables-wrap-table-blurring > tbody > tr > td {
        font-size: 10px;
    }

    .pricing-tables-wrap {
        padding: 0 15px;
    }
}

.c-red {
    color: #fe3235;
}

.c-red-light {
    color: #DC2626;
}

.c-green-lighter {
    color: #8ec545;
}

.c-green-succes {
    color: #03A66D;
}

.c-primary {
    color: #ffba00;
}

.cookie-l {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 998;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    background: #841da1;
}

.cookie-l .bd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    max-width: 1170px;
    padding: 15px 25px;
    margin-right: auto;
    margin-left: auto;
}

.cookie-l .bd .text {
    color: #fff;
    font-family: IBM Plex Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 11.3833px;
    font-weight: 400;
    line-height: 17.0833px;
    text-align: left;
    padding-right: 5px;
}

.cookie-l .bd .text a {
    color: #fff;
    text-decoration: underline;
}

.cookie-l .bd .buttons {
    padding-left: 5px;
}

.cookie-l .bd .buttons .btn {
    color: #fff;
    font-size: 9.63333px;
    font-weight: 400;
    line-height: 14.45px;
    padding: 8px 14px;
    text-transform: uppercase;
    border: 1px solid #fff;
    background: transparent;
    border-radius: 4px;
}

/***
=============================================
    Fact counter Area style
=============================================
***/
.fact-counter-area {
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 110px 0;
}

.fact-counter-area::before {
    background: rgb(57 33 143 / 82%) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.fact-counter-area::after {
    background: url(../images/resources/fact-counter-bottom-bg.png);
    background-repeat: no-repeat;
    content: "";
    height: 127px;
    left: 0;
    position: absolute;
    bottom: -35px;
    width: 100%;
    z-index: -1;
}

.fact-counter-area .sec-title {
    padding-bottom: 0;
}

.single-fact-counter {
    display: block;
    float: left;
    max-width: 223px;
    width: 100%;
}

.single-fact-counter:last-child {
}

.single-fact-counter .count-box {
    position: relative;
    display: block;
    margin: 4px 0;
}

.single-fact-counter h1 span {
    color: #ffffff;
    font-size: 48px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.single-fact-counter .count-box .title {
}

.single-fact-counter .count-box .title h3 {
    color: #fdc209;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: "Open Sans", sans-serif;
    margin: 3px 0 0;
}

/***
=============================================
    Mission Vision area style
=============================================
***/
.mission-vision-area {
    position: relative;
    display: block;
    background: #fff;
    padding-bottom: 100px;
}

.mission-vision-area .inner-content {
    display: block;
}

.mission-vision-area .video-content-box {
    background: #febe28;
    position: relative;
    display: block;
    min-width: 630px;
}

.mission-vision-area .video-content-box:after {
    background: url(../images/resources/video-gallery-right-bg.jpg);
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    min-width: 140px;
    position: absolute;
    content: "";
}

.video-holder {
    position: relative;
    overflow: hidden;
    max-width: 490px;
    width: 100%;
}

.video-holder img {
    transform: scale(1);
    transition: all 0.5s ease 0s;
    width: 100%;
}

.video-holder .overlay-gallery {
    background-color: transparent;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    transition: all 500ms ease;
}

.video-holder .overlay-gallery .icon-holder {
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}

.video-holder .overlay-gallery .icon-holder .icon {
    display: table-cell;
    vertical-align: middle;
}

.video-holder .overlay-gallery .icon-holder .icon a img {
    width: auto;
    transform: scale(1);
    transition: all 0.5s ease 0s;
}

.video-holder:hover .overlay-gallery {
    background-color: rgba(0, 0, 0, 0.8);
}

.video-holder:hover img {
    transform: scale(1.1);
}

.video-holder .overlay-gallery .icon-holder .icon a:hover img {
    transform: scale(1.1);
}

.mission-vision-area .text-holder {
    display: block;
}

.mission-vision-area .text-holder .single-box {
    position: relative;
    display: block;
}

.mission-vision-area .text-holder .single-box.martop {
    margin-top: 33px;
}

.mission-vision-area .text-holder .single-box .icon-box {
    position: absolute;
    top: 0;
    left: -63px;
}

.mission-vision-area .text-holder .single-box .icon-box span:before {
    background: #ffffff;
    height: 80px;
    width: 80px;
    border: 1px solid #f2f2f2;
    border-radius: 50%;
    color: #fdc209;
    font-size: 35px;
    line-height: 35px;
    display: block;
    text-align: center;
    line-height: 78px;
    -moz-box-shadow: 1px 2px 7px #f2f2f2;
    -webkit-box-shadow: 1px 2px 7px #f2f2f2;
    box-shadow: 1px 2px 7px #f2f2f2;
}

.mission-vision-area .text-holder .single-box .text-box {
    padding-top: 10px;
    display: block;
    overflow: hidden;
}

.mission-vision-area .text-holder .single-box .text-box .sec-title {
    padding-bottom: 24px;
}

.mission-vision-area .text-holder .single-box .text-box .text {
}

.mission-vision-area .text-holder .single-box .text-box .text p {
    margin: 0;
}

.sec-title {
    position: relative;
    padding-bottom: 50px;
    margin-top: -5px;
}

.sec-title h1 {
    display: block;
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
}

.sec-title h1.clr-white {
    color: #ffffff;
}

.sec-title .dector {
    background-image: url(/themes/2/images/icon/decor.png);
    position: relative;
    display: block;
    width: 90px;
    height: 6px;
    margin: 17px 0 0;
}

.sec-title .dector.center {
    margin: 17px auto 0;
}

/*section sale */
.section-sale {
    background: linear-gradient(
            0deg,
            rgba(50, 29, 95, 0.05),
            rgba(50, 29, 95, 0.05)
    ),
    linear-gradient(0deg, rgba(243, 114, 147, 0.1), rgba(243, 114, 147, 0.1)),
    url("../images/background/bg-sale-1.png");
    background-size: cover;
    position: relative;
    padding: 34px 0;
}

.dark-mode .section-sale {
    background: url("../images/background/bg-sale-1.png");
}

.section-sale::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
            0deg,
            rgba(102, 99, 228, 0.2),
            rgba(102, 99, 228, 0.2)
    ),
    rgba(39, 59, 239, 0.8);
    z-index: -1;
}

.dark-mode .section-sale::before {
    background: #18191d;
}

.section-sale .block-text .heading {
    font-size: 32px;
    color: #fff;
    text-transform: none;
    letter-spacing: -0.3px;
    margin-bottom: 10px;
}

.section-sale .block-text p {
    color: #fff;
    letter-spacing: 0;
    text-transform: capitalize;
}

.section-sale .button {
    text-align: right;
}

@media only screen and (max-width: 767px) {
    .section-sale .button {
        text-align: left;
        margin-top: 30px;
    }
}

.section-sale .button a {
    margin-top: 12px;
    padding: 13px 32px;
    background: #ffffff;
    border-radius: 90px;
    color: #23262f;
    display: inline-flex;
}

.section-sale .button a:hover {
    background: #23262f;
    color: #fff;
}

.not-found-content {
    background: #f7f7f7;
    padding: 200px 0 100px;
}

.dark-mode .not-found-content {
    background: #18191d;
}

.about-us-team {
    padding: 50px 0;
}

.about-us {
    background: center center / cover no-repeat url(../images/about-us/about-us-bg.svg);
    padding-bottom: 280px;
    padding-top: 270px;
    background-attachment: fixed;
}

.about-us__bg-wrapper img {
    width: min(510px, 100%);
}

.about-advantages {
    padding-bottom: 80px;
}

.about-advantages-slider {
    width: min(1280px, 100%);
    margin: -140px auto 0px;
    border-radius: 32px;
    padding: 80px;
    background: rgb(255, 255, 255);
}

.dark-mode .about-advantages-slider {
    background: #121318;
    box-shadow: 0px 20.2977px 62.72px rgb(4 4 4 / 17%), 0px 10.8521px 33.5331px rgb(4 4 4 / 14%), 0px 6.08362px 18.7984px rgb(4 4 4 / 12%), 0px 3.23097px 9.98369px rgb(4 4 4 / 10%), 0px 1.34448px 4.15444px rgb(4 4 4 / 7%);
}

.about-advantages-slider__wrapper {
    width: min(1100px, 100%);
    margin-right: 0;
    margin-left: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.about-advantages-slider__left-side {
    width: 60%;
}

.about-advantages-slider__left-side-title {
    margin-bottom: 25px;
}

.about-advantages-slider__dots {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
}

.about-advantages-slider__dot {
    cursor: pointer;
}

.about-advantages-slider__dot-title {
    transition: .3s color ease;
    margin-bottom: 6px;
    display: block;
}

.about-advantages-slider__dot-title:hover, .about-advantages-slider__dot.active .about-advantages-slider__dot-title {
    color: #5367FF
}

.about-advantages-slider__dot-line-wrapper {
    height: 3px;
    background: #E9EAF0;
    position: relative;
    overflow: hidden;
}

.about-advantages-slider__dot-purple-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #5367FF;
    transition: transform .3s ease;
    transform: translateX(-100%);
}

.about-advantages-slider__dot-purple-line.active {
    transform: translateX(-99%);
}

.about-advantages-slider__text {
    display: none;
    min-height: 96px;
}

.about-advantages-slider__text.active {
    display: block;
}

.about-advantages-slider__content {
    margin-bottom: 32px;
}

.about-advantages-slider__right-side {
    overflow: hidden;
    flex-grow: 1;
}

.about-advantages-slider__slide-wrapper {
    display: none;
    border-radius: 24px;
    background: rgb(236, 241, 247);
    margin: 0px auto;
    position: relative;
    width: min(450px, 100%);
    height: 426px;
    padding: 40px;
}

.dark-mode .about-advantages-slider__slide-wrapper {
    background: #080808;
}

.about-advantages-slider__slide-wrapper.active {
    display: block;
    transform: translateX(20%);
    animation: FadeAdvantageSlide 1s ease-in-out forwards;
}

@keyframes FadeAdvantageSlide{
    0% {
        transform: translateX(20%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.about-advantages-slider__slide {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.slick-initialized .slick-slide {
    height: auto!important;
}

.reviews {
    padding: 0 0 80px;
}

.slider__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 57px;
}

.slider__controls {
    display: flex;
    gap: 16px;
}

.slider__control {
    width: 40px;
    height: 40px;
    cursor: pointer;
    border: none;
    background: #fff;
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dark-mode .slider__control {
    background: #080808;
}

.slider__control:last-of-type {
    transform: rotateZ(180deg)
}

.reviews__slider {
    display: flex;
    gap: 11px;
    flex-wrap: nowrap;
}

.reviews__slide {
    flex-shrink: 0;
    padding: 40px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    background: rgb(255,255,255);
    width: 98%;
    margin: 0 auto;
    height: 310px;
}

.dark-mode .reviews__slide {
    background: #080808;
}

.reviews__slide-title-wrapper {
    flex-grow: 1;
}

.reviews__slide-bottom-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reviews__slide-bottom-user-info-wrapper {
    display: flex;
    gap: 8px;
    align-items: center;
}

.reviews__slide-bottom-user-info-title.h6 {
    font-weight: 500;
    margin-bottom: 3px;
}

.publications {
    padding: 0px 0 80px;
}

.publications__slider {
    display: flex;
}

.publications__slide {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.publications__slide-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 16px;
    padding: 24px 32px;
    background-color: rgb(255, 255, 255);
    min-height: 199px;
    width: 97%;
    margin: 0px auto;
    gap: 10px;
}

.dark-mode .publications__slide-card {
    background: #080808;
}

.publications__rigth-side-image {
    height: 50%;
}

.dark-mode .publications__slide-card-img--invers {
    /*filter: brightness(0) invert(1);*/
    filter:brightness(3) contrast(3) invert(0.8) sepia(1)
}

:is(.publications__slider-wrapper, .reviews__slider-wrapper) > button[class*="control"] {
    display: none !important;
}

.terms-of-services {
    padding-top: 130px;
}

.dark-mode :is(.mission-vision-area,
.about-us-team,
.terms-of-services) {
    background: #23262f;
}

.terms-of-services hr,
.terms-of-services p {
    margin: 20px 0;
}

.btn-download {
    box-sizing: border-box;
    margin: 0px 16px 16px 0px;
    min-width: 0px;
    border: 1px solid rgb(71, 77, 87);
    border-radius: 4px;
    display: inline-block;
    padding: 8px;
    transition: transform .2s; /* Animation */
    background: #E9EAF0;
}

.btn-download:last-of-type {
    margin-right: 0;
}

.btn-download:hover {
    text-decoration: none;
    transform: scale(1.3);
}

.btn-download .btn-dw-info {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn-download svg {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    color: #2B3144;
    font-size: 24px;
    fill: #2B3144;
    width: 1em;
    height: 1em;
}

.btn-download .info {
    box-sizing: border-box;
    margin: 0px 0px 0px 8px;
    min-width: 0px;
}

.btn-download .info div:nth-child(1) {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: rgb(112, 122, 138);
}

.btn-download .info div:nth-child(2) {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    padding: 0;
    color: #545766;
}

.phone-download-image {
    height: 400px;
}

.download-exchanger-image-wrapper {
    padding: 40px 0;
}

.download-exchanger-image {
    max-width: 1200px;
    width: 100%;
}

.download-section {
    padding-top: 130px;
}

.mac-download-image {
    width: min(500px, 100%);
    display: block;
    margin: auto;
}

.auth-section {
    background: #fff;
}

.dark-mode .auth-section {
    background: #141416;
}

.auth-left-side {
    background: url(../images/auth-bg.png) no-repeat;
    height: 100%;
    position: relative;
    background-size: cover;
}


.auth-left-side__img-wrapper {
    padding: 25px;
    display: flex;
    justify-content: center;
    height: 100%;
}

.auth-left-side__img-wrapper img {
    max-height: 100%;
    max-width: 100%;
    object-fit: none;
}

.auth-right-side {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.auth-right-side__logo-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
    margin-right: 165px;
}

.auth-right-side__logo-link {
    display: flex;
    align-items: center;
}

.auth-right-side__logo-link img {
    margin-right: 12px;
}

.auth-right-side__logo-link h6 {
    font-weight: 500;
    margin-bottom: 0;
}

.form-access {
    width: 100%;
    max-width: 562px;
    margin: auto;
    padding: 0 25px;
}

.form-access .form-group:first-of-type {
    margin-top: 70px;
}

body:not(.dark-mode) .form-access .form-group .form-control {
    background: #E2F2FF;
    border: 1px solid #E2F2FF;
    border-radius: 8px;
}

.form-access .form-check-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #6C7080
}

.form-access .custom-control.form-check {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.form-access input.form-check-input {
    height: 1em;
    top: 50%;
    margin-top: 0;
    margin-left: -24px;
}

.form-access .forget-pass-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #5367FF;
}

.form-access a:hover {
    text-decoration: none;
}

.form-access h3 {
    font-weight: bold;
    text-align: center;
    font-size: 39px;
    line-height: 47px;
    color: #2B3144;
}

.form-access .text-right {
    margin-top: -5px;
    font-weight: 600;
}

.form-access button {
    width: 100%;
    padding: 12px;
    font-weight: 600;
    margin-top: 50px;
    justify-content: center;
}

.form-access .custom-control-label::before,
.form-access .custom-control-label::after {
    top: 2px;
}

.form-access .custom-control-label::before {
    border: #cbd2df solid 1px;
}

.form-access .auth-bottom-label {
    margin-top: 50px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #2B3144;
}

.form-access .auth-bottom-label a {
    color: #5367FF;
}
.currency-details-chart-cell {
    width: 200px;
    min-width: 200px;
}
.currency-details-chart {
    height: 30px;
    width: 100%;
    display: flex;
    align-items: center;
}

.staking {
    background-color: #f8f9fa; /* Light grey background for the staking section */
    padding: 20px 0;
}

.page-title {
    background-color: #563d7c; /* Primary color for the title section */
    color: #ffffff; /* White text color */
    padding: 20px 0;
    border-radius: 10px; /* Rounded corners */
    margin-bottom: 30px;
}

.page-title .heading {
    font-size: 2rem;
    font-weight: 700;
    margin-left: 15px;
}

.page-title .description {
    font-size: 1.2rem;
    color: #b8c2cc; /* Lighter grey for the description */
    margin-left: 15px;
}

.profile-nav-tabs-list .nav-item {
    margin-right: 10px;
}

.profile-nav-tabs-list .nav-link {
    background-color: #ffffff;
    border: 2px solid #6c757d;
    color: #6c757d;
    border-radius: 30px;
    padding: 8px 20px;
    transition: all 0.3s ease;
}

.profile-nav-tabs-list .nav-link.active {
    background-color: #7044EE; /* Active tab color */
    color: #ffffff;
}

.profile-nav-tabs-list .nav-link:hover {
    background-color: #563d7c;
    color: #ffffff;
    border-color: #563d7c;
}

.profile-card {
    background-color: #ffffff;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.currency-table {
    width: 100%;
    margin-top: 15px;
    border-collapse: separate;
    border-spacing: 0 10px;
}

.currency-table th,
.currency-table td {
    padding: 15px;
    text-align: left;
}

.currency-table th {
    color: #ffffff;
    border-radius: 10px 10px 0 0;
}

.currency-table td {
    color: #495057;
    border-radius: 10px;
}

.currency-table .wallet-coin-cell {
    display: flex;
    align-items: center;
}

.currency-table .wallet-coin-cell .cf {
    font-size: 24px;
    margin-right: 10px;
}

.currency-table .staking-action,
.currency-table .staking-withdraw {
    background-color: #7044EE;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.currency-table .staking-action:hover,
.currency-table .staking-withdraw:hover {
    background-color: #563d7c;
    cursor: pointer;
}

.currency-table .currency-table-wrapper--style-2 {
    padding: 20px;
}

.no-wrap {
    white-space: nowrap;
}

.nowrap-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sticky-wallet-actions__header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 20px;
}

.sticky-wallet-actions__header .profile-nav-tabs-indicator {
    display: block;
    width: 50px;
    height: 2px;
    background-color: #7044EE;
    margin-top: -2px;
}
.code-authentication {
    display: flex;
    justify-content: space-between; /* Распределяет квадраты по горизонтали */
    max-width: 300px; /* Можно регулировать в зависимости от ширины контейнера */
    margin: 0 auto; /* Центрирует контейнер */
}

.code__input {
    width: 48px; /* Ширина квадратов */
    height: 48px; /* Высота квадратов */
    border: 1px solid #d3d3d3; /* Цвет границы */
    border-radius: 8px; /* Округление углов */
    text-align: center; /* Текст по центру */
    font-size: 24px; /* Размер шрифта */
    background-color: #f9f9f9; /* Цвет фона */
    transition: all 0.3s ease; /* Плавные изменения при фокусе */
    margin: 0 3px;
}

.code__input:focus {
    outline: none; /* Убирает стандартную обводку при фокусе */
    border-color: #333; /* Цвет границы при фокусе */
    background-color: #fff; /* Цвет фона при фокусе */
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield; /* Убираем стрелки для Firefox */
}
.disable-authentication {
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.disable-authentication__box {
    padding: 34px 34px 0;
    margin-bottom: 34px;
}

.disable-authentication__message {
    width: 100%;
    background-color: #ECFFF1;
    border: 1px solid #71DA8F;
    border-radius: 5px;
    padding: 13px 65px;
    position: relative;
    font-size: 14px;
    line-height: 18px;
    color: #101828;
}

.disable-authentication__message svg {
    position: absolute;
    left: 27px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.disable-authentication__btn {
    background-color: rgba(241, 76, 76, 0.1);
    border: 1px solid #F24141;
    border-radius: 7px;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #F24141;
    width: 132px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.disable-authentication__btn:hover {
    background-color: rgba(240, 120, 120, 0.1);
}

.disable-authentication__box-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.disable-authentication__box-content svg {
    margin-right: 18px;
    min-width: 28px;
    min-height: 30px;
}

.disable-authentication__title-des {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.disable-authentication__title {
    font-size: 18px;
    line-height: 20px;
    color: #101828;
}

.disable-authentication__des {
    font-size: 12px;
    line-height: 20px;
    color: #667085;
}

.disable-authentication__center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 33px;
}

.disable-authentication__bottom {
    font-size: 14px;
    line-height: 18px;
    color: #667085;
    padding: 25px 61px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #F8FAFC;
    border-top: 1px solid #DADADA;
    border-radius: 0 0 5px 5px;
}

.disable-authentication__bottom svg {
    margin-right: 20px;
    min-width: 24px;
    min-height: 24px;
}

@media (max-width: 690px) {
    .disable-authentication__bottom {
        padding: 25px 33px;
    }

    .disable-authentication__btn {
        margin-left: 15px;
    }
}

@media (max-width: 600px) {
    .disable-authentication__box {
        padding: 15px 15px 0;
    }
}

@media (max-width: 480px) {
    .disable-authentication__center {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .disable-authentication__btn {
        margin-top: 20px;
        width: 100%;
    }
}