@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600&display=swap');
@import url('font-awesome.min.css');
html {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    min-height:100%;
}
label,
p {
    margin: 0;
    font-weight:normal
}

button,
input,
select,
textarea {
    background: 0 0;
    border: none;
    outline: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0
}

textarea{
    vertical-align:middle;
}

ul {
    padding: 0;
    margin: 0
}
li{
    list-style:none;
}

dl,
ol,
ul {
    margin-bottom: 0
}
.htmlFixed{
    overflow:hidden
}

a,
a:active,
a:focus,
a:hover,
a:link,
a:visited {
    text-decoration: none;
    outline: 0
}

:root {
    font-size: 10px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    font-family: "Open Sans", Arial, sans-serif;
    min-height: 100vh;
    background-color: #fafafa !important;
    color: #262626;
    padding-bottom: 3rem;
}

img {
    display: block;
}

.container {
    width: 935px;
	max-width:100%;
    margin: 0 auto;
    padding: 0 2rem;
}

.btn {
    display: inline-block;
    font: inherit;
    background: none;
    border: none;
    color: inherit;
    padding: 0;
    cursor: pointer;
}
.demo-profile-bio span,
.demo-profile-bio p,
.demo-profile-bio div,
.demo-profile-bio ul,
.demo-profile-bio h1,
.demo-profile-bio h2,
.demo-profile-bio h3,
.demo-profile-bio h4,
.demo-profile-bio h5,
.demo-profile-bio h6,
.demo-profile-bio a {
    background-color: transparent !important;
}
.btn:focus {
    outline: 0.5rem auto #4d90fe;
}

