/* This stylesheet generated by Transfonter (https://transfonter.org) on June 25, 2017 3:51 PM */

@font-face {
	font-family: 'Acrom';
	src: url('Acrom-Regular.eot');
	src: local('Acrom Regular'), local('Acrom-Regular'),
		url('Acrom-Regular.eot?#iefix') format('embedded-opentype'),
		url('Acrom-Regular.woff') format('woff'),
		url('Acrom-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Acrom';
	src: url('Acrom-Bold.eot');
	src: local('Acrom Bold'), local('Acrom-Bold'),
		url('Acrom-Bold.eot?#iefix') format('embedded-opentype'),
		url('Acrom-Bold.woff') format('woff'),
		url('Acrom-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Acrom';
	src: url('Acrom-Thin.eot');
	src: local('Acrom Thin'), local('Acrom-Thin'),
		url('Acrom-Thin.eot?#iefix') format('embedded-opentype'),
		url('Acrom-Thin.woff') format('woff'),
		url('Acrom-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Acrom';
	src: url('Acrom-Light.eot');
	src: local('Acrom Light'), local('Acrom-Light'),
		url('Acrom-Light.eot?#iefix') format('embedded-opentype'),
		url('Acrom-Light.woff') format('woff'),
		url('Acrom-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Acrom';
	src: url('Acrom-ExtraBold.eot');
	src: local('Acrom ExtraBold'), local('Acrom-ExtraBold'),
		url('Acrom-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('Acrom-ExtraBold.woff') format('woff'),
		url('Acrom-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Acrom';
	src: url('Acrom-Medium.eot');
	src: local('Acrom Medium'), local('Acrom-Medium'),
		url('Acrom-Medium.eot?#iefix') format('embedded-opentype'),
		url('Acrom-Medium.woff') format('woff'),
		url('Acrom-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

::-webkit-scrollbar {
    width: 4px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #2a2a2a86; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #3c3c3c; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #3c3c3c;  
  }

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    background-color: #080808;
    position: relative;
}

section.hi {
    position: absolute;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color: #080808;
    z-index: 200;
}

.firs_logo {
    /* margin-top: 20px; */
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.firs_logo img {
    margin-right: 8px;
}

.firs_logo.noFlex {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.firs_logo.noFlex p.please {
    font-family: Acrom;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin-top: 2px;
    text-align: center;
    color: #686868;
}

.firs_logo span {
    font-family: Acrom;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    margin-top: 18px;
    line-height: 18px;
    color: white;
    text-align: center;
    
}

section.hi .main_logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

section.hi .main_logo .text {
    margin-top: 40px;
}

section.hi > span {
    display: inline-block;
    margin-bottom: 20px;
    color: #BABBBC;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}

section.readme {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.preElement {
    animation: button-anim 4s linear infinite;
    background: rgb(11,11,11);
    background: linear-gradient(90deg, rgba(11,11,11,1) 0%, rgba(34,34,34,1) 49%, rgba(10,10,10,1) 100%);
    background-size: 600%;
    display: none;
}

.preElement.active {
    display: block;
}

section.readme button.tabBtn {
    width: 230px;
    height: 50px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    border-radius: 32px;
    background-size: 600%;
    cursor: pointer;
    font-size: 20px;
    border: none;
    color: #080808;
    animation: button-anim 10s linear infinite;
    font-family: Acrom;
    background-color: #E5D9D9;
margin-top: 36px;
}

section.readme button.tabBtn:active {
    box-shadow: 4px 4px 8px 0px rgba(39, 39, 39, 7.2) inset;
}

@keyframes button-anim {
    0% {
        background-position: 0 50%;
    }
    
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
}

section.readme .count_slide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    /* position: absolute; */
    display: none;
}

section.readme .count_slide .dot {
    width: 20px;
    margin: 0 5px;
    height: 20px;
    border-radius: 50%;
    background-color: #171717;
}


section.readme .count_slide .dot.active {
    background-color: #424242;
}

section.readme .tabs_wrap {
    width: 375px;
    height: auto;
    position: relative;
    overflow: hidden;
}


section.readme .tabs_wrap .roll {
    display: flex;
    transition: .2s;
}

section.readme .tab {
    transition: .4s;
    width: 375px;
    min-width: 375px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
}

section.readme .tab.login p.title {
    font-family: Acrom;
    font-style: normal;
    font-weight: normal;
    font-size: 38px;
    line-height: 46px;
    color: white;
    margin-top: 35px;
}

section.readme .tab.login p.title span {
    color: #9557E3;
    font-weight: 700;
}

.global_input {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
    width: 300px;
}

.global_input img.modify {
    position: absolute;
    right: 4px;
    bottom: 10px;
    cursor: pointer;
}



button.login {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #9557E3;
    border: none;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

button.login:active {
    box-shadow: 4px 4px 8px 0px rgba(39, 39, 39, 7.2) inset;
}

.login_variants {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 300px;
    margin-top: 65px;
    margin-bottom: 20px;
}

.login_variants p.info {
    margin-top: 0!important;
    margin-bottom: 0px!important;
    font-size: 12px!important;
    margin-right: 15px!important;
}


.login_variants .variant {
    margin: 10px 10px;
    cursor: pointer;
    /* background-color: #fff; */
    width: 100%;
    height: 60px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login_variants .variant img {
    height: auto;
    width: 40px;
}

.login_variants .variant:hover {
    opacity: .8;
}

span.newAccount {
    font-family: Acrom;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: white;
    margin-top: 13px;  
}

span.newAccount a {
    color: #9656E1;
    text-decoration: none;
}

span.newAccount a:hover {
    text-decoration: underline;
}

span.forgot {
    font-family: Acrom;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: white;
    margin-top: 13px;
}

span.forgot a {
    color: #9656E1;
    text-decoration: none;
}

span.forgot a:hover {
    text-decoration: underline;
}

.global_input span {
    font-family: Acrom;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 5px;
    /* identical to box height */
    
    
    color: #8a8a8a;
}

.global_input input {
    width: 100%;
    min-height: 42px;
    border: none;
    outline: none;
    background-color: transparent;
    font-family: Acrom;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    border: 2px solid transparent;
    border-bottom: none;
    padding: 0 10px;
    border-bottom: 1px solid #DEDEDE;
/* identical to box height */


color: #DEDEDE;
}


section.readme .tab span.noAcc {
    font-family: Acrom;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: white;
    margin-top: 26px;
}

section.readme .tab span.noAcc a {
    color: #D94446;
    text-decoration: none;
}

section.readme .tab span.noAcc a:hover {
    text-decoration: underline;
}

section.readme .tab .image {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    align-items: center;
}


section.readme .tab .image img {
    max-height: 355px;
}

section.readme .tab .title {
    color: white;
    font-family: Acrom;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 10px;
    margin-top: 10px;
}

section.readme .tab .descr {
    color: white;
    font-family: Acrom;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
}

.global_continue {
    margin-top: 150px;
}

.global_continue button.continue {
    width: 320px;
    height: 50px;
    left: 27px;
    top: 536px;
    border: none;
    background: #9557E3;
    border-radius: 25px;
    font-family: Acrom;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: white;
    cursor: pointer;
}

.global_continue button.continue.block {
    opacity: .6;
    pointer-events: none;
}

.profileBlog .blogWrap .blogPosts .blogPost .info .social .likes img.block {
    opacity: .9;
    pointer-events: none;
}

.global_continue button.continue:active {
    box-shadow: 4px 4px 8px 0px rgba(39, 39, 39, 7.2) inset;
}

span.haveAcc {
    font-family: Acrom;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    display: inline-block;
    display: flex;
    justify-content: center;
    color: #FFFFFF;
    margin-top: 40px;
}

span.haveAcc a {
    color: #9656E1;
    text-decoration: none;
    margin-left: 6px;
}

span.haveAcc a:hover {
    text-decoration: underline;
}

.firs_logo .backButton {
    position: absolute;
    left: 45px;
    cursor: pointer;
    top: 20px;
}

.tabBigImg {
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    min-height: 300px;
    position: relative;
}

.tabBigImg img {
    position: absolute;
}

.uploadTabs {
    display: flex;
    width: 100%;
    justify-content: center;

}

.uploadTabs .uploadTab {
    margin: 0 15px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 90px;
}

.uploadTabs .uploadTab:after {
    content: "";
    position: absolute;
    bottom: -17px;
    left: 0;
    display: block;
    width: 90px;
    height: 3px;
    background-color: #fff;
    display: none;
}

.uploadTabs .uploadTab.active span {
    color: white;
}

.uploadTabs .uploadTab.active:after {
    display: block;
}

.uploadTabs .uploadTab span {
    font-family: Acrom;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #818181;
    margin-top: 6px;
}

.photo_matrix {
    /* border: 1px solid red; */
    width: 100%;
    min-height: 100px;
    margin-top: 22px;
    display: flex;
    justify-content: center;
}

.tab.login .selectPhotos {
    margin-top: 0;
}

.selectPhotos {
    /* border: 1px solid red; */
    width: 375px;
    min-height: 100px;
    margin-top: 22px;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

.selectPhotos .photoBox {
    cursor: pointer;
    width: 123px;
    height: 180px;
    margin: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    
}

.selectPhotos .photoBox.video {
    background-color: transparent;
}



.selectPhotos img.user {
    height: auto;
    width: 150%;
}


.photo_matrix .photoBox {
    cursor: pointer;
    width: 123px;
    height: 123px;
    margin: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.photo_matrix .photoBox img.user {
    width: 100%;
    height: auto;
}

.photo_matrix .photoBox input {
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer;
    left: 0;
    top: 0;
    opacity: 0;
}

.photo_matrix .photoBox.default {
    background-color: #9557E3;
}

.photo_matrix .photoBox.default.block {
    opacity: .6;
    pointer-events: none;
}

.inputError {
    animation-name: inputErr;
    animation-duration: 2s;
}

@keyframes inputErr {
    0% {
        background-color: #e43f3f85;
    }
    
    40% {
        background-color: transparent;
    }

    60% {
        background-color: #e43f3f44;
    }
    90% {
        background-color: transparent;
    }
}

/* ?? PROFILE  */


.tab.profile .videoModalWrap video {
    display: none;
}

.tab.profile .videoModalWrap video.active {
    display: block;
}

.tab.user .videoModalWrap video {
    display: none;
}

.tab.user .videoModalWrap video.active {
    display: block;
}

.tab.profile {
    position: relative;
}

.firs_logo {
    position: relative;
    background-color: #0C0C0C;
    height: 60px;
}

.tab.profile .firs_logo {
    position: relative;
    background-color: #0C0C0C;
}

.firs_logo .gear.right {
    right: 10px;
    position: absolute;
    cursor: pointer;
}

.tab.profile .firs_logo .gear {
    position: absolute;
    left: 30px;
    top: 18px;
    cursor: pointer;
}

.tab.profile .firs_logo .gear:hover {
    opacity: .8;
}

.tab.profile .firs_logo .crown {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 8px;
}

.profile_information {
    display: flex;
    width: 100%;
    margin-top: 30px;
}

.profile_information .left {
  /* border: 1px solid red;   */
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.profile_information .right {
    /* border: 1px solid red;  */
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.profile_information .left .photo_box {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    /* border: 1px solid green; */
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.profile_information .left .photo_box > img {
    width: 100%;
    height: auto;
}

.profileBtn {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 171px;
    height: 51px;
    background-color: #0C0C0C;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    padding-left: 35px;
    margin-left: -40px;
}

.profileBtn.wallet {
    margin-top: 10px;
}

.profileBtn img {
    position: absolute;
    left: 15px;
}

.profileBtn span {
    color: white;
    font-family: Acrom;
    font-size: 15px;
    margin-left: 12px;
}



.profilePhotoWrap {
    padding: 3px;
    position: relative;
    margin-right: 10px;
}

.profilePhotoWrap .upload {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    right: 0px;
    background-color: white;
}

.profilePhotoWrap .upload:hover {
    opacity: .8;
}

.profilePhotoWrap .upload > img {
    width: 16px;
    height: 16px;
}


.profile_information .left .name_age_box {
    display: flex;
    /* flex-direction: column; */
    margin-top: 3px;
}

.profile_information .left .name_age_box span.name {
    font-family: Acrom;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    color: white;
}

.profile_information .left .name_age_box span.age {
    font-family: Acrom;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    color: white;
}

.profile_information .left .premium_button {
    margin-top: 20px;
}

.profile_information .left .premium_button:hover {
    opacity: .8;
}

.profile_information .right .balance {
    background-color: #080808;
    padding: 6px 20px;
    width: 100%;
    border-radius: 8px;
}


.profile_information .right .balance > span {
    font-family: Acrom;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #999999;
}


.profile_information .right .balance .main_balance {
    display: flex;
    align-items: center;
    margin-top: 6px;
}

.profile_information .right .balance .main_balance span {
    font-family: Acrom;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

.profile_information .right .balance .main_balance img {
    margin-right: 6px;
}



 /* stat  */

 .profile_information .right .statiistics {
     text-decoration: none;
     display: flex;
     align-items: center;
     margin-top: 13px;
     width: 100%;
     padding: 0 20px;
 }

 .profile_information .right .statiistics:hover {
     opacity: .8;
 }

 .profile_information .right .statiistics > img {
     margin-right: 15px;
     width: 22px;
 }

.profile_information .right .statiistics .text {

}
.profile_information .right .statiistics .text p {
    font-family: Acrom;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    margin: 0;
}

.profile_information .right .statiistics .text span {
    font-family: Acrom;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #3282FF;
}


/* add coins  */

.profile_information .right .add_coins {
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-top: 20px;
    width: 100%;
    padding: 0 20px;
}

.profile_information .right .add_coins:hover {
    opacity: .8;
}

.profile_information .right .add_coins > img {
    margin-right: 15px;
    width: 20px;
}

.profile_information .right .add_coins .text {

}
.profile_information .right .add_coins .text p {
   font-family: Acrom;
   font-style: normal;
   font-weight: 500;
   font-size: 16px;
   line-height: 19px;
   color: #FFFFFF;
   margin: 0;
}

.profile_information .right .add_coins .text span {
   font-family: Acrom;
   font-style: normal;
   font-weight: normal;
   font-size: 14px;
   line-height: 17px;
   color: #4ECE53;
}



.profile_tabs_photos {
    width: 100%;
    margin-top: 8px;
    border-top: 1px solid #181818;
    display: flex;
    border-bottom: 1px solid #181818;
}

.profile_tabs_photos .change {
    height: 50px;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.profile_tabs_photos .change img {
    /* filter: invert(41%) sepia(4%) saturate(9%) hue-rotate(319deg) brightness(96%) contrast(81%); */
}

.profile_tabs_photos .change.active img {
    filter: invert(100%) sepia(0%) saturate(7483%) hue-rotate(289deg) brightness(136%) contrast(105%);
}

.profile_tabs_photos .change:hover {
    opacity: .8;
}

.tab.profile {
    position: relative;
}

/* MAIN PANEL  */

.mainPanel {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.mainPanel .mainPanelItem {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.mainPanel .mainPanelItem:hover img {
    opacity: .8;
}

.mainPanel .mainPanelItem.active img {
    filter: invert(100%) sepia(0%) saturate(3441%) hue-rotate(232deg) brightness(111%) contrast(99%);
}



.tab.profile .selectPhotos {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    overflow-y: scroll;
    height: 360px;

}

.tab.profile .selectPhotos .selectPhotosWrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.tab.profile .selectPhotos .child {
    width: 121px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    margin: 1px;

}

.tab.profile .selectPhotos .child.video {
    background-color: white;
}

.tab.profile .selectPhotos .child.video .playVideo {
    position: absolute;
}

.selectPhotos .child.video .playVideo {
    position: absolute;
    height: auto;
    width: auto;
}

.tab.profile .selectPhotos .child.video img.videoPreview {
    width: 103%;
    height: auto;
}

.tab.profile .selectPhotos .child .photoChildImg {
    width: 180%;
    height: auto;
}

/* .tab.profile .selectPhotos .child img {
    height: 100%;
} */











.tab.user .selectPhotos {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    overflow-y: scroll;
    height: 360px;

}

.tab.user .selectPhotos .selectPhotosWrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.tab.user .selectPhotos .child {
    width: 120px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    margin: 1px;

}

.tab.user .selectPhotos .child.video {
    background-color: white;
}

.tab.user .selectPhotos .child.video img.videoPreview {
    width: 103%;
    height: auto;
}

.tab.user .selectPhotos .child img.photoChildImg {
    height: 100%;
}

/* .lds-heart {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    transform: rotate(45deg);
    transform-origin: 40px 40px;
  }
  .lds-heart div {
    top: 32px;
    left: 32px;
    position: absolute;
    width: 32px;
    height: 32px;
    background: #9557E3;
    animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .lds-heart div:after,
  .lds-heart div:before {
    content: " ";
    position: absolute;
    display: block;
    width: 32px;
    height: 32px;
    background: #9557E3;
  }
  .lds-heart div:before {
    left: -24px;
    border-radius: 50% 0 0 50%;
  }
  .lds-heart div:after {
    top: -24px;
    border-radius: 50% 50% 0 0;
  }
  @keyframes lds-heart {
    0% {
      transform: scale(0.95);
    }
    5% {
      transform: scale(1.1);
    }
    39% {
      transform: scale(0.85);
    }
    45% {
      transform: scale(1);
    }
    60% {
      transform: scale(0.95);
    }
    100% {
      transform: scale(0.9);
    }
  }
   */
/* .preloader {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #080808;
    width: 375px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    display: none;
}

.preloader.active {
    display: flex;
} */

.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: #080808;
    z-index: 199;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    opacity: 0;
    display: flex;
    flex-direction: column;
}

.loader span {
    font-family: Acrom;
}

.loader img {
    max-width: 100px;
    object-fit: contain;
    animation-play-state: paused;
    animation-name: loader;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    order: -1;
    margin-bottom: 20px;
}
  
.loader--active {
    opacity: 1;
}

.loader--active img {
    animation-play-state: running;
}

@keyframes loader {
    0%{
        transform: rotate(-40deg);
    }
    100%{
        transform: rotate(40deg);
    }
}







.settings_modal {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 80px;
    background-color: #080808;
    height: 100%;
    z-index: 1000;
    display: none;
}

.settings_modal.active {
    display: block;
}

.settings_modal .settings_item {
    padding: 0 25px;
    height: 60px;
    width: 100%;
    border-bottom: 1px solid #121212;
    display: flex;
    align-items: center;
    justify-content: start;
    cursor: pointer;
}

.settings_modal .settings_item:hover {
    border-bottom: 1px solid #1b1b1b;
}

.settings_modal .settings_item span {
    color: white;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: Acrom;
    text-align: left;
}

.principal {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 20px;
}

.principal .principal-wrap {
    display: flex;
    align-items: center;
    margin-top: 4px;
    margin-bottom: 8px;
}

.principal img {
    max-height: 22px;
    margin-right: 6px;
}

.principal span {
    font-family: Acrom;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #999999;
}

.principal p {
    margin-top: 0;
    margin-bottom: 6px;
    font-family: Acrom;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: white;
}



/* VIDEO LOADING PROFILE */


.loading {
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 6px;
    border-radius: 5px;
    overflow: hidden;
  }

  .loading.active {
      display: flex;
  }
  
  .loading_line_wrapper {
    width: 100%;
    height: 10px;
    position: relative;
    top: 0px;
    left: 0px;
    bottom: auto;
    right: auto;
    background-image: linear-gradient(to left, #8400d1, #660095);
    border-radius: 5px;
    overflow: hidden;
  }
  
  .loading_line {
    position: relative;
    top: 0px;
    left: 0px;
    bottom: auto;
    right: auto;
    width: 100%;
    height: 100%;
    transform-origin: 100% 0%;
    animation: kf_loading_line 1.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s infinite;
    border-radius: 5px;
    overflow: hidden;
  }
  .loading_line .loading_line_inner {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: auto;
    right: auto;
    width: 100%;
    height: 100%;
    transform-origin: 0% 0%;
    border-radius: 5px;
    overflow: hidden;
  }
  
  .loading_line_inner--1 {
    opacity: 1;
    background-color: #d10062;
    animation: kf_loading_line_inner--1 1.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s infinite;
    border-radius: 5px;
    overflow: hidden;
  }
  
  .loading_line_inner--2 {
    opacity: 1;
    background-image: linear-gradient(to right, #8f0043, #4b0023);
    animation: kf_loading_line_inner--2 1.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s infinite;
    border-radius: 5px;
    overflow: hidden;
  }
  
  @keyframes kf_loading_line {
    0% {
      transform: scaleX(1);
    }
    50% {
      transform: scaleX(1);
    }
    100% {
      transform: scaleX(0);
    }
  }
  @keyframes kf_loading_line_inner--1 {
    0% {
      transform: scaleX(0);
    }
    25% {
      transform: scaleX(1);
    }
    100% {
      transform: scaleX(1);
    }
  }
  @keyframes kf_loading_line_inner--2 {
    0% {
      transform: scaleX(0);
    }
    25% {
      transform: scaleX(0);
    }
    50% {
      transform: scaleX(1);
    }
    100% {
      transform: scaleX(1);
    }
  }



/* VIDEO MODAL  */

.videoModal {
    width: 375px;
    background-color: rgba(16, 16, 17, 0.801);
    min-height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    left: 0;
    display: none;
}

.videoModal img {
    position: absolute;
    top: 26px;
    right: 25px;
    cursor: pointer;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(37deg) brightness(101%) contrast(106%);
    width: 14px;
}

.videoModalWrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.videoModal.active {
    display: flex;
}








/* 
ALL USERS PAGE 

////////////////////
////////////////////
//////////////////// */

.tab.allUsers {
    position: relative;
}


.tab.allUsers .firs_logo {
    position: relative;
}

.tab.allUsers .firs_logo .gear {
    position: absolute;
    right: 30px;
    top: 18px;
    cursor: pointer;
}

.tab.allUsers .firs_logo .gear:hover {
    opacity: .8;
}

.tab.allUsers .firs_logo .crown {
    position: absolute;
    left: 30px;
    top: 3px;
}

.allUsersWrap {
    width: 100%;
    /* border: 1px solid red; */
    height: 530px;
    overflow-y: scroll;
}

.allUsersWrap .allUsers {
    width: 100%;
    height: auto;
    /* border: 1px solid green; */
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
}

.allUsersWrap .allUsers .user {
    width: 110px;
    height: auto;
    /* border: 1px solid orange; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.allUsersWrap .allUsers .user .userPhoto {
    width: 80px;
    height: 80px;
    /* border: 1px solid red; */
    overflow: hidden;
    border-radius: 50px;
}

.allUsersWrap .allUsers .user .userPhoto img {
    width: 80px;
    height: auto;
}

.allUsersWrap .allUsers .user .userInfo {

}

.allUsersWrap .allUsers .user .userInfo p {
    font-size: 15px;
    font-family: Acrom;
    color: white;
    margin-bottom: 0;
    text-align: center;
}

.allUsersWrap .allUsers .user .userInfo span {
    font-size: 15px;
    font-family: Acrom;
    color: white;
    display: block;
    text-align: center;
}







/* 
////////////////////
///////////////////
////////////////// */

/* CHAT HISTORY  */


.tab.chatHistory {
    position: relative;
}


.tab.chatHistory .firs_logo {
    position: relative;
}

.tab.chatHistory .firs_logo .gear {
    position: absolute;
    left: 27px;
    top: 19px;
    cursor: pointer;
}

.tab.chatHistory .firs_logo .gear:hover {
    opacity: .8;
}

.tab.chatHistory .firs_logo .crown {
    position: absolute;
    left: 30px;
    top: 3px;
}

.createChat {
    width: 100%;
    /* border: 1px solid red; */
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 25px;
    position: relative;
    cursor: pointer;
    margin-top: 10px;
}

.createChat .logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.createChat .logo img {

}

.createChat span {
    font-size: 15px;
    color: #C8CEE6;
    font-family: Acrom;
    margin-left: 15px;
    font-weight: 600;
}

.createChat .arrow {
    position: absolute;
    top: 16px;
    right: 25px;
}

.createChat .arrow img {

}



.chatHistoryWrap {
    width: 100%;
    /* border: 1px solid red; */
    height: 590px;
    overflow-y: scroll;
}

.chatHistoryWrap .chatHistory {
    width: 100%;
    /* border: 1px solid green; */
    height: auto;
}

.chatHistoryWrap .chatHistory .historyUser {
    /* border: 1px solid orange; */
    min-height: 50px;
    width: 100%;
    padding: 15px 25px;
    display: flex;
    cursor: pointer;
    position: relative;
}

.chatHistoryWrap .chatHistory .historyUser .photo {
    height: 50px;
    min-width: 50px;
    max-width: 50px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.chatHistoryWrap .chatHistory .historyUser .photo img {
    height: auto;
    width: 100%
}

.chatHistoryWrap .chatHistory .historyUser .info {
    margin-left: 15px;
    /* border: 1px solid red; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.chatHistoryWrap .chatHistory .historyUser .info p {
    margin: 0;
    font-size: 15px;
    color: white;
    font-family: Acrom;
    font-weight: 600;
    margin-bottom: 3px;
}

.chatHistoryWrap .chatHistory .historyUser .info span {
    font-size: 12px;
    color: #939393;
    font-family: Acrom;
    font-weight: 600;
}

.chatHistoryWrap .chatHistory .historyUser span.time {
    font-size: 12px;
    color: #939393;
    font-family: Acrom;
    position: absolute;
    top: 23px;
    right: 25px;
}









/* 
/////////////////////
/////////////////////
/////////////////////
/////////////////////

CHAT  */


.tab.chat {
    position: relative;
}


.tab.chat .firs_logo {
    position: relative;
    min-height: 60px;
    padding: 20px 0;
    margin: 0;
    background-color: #161616;
}

.tab.chat .firs_logo .gear {
    position: absolute;
    right: 30px;
    top: 3px;
    cursor: pointer;
}

.tab.chat .firs_logo .gear:hover {
    opacity: .8;
}

.tab.chat .firs_logo .crown {
    position: absolute;
    left: 18px;
    top: 7px;
    padding: 12px;
    cursor: pointer;
}

.tab.chat .mainPanel {
    background-color: #0C0C0C;
}



.textarea {
    width: 100%;
    height: 60px;
    /* border: 1px solid red; */
    position: absolute;
    bottom: 60px;
    left: 0;
    display: flex;
    align-items: center;
    padding: 0 25px;
    background-color: #0C0C0C;
}

.textarea input {
    border: none;
    background-color: #191919;
    border-radius: 20px;
    border: 2px solid rgba(64, 64, 64, 0.5);
    color: white;
    font-size: 13px;
    font-family: Acrom;
    font-weight: 500;
    padding: 8px 16px;
    width: 200px;
}

.textarea img {
    margin-left: 15px;
    cursor: pointer;
}

.textarea button {
    background-color: transparent;
    width: 50px;
    height: 50px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
}

.textarea button img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
    width: 100%;
    opacity: .6;
}


.messagesWrap {
    background: linear-gradient(0deg, rgba(12,12,12,1) 0%, rgba(12,12,12,1) 38%, rgba(28,28,28,1) 100%);
    width: 100%;
    height: 500px;
    overflow-y: scroll;
}

.messagesWrap .messages {
    width: 100%;
    height: auto;
    /* border: 1px solid orange; */
}

.messagesWrap .messages .message {
    min-height: 50px;
    width: 100%;
    /* border: 1px solid green; */
    display: flex;
    align-items: flex-end;
    padding: 8px 25px;
    
}

.messagesWrap .messages .message .photo {
    min-width: 35px;
    max-width: 35px;
    height: 35px;
    border-radius: 50px;
    overflow: hidden;
}

.messagesWrap .messages .message .photo img {
    width: 100%;
    height: auto;
}
.messagesWrap .messages .message .text {
    width: auto;
    background-color: #1D1D1D;
    padding: 12px 32px 12px 15px;
    border-radius: 12px 12px 12px 3px;
    /* border: 1px solid red; */
    margin-left: 10px;
    position: relative;
}

.messagesWrap .messages .message .text img {
    max-width: 40px;
}

.messagesWrap .messages .message.me {
    justify-content: flex-end;
}

.messagesWrap .messages .message.me .photo {
    order: +1;
}


.messagesWrap .messages .message.me .text {
    background-color: #404040;
    margin-right: 18px;
    margin-left: 0;
    border-radius: 12px 12px 0px 12px;
}


.messagesWrap .messages .message .text p {
    display: inline;
    font-size: 13px;
    color: white;
    font-family: Acrom;

}

.messagesWrap .messages .message .text span.time {
    font-size: 10px;
    color: #BBBBBB;
    font-family: Acrom;
    position: absolute;
    bottom: 6px;
    right: 8px;
}



.opponent {
    width: 250px;
    height: 100%;
    /* border: 1px solid red; */
    display: flex;
    align-items: center;
    margin-left: 20px;
    cursor: pointer;
}

.opponent .photo {
    min-width: 35px;
    max-width: 35px;
    height: 35px;
    border-radius: 50px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.opponent .photo img {
    width: 100%;
    height: auto;
    margin: 0;
}

.opponent .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 14px;
}

.opponent .info p {
    font-size: 13px;
    font-weight: 600;
    color: white;
    font-family: Acrom;
    margin: 0;
}

.opponent .info span {
    font-size: 11px;
    color: #939393;
    font-family: Acrom;
    font-weight: 600;
    line-height: 14px;
    text-align: left;
}





/* 
USER 

////////////////////
/////////////////////
///////////////////// */


.tab.user {
    position: relative;
}


.tab.user .firs_logo {
    position: relative;
    min-height: 54px;
    padding: 20px 0;
    margin: 0;
    background-color: #0C0C0C;
}

.tab.user .firs_logo .gear {
    position: absolute;
    left: 22px;
    top: 18px;
    cursor: pointer;
}

.tab.user .firs_logo .gear:hover {
    opacity: .8;
}

.tab.user .firs_logo .crown {
    position: absolute;
    left: 30px;
    top: 26px;
}

.tab.user .mainPanel {
    background-color: #080808;
}





.userAreaWrap {
    width: 100%;
    height: 566px;
    /* border: 1px solid red; */
    padding: 0 25px;
    overflow-y: scroll;
}

.userAreaWrap .userArea {

}

.userAreaWrap .userArea .photo {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.userAreaWrap .userArea .photo img {
    width: 100%;
    height: auto;

}

.userAreaWrap .userArea .photo .premium {
    position: absolute;
    background-color: #F3841C;
    padding: 6px 14px;
    border-radius: 0 30px 30px 0;
    top: 20px;
    left: 0;
}

.userAreaWrap .userArea .photo .premium span {
    font-size: 14px;
    color: white;
    font-family: Acrom;
    font-weight: 500;
}

.userAreaWrap .userArea .about {
    /* border: 1px solid green; */
    width: 100%;
    height: auto;
    margin-top: 15px;
}

.userAreaWrap .userArea .about span {
    font-size: 16px;
    color: #999999;
    font-family: Acrom;
    font-weight: 400;
}


.userAreaWrap .userArea .about p {
    font-size: 16px;
    color: white;
    font-family: Acrom;
    margin: 0;
}


.userAreaWrap .userArea .interest {
    margin-top: 16px;
}

.userAreaWrap .userArea .interest > span {
    font-size: 16px;
    color: #999999;
    font-family: Acrom;
    font-weight: 400;
}

.userAreaWrap .userArea .interest .tagArea {
    width: 100%;
    height: auto;
    min-height: 40px;
}

.userAreaWrap .userArea .interest .tagArea span {
    display: inline-block;
    color: white;
    font-size: 16px;
    font-family: Acrom;
    background-color: #5F8412;
    padding: 8px 16px;
    border-radius: 50px;
    cursor: pointer;
    margin: 6px 6px 6px 0;
}


.userAreaWrap .photo button.tabBtn {
    position: absolute;
    bottom: 32px;
    left: 43px;
    margin: 0;
    z-index: 9999;
}









/* 

/////////////////////////
////////////////////////
////////////////////////
 */

/* LOGIN INTERESTS  */

.loginInterestsWrap {
    width: 100%;
    height: 62.5%;
    /* border: 1px solid red; */
    overflow-y: scroll;
    overflow-x: hidden;
}

.loginInterestsWrap .loginInterests {
    padding: 0 25px;
}

.loginInterestsWrap .loginInterests .about {
    /* border: 1px solid green; */
    width: 100%;
    height: auto;
    margin-top: 15px;
}

.loginInterestsWrap .loginInterests .about span {
    font-size: 16px;
    color: #999999;
    font-family: Acrom;
    font-weight: 400;
}


.loginInterestsWrap .loginInterests .about p {
    font-size: 16px;
    color: white;
    font-family: Acrom;
    margin: 0;
}

.loginInterestsWrap .loginInterests .interest.tab {
    align-items: start;
    display: none;
}

.loginInterestsWrap .loginInterests .interest.tab.active {
    display: block;
}

.loginInterestsWrap .loginInterests .interest.main .tagArea span.active[tab="1"] {
    opacity: 1;
    background-color: #7947B7;
}

.loginInterestsWrap .loginInterests .interest.main .tagArea span.active[tab="2"] {
    opacity: 1;
    background-color: #5F8412;
}

.loginInterestsWrap .loginInterests .interest.main .tagArea span.active[tab="3"] {
    opacity: 1;
    background-color: #B37619;
}

.loginInterestsWrap .loginInterests .interest.tab[tab="1"] .tagArea span.active {
    background-color: #7947B7;
    opacity: 1;
}

.loginInterestsWrap .loginInterests .interest.tab[tab="2"] .tagArea span.active {
    background-color: #5F8412;
    opacity: 1;
}

.loginInterestsWrap .loginInterests .interest.tab[tab="3"] .tagArea span.active {
    background-color: #B37619;
    opacity: 1;
}

.loginInterestsWrap .loginInterests .interest {
    margin-top: 16px;
}

.loginInterestsWrap .loginInterests .interest > span {
    display: block;
    font-size: 18px;
    color: #999999;
    font-family: Acrom;
    font-weight: 400;
    text-align: left;
}

.loginInterestsWrap .loginInterests .interest .tagArea {
    width: 100%;
    height: auto;
    min-height: 40px;
}

.loginInterestsWrap .loginInterests .interest .tagArea span {
    display: inline-block;
    color: white;
    font-size: 16px;
    font-family: Acrom;
    background-color: #575757;
    padding: 8px 16px;
    border-radius: 50px;
    cursor: pointer;
    margin: 6px 6px 6px 0;
    opacity: .3;
}

/* .loginInterestsWrap .loginInterests .interest .tagArea span.active {
    opacity: 1;
    background-color: #5F8412;
} */



/* #7947B7; */

.chosen-value {
    position: relative;
    width: 100%; 
    border-bottom: 1px solid #DEDEDE;
}
  
  
  .value-list {
    position: absolute;
    top: -42px;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 0;
  }
  
  .chosen-value {
    font-family: Acrom;
    /* text-transform: uppercase; */
    font-weight: 600;
    height: 42px;
    /* letter-spacing: 4px; */
    font-size: 18px;
    padding: 0 25px;
    background-color: #080808;
    transition: 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: start;
    border: none;
    border-bottom: 1px solid #DEDEDE;
  }

  .chosen-value span {
    font-size: 18px;
    font-weight: 500;
  }

  .chosen-value span.active {
      color: white;
  }


  .chosen-value::-webkit-input-placeholder {
    color: #686868;
  }
  .chosen-value:hover {
    background-color: #ff918b00;
    cursor: pointer;
  }
  .chosen-value:hover::-webkit-input-placeholder {
    color: #686868;
  }
  .chosen-value:focus, .chosen-value.open {
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
    outline: 0;
    background-color: #ff918b00;
    color: #000;
  }
  .chosen-value:focus::-webkit-input-placeholder, .chosen-value.open::-webkit-input-placeholder {
    color: #000;
  }
  
  .value-list {
    list-style: none;
    margin-top: 4rem;
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    max-height: 0;
    transition: 0.3s ease-in-out;
  }
  .value-list.open {
    max-height: 320px;
    overflow: auto;
  }
  .value-list li {
    position: relative;
    height: 42px;
    background-color: #FAFCFD;
    padding: 1rem;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s;
    opacity: 1;

    font-family: Acrom;
  }

  .value-list li:hover {
    background-color: #a3a3a3;
  }

  .value-list li.closed {
    max-height: 0;
    overflow: hidden;
    padding: 0;
    opacity: 0;
  }






.tab.allUsers .settings_modal {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 80px;
    background-color: #080808;
    height: 560px;
    z-index: 1000;
    display: none;
}

.tab.allUsers .settings_modal.active {
    display: block;
}

.tab.allUsers .settings_modal .settings_item {
    padding: 0 25px;
    height: 60px;
    width: 100%;
    border-bottom: 1px solid #121212;
    display: flex;
    align-items: center;
    justify-content: start;
    cursor: pointer;
    position: relative;
}

.tab.allUsers .settings_modal .settings_item:hover {
    border-bottom: 1px solid #1b1b1b;
}

.tab.allUsers .settings_modal .settings_item span {
    font-size: 18px;
    color: #9557E3;
    font-family: Acrom;
    position: absolute;
    right: 42px;
    font-weight: 500;
}

.tab.allUsers .settings_modal .settings_item img {
    position: absolute;
    right: 16px;
    transform: rotate(180deg);
}

.tab.allUsers .settings_modal .settings_item p {

    color: white;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: Acrom;
    text-align: left;
}

.mainName {
    font-family: 'Acrom';
    color: white;
    font-size: 24px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.photoModal {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.877);
    z-index: 2;
    display: none;
}

.photoModal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.photoModal .deletePhoto {
    width: 30px;
    height: 30px;
    background-color: transparent;
    position: absolute;
    top: 26px;
    left: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.photoModal .deletePhoto img {
    height: 22px;
    filter: invert(75%) sepia(2%) saturate(19%) hue-rotate(341deg) brightness(92%) contrast(98%);
}


.closeModal {
    width: 30px;
    position: absolute;
    right: 25px;
    top: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.closeModal img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(37deg) brightness(101%) contrast(106%);
    width: 14px;
}





.tab.community {
    position: relative;
}

.mainWrapCommunity {
    height: 100%;
    width: 100%;

}


.mainWrapCommunity .tabPanel {
    display: flex;
    align-items: center;
    height: 40px;
    border-bottom: 1px solid rgba(31, 30, 30, 0.5);
    padding: 0 16px;
}

.mainWrapCommunity .tabPanel .tab {
    width: 50%;
    min-width: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.mainWrapCommunity .tabPanel .tab.active {
    border-bottom: 2px solid #E5D9D9;
}

.mainWrapCommunity .tabPanel .tab.active span {
    color: #E5D9D9;
}

.mainWrapCommunity .tabPanel .tab span {
    color: #C0C0C0;
    font-size: 15px;
    font-family: Acrom;
}



.mainWrapCommunity .tabItem {
    display: none;
}

.mainWrapCommunity .tabItem.active {
    display: block;
}

.mainWrapCommunity .tabItem .search {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
}

.mainWrapCommunity .tabItem .search img {
    position: absolute;
    left: 32px;
}

.mainWrapCommunity .tabItem .search input {
    color: #828181;
    font-size: 15px;
    font-family: Acrom;
    background-color: #0C0C0C;
    width: 350px;
    height: 40px;
    border-radius: 10px;
    border: none;
    padding-left: 58px;
}

.tab.allUsers .search {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
}

.tab.allUsers .search img {
    position: absolute;
    left: 32px;
}

.tab.allUsers .search input {
    color: #828181;
    font-size: 15px;
    font-family: Acrom;
    background-color: #0C0C0C;
    width: 350px;
    height: 40px;
    border-radius: 10px;
    border: none;
    padding-left: 58px;
}

.mainWrapCommunity .listWrap {
    padding: 0 18px;
    margin-top: 18px;
    max-height: 470px;
    overflow-y: scroll;
}

.mainWrapCommunity .listWrap > span {
    font-size: 12px;
    color: #939393;
    font-family: Acrom;
    font-weight: 700;
}

.mainWrapCommunity .listWrap .list {
    margin-top: 10px;
}

.mainWrapCommunity .listWrap .list .item {
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    display: none;
}

.mainWrapCommunity .listWrap .list .item.active {
    display: flex;
}

.mainWrapCommunity .listWrap .list .item .photo {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mainWrapCommunity .listWrap .list .item .photo img {
    max-width: 50px;
    height: auto;
}

.mainWrapCommunity .listWrap .list .item .name {
    margin-left: 10px;
}


.mainWrapCommunity .listWrap .list .item .name span {
    color: #E5D9D9;
    font-size: 15px;
    font-family: Acrom;
    font-weight: 700;
}


.mainWrapCommunity .listWrap .list .item .button {
    position: absolute;
    right: -8px;
    display: flex;
}


.mainWrapCommunity .listWrap .list .item .button button {
    border: 1px solid rgba(130, 128, 128, 0.19);
    border-radius: 10px;
    background-color: transparent;
    font-size: 12px;
    color: #E5D9D9;
    font-weight: 400;
    padding: 7px 30px;
    cursor: pointer;
}

.mainWrapCommunity .listWrap .list .item .button button.add {
    padding: 5px 20px;
    display: none;
}

.mainWrapCommunity .listWrap .list .item .button button.add.active {
    display: block;
}

.mainWrapCommunity .listWrap .list .item .button button.remove {
    padding: 6px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
}


img.diamond {
    max-width: 152px;
}



.profileBtn.subscribe {
    margin-top: 10px;
}




.block {
    pointer-events: none;
}


div.duration {
    position: absolute;
    color: white;
    font-family: Acrom;
    font-size: 14px;
    bottom: 4px;
    right: 5px;
    text-shadow: 2px 2px 7px rgba(0, 0, 0, 1);
    z-index: 10;
}

.photoBox #video {
    position: absolute;
} 

.photoBox.video .preview {
    background-color: rgb(34, 34, 34);
    width: 102%;
    height: 184px;
    position: absolute;
    left: -2px;
    top: -2px;
    z-index: 9;
}

.loader-element {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    position: absolute;
    /* display: none; */
}

.loder-element.active {
    display: flex;
}

.spinner {
    -webkit-animation: rotator 1.4s linear infinite;
            animation: rotator 1.4s linear infinite;
  }
  
  @-webkit-keyframes rotator {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(270deg);
    }
  }
  
  @keyframes rotator {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(270deg);
    }
  }
  .path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    transform-origin: center;
    -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
            animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
  }
  
  @-webkit-keyframes colors {
    0% {
      stroke: #bdbdbd;
    }
    25% {
      stroke: #bdbdbd;
    }
    50% {
      stroke: #bdbdbd;
    }
    75% {
      stroke: #bdbdbd;
    }
    100% {
      stroke: #bdbdbd;
    }
  }
  
  @keyframes colors {
    0% {
      stroke: #bdbdbd;
    }
    25% {
      stroke: #bdbdbd;
    }
    50% {
      stroke: #bdbdbd;
    }
    75% {
      stroke: #bdbdbd;
    }
    100% {
      stroke: #bdbdbd;
    }
  }
  @-webkit-keyframes dash {
    0% {
      stroke-dashoffset: 187;
    }
    50% {
      stroke-dashoffset: 46.75;
      transform: rotate(135deg);
    }
    100% {
      stroke-dashoffset: 187;
      transform: rotate(450deg);
    }
  }
  @keyframes dash {
    0% {
      stroke-dashoffset: 187;
    }
    50% {
      stroke-dashoffset: 46.75;
      transform: rotate(135deg);
    }
    100% {
      stroke-dashoffset: 187;
      transform: rotate(450deg);
    }
  }


.smileModal {
    position: absolute;
    width: 100%;
    min-height: 50px;
    /* border: 1px solid red; */
    bottom: 65px;
    z-index: 1;
    flex-wrap: wrap;
    padding: 10px 20px;
    background-color: black;
    display: none;
}

.smileModal.active {
    display: flex;
}

.smileModal .item {
    margin: 4px 8px;
}

.smileModal .item img {
    max-width: 30px;
}


.pulse {
    display: flex;
    min-width: 52px;
    min-height: 52px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    background: white;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(208, 208, 208, 0.4);
    animation: pulse 3s infinite;
  }
  .pulse:hover {
    animation: none;
  }
  
  @-webkit-keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(210, 210, 210, 0.4);
    }
    90% {
        -webkit-box-shadow: 0 0 0 30px rgba(126, 126, 126, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(54, 54, 54, 0);
    }
  }
  @keyframes pulse {
    0% {
      -moz-box-shadow: 0 0 0 0 rgba(209, 209, 209, 0.4);
      box-shadow: 0 0 0 0 rgba(204, 204, 204, 0.4);
    }
    90% {
        -moz-box-shadow: 0 0 0 30px rgba(161, 161, 161, 0);
        box-shadow: 0 0 0 30px rgba(157, 157, 157, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(79, 79, 79, 0);
        box-shadow: 0 0 0 0 rgba(72, 72, 72, 0);
    }
  }


.tab.login .background {
    height: 450px;
width: 340px;
background: #0C0C0C;
border-radius: 50px;
margin-top: 35px;
display: flex;
flex-direction: column;
align-items: center;
}


.tab.login .background .logo_background {

}

.tab.login .background p {
    color: #CDCDCD;
    font-family: Acrom;
    font-size: 24px;
    font-weight: 500;
    margin-top: 64px;
}

.tab.login .background p span {
    display: block;
    text-align: center;
    color: white;
    font-size: 30px;
    font-weight: 700;
}

.addPhotoModal {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    /* border: 1px solid red; */
    background-color: rgba(0, 0, 0, 0.822);
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
}

.addPhotoModal.active {
    display: flex;
}

.addPhotoModal button {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 171px;
    height: 51px;
    background-color: #0C0C0C;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding-left: 35px;
    margin-left: -40px; */
    color: white;
    display: none;
}

.addPhotoModal button.active {
    display: flex;
}

.addPhotoModal button input {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
}

.addPhotoModal .photoBox {
    cursor: pointer;
    width: 123px;
    height: 180px;
    margin: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.photo_matrix .photoBox img {
    width: 30px;
    height: auto;
}

.addPhotoModal .photoBox.video {
    background-color: transparent;
}




.miniRoll {
    display: flex;
    transform: translateX(375px);
    transition: .2s;
}

.profileBlog {
    width: 375px;
    height: 360px;
}


.sureRepost {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    width: 280px;
    height: 130px;
    position: absolute;
    z-index: 2;
    background-color: rgba(57, 57, 57, 0.45);
    border-radius: 12px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding: 10px 0px;
}

.sureRepost.active {
    display: flex;
}

.sureRepost span {
    color: white;
    font-family: Acrom;
}


.sureRepost .btns button {
    background-color: #0C0C0C;
    border: none;
    padding: 8px 30px;
    border-radius: 8px;
    font-size: 14px;
    color: white;
}

.sureRepost .remove {
    position: absolute;
    top: 10px;
    right: 16px;
}

.sureRepost .remove img {
    width: 10px;
}



.profileBlog .sure {
    /* display: none; */
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    width: 280px;
    height: 130px;
    position: absolute;
    z-index: 2;
    background-color: rgba(57, 57, 57, 0.45);
    border-radius: 12px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding: 10px 0px;
}

.profileBlog .sure.active {
    display: flex;
}

.profileBlog .sure span {
    color: white;
    font-family: Acrom;
}


.profileBlog .sure .btns button {
    background-color: #0C0C0C;
    border: none;
    padding: 8px 30px;
    border-radius: 8px;
    font-size: 14px;
    color: white;
}

.profileBlog .sure .remove {
    position: absolute;
    top: 10px;
    right: 16px;
}

.profileBlog .sure .remove img {
    width: 10px;
}

.profileInfoTags {
    width: 375px;
    height: 360px;
}

.profileBlog .inputSendBlog {
    position: relative;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.profileBlog .inputSendBlog input {
    width: 350px;
    height: 40px;
    border: none;
    border-radius: 50px 50px 20px 20px;
    padding-left: 30px;
    background-color: #121212;
    font-size: 13px;
    font-family: Acrom;
    color: white;
    padding-right: 50px;
} 

.profileBlog .inputSendBlog img {
    position: absolute;
    right: 30px;
    width: 23px;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
} 


.tab.user .profileBlog .blogWrap {
    margin-top: 8px;
    height: 370px;
}

.profileBlog .blogWrap {
    height: 300px;
    overflow-y: scroll;
}


.profileBlog .blogWrap .blogPosts {

}

.profileBlog .blogWrap .blogPosts .blogPost {
    width: 350px;
    background-color: #121212;
    margin: auto;
    border-radius: 10px;
    display: flex;
    padding: 10px;
    margin-bottom: 6px;
    position: relative;
}

.profileBlog .blogWrap .blogPosts .blogPost .remove {
    position: absolute;
    right: 8px;
    top: 8px;
}

.profileBlog .blogWrap .blogPosts .blogPost .remove img {
    width: 10px;
}

.profileBlog .blogWrap .blogPosts .blogPost .photo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin: 0 10px;
    border-radius: 50px;
    overflow: hidden;
}

.profileBlog .blogWrap .blogPosts .blogPost .photo img {
    width: 100%;
    height: auto;
    border-radius: 50px;
}


.profileBlog .blogWrap .blogPosts .blogPost .info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.profileBlog .blogWrap .blogPosts .blogPost .info span {
    color: white;
    font-family: Acrom;
    font-weight: 700;
    font-size: 15px;
}

.profileBlog .blogWrap .blogPosts .blogPost .info p {
    color: #939393;
font-weight: 500;
font-size: 12px;
font-family: Acrom;
margin-top: 4px;
}

.profileBlog .blogWrap .blogPosts .blogPost .info .social {
    display: flex;
    align-items: center;
}

.profileBlog .blogWrap .blogPosts .blogPost .info .social .comments {
    display: flex;
    align-items: center;
    margin-left: 24px;
}

.profileBlog .blogWrap .blogPosts .blogPost .info .social .comments img {

}

.profileBlog .blogWrap .blogPosts .blogPost .info .social .comments span {
    font-size: 12px;
    font-weight: 400;
    font-family: Acrom;
    margin-left: 8px;
}

.profileBlog .blogWrap .blogPosts .blogPost .info .social .reposts {
    display: flex;
    align-items: center;
    margin-left: 24px;
}

.profileBlog .blogWrap .blogPosts .blogPost .info .social .reposts img {

}

.profileBlog .blogWrap .blogPosts .blogPost .info .social .reposts span {
    font-size: 12px;
    font-weight: 400;
    font-family: Acrom;
    margin-left: 8px;
}

.profileBlog .blogWrap .blogPosts .blogPost .info .social .likes {
    display: flex;
    /* margin-left: 33px; */
    align-items: center;
    margin-left: -8px;
}

.profileBlog .blogWrap .blogPosts .blogPost .info .social .likes img {
    padding: 2px 8px;
}

.profileBlog .blogWrap .blogPosts .blogPost .info .social .likes img.active {
    filter: invert(20%) sepia(72%) saturate(2882%) hue-rotate(334deg) brightness(102%) contrast(101%);
}


.profileBlog .blogWrap .blogPosts .blogPost .info .social .likes span {
    font-size: 12px;
    font-weight: 400;
    font-family: Acrom;
}


.likeAnim{
    width: 70px;
    height: 70px;
    background: url("https://abs.twimg.com/a/1446542199/img/t1/web_heart_animation.png") no-repeat;
      background-position: -20px;
      cursor: pointer;
  }
  .anim-like{
    background-position: -2820px -14px;
    transition: background 1s steps(28);
  }
  .anim{
    background-position: -3529px 0;
    transition: background 1s steps(55);
  }
  




.tab.recomend {
    position: relative;
}
  
.globalWrap {
    height: 100%;
    width: 100%;
    /* border: 1px solid rebeccapurple; */
    display: flex;
}

.globalWrap .recomendationsWrap {
    min-width: 100%;
    height: 100%;
    /* border: 1px solid red; */
}

.globalWrap .recomendationsWrap .buttons {
    height: 50px;
    /* border: 1px solid red; */
    display: flex;
    justify-content: space-between;
}

.globalWrap .recomendationsWrap .buttons .media {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.globalWrap .recomendationsWrap .buttons .media.active {
    background: rgb(36, 36, 36);
}

.globalWrap .recomendationsWrap .buttons .media.active img {
    filter: invert(100%) sepia(0%) saturate(7483%) hue-rotate(289deg) brightness(136%) contrast(105%);
}

.globalWrap .recomendationsWrap .buttons .changer {
    width: 190px;
/* border: 1px solid green; */
display: flex;
align-items: center;
justify-content: center;
}

.globalWrap .recomendationsWrap .buttons .changer span {
    color: white;
font-family: Acrom;
font-size: 16px;
}

.globalWrap .recomendationsWrap .buttons .blog {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.globalWrap .recomendationsWrap .buttons .blog.active {
    background: rgb(36, 36, 36);
}

.globalWrap .recomendationsWrap .buttons .blog.active img {
    filter: invert(100%) sepia(0%) saturate(7483%) hue-rotate(289deg) brightness(136%) contrast(105%);
}

.globalWrap .recomendationsWrap .mediaAndPosts {
    height: 100%;
    min-width: 100%;
    display: flex;
    transition: .2s;
}

.globalWrap .recomendationsWrap .mediaAndPosts .mediaWrap {
    min-width: 100%;
    height: 100%;
    /* display: flex;
    flex-wrap: wrap; */
    height: 545px;
    overflow-y: scroll;
}

.globalWrap .recomendationsWrap .mediaAndPosts .mediaWrap .items {
    display: flex;
    flex-wrap: wrap;
}

.globalWrap .recomendationsWrap .mediaAndPosts .mediaWrap .item {
    width: 33.3333%;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border: 1px solid black;
}

.globalWrap .recomendationsWrap .mediaAndPosts .mediaWrap .item img {
    width: auto;
    height: 120%;
}


.globalWrap .recomendationsWrap .mediaAndPosts .postsWrap {
    min-width: 100%;
    height: 100%;
}




/* .globalWrap .subscribersWrap .mediaAndPosts .mediaWrap {
    min-width: 100%;
    height: 100%;
}

.globalWrap .subscribersWrap .mediaAndPosts .postsWrap {
    min-width: 100%;
    height: 100%;
} */


.commentsModal {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.88);
    z-index: 3;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 50px 0px;
    display: none;
}

.commentsModal.active {
    display: block;
}

.commentsModal  .close {
    position: absolute;
    top: 16px;
    right: 20px;
}


.commentsModal .blogPost {
    width: 350px;
    background-color: rgba(18, 18, 18, 1);
    margin: auto;
    border-radius: 10px;
    display: flex;
    padding: 10px;
    margin-bottom: 6px;
    position: relative;
    padding-right: 0px;
}

.commentsModal .commentsWrap {
    width: 350px;
    height: 400px;
    background: rgba(18, 18, 18, 1);
    border-radius: 10px;
    margin: auto;
    margin-top: 20px;
    overflow-y: scroll;
}


.commentsModal .textArea {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 20px;
    width: 350px;
    height: 80px;
    background: rgba(18, 18, 18, 1);
    border-radius: 10px;
    margin: auto;
    /* position: absolute; */
    margin-top: 20px;
}

.commentsModal .textArea input {
    background-color: #191919;
border-radius: 20px;
border: 2px solid rgba(64, 64, 64, 0.5);
color: white;
font-size: 13px;
font-family: Acrom;
font-weight: 500;
padding: 8px 16px;
width: 280px;
}

.commentsModal .textArea .sen {
    background-color: transparent;
    width: 50px;
    height: 50px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
}
.commentsModal .textArea .sen img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
width: 100%;
opacity: .6;
}


.commentsModal .blogPost .remove {
    position: absolute;
    right: 8px;
    top: 8px;
}

.commentsModal .blogPost .remove img {
    width: 10px;
}

.commentsModal .blogPost .photo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin: 0 10px;
    border-radius: 50px;
    overflow: hidden;
}

.commentsModal .blogPost .photo img {
    width: 100%;
    height: auto;
    border-radius: 50px;
}


.commentsModal .blogPost .info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.commentsModal .blogPost .info span {
    color: white;
    font-family: Acrom;
    font-weight: 700;
    font-size: 15px;
}

.commentsModal .blogPost .info p {
    color: #939393;
font-weight: 500;
font-size: 12px;
font-family: Acrom;
/* margin-top: 4px; */
}

.commentsModal .commentsWrap .comments {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 20px;
}

.commentsModal .commentsWrap .comments p {
    color: white;
    font-family: Acrom;
}

.commentsModal .blogPost .info span {
    margin-top: 5px;
}

.commentsModal .blogPost .info .social {
    display: flex;
    align-items: center;
}

.commentsModal .blogPost .info .social .comments {
    display: flex;
    align-items: center;
    margin-left: 24px;
}

.commentsModal .blogPost .info .social .comments img {

}

.commentsModal .blogPost .info .social .comments span {
    font-size: 12px;
    font-weight: 400;
    font-family: Acrom;
    margin-left: 8px;
}

.commentsModal .blogPost .info .social .reposts {
    display: flex;
    align-items: center;
    margin-left: 24px;
}

.commentsModal .blogPost .info .social .reposts img {

}

.commentsModal .blogPost .info .social .reposts span {
    font-size: 12px;
    font-weight: 400;
    font-family: Acrom;
    margin-left: 8px;
}

.commentsModal .blogPost .info .social .likes {
    display: flex;
    /* margin-left: 33px; */
    align-items: center;
    margin-left: -8px;
}

.commentsModal .blogPost .info .social .likes img {
    padding: 2px 8px;
}

.commentsModal .blogPost .info .social .likes img.active {
    filter: invert(20%) sepia(72%) saturate(2882%) hue-rotate(334deg) brightness(102%) contrast(101%);
}


.commentsModal .blogPost .info .social .likes span {
    font-size: 12px;
    font-weight: 400;
    font-family: Acrom;
}



.userComment {
    padding: 0 20px;
    display: flex;
    /* flex-direction: column; */
    width: 100%;
    margin-bottom: 16px;
}

.userComment .photo {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
}

.userComment .photo img {
    width: 100%;
    height: auto;
}


.userComment .info span {
    color: white;
    font-family: Acrom;
    font-size: 14px;
}

.userComment .info p {
    font-family: Acrom;
    font-size: 12px;
    color: rgb(139, 139, 139)!important;
    margin-top: 5px;
}

.recomendationsModal.active {
    display: block;
}
.commentsModalTextWrap {
    max-height: 69px;
overflow-y: scroll;
padding-right: 6px;
}

.recomendationsModal {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.89);
    display: none;
    z-index: 10;
}

.recomendationsModal .close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px;
    z-index: 3;
}

.recomendationsModal .close img {

}

.recomendationsModal .userData {
    margin-top: 30px;
    z-index: 2;
    height: 50px;
    display: flex;
    margin-bottom: 20px;
    padding-left: 20px;
    cursor: pointer;
}

.recomendationsModal .userData .photo {
    width: 50px;
    border-radius: 50px;
    overflow: hidden;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.recomendationsModal .userData .photo img {
    width: 100%;
    height: auto;
}

.recomendationsModal .userData .info {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0 18px;
}

.recomendationsModal .userData .info span {
    color: white;
    font-family: Acrom;
    font-size: 18px;
    cursor: pointer;
}

.recomendationsModal .userData .info p {

}

.recomendationsModal .userData .mainPhoto {

}

.recomendationsModal .userData .mainPhoto img {

}





.globalWrap .recomendationsWrap .mediaAndPosts .postsWrap {
    min-width: 100%;
    height: 100%;
    height: 545px;
    overflow-y: scroll;
    margin-top: 6px;
}


.globalWrap .recomendationsWrap .mediaAndPosts .postsWrap .items .blogPost {
    width: 350px;
    background-color: #121212;
    margin: auto;
    border-radius: 10px;
    display: flex;
    padding: 10px;
    margin-bottom: 6px;
    position: relative;
}

.globalWrap .recomendationsWrap .mediaAndPosts .postsWrap .items .blogPost .remove {
    position: absolute;
    right: 8px;
    top: 8px;
}

.globalWrap .recomendationsWrap .mediaAndPosts .postsWrap .items .blogPost .remove img {
    width: 10px;
}

.globalWrap .recomendationsWrap .mediaAndPosts .postsWrap .items .blogPost .photo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin: 0 10px;
    border-radius: 50px;
    overflow: hidden;
}

.globalWrap .recomendationsWrap .mediaAndPosts .postsWrap .items .blogPost .photo img {
    width: 100%;
    height: auto;
    border-radius: 50px;
}


.globalWrap .recomendationsWrap .mediaAndPosts .postsWrap .items .blogPost .info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.globalWrap .recomendationsWrap .mediaAndPosts .postsWrap .items .blogPost .info span {
    color: white;
    font-family: Acrom;
    font-weight: 700;
    font-size: 15px;
}

.globalWrap .recomendationsWrap .mediaAndPosts .postsWrap .items .blogPost .info p {
    color: #939393;
font-weight: 500;
font-size: 12px;
font-family: Acrom;
margin-top: 4px;
}

.globalWrap .recomendationsWrap .mediaAndPosts .postsWrap .items .blogPost .info .social {
    display: flex;
    align-items: center;
}

.globalWrap .recomendationsWrap .mediaAndPosts .postsWrap .items .blogPost .info .social .comments {
    display: flex;
    align-items: center;
    margin-left: 24px;
}

.globalWrap .recomendationsWrap .mediaAndPosts .postsWrap .items .blogPost .info .social .comments img {

}

.globalWrap .recomendationsWrap .mediaAndPosts .postsWrap .items .blogPost .info .social .comments span {
    font-size: 12px;
    font-weight: 400;
    font-family: Acrom;
    margin-left: 8px;
}

.globalWrap .recomendationsWrap .mediaAndPosts .postsWrap .items .blogPost .info .social .reposts {
    display: flex;
    align-items: center;
    margin-left: 24px;
}

.globalWrap .recomendationsWrap .mediaAndPosts .postsWrap .items .blogPost .info .social .reposts img {

}

.globalWrap .recomendationsWrap .mediaAndPosts .postsWrap .items .blogPost .info .social .reposts span {
    font-size: 12px;
    font-weight: 400;
    font-family: Acrom;
    margin-left: 8px;
}

.globalWrap .recomendationsWrap .mediaAndPosts .postsWrap .items .blogPost .info .social .likes {
    display: flex;
    /* margin-left: 33px; */
    align-items: center;
    margin-left: -8px;
}

.globalWrap .recomendationsWrap .mediaAndPosts .postsWrap .items .blogPost .info .social .likes img {
    padding: 2px 8px;
}

.globalWrap .recomendationsWrap .mediaAndPosts .postsWrap .items .blogPost .info .social .likes img.active {
    filter: invert(20%) sepia(72%) saturate(2882%) hue-rotate(334deg) brightness(102%) contrast(101%);
}


.globalWrap .recomendationsWrap .mediaAndPosts .postsWrap .items .blogPost .info .social .likes span {
    font-size: 12px;
    font-weight: 400;
    font-family: Acrom;
}

.global_input .listWrap {
    background: transparent;
    position: absolute;
    top: 62px;
    left: 0;
    width: 100%;
    height: 200px;
    border-radius: 6px;
    z-index: 10;
    /* padding: 6px 0px; */
    display: none;
    overflow: hidden;
}

.global_input .listWrap.active {
    display: block;
    overflow-y: scroll;
}

.global_input .listWrap .list {
    
}

.global_input .listWrap .list .item {
    color: white;
    display: flex;
    padding: 0 15px;
    font-size: 14px;
    align-items: center;
    text-transform: uppercase;
    font-family: "Acrom";
    height: 40px;
    background: rgb(40, 40, 40);
    border-bottom: 2px solid rgb(55, 55, 55);
    cursor: pointer;
}

.global_input .tag {
    position: absolute;
    height: 40px;
    width: 280px;
    display: inline-flex;
    background: rgb(218, 218, 218);
    border-radius: 50px;
    align-items: center;
    padding: 0 20px;
    bottom: 0;
    display: none;
}

.global_input .tag.active {
    display: inline-flex;
}

.global_input .tag span {
    width: auto!important;
    margin: 0!important;
    color: black!important;
}

.global_input .tag img {
    position: absolute;
    right: 16px;
    height: 12px;
}


.global_input.sphere .tag {
    margin-top: 8px;
    position: relative;
    height: 40px;
    width: 280px;
    background: rgb(218, 218, 218);
    border-radius: 50px;
    align-items: center;
    padding: 0 20px;
    bottom: auto;
    display: inline-flex;
}

.global_input.sphere .tag.active {
    display: inline-flex;
}

.global_input.sphere .tag span {
    width: auto!important;
    margin: 0!important;
    color: black!important;
}

.global_input.sphere .tag img {
    position: absolute;
    right: 16px;
    height: 12px;
}


.button-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.button-wrap .apply {
    border: none;
    width: 230px;
    height: 50px;
    background: #E5D9D9;
    border-radius: 25px;
    color: #080808;
    font-size: 17px;
    font-family: 'Acrom';
}

