
@keyframes steps_animation {
	0% {
		background-position: 0% 0%;
	}
	100% {
		background-position: 0% 100%;
	}
}


.scroll_to_top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    background: #F8F8F8 url(../img/to_top.svg) no-repeat center;
    background-size: 70%;
    transition: all 0.15s ease-in-out;
    z-index: 10;
}

.scroll_to_top.active {
    opacity: 0.6;
    visibility: visible;
}
.mr-16{margin-right:16px;}
.radius-12{border-radius:12px;}
.py-50{
    padding-top: 50px;
    padding-bottom: 50px;
}
.color-text{color:#44120D;}
.color-white{color:#ffffff;}
.bg-light{background-color: #F6F6F6;}
.mt-4px{margin-top:4px;}
.opacity-06{opacity: 0.6;}
.notification-date{
    font-size: 14px;
    line-height: 20px;
}
.notification-btn:hover{
    background-color: inherit !important;
}
.rounded-300{border-radius:300px;}
.mb--10{margin-bottom: -10px;}
.mt--20{margin-top:-20px;}
.scroll_to_top.active:hover {
    opacity: 1;
}


.dropdowns{
    display: flex;
    flex-direction: column;
}
.dropdowns .dropdown:not(:last-child){
    margin-bottom: 30px;
}

.dropdown{
    display: flex;
    flex-direction: column;
    width: 100%;
    background: linear-gradient(93.84deg, rgba(51, 169, 254, 0.04) 4.94%, rgba(156, 212, 255, 0.03) 94.29%);
    opacity: 0.9;
    border-radius: 5px;
}
.dropdown .dropdown-head{
    display: flex;
    align-items: center;
    font-family: 'Termina';
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
    padding: 12px;
}
.ico-24{
    min-width: 24px;
    width: 24px;
    height: 24px;
}
.ico{
    display: flex;
    align-items: center;
}
.img-arrow{
    display: flex;
}
/*
.dropdown .icons{
    display: flex;
    align-items: center;
    color: #33A9FE;
    font-size: 30px;
    line-height: 48px;
}*/
.select-crypt .select2-container .select2-selection--single{
    display: flex;
    align-items: center;
}
.select-crypt.select-crypt-custom .select2-container .select2-selection--single{
    height: 36px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 40px;
    right: 0px;
}
.select2-container--default:hover, 
.select2-container--default:focus,
.select2-container--default:visited,
.select2-container--default:active,
.select2-container--default *:hover,
.select2-container--default *:focus,
.select2-container--default *:visited,
.select2-container--default *:active{
    outline: none !important;
}
.select2-results__option{
    padding: 6px 12px;
    font-family:var(--font-actor);
}
.select2-results__option .item-wrap{
    display: flex;
    align-items: center;
}
.select2-results__option .item-wrap .img-crypt{
    display: flex;
    align-items: center;
    margin-right: 8px;
}
.select-crypt .select2-container--default .select2-selection--single .select2-selection__arrow::after{
    top: 50% !important;
    right: auto !important;
    left: 50%;
    transform: translate(-50%,-50%) rotate(45deg) !important;
    margin-top: -2px;
}
.dropdown-item, .dropdown-title{
    transition: all 0.2s ease;
}
.options-card-list > .ul:not(:last-child){
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E6E6E6;
}
.select-crypt-custom{
    border: 1px solid #E7E7E7;
    border-radius: 10px;
}
.select-crypt .item-wrap{
    overflow: hidden;
}
.options-card-list{
    display: flex;
    flex-direction: column;
}
.dropdown .icons .ico{
    display: block;
    width: 16px;
    height: 2px;
    background: #33A9FE;
}
.dropdown .icons .ico::before{
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    background: #33A9FE;
    transform: rotate(90deg);
}
.dropdown.active .icons .ico::before{
    display: none;
}
.dropdown .dropdown-head .info{
    font-size: 18px;
    line-height: 48px;
    color: #E3F7FB;
}
.dropdown .dropdown-body .text{
    font-family: 'Quiet Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #E3F7FB;
}
.pl-60{padding-left:60px;}
.dropdowns{
    display: flex;
    flex-direction: column;
}
.dropdowns .dropdown:not(:last-child){
    margin-bottom: 30px;
}

.btn{
	text-transform: capitalize;
}


/* links socials */
.mt-10{
    margin-top: 10px;
}
.social--links-list{
    display: flex;
    align-items: center;
    margin-left: -5px;
    margin-right: -5px;
}
.social--links-list .social--link--item{
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
}
.social--link{
    transition: all, 0.3s;
    display: flex;
}
.ico{display:flex;}
.ico-20{
    width: 25px;
    height: 25px;
}
.social--link:hover{
    opacity: 0.8;
}
/* links socials */


.dropdown-body a{
	font-size: 16px !important;
}












.mb-20{margin-bottom:20px;}
.header a{
    font-family:var(--font-actor);
}
.custom-columns{
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.custom-columns--6{
    margin-left: -6px;
    margin-right: -6px;
}
.custom-columns--6 > div{
    padding-left: 6px;
    padding-right: 6px;
}
.custom-columns--20{
    margin-left: -20px;
    margin-right: -20px;
}
.custom-columns--20 > div{
    padding-left: 20px;
    padding-right: 20px;
}
.custom-columns--50{
    margin-left: -50px;
    margin-right: -50px;
}
.custom-columns--50 > div{
    padding-left: 50px;
    padding-right: 50px;
}
.custom-columns--10 > div{
    padding-left: 10px;
    padding-right: 10px;
}
.custom-columns > .col-6{
    flex: 0 0 50%;
    max-width: 50%;
}
.custom-columns > .col-3{
    flex: 0 0 25%;
    max-width: 25%;
}
.custom-columns > .col-12{
    flex: 0 0 100%;
    max-width: 100%;
}
.two-btn.two-btn--4 > .btn:not(:last-child){
    margin-right: 4px;
}
.home {
	color: #fff;
	flex: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 30px 0;
}
.home__title {
	font-weight: 600;
	font-size: 52px;
	line-height: 78px;
	margin-bottom: 10px;
}
.two-btn + .page_content {
	margin-top: 50px;
}
.home__text {
	font-size: 21px;
	line-height: 30px;
	margin-bottom: 20px;
}
.home__text-2 {
	max-width: 600px;
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 30px;
}
.home__text + .page_content {
	margin-bottom: 30px;
}
.home__list {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-bottom: 30px;
}
.home__item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	padding: 0px;
}
.home__item img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.home__item--center {
	width: 150px;
	height: 150px;
	background-color: #fff;
	z-index: 1;
	margin: 0 -30px;
}
.header{
    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header__nav > .btn{
    padding-left: 15px;
    padding-right: 15px;
}
.container-dash{
    width: 100%;
    max-width: 100%;

    padding-left: 120px;
    padding-right: 120px;

    flex: auto;
    display: flex;
    flex-direction: column;
}
.privacy-policy > p{
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}
.privacy-policy > h3{
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 400;
}
.px-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.home__rowslider{
    height: 100vh;
    width: 100%;
}

.row-sliders{
    display: flex;
    flex-wrap: nowrap;
    margin-left: -10px;
    margin-right: -10px;
    transform: matrix(1, -0.05, 0.15, 0.99, 0, 0);
    pointer-events: none;
    user-select: none;
    opacity: 0;
    transition: all 0.3s;
}
.row-sliders.slide_init{
    opacity: 1;
}
.row-sliders .swiper-slide{
    overflow: hidden;
    border-radius: 12px;
    aspect-ratio: 1 / 1;
    height: max-content !important;
}
.row-sliders .swiper-wrapper{
    height: max-content;
    transition-timing-function: linear;
}
.row-sliders .swiper-slide img{
    width: 100%;
    height: 100%;
    min-height: 270px;
}
.row-sliders > div{
    padding-left: 10px;
    padding-right: 10px;
    flex: auto;
    min-width: 180px;
    max-width: 270px;
}
.row-sliders > div:nth-child(even){
    transform: translateY(180px);
}
.ovh{overflow: hidden !important;}
.main-block.fullscreen-header{
    height: calc(100vh - 80px);
}
.main-block.fullscreen-section{
    min-height: 100vh;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;

}
.main-block.fullscreen-section .home{
    padding-top: 100px;
    padding-bottom: 100px;
}
.bages-block.footer-block{
    width: 100%;
    z-index: 1;
    padding-top: 16px;
    background: rgba(255, 255, 255, 0.01);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    gap: 0;
    flex-direction: row;
    margin-top: auto;
}
.bages-block.footer-block .footer-block--items{
    justify-content: space-between;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
}
.footer-block .footer-block--item{
    padding-bottom: 16px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
}
.links-footer{
    color: #fff;
    font-family: var(--font-actor);
    font-size: 13px;
    line-height: 20px;
}
.footer-link{
    color: #fff;
    text-decoration: underline;
}
.fullscreen-section .footer-block{
    position: fixed;
    bottom: 0;
}
.smartbanner{
    height: 78px !important;
    z-index: 1;
}
.wrapper-header:not(.active){
    display: none;
}
.pr-100{padding-right:100px !important;}

.dropdown--custom2 .options-card-list{
    left: auto !important;
}
.dropdown--custom2 .dropdown-content{
    margin-top: 0;
    border: none;
    overflow: visible;
}
.dropdown--custom2.active .dropdown-title{
    color: #44120D;
    background-color: #fff;
}
.options-card-list.w-options-350{
    width: 350px;
}
.dropdown--custom2 .options-card-list{
    left: auto;
    right: 0;
    display: flex !important;
    flex-direction: column;
}
.dropdown--custom2 .options-card-list li a{
    justify-content: start;
    text-align: left;
    margin-right: 0;
}
.dropdown--custom2 .options-card-list li .notification-btn{
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
    align-items: flex-start;
}
.px-15 .options-card-list--body{
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: -10px;
    padding-bottom: 10px;
    overflow: auto;
    max-height: calc(100vh - 150px);
    min-height: 150px;
}
.options-card-list--head{
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}
.px-15{
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.mb-50{margin-bottom:50px;}
.fw-600{font-weight:600;}
.font-montserrat{
    font-family: 'Montserrat', sans-serif;
}
.heading-1{
    font-size: 36px;
    line-height: 44px;
}
.heading-2{
    font-size: 32px;
    line-height: 40px;
}
.heading-3{
    font-size: 20px;
    line-height: 30px;
}
.heading-4{
    font-size: 24px;
    line-height: 30px;
}
.dbl-options{
    display: flex;
}
.dbl-options--12 > div:not(:last-child){
    margin-right: 12px;
}
.dropdown-title{
    min-height: 46px;
    white-space: nowrap;
}
.header__body{
    margin-left: -10px;
    margin-right: -10px;
}
.header .header__top{
    justify-content: center;
}
.header__body > *{
    padding-left: 10px;
    padding-right: 10px;
}
.widget-46{
    min-width: 46px;
    width: 46px;
    height: 46px;
}
.widget{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px;
}
.widget-48{
    min-width: 48px;
    width: 48px;
    height: 48px;
}
.list-notification{
    display: flex;
    flex-direction: column;
}
.list-notification .notification{
    border-top: 1px solid #E6E6E6;
}
.steps, .step, .step-content{
    display: flex;
    flex-direction: column;
    color: #fff;
    font-family: var(--font-actor);
}
.steps .step{
    position: relative;
    overflow: hidden;
}

.steps .finished-step::after{
    background: linear-gradient(0deg, transparent, #fff, transparent);
    background-size: 1% 5%;
    animation: steps_animation 20s ease infinite;
}
.steps .finished-step::before{
    border-color: rgba(256, 256, 256, 1) !important;
    background: transparent url("https://www.socialselfies.io/img/white-success.svg") no-repeat center center / 30px;
}
.steps .finished-step + .step::before{
    border-color: rgba(256, 256, 256, 1) !important;
}
.steps .step::before{
    content: "";
    position: absolute;
    max-width: 50px;
    min-width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 2px solid rgba(256, 256, 256, 0.3);
    border-radius: 300px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.steps .step::after{
    content: "";
    position: absolute;
    width: 1.5px;
    height: 100%;
    background-color: rgba(256, 256, 256, 0.3);
    left: 50%;
    transform: translateX(-50%);
    margin-top: 52px;
}
.steps .step:nth-child(odd){
    align-items: flex-end;
}
.steps .step:nth-child(odd) .step-content{
    padding-left: 50px;
    text-align: left;
    align-items: flex-start;
}
.steps .step:nth-child(even){
    align-items: flex-start;
}
.steps .step:nth-child(even) .step-content{
    padding-right: 50px;
    text-align: right;
    align-items: flex-end;
}
.steps .step-content{
    max-width: 50%;
    margin-top: 15px;
}
.step-title{
    font-size: 24px;
    line-height: 30px;
}
.step-text{
    font-size: 18px;
    line-height: 28px;
}
.pt-15{
    padding-top: 15px;
}
.mt-50{
    margin-top: 50px;
}
.mb-40{
    margin-bottom: 40px;
}
.wrapper-image{
    display: flex;
    overflow: hidden;
}
.wrapper-image img{
    width: 100%;
    max-width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
}
.def-text{
    overflow: hidden;
    text-overflow: ellipsis;
}
.ttu{text-transform:uppercase;}
.def-text-1{
    font-size: 12px;
    line-height: 16px;
}
.def-text-2{
    font-size: 14px;
    line-height: 16px;
}
.def-text-3{
    font-size: 32px;
    line-height: 40px;
}
.def-text-3{
    font-size: 16px;
    line-height: 30px;
}
.card{
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-family: var(--font-actor);
    color: #fff;
    width: 100%;
    overflow: hidden;
}
.card-item{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
}
.card-item > *:not(:last-child){
    margin-right: 10px;
}
.card .card-header, .card .card-footer, .card .card-body{
    display: flex;
    flex-direction: column;
}
.def-list{
    display: flex;
    flex-direction: column;
    margin-bottom: -6px;
}
.def-list--item{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.def-list--item:not(:last-child){
    margin-bottom: 6px;
}
.def-list--item > *{
    margin-bottom:6px;
}
.def-list--item > *:not(:last-child){
    margin-right: 10px;
}
.card .card-footer{
    margin-top: auto;
}
.card-header > .card-item:not(:last-child){
    margin-bottom: 10px;
}
.mt-5px{margin-top:5px;}
.p-24{padding:24px;}
.pb-0{padding-bottom: 0;}
.pt-0{padding-top: 0;}
.pb-24{padding-bottom: 24px;}
.dbl-btns{
    display: flex;
    flex-wrap: wrap;
}
.btn.btn-light{
    border: 2px solid #FFFFFF;
    background-color: transparent;
    color: #FFFFFF;
    min-height: 46px;
}
.btn.btn-light:hover{
    background-color: #FFFFFF;
    color: #000;
}
.btn.btn-light:hover .ico{
    filter: brightness(0);
}
.dbl-btns--12 > *:not(:last-child){
    margin-right: 12px;
}
.mb-12{margin-bottom:12px;}
.mb--12{margin-bottom: -12px;}
.tabs{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.table-wrapper{
    overflow: auto;
    border: 1px solid rgba(255, 255, 255, 0.4);
}
.table-wrapper::-webkit-scrollbar{display:none;}
.d-flex-important{display:flex !important;}
.table{
    font-family: var(--font-actor);
    color: #fff;
}
.table thead th:first-child,
.table thead td:first-child{
    padding-left: 24px;
}
.table thead th:last-child,
.table thead td:last-child{
    padding-right: 24px;
}
.table thead th, .table thead td{
    background: rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 15px 8px;
    font-size: 14px;
    line-height: 20px;
}
.table tbody tr:not(:last-child) td{
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.table tbody td{
    font-size: 16px;
    line-height: 20px;
    padding: 15px 8px;
    cursor: pointer;
}
.table tbody tr{transition: all 0.2s ease;}
.table tbody tr:hover td{
    background-color: rgba(255, 255, 255, 1);
    color: #000;
}
.w-100{width:100% !important;}
.bg-transparent{background-color: transparent;}
.table tbody td:first-child{
    padding-left: 24px;
}
.table tbody td:last-child{
    padding-right: 24px;
}
.table{
    width: 100%;
    white-space: nowrap;
}
.text-left{text-align:left;}
@media (min-width: 1441px) {
    .row-sliders > div{
        max-width: 100%;
        opacity: 0.7;
    }
}