.sanal-hafiza {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

     .btn {
            appearance: none;
            -webkit-appearance: none;
            font-family: sans-serif;
            cursor: pointer;
            padding: 12px;
            border: 0px;
            -webkit-transition: background-color 100ms linear;
            -ms-transition: background-color 100ms linear;
            transition: background-color 100ms linear;
        }

        .btn:focus,
        .btn.focus {
            outline: 0;
        }

        .btn-round-1 {
            border-radius: 6px;
        }

        .btn-round-2 {
            border-radius: 20px;
        }

        .btn-dark {
            background: #000;
            color: #ffffff;
        }

        .btn-dark:hover {
            background: #212121;
            color: #ffffff;
        }

        .btn-light {
            background: #ededed;
            color: #000;
        }

        .btn-light:hover {
            background: #dbdbdb;
            color: #000;
        }

        .btn-primary {
            background: #3498db;
            color: #ffffff;
        }

        .btn-primary:hover {
            background: #2980b9;
            color: #ffffff;
        }

        .btn-success {
            background: #2ecc71;
            color: #ffffff;
        }

        .btn-success:hover {
            background: #27ae60;
            color: #ffffff;
        }

        .btn-warning {
            background: #f1c40f;
            color: #ffffff;
        }

        .btn-warning:hover {
            background: #f39c12;
            color: #ffffff;
        }

        .btn-danger {
            background: #e74c3c;
            color: #ffffff;
        }

        .btn-danger:hover {
            background: #c0392b;
            color: #ffffff;
        }

/* Profile Section */

.profile-ideio {
    padding: 5rem 0;
}



.profile-ideio::after {
    content: "";
    display: block;
    clear: both;
}

.profile-image-ideio {
    float: left;
    width: calc(33.333% - 1rem);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 3rem;
}

.profile-image-ideio img {
    border-radius: 50%;
}

.profile-user-settings-ideio,
.demo-stats,
.demo-profile-bio {
    float: left;
    width: calc(66.666% - 2rem);
}

    .demo-stats ul {
        margin-bottom: 30px
    }
.profile-realname{
	display:block
}

.profile-user-settings-ideio {
    margin-top: 1.1rem;
}

.profile-username {
    display: inline-block;
    font-size: 3.2rem;
    font-weight: 300;
}

.profile-edit-btn {
    font-size: 1.4rem;
    line-height: 1.8;
    border: 0.1rem solid #dbdbdb;
    border-radius: 0.3rem;
    padding: 0 2.4rem;
    margin-left: 2rem;
}

.profile-settings-btn {
    font-size: 2rem;
    margin-left: 1rem;
}

.demo-stats {
    margin-top: 2.3rem;
}

.demo-stats li {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-right: 4rem;
    cursor: pointer;
}

.demo-stats li:last-of-type {
    margin-right: 0;
}

.demo-profile-bio {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 2.3rem;
}

.profile-realname,
.demo-stat-count,
.profile-edit-btn {
    font-weight: 600;
}

/* Gallery Section */

.photo-list::before,
.photo-list::after{
    content:'';
    display:table
}
.photo-list::after{
    clear:both;
}
.photo-list{
	margin: 0 -15px;
}
.photo-list > div{
	float:left;
	width:33.33333333%;
	padding: 0 10px;
	margin-bottom: 20px;
}

.photo-element{
    position: relative;
    color: #fff;
    cursor: pointer;
}

.photo-element:hover .photo-element-ideio,
.photo-element:focus .photo-element-ideio {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    left: 10px;
    right: 10px;
}

.photo-element-ideio {
    display: none;
}

.photo-element-ideio li {
    display: inline-block;
    font-size: 1.7rem;
    font-weight: 600;
}

.gallery-item-likes {
    margin-right: 2.2rem;
}

.photo-element-types{
    position: absolute;
    top: 10px;
    right: 19px;
    font-size: 2.5rem;
    text-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
}

.fa-clone,
.fa-comment {
    transform: rotateY(180deg);
}

.photo-img{
    width: 100%;
    object-fit: cover;
	height:360px;
}


.loader {
    width: 5rem;
    height: 5rem;
    border: 0.6rem solid #999;
    border-bottom-color: transparent;
    border-radius: 50%;
    margin: 0 auto;
    animation: loader 500ms linear infinite;
}


@media screen and (max-width: 40rem) {
    .profile-ideio {
        display: flex;
        flex-wrap: wrap;
        padding: 4rem 0;
    }

    .profile-ideio::after {
        display: none;
    }

    .profile-image-ideio,
    .profile-user-settings-ideio,
    .demo-profile-bio,
    .demo-stats {
        float: none;
        width: auto;
    }

    .profile-image-ideio img {
        width: 7.7rem;
    }

    .profile-user-settings-ideio {
        flex-basis: calc(100% - 10.7rem);
        display: flex;
        flex-wrap: wrap;
        margin-top: 1rem;
    }

    .profile-username {
        font-size: 2.2rem;
    }

    .profile-edit-btn {
        order: 1;
        padding: 0;
        text-align: center;
        margin-top: 1rem;
    }

    .profile-edit-btn {
        margin-left: 0;
    }

    .demo-profile-bio {
        font-size: 1.4rem;
        margin-top: 1.5rem;
    }

    .profile-edit-btn,
    .demo-profile-bio,
    .demo-stats {
        flex-basis: 100%;
    }

    .demo-stats {
        order: 1;
        margin-top: 1.5rem;
    }

    .demo-stats ul {
        display: flex;
        text-align: center;
        padding: 1.2rem 0;
        border-top: 0.1rem solid #dadada;
        border-bottom: 0.1rem solid #dadada;
    }

    .demo-stats li {
        font-size: 1.4rem;
        flex: 1;
        margin: 0;
    }

    .demo-stat-count {
        display: block;
    }
}



@keyframes loader {
    to {
        transform: rotate(360deg);
    }
}



@supports (display: grid) {
    .profile-ideio {
        display: grid;
        grid-template-columns: 1fr 2fr;
        grid-template-rows: repeat(3, auto);
        grid-column-gap: 3rem;
        align-items: center;
    }

    .profile-image-ideio{
        grid-row: 1 / -1;
    }

    .photo-list {
    }

    .profile-image-ideio, .profile-user-settings-ideio, .demo-stats, .demo-profile-bio, .photo-element {
        width: auto;
        margin: 0;
    }

    @media (max-width: 40rem) {
        .profile-ideio {
            grid-template-columns: auto 1fr;
            grid-row-gap: 1.5rem;
        }

        .profile-image-ideio{
            grid-row: 1 / 2;
        }

        .profile-user-settings-ideio {
            display: grid;
            grid-template-columns: auto 1fr;
            grid-gap: 1rem;
        }

        .profile-edit-btn,
        .demo-stats,
        .demo-profile-bio {
            grid-column: 1 / -1;
        }

        .profile-user-settings-ideio,
        .profile-edit-btn,
        .profile-settings-btn,
        .demo-profile-bio,
        .demo-stats {
            margin: 0;
        }
    }
}
.profile-username{
	max-width:300px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	vertical-align: middle;
}
.demo-post{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:99999;
	padding:0 30px;
	align-items:center;
	justify-content:center;
	display:none;
}
.demo-post.post_modal_act{
	display:flex;
}
 .badge {
            background-color: #e1effe;
            color: rgba(30, 66, 159, 0.65);
            padding: 4px 8px;
            text-align: center;
            border-radius: 5px;
        }
.demo-empty{
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background:rgba(0,0,0,.65)
}
.demo-content{
	max-width:100%;
	position:relative;
	z-index:2;
	display:table;
	table-layout:fixed;
	/*height: 95vh;*/
	max-width: 95%;
}
.demo-img {
    /* width: 100%; */
    max-width: 600px;
    margin: 0 auto;
}

    .demo-img img {
        display: block;
        width: 100%;
        height: auto;
        object-fit: cover;
        /* border-radius: 8px; */
    }
.demo-content > div{
	display:table-cell;
	vertical-align:top;
}
.demo-content > div.demo-img{
	background: #000;
	vertical-align: middle;
	overflow: hidden;
	position: relative;
}
.demo-img img{
	max-height: 95vh;
	max-width: 100%;
}
.demo-img video{
	height: 95vh;
	width: auto;
	max-width: 100%;
}
.demo-ideio-content{
	background:#fff;
	width:500px;
	position: relative;
	z-index: 2;
}
.ideio-topbar{
	border-bottom:1px solid #efefef;
	padding:14px 4px 14px 16px;
	display:inline-block;
	vertical-align:middle;
	width:100%;
}
.ideio-post-logo{
	border-radius:50%;
	width:32px;
	float:left;
}
.ideio-post-logo img{
	height:32px;
	height:32px;
	object-fit:cover;
	border-radius:50%;
}
.ideio-topbar > span{
	line-height:32px;
	float:left;
	font-size:14px;
	font-weight:600;
	margin-left:14px;
}
.ideio-topbar > p {
    line-height: 22px;
    float: left;
    font-size: 14px;
    margin-left: 14px;
    margin-top: 5px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
}
.ideio-topbar > u{
	text-decoration: none;
}
.ideio-topbar > span span{
	background-repeat: no-repeat;
	background-position: -244px -369px;
	height: 12px;
	width: 12px;
	display: inline-block;
	vertical-align: middle;
}
.ideio-text{
	padding:16px 16px 16px 52px;
	position:absolute;
	left:0;
	top:61px;
	bottom:111px;
	overflow-y:auto;
}
.ideio-text .ideio-post-logo{
	position:absolute;
	left:16px;
	top:16px;
}
.ideio-text .ideio-topbar{
	padding:0;
	border:none
}
.ideio-text .ideio-topbar > span{
	width:100%;
	line-height: normal;
	position: relative;
	top: 6px;
	line-height: 20px;
}
.ideio-text .ideio-topbar > span p{
	
}
.share-time {
  display: block;
  width: 100%;
  clear: both;
  text-decoration: none !important;
}
.share-time > u {

  text-decoration: none !important;
}

.ideio-text .ideio-topbar > span u{
	text-decoration:none;
	font-size:12px;
	color:#8e8e8e;
	font-weight:400;
	display:block;
	margin-top:16px
}
.ideio-pop{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	border-top:1px solid #efefef;
	padding:16px;
}
.ideio-pop ul{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	position:relative;
}
.ideio-pop ul li{
	float:left;
}
.ideio-pop ul li + li{
	margin-left:16px;
}
.ideio-pop ul li:last-child{
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
}
.ideio-pop h4{
	color:#262626;
	margin:12px 0 0;
	font-size:14px;
	font-weight:600
}
.ideio-pop h4 span{
	letter-spacing: .2px;
	color:#8e8e8e;
	font-size:10px;
	margin-top:6px;
	display:block
}
.phoneCloser{
	background:#fff;
	text-align:center;
	color:#262626;
	font-size: 16px;
	padding: 16px 16px;
	font-weight:600;
	position:relative;
	display:none;
}
.phoneCloser svg{
	position:absolute;
	left:16px;
	top:50%;
	transform:translateY(-50%) rotate(-90deg);
}
.demo-post > span{
	position:absolute;
	right:18px;
	top:18px;
	z-index: 2;
}
.demo-img .swiper-container{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.demo-img .swiper-container .swiper-slide{
	display:flex;
	align-items:center;
}
.multiplePost > button.coreSpriteLeftChevron {
    background-position: -130px -98px;
	left:15px;
}
.multiplePost > button.coreSpriteRightChevron {
    background-position: -162px -98px;
	right:15px;
}
.multiplePost > button{
	cursor:pointer;
	position:absolute;
	z-index:2;
	top:50%;
	transform:translateY(-50%);
	background:url(../img/32f0a4f27407.png);
	background-repeat: no-repeat;
	height: 30px;
    width: 30px;
}
.multiplePost > button.swiper-button-disabled{
	display:none
}
#mainPagination{
	position:absolute;
	bottom:15px;
	width:100%;
	text-align:center;
	z-index:2
}
#mainPagination .swiper-pagination-bullet{
	width:6px;
	height:6px;
	background:#fff;
	margin:0 2px;
}
.coreSpriteVerifiedBadge {
    height: 18px;
    width: 18px;
    background:url(../img/32f0a4f27407.png);
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background-position: 0 -369px;
}
@media(max-width:992px){
	.demo-ideio-content{
		width:350px
	}
}
@media(max-width:768px){
	.photo-img{
		height: 165px;}
	body{
		margin:0
	}
	.photo-list{
		margin: 0 -2px;
	}
	.photo-list > div{
		padding: 0 1px;
		margin: 0 0 2px;
	}
	.container{
		padding:0 15px;
	}
	.demo-stats ul{
		margin-bottom:0;
		border-bottom:none;
		margin: 0 -15px;
	}
	main .container{
		padding:0
	}
	.profile-ideio{
		padding-bottom:0
	}
	.btn.profile-settings-btn{
		display:none;
	}
	.demo-img video{
		width:100%;
		height:auto
	}
	.demo-post > span{
		display:none
	}
	.demo-img img{
		width:100%;
		max-height: none;
	}
	.demo-content{
		width:100%;
		display:block;
		max-width: none;
	}
	.phoneCloser{
		display:block
	}
	.demo-content > div{
		display:block;
		width:100%;
	}
	.demo-post{
		padding:0;
		overflow-y: auto;
		background: #fff;
	}
	.demo-post.post_modal_act{
		display:block;
	}
	.demo-img{
		min-height:auto;
		max-width:none
	}
	.ideio-pop{
		position:static;
	}
	.ideio-text{
		position:relative;
		top: 0;
	}
	.demo-empty{
		display:none
	}
	.demo-ideio-content > .ideio-topbar{
		display:none
	}
	.profile-username{
		max-width:180px;
	}
	.photo-element-ideio{
		display:none !important
	}
}