@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@300;400;700&display=swap');
body {
    background-image: linear-gradient(to right top, rgb(41, 129, 201), rgb(40, 90, 131), rgb(78, 91, 145), rgb(47, 103, 142), rgb(38, 65, 82));
    background-color: #3b6390;
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    margin: 0px;
    min-width: 320px;
    font-family: "Alexandria", serif, "Open Sans";
    direction: rtl;
    font-size: 13px;
    overflow-x: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.box {
    width: 98%;
    max-width: 600px;
    /* min-height: 100px; */
    background: #fff;
    margin: 5px;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    /* border: 0px solid #c2c2c2; */
}

.title-box {
    font-weight: 700;
    background: hsla(0, 0%, 95%, 1);
    padding: 9px;
    border-radius: 5px 5px 0px 0px;
    border-bottom: 1px solid hsla(0, 0%, 85%, 1);
    text-align: center;
    position: relative;
}

a.button1 {
    padding: 7px;
    display: inline-block;
    background: #8f8f8f;
    width: 40%;
    box-shadow: 1px 1px 2px 0px #cfcfcf;
    font-size: 13px;
    margin: 3px;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
}

.two-element {
    overflow: hidden;
    max-width: 700px;
    width: 95%;
    margin: auto;
    text-align: center;
    padding: 8px;
}

i.iconBtn {
    margin-left: 5px;
    font-size: 15px;
}

.title-box h2 {
    margin: 0;
    font-size: 18px;
    color: #ae4141;
}

.horscope-list .item {
    width: 31%;
    text-align: center;
    margin: auto;
    display: inline-table;
    margin-top: 22px;
}

.horscope-list {
    padding: 13px;
    margin: auto;
    text-align: center;
    font-weight: 700;
    font-family: 'Changa', sans-serif;
    margin-bottom: 25px;
}

.horscope-list .item img {
    width: 55px;
    height: 60px;
}

.horscope-list .item:hover {
    color: #1d8cff;
    transition: .8s;
}

.box .text {
    text-align: center;
    padding: 19px;
    line-height: 34px;
    font-size: 17px;
}

a {
    text-decoration: none;
    color: inherit;
}

.selector .item {
    display: inline-block;
    width: 23%;
    text-align: center;
    padding: 10px 0px;
}

.selector {
    text-align: center;
    border-radius: 0px 3px;
    width: 100%;
    color: #fff;
    margin: auto;
    margin-bottom: 10px;
    background: #368d5b;
    box-shadow: 1px 1px 1px #40614e;
    position: fixed;
    top: 0;
    z-index: 2;
    display: flex;
    flex-direction: row;
    transition: top 0.4s;
    justify-content: space-between;
	}

.item.selected {
    border-bottom: 1px solid #f6db03;
    border-bottom-width: 3px;
    margin-top: -3px;
    color: #ffe200;
    text-shadow: -1px 1px 5px #000000;
    font-weight: 700;
}

.abraj-text {
    text-align: center;
    padding: 6px;
    font-family: 'El Messiri', sans-serif;
}

img.brj-img {
    border-bottom: 1.2px solid #d2cfcf;
    padding-bottom: 5px;
}

.skillbar.clearfix {
    display: inline-block;
    width: 23%;
    padding: 3px;
}

.skillbar-title {
    transition: 2s;
    color: white;
    text-shadow: 1px 1px 1px black;
    max-width: 110px;
    width: 90%;
    margin: auto;
}

.didLike {
    padding: 10px;
    margin: 5px;
    text-align: center;
    font-size: 11px;
    font-family: 'Changa', sans-serif;
    border: 1px solid #d9d9d9;
}

.didLike .likeBox {
    margin: 15px;
    display: -webkit-inline-box;
}

.likeBox .like {
    display: inline-block;
    background: #e0dede;
    padding: 5px 17px;
    font-size: 20px;
    margin: auto;
    margin-left: 10px;
    text-align: center;
    border-radius: 7px;
    width: 35px;
    filter: grayscale(75%);
}

.likeBox .dislike {
    display: inline-block;
    background: #e0dede;
    padding: 5px 17px;
    font-size: 20px;
    margin: auto;
    margin-right: 10px;
    text-align: center;
    border-radius: 7px;
    width: 35px;
    filter: grayscale(75%);
}

.likeBox img {
    width: 35px;
}

.didLike h2 {
    margin-top: 20px;
    margin-bottom: unset;
}

.box .content {
    text-align: center;
    padding: 17px;
}

.content .button1 {
    width: 70%;
    padding: 15px 25px;
    font-size: 22px;
    font-weight: 700;
    font-family: 'El Messiri', sans-serif;
}

.title-box.extra {
    background-image: linear-gradient(to right top, rgb(157, 109, 25), rgb(182, 129, 35), rgb(197, 140, 39), rgb(219, 157, 42), rgb(255, 177, 34));
    color: white;
}

.extra.content {
    padding: 10px;
}

.extra.content h4 {
    font-size: 13px;
    font-weight: 400;
}

.buttons.extras .btn {
    display: inline-block;
    color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 15px;
    padding: 8px;
}

.buttons.extras .btn i {
    font-size: 18px;
}

.buttons.extras {
    width: 85%;
    display: inline-block;
    margin: 11px;
}

@media screen and (max-width: 444px) {
    .buttons.extras .btn {
        display: inline-block;
        color: white;
        border-radius: 50%;
        width: 45px;
        height: 45px;
        font-size: 14px;
        padding: 8px;
    }
    .buttons.extras .btn i {
        font-size: 16px;
    }
    .buttons.extras {
        width: 100%;
        display: inline-block;
        margin: 10px 0px;
    }
}

@media screen and (max-width: 355px) {
    .buttons.extras .btn {
        display: inline-block;
        color: white;
        border-radius: 50%;
        width: 38px;
        height: 38px;
        font-size: 12px;
        padding: 8px;
    }
    .buttons.extras .btn i {
        font-size: 14px;
    }
}

.decoration {
    border: .5px solid #bdbdbd;
    border-style: dashed;
    margin-bottom: 25px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.features {
    padding: 15px 0px;
    width: 100%;
    text-align: center;
}

.features .item {
    width: 40%;
    text-align: center;
    display: inline-block;
    background: #ec0060;
    color: white;
    font-weight: 700;
    margin-bottom: 5px;
    border-radius: 3px;
    padding-bottom: 5px;
    font-family: 'El Messiri', sans-serif;
}

.item .icon {
    font-size: 50px;
}

.box.footer {
    background: unset;
    text-align: center;
    border: unset;
    border-top: 1px solid white;
    margin-top: 10px;
    padding-top: 10px;
    border-radius: unset;
    max-width: 400px;
}

.box.footer a {
    color: white;
    font-family: 'Changa', sans-serif;
    font-weight: 800;
    font-size: 15px;
}

.copyright {
    margin-top: 10px;
    text-shadow: 0 0 9px white;
    color: white;
    font-size: 15px;
}

.item.blog {
    width: 100%;
    font-size: 22px;
    padding-top: 10px;
    font-weight: 700;
    text-shadow: 1px 0px 2px #ff3b3b;
}

.selector.blog {
    border-bottom: 1px solid #cecece;
    padding-bottom: 10px;
    font-family: 'El Messiri', sans-serif;
}

.box.blog img {
    border: 1px solid #094b8d;
    border-radius: 50%;
    padding-left: 0px;
    width: 80px;
    height: 80px;
    position: absolute;
    right: 3%;
    top: 2px;
    /* max-width: 100%; */
    /* max-height: 100%; */
    background: url(../img/defualt_Room.png) round;
}

.box.blog .text {
    font-family: 'El Messiri', sans-serif;
    font-size: 13px;
    text-align: right;
    padding: unset;
    width: 78%;
    height: 73%;
    display: block;
    border-right: 1px solid #d9d9d9;
    padding-right: 10px;
}

.box.blog .img {
    margin-left: 0px !important;
    padding: 3px;
    width: 100px;
    /* height: 20%; */
    display: block;
    text-align: center;
    border-left: 1px solid #d5d5d5;
}

.box.blog {
    width: 90%;
    padding: 8px;
    max-width: 500px;
    display: -webkit-box;
    position: relative;
}

.box.blog .text h2 {
    font-size: 15px;
    padding: unset;
    margin: unset;
    font-family: 'Changa', sans-serif;
    line-height: 2.5;
    padding-bottom: 0px;
}

.box.blog .text span {
    color: darkgrey;
    line-height: 15.4px;
}

.box.blog .img .views {
    color: dimgrey;
}

.box.blog a.views {
    position: absolute;
    font-size: 13px;
    bottom: 5px;
    left: 10px;
    font-family: 'Changa', sans-serif;
}

.box.blog a.time {
    position: absolute;
    font-size: 13px;
    font-family: 'Changa', sans-serif;
    bottom: 5px;
    right: 10px;
}

@media screen and (max-width: 468px) {
    .box.blog .text {
        font-size: 12px;
    }
}

@media screen and (max-width: 430px) {
    .box.blog .text {
        font-size: 12px;
        line-height: 0.1px;
    }
    .box.blog .text h2 {
        font-size: 13px;
        line-height: 1.5;
    }
    .box.blog a.time {
        font-size: 11px;
    }
    .box.blog a.views {
        font-size: 11px;
    }
}

@media screen and (max-width: 370px) {
    .box.blog .text h2 {
        line-height: 1.5;
        font-size: 12px;
    }
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*.loading {
    content: "";
    border: 2px solid #cdcbcc;
    border-color: #a9193f;
    border-top-color: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #9b9b9b;
    margin-left: auto;
    margin-right: auto;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 0.5s cubic-bezier(0.4, 0.41, 0.4, 0.41) infinite;
}*/

.item.op {
    width: 41%;
}

.box.post .head {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 275px;
    padding: 0px;
    border-bottom: 1px solid #e6e6e6;
}

.box.post .head .img {
    width: 100%;
    height: 100%;
}

.box.post .head .title {
    position: absolute;
    font-size: 11px;
    text-shadow: 1px 0px 3px #000000;
    color: white;
    bottom: 10px;
    right: 10px;
    font-family: 'Changa', sans-serif;
}

.box.post .head .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(3px);
}

.box.post .head .title span {
    font-size: 14px;
}

.box.post .head .counter {
    position: absolute;
    bottom: 10px;
    left: 10px;
    text-shadow: 2px 2px 3px #000000;
    color: white;
    font-family: 'Changa', sans-serif;
    font-size: 15px;
}

.box.post .head .counter span {
    margin: 7px;
}

.box.blog.random {
    border: unset;
    border-bottom: 1px solid #cecdcd;
    border-radius: 0;
    border-top: 1px solid #cecdcd;
    margin-top: unset;
    margin-bottom: unset;
    padding: 5px;
}

.box.post .foterbox {
    text-align: center;
    padding: 12px;
    border-top: 1px solid #c7c7c7;
}

img.whatmyzodiac {
    width: 243px;
    padding-bottom: 12px;
    display: -webkit-box;
    margin: auto;
    border-radius: 17%;
    opacity: .6;
}

h2 {
    margin: auto;
}

select.selectinput {
    display: -webkit-box;
    width: 80%;
    margin: auto;
    margin-top: 15px;
    padding: 7px;
    font-size: 18px;
    font-family: 'Changa', sans-serif;
}

a.button1.my-zodiacBtn {
    width: 160px;
    margin: 12px;
    color: #ffffff;
    text-shadow: 0 0 5px black;
    padding: 10px;
    transition: 1s;
}

a.button1.my-zodiacBtn:hover {
    background: #9b0000 !important;
    transition: 1s;
}

input.selectinput {
    display: -webkit-box;
    width: 77.5%;
    margin: auto;
    margin-top: 15px;
    padding: 7px;
    padding-right: 2%;
    padding-left: 0px;
    font-size: 18px;
    border: 1px solid red;
    font-family: 'Changa', sans-serif;
}

.dialog .content {
    position: relative;
    width: 80%;
    margin: auto;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    background-color: whitesmoke;
}

.dialog {
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 5;
    /* Sit on top */
    opacity: 1;
    top: 0;
    top: 1;
    width: 100%;
    /* Full width */
    visibility: visible;
    padding-top: 100px;
    height: 100%;
    /* Full height */
    /* overflow: hidden; */
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.65);
    /* Black w/ opacity */
    text-align: center;
    display: none;
}

h2.brjname {
    color: red;
    font-family: 'Changa', sans-serif;
}

.box.zodiacDesc img {
    border-radius: 5px 5px 0px 0px;
    width: 100% !important;
    height: 100% !important;
    filter: initial;
}

.box.zodiacDesc strong {
    font-size: 18px;
}

.box.zodiacDesc {
    padding-bottom: 25px;
    font-size: 15px;
}

a.button1.moreforzodiac {
    padding: 6px 9px;
    font-size: 13px;
    width: 40%;
}

a.button1.moreforzodiac.animated.anim2019btn.tada {
    animation-duration: 3s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
}

.shareAbraj {
    padding: 10px;
    margin-top: 10px;
    text-align: center;
    border-top: 1px solid #c5c5c5;
}

.shareAbraj span {
    display: block;
}

.shareAbraj a {
    padding: 3px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: inline-block;
    font-size: 32px;
    color: white;
    margin-top: 10px;
}

.shareAbraj a i {
    padding-top: 10px;
}

.solvebtn {
    text-align: center;
    line-height: 14px;
}

.head.puzzle span {
    color: red;
    text-shadow: 0px 0px 2px black;
}

.head.puzzle h2 {
    color: white;
}

.puzzletxt {
    padding: 15px;
    font-weight: 700;
    text-shadow: 0px 0px 2px black;
}

.box.post center a.button1 {
    padding: 10px;
    margin-bottom: 25px;
}

.content.puzzle {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 20px;
}

i.far.fa-lightbulb.idea {
    font-size: 50px;
    color: green;
    padding: 15px;
}

.box.blog.empty {
    text-align: center;
    display: block;
}

img.cover {
    width: 95%;
    max-width: 450px;
    border-radius: 10px;
    display: block;
    margin: auto;
    margin-bottom: 20px;
}

.twafokdiv {
    padding: 20px 0px;
}

.headTwafok {
    display: -webkit-inline-box;
    width: auto;
    text-align: center;
    margin: unset;
}

.headTwafok h2 {
    margin: 10px;
    font-size: 20px;
    text-align: center;
}

.wheel {
    display: -webkit-inline-box;
    padding-bottom: 22px;
}

.wheel-content h2 {
    font-size: 20px;
    margin: 12px;
    color: #ff3592;
}

.wheel-content span {
    display: -webkit-inline-box;
}

.wheel-content {
    line-height: 48px;
}

a.button1.startWheel {
    padding: 10px 5px;
    margin-top: 25px;
}

.lucky {
    display: block;
}

.lucky h1 {
    margin: auto;
    color: red;
    line-height: 3;
    font-size: 18px;
}

.lucky h2 {
    text-align: center;
    margin: 29px;
    border-bottom: 1px solid #cdcdcd;
    font-size: 21px;
    color: #0460b1;
}

.lucky span {
    font-family: 'Changa', sans-serif;
    font-weight: 300;
    font-size: 17px;
}

.lucky h3 {
    font-family: 'Changa', sans-serif;
}

.love-cover {
    position: relative;
    max-width: 500px;
    margin: auto;
}

.love-cover img {
    width: 100%;
    border-radius: 6px;
}

.love-cover span,
.love-cover h2 {
    position: absolute;
    top: 35%;
    left: 33%;
    font-size: 6vmin;
    color: #9bbfe8;
    text-shadow: 1px 1px 1px black;
    transform: rotate(-2deg);
}

.content.love-calculat h1 {
    font-size: 23px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
    color: #902f2f;
}

.nameInput {
    display: -webkit-box;
    width: 77.5%;
    position: relative;
    margin: auto;
    margin-top: 30px;
    padding-right: 60px;
}

.nameInput input#name {
    display: -webkit-box;
    border: 1px solid red;
    width: 100%;
    font-family: 'Changa', sans-serif;
    font-size: 18px;
    padding: 4px;
    padding-right: 49px;
    border-radius: 5px;
}

.nameInput i {
    position: absolute;
    top: 24%;
    right: 2%;
    font-size: 25px;
    color: #979797;
    border-left: 1px solid red;
    padding-left: 10px;
}

.box.chat {
    position: relative;
    display: -webkit-box;
    max-width: 500px;
    width: 95%;
    min-height: 85px;
}

.box.chat .text {
    padding: unset;
    height: 80px;
    width: 50%;
    height: 0px;
    padding-right: 3%;
    padding-left: 5px;
    display: block;
    font-family: 'Changa', sans-serif;
}

.box.chat .img img {
    border: 1px solid #094b8d;
    border-radius: 50%;
    padding-left: 0px;
    width: 90px;
    height: 90px;
    /* max-width: 100%; */
    /* max-height: 100%; */
}

.box.chat .text span {
    font-size: 11px;
    text-align: right;
    line-height: 1.5;
    display: -webkit-box;
}

.box.chat .text h2 {
    text-align: right;
    font-size: 16px;
}

.box.chat .img {
    margin-left: 0px !important;
    padding: 3px;
    width: 32%;
    height: 20%;
    display: block;
    text-align: center;
    border-left: 1px solid #d5d5d5;
}

.box.chat .statics {
    position: absolute;
    left: 6px;
    font-family: 'Changa', sans-serif;
    font-size: 15px;
    bottom: 0px;
}

.box.chat .statics img {
    width: 15px;
    height: 15px;
}

.box.chat .statics .lockedRoom {
    padding-left: 8px;
    color: #da0000;
}

.box.chat .starsRoom {
    position: absolute;
    top: 2px;
    left: 4px;
    color: #e10167;
}

.boxapp {
    max-width: 550px;
    background-color: #F7F7F7;
    margin: 5px 5px 15px;
    padding: 5px;
    border-radius: 5px;
    margin-right: auto;
    margin-left: auto;
    width: 96%;
    max-width: 700px;
}

.apphr {
    height: 1px;
    background-color: #F7F7F7;
    margin: 2px;
    display: block;
    width: 100%;
    clear: both;
}

div#wide {
    float: left;
    width: calc(100% - 113px);
    color: #000;
    text-align: right;
}

#wide span.title {
    font-size: 17px;
    font-weight: 700;
}

#wide span.contant {
    font-size: 14px;
}

#wide .textBottom {
    vertical-align: bottom;
    text-align: left;
    padding-left: 1px;
    font-size: 12px;
    padding-top: 19px;
    color: #4E4758;
}

#showmore-content {
    max-height: 170px;
    overflow: hidden;
    -webkit-transition: max-height 0.7s;
    -moz-transition: max-height 0.7s;
    transition: max-height 0.7s;
}

#showmore-content.open {
    max-height: 100% !important;
    -webkit-transition: max-height 0.7s;
    -moz-transition: max-height 0.7s;
    transition: max-height 0.7s;
}

.fade {
    background: -webkit-linear-gradient(top, rgba(100, 100, 100, 0) 0%, #fff 95%);
    background: linear-gradient(to bottom, rgba(100, 100, 100, 0) 0%, #fff 95%);
    height: 100px;
    margin-top: -100px;
    position: relative;
}

.show-more-main {
    background: #1748be;
    color: #fff;
    display: block;
    width: 85%;
    font-size: 16px;
    text-transform: uppercase;
    padding: 6px;
    text-align: center;
    margin: 10px auto;
    cursor: pointer;
}

.post-head img {
    padding: 1px;
    margin: 7px;
    border-radius: 100%;
    border: 1px solid #db4100;
}

.post-head {
    display: flex;
    margin-bottom: 10px;
    position: relative;
}

.post-head .dropdown {
    float: left;
    margin-top: 20px;
    margin-left: 15px;
}

.post-head .medium-data {
    width: 80%;
}

.post-head .medium-data .name {
    margin-top: 6px;
    font-size: 14px;
    margin-bottom: 2px;
}

.post-head .dropdown button {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background: #aaaaaa;
    overflow: hidden;
    font-size: 18px;
    align-items: center;
    color: white;
    border: 1px solid white;
    text-align: center;
    outline: unset;
}

.post-content img {
    /*  max-width: 300px;*/
    width: 90%;
    min-height: 100px;
}

.post-text p {
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    margin-top: 1px;
}

.post-footer {
    display: flex;
    margin: 10px 10px 2px 10px;
    font-size: 12px;
}

.post-likes-number {
    width: 50%;
}

.post-statics {
    width: 50%;
    text-align: left;
}

.post-options {
    background: #f2f2f2;
    display: flex;
    border-radius: 0px 0px 5px 5px;
    padding: 4px;
    margin-top: 5px;
    box-shadow: 0px -1px 5px 0px #f2f2f2;
}

.post-option {
    width: 33.33%;
    text-align: center;
    font-size: 20px;
    padding: 3px;
    color: #989898;
}

.box.loading {
    text-align: center;
}

.box.error p {
    text-align: center;
    color: red;
    font-weight: 700;
    padding: 20px;
}

.post-content {
    text-align: center;
}

.post-likes-number p {
    display: inherit;
}

.post-timeago p {
    display: inherit;
}

.post-options .one-row {
    width: 50%;
    text-align: center;
}

.post-options .one-row div {
    margin: auto;
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
}

.post-options .one-row p {
    display: initial;
    font-size: 15px;
}

.post-options .one-row i {
    font-size: 16px;
}

.post-options .one-row .button1 {
    width: 80%;
}

.comment-box {
    position: relative;
    margin: 5px;
    margin-top: 15px;
    max-width: 600px;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}

.comment-avatar img {
    position: absolute;
    top: 0px;
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 1px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    overflow: hidden;
}

.comment-content {
    background-color: #ededed;
    padding: 8px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    border-radius: 5px;
    margin-right: 70px;
    min-height: 82px;
}

.comment-text {
    color: #000000;
    font-size: 14px;
    min-height: 36px;
    overflow-x: hidden;
}

.comment-content::after {
    border-width: 10px 0px 10px 10px;
    border-style: solid;
    border-color: transparent #ededed;
    content: "";
    right: 60px;
    position: absolute;
    top: 15px;
}

.comment-content::before {
    border-color: transparent rgba(0, 0, 0, 0.27);
    top: 16px;
    border-width: 10px 0px 10px 10px;
    border-style: solid;
    content: "";
    right: 60px;
    position: absolute;
}

.comment-title {
    font-weight: 700;
    color: #ef0048;
    margin-bottom: 3px;
}

.comment-title p {
    display: initial;
    font-size: 11px;
    font-weight: 100;
    color: black;
}

.comment-left-btn {
    position: absolute;
    background-color: #71ba51;
    border-radius: 3px;
    padding: 2px;
    font-size: 11px;
    color: white;
    right: 5px;
    top: 70px;
    border-color: rgba(115, 155, 181, 0);
}

.comment-left-btn::before {
    content: " ";
    width: 0px;
    right: 17px;
    bottom: 25px;
    position: absolute;
    height: 13px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 8px solid #71ba51;
}

a.comment-report-btn {
    padding-right: 3px;
    color: #626262;
    padding-left: 3px;
    border-radius: 3px;
    font-size: 10px;
    border: 1px solid;
}

.comment-footer {
    direction: ltr;
    margin-top: 5px;
}

.box.comments {
    padding-top: 5px;
    padding-bottom: 10px;
}

a.button1.loadmore {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
    margin-top: 20px;
    background: #f00352;
}

.box.writeComment {
    padding: 1px;
}

.comment-box.write h2 {
    text-align: center;
    font-size: 14px;
    margin-top: 1px;
    font-weight: 700;
    color: #1f5e51;
    margin-bottom: 7px;
}

.comment-box.write {
    margin-top: 5px;
}

.comment-box.write .comment-avatar img {
    top: 20px;
    right: 10px;
}

.comment-box.write .comment-content::before {
    top: 38px;
    right: 70px;
}

.comment-box.write .comment-content::after {
    top: 37px;
    right: 70px;
}

.comment-left-btn.profileImg {
    right: 0px;
    top: 95px;
    background: #950cd4;
    width: 70px;
    text-align: center;
}

.comment-left-btn.profileImg::before {
    content: initial;
}

.comment-text textarea {
    text-align: center;
    background-color: rgb(236, 240, 241);
    border: 1px solid rgb(197, 197, 197);
    font-size: 14px;
    padding: 10px 0px;
    width: 100%;
    margin: 0px;
    height: 63px;
    resize: none;
    font-family: "Alexandria", serif, "Open Sans";
}

.comment-box.write .comment-footer {
    text-align: center;
}

.comment-box.write .comment-footer a {
    padding: 2px;
}

.comment-left-btn.sendComment::before {
    content: initial;
}

.comment-left-btn.sendComment {
    top: 135px;
    background-color: #d40c0c;
    right: 0px;
    width: 70px;
    text-align: center;
}

.comment-box.write .comment-content {
    margin-right: 80px;
}

.box.comments .commentCount {
    font-size: 14px;
    text-align: center;
    margin: 7px;
    background: linear-gradient(to right, #f70000, #22aff5 93%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.box .break {
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    margin-top: 10px;
    display: block;
    clear: both;
}

.box.login .desc {
    padding: 10px;
    margin: 10px;
    font-size: 14px;
    text-align: center;
}

.box.login {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 50px;
    padding-top: 30px;
    padding-bottom: 50px;
}

.box.account {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

a.button1.googleLoginBtn {
    background: #e13f2a;
}

.box.login .button1 {
    font-size: 14px;
    width: 65%;
    margin: 10px;
}

a.button1.facebookLoginBtn {
    background: #4166b3;
}

.login-img-logo {
    text-align: center;
    margin-top: 20px;
}

.login-img-logo img {
    width: 120px;
}

.box-footer .button1 {
    width: auto;
    font-size: 10px;
    display: inline;
    background: #153d35;
}

.box-footer {
    text-align: center;
    margin-top: 25px;
}

.box.login h2 {
    background: linear-gradient(to right, #f70000, #22aff5 93%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 25px;
}

.item a i {
    font-size: 23px;
}

.comment-delete-btn {
    padding-right: 3px;
    color: #bb7a7a;
    padding-left: 3px;
    border-radius: 3px;
    font-size: 10px;
    border: 1px solid;
}

account-profile-img .account-profile-img {
    border-radius: 50%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.image_inner_container {
    border-radius: 50%;
    padding: 2%;
    background: #833ab4;
    width: 100%;
    margin: auto;
    height: 100%;
    background: -webkit-linear-gradient(to bottom, #fcb045, #fd1d1d, #833ab4);
    background: linear-gradient(to bottom, #fcb045, #fd1d1d, #833ab4);
}

.account-profile-img img {
    width: 100%;
    height: 100%;
    margin: 0px;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    border: 3px solid white;
    box-sizing: border-box;
}

.green_icon {
    background-color: #4cd137;
    position: absolute;
    right: 2px;
    bottom: 2px;
    height: 20%;
    width: 20%;
    border: 2px solid white;
    border-radius: 50%;
}

.account-profile-img {
    position: relative;
    width: auto;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 5px;
    width: 100px;
    height: 100px;
}

.box.account h2 {
    background: linear-gradient(to right, #f70000, #22aff5 93%);
    -webkit-background-clip: text;
    color: red;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 21px;
}

.account-info-line {
    display: flex;
    margin-top: 5px;
}

p.account-info-prop {
    width: 40%;
    text-align: right;
    font-size: 15px;
    margin: 0;
    margin-right: 10px;
    font-weight: 700;
    color: #bd2d6e;
}

p.account-info-value {
    width: 50%;
    text-align: right;
    font-size: 15px;
    margin: 0;
    margin-right: 10px;
    overflow-x: hidden;
}

.box.account .break {
    margin: 10px;
}

a.change-profile-btn {
    display: block;
    margin-bottom: 15px;
}

.account-info-line {
    position: relative;
}

.edit-name-btn {
    position: absolute;
    left: 10px;
    top: 5px;
    font-size: 15px;
}

.edit-name-btn .edit {
    color: #bd2d6e;
}

p.change-name-btn {
    margin: auto;
    background: #1b5a8e;
    color: white;
    border-radius: 3px;
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
}

input#fullname-input {
    width: 88%;
    padding: 2px;
    font-size: 12px;
    font-family: "Alexandria", serif, "Open Sans";
}

p.account-info-value .select-gender {
    padding: 2px;
    font-family: "Alexandria", serif, "Open Sans";
    font-size: 12px;
}

.box.cat a div {
    padding: 37px;
    border-radius: 4px;
    margin: 10px;
    box-shadow: 0px 0px 4px black;
}

.box.cat {
    padding-bottom: 10px;
    padding-top: 10px;
}

.green_icon.red {
    background-color: #e82121;
}

.new-post .account-profile-img {
    width: 50px;
    height: 50px;
}

.header-new-post .fullname {
    width: 50%;
    margin-right: 15px;
    margin-top: 20px;
}

.header-new-post {
    display: flex;
    margin: 10px;
}

.new-post-element .post-text textarea {
    width: 99%;
    height: 200px;
    font-size: 20px;
    text-align: center;
    padding: 80px 30px;
    font-family: "Alexandria", serif, "Open Sans";
    border-bottom: 1px solid #f2f2f2;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #f2f2f2;
    display: block;
    resize: none;
    margin: auto;
    background: 0;
    font-weight: 700;
    overflow: hidden;
    color: black;
    text-shadow: 0px 0px 1px white;
}

.new-post-element .post-text {
    margin: auto;
    width: 100%;
    background-size: cover;
    box-shadow: none;
}

.new-post-element .post-text textarea::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 700;
    text-shadow: 1px 0px 2px white;
    color: #000;
}

.new-post-element .post-text textarea.white::-webkit-input-placeholder {
    color: white;
    text-shadow: 1px 0px 1px #000;
}

img.post-background-thumbs {
    border-radius: 5px;
    margin: 1px;
    border: 1px solid #ccd0d5;
    box-shadow: 0 1px 2px 0 #bec3c9;
    width: 36px;
    height: 36px;
}

.post-background-container {
    text-align: center;
    margin-top: 10px;
}

.select-media-continer {
    text-align: center;
    margin-top: 10px;
}

.select-media-continer a {
    font-size: 14px;
    margin: 1px;
}

.send-post {
    text-align: center;
    margin-top: 15px;
}

.send-post a {
    font-size: 17px;
    font-weight: 700;
}

.box.alert {
    color: black;
    margin-top: 20px;
    font-size: 11px;
    display: flex;
    border: 2px solid #f98a89;
    margin-bottom: 15px;
}

.box.alert .alert-icon-warning {
    background-color: #f98a89;
    width: 25%;
    position: relative;
}

.box.alert .alert-icon-warning i {
    position: absolute;
    top: 23px;
    color: white;
    font-size: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.box.alert .alert-content p {
    background-color: #fff5f5;
    margin: 0;
    padding: 5px;
    border-radius: 5px;
}

textarea#post-textarea.white {
    color: white;
    text-shadow: 1px 1px black;
}

.img-post-continer {
    text-align: center;
    margin-bottom: 25px;
    margin-top: 25px;
}

.post-content.visitor img {
    width: 100%;
}

.post-text.background {
    background-size: cover;
}

.post-text.background p.white {
    padding: 60px;
    color: white;
    font-size: 17px;
    text-shadow: 1px 0px 1px #000;
    direction: initial;
}

.post-text.background p.black {
    padding: 60px;
    color: black;
    font-size: 17px;
    text-shadow: 1px 0px 1px white;
}

.user-menu-overlay {
    position: fixed;
    background-color: #000;
    z-index: 2;
    height: 100%;
    width: 100%;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity 0.45s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: opacity 0.45s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}

.user-menu-content {
    color: #1b1919;
    position: fixed;
    padding-right: 5px;
    padding-left: 5px;
    z-index: 3;
    border-radius: 7px;
    width: 400px;
    text-align: center;
    margin-right: -200px;
    background-color: #fff;
    -webkit-box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
    font-family: 'Alexandria', serif, 'Open Sans';
    right: 50%;
    top: 30%;
    font-size: 16px;
    -webkit-animation: bounceIn .35s ease;
    -o-animation: bounceIn .35s ease;
    animation: bounceIn .35s ease;
}

.user-menu-content p {
    font-size: 13px;
    margin-top: 5px;
    color: gray;
}

.user-menu-content a.option {
    border-bottom: 1px solid #d2d2d2;
    width: 100%;
    display: block;
    padding-bottom: 10px;
    padding-top: 10px;
}

@media all and (max-width: 540px) {
    .user-menu-content {
        width: 70%;
        margin-right: 0;
        margin-left: 0;
        right: 15%;
        top: 20%;
    }
}

.post-user-menu {
    position: absolute;
    left: 7px;
    top: 10px;
    font-size: 18px;
    color: #8a837c;
}

a.post-menu-btn {
    display: block;
    padding: 11px;
    font-size: 18px;
}

a.post-menu-btn:active {
    background: #e8e8e8;
    border-radius: 50%;
}

.user-menu-content.hide {
    -webkit-animation: bounceOut .35s ease;
    -o-animation: bounceOut .35s ease;
    animation: bounceOut .35s ease;
}

.no-comments p {
    text-align: center;
    padding: 18px;
    font-size: 20px;
    font-weight: 700;
    background: linear-gradient(to right, #f70000, #22f523 93%);
    -webkit-background-clip: text;
    color: red;
    -webkit-text-fill-color: transparent;
}

.box.account.posts .account-profile-img {
    width: 60px;
    height: 60px;
}

.box.account.posts .fullname {
    display: block;
    margin-top: 7px;
}

.box.account.posts .fullname {
    display: block;
    margin-top: 3px;
}

.box.account.posts {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.box.account.posts .title-box {
    color: #fc0064;
}

.post-content.visitor.blur img {
    filter: blur(7px);
    -webkit-filter: blur(7px);
}

.button1.removeBlurImg {
    color: #000000;
    position: absolute;
    background: #ffffff73;
    padding: 5px;
    margin: 0;
    border-radius: 5px;
    font-size: 15px;
    top: 50%;
    /* position the top  edge of the element at the middle of the parent */
    text-shadow: 0px 0px 4px white;
    width: auto;
    /* position the left edge of the element at the middle of the parent */
    transform: translate(-50%, -50%);
    left: 50%;
}

.post-content.visitor.blur a {
    position: relative;
    display: block;
}

.swoar {
    width: 100%;
    overflow: hidden;
    margin-top: 45px;
}

.box.search-box p {
    text-align: center;
}

input#user-search-input {
    display: block;
    margin: auto;
    width: 75%;
    padding: 5px;
    border: 1px solid gray;
    font-size: 14px;
    font-family: "Alexandria", serif, "Open Sans";
    font-weight: 700;
    border-radius: 3px;
}

a.button1.search-btn {
    margin: 15px;
    margin-left: auto;
    width: 40%;
    margin-right: auto;
    background: #8e1b29;
}

.box.search-box {
    margin-top: 20px;
    text-align: center;
}

.box.search-box .title-box {
    color: #ff0036;
}

.box.noresult {
    text-align: center;
    padding: 2px;
    color: #ff0036;
    font-weight: 700;
}

.box.post.search-result .img-profile {
    width: 160px;
}

.box.post.search-result .medium-data {
    width: -webkit-fill-available;
}

.search-options {
    width: 115px;
    text-align: center;
    padding-top: 3px;
}

.search-options a {
    display: block;
    float: left;
    width: inherit;
}

.search-options a {
    font-size: 12px;
    padding: 2px;
    border-radius: 0;
}

a.button1.search-loadmore {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
    margin-top: 20px;
    background: #f00352;
}

.box.post.search-result {
    margin-top: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.box.post.search-result .post-head {
    margin-bottom: 0;
}

.box.friends-list-box .title-box span {
    color: #fc0064;
}

.box.post.friends-list .button1 {
    text-align: center;
    padding: 1px;
    font-size: 11px;
    width: 45%;
}

.box.post.friends-list {
    border-bottom: 1px solid #e3e3e3;
    border-radius: 0;
}

.box.post.friends-list .post-head {
    margin-bottom: 0;
}

.box.post.friends-list .img-profile img {
    width: 50px;
    height: 50px;
    margin: 5px;
}

.box.post.friends-list p.name {
    margin-top: 0;
    font-size: 13px;
    padding-right: 5px;
    text-align: right;
    overflow-x: hidden;
}

.box.post.friends-list .medium-data {
    text-align: center;
}

.box.friends-list-box a#showMore {
    text-align: center;
    width: 50%;
    margin: auto;
    padding: 2px;
    display: block;
    margin-bottom: 5px;
}

.box.friends-list-box {
    padding: 1px;
}

.box.friends-list-box .title-box img {
    position: absolute;
    right: 15px;
    top: 10px;
}

#showmore-content.wait-friends {
    max-height: 110px;
}

.box.friends-list-box .empty p {
    text-align: center;
    padding: 10px;
    font-weight: 700;
    font-size: 18px;
    background: linear-gradient(to right, #f70000, #22aff5 93%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.box.friends-list-box .empty {
    text-align: center;
    padding: 5px;
}

.box.send-friend-request .content span {
    display: block;
    font-size: 11px;
    padding-top: 5px;
}

a.button1.send-friend-btn {
    padding: 4px;
    font-size: 14px;
    font-family: "Alexandria", serif, "Open Sans";
    margin-top: 15px;
}

.box.accept-friend-request .content span {
    display: block;
    margin-top: 5px;
}

.accept-request .button1 {
    width: 30%;
    padding: 3px;
    font-family: "Alexandria", serif, "Open Sans";
    font-size: 12px;
    margin: 5px;
}

.box.friend-request-waiting .content span {
    display: block;
    margin-top: 5px;
}

.chat-data {
    display: flex;
    position: relative;
}

.chat-data .account-profile-img {
    width: 60px;
    height: 60px;
    margin: 5px;
}

.chat-data .account-profile-img .image_inner_container {
    padding: 1px;
}

.chat-data .account-profile-img .image_inner_container img {
    border: 1px solid #fff;
}

.chat-data p {
    margin: 1px;
    font-size: 11px;
}

.friend-data p {
    margin: 6px;
}

.friend-data p.lastseen {
    font-size: 10px;
}

.friend-data p.name {
    font-weight: 700;
    margin-top: 9px;
    color: #ef0c50;
    font-size: 13px;
}

.box.chat-send-msg .box writeComment {
    margin: 0;
}

.box.chat-send-msg .box.writeComment {
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background: #fffbfb;
}

.box.chat-send-msg .box.writeComment .comment-box.write {
    margin: 1px;
    width: 100%;
}

.box.chat-send-msg .box.writeComment .comment-box.write .comment-content {
    padding: 3px;
}

.box.chat-send-msg .comment-left-btn.sendComment {
    top: 65px;
}

.box.chat-send-msg .comment-avatar img {
    top: 5px;
}

.box.chat-send-msg .comment-title {
    font-size: 11px;
    color: #626262;
}

.box.chat-send-msg .comment-box.write .comment-content::before {
    top: 21px;
}

.box.chat-send-msg .comment-box.write .comment-content::after {
    top: 20px;
}

.box.chat-send-msg form {
    margin-bottom: 1px;
}

.box.chat-send-msg form textarea {
    height: 35px;
    font-size: 11px;
    padding: 3px;
}

.box.chat-send-msg .comment-footer img {
    width: 17px;
}

.box.chat-send-msg .comment-footer {
    text-align: center;
}

.box.chat-content {
    padding: 1px;
    padding-bottom: 10px;
}

.chat-data .post-user-menu {
    top: 15px;
}

.box.chat-content .comment-footer {
    margin-top: 2px;
}

.box.chat-content .comment-content {
    padding: 5px;
}

.box.chat-content .commentCount {
    font-size: 14px;
    text-align: center;
    margin: 3px;
    background: linear-gradient(to right, #f70000, #22aff5 93%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.box.chat-content .break {
    margin: 1px;
}

.comment-left-btn.sendMsgs {
    top: 68%;
    background-color: #d40c0c;
    right: 1px;
    width: 70px;
    text-align: center;
}

.comment-left-btn.sendMsgs::before {
    content: initial;
}

a.button1.loadmore-chat-msgs {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
    margin-top: 20px;
    background: #f00352;
}

.chat-msg-delete-btn {
    padding-right: 3px;
    color: #bb7a7a;
    padding-left: 3px;
    border-radius: 3px;
    font-size: 10px;
    border: 1px solid;
}

.save-chat-img {
    display: block;
    width: 60px;
    text-align: center;
    margin: 5px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3px;
    color: #d40c0c;
    border: 1px solid #d40c0c;
}

div#showmore-content.sending-friends {
    max-height: 110px;
}

h2.friend-count {
    font-size: 14px;
    text-align: center;
    margin: 7px;
    background: linear-gradient(to right, #f70000, #22aff5 93%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.box.chat-list .title-box {
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

.box.chat-list .title-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.box.chat-list .title-box img {
    padding: 5px;
}

.post-head.chat-list-item .name {
    font-weight: 700;
    margin-right: 5px;
    font-size: 15px;
}

.post-head.chat-list-item .short-text {
    margin-right: 5px;
    margin-top: 0;
    font-size: 13px;
    color: #747474;
    margin-bottom: 0;
}

.post-head.chat-list-item .medium-data .left-element img {
    border: 0;
    width: 30px;
    margin: 1;
}

.post-head.chat-list-item .medium-data .left-element {
    position: absolute;
    top: 10px;
    left: 10px;
    text-align: center;
    font-size: 10px;
}

.post-head.chat-list-item .medium-data {
    position: relative;
}

.post-head.chat-list-item .medium-data .left-element p {
    margin: 0;
    color: #727272;
}

.post-head.chat-list-item {
    border-bottom: 1px solid #dedede;
    margin: 10px;
}

.box.chat-list {
    padding: 1px;
}

.video-icon img {
    width: 60px;
    height: 60px;
    min-height: 60px;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.post-continer {
    position: relative;
}

.selector a {
    display: block;
}

.notify {
    position: absolute;
    top: -6px;
    left: -13px;
    font-size: 15px;
    background: red;
    width: 19px;
    padding: 1px;
    border-radius: 50%;
    text-align: center;
    height: 19px;
}

p.account-info-value.fullname span {
    font-size: 11px;
    color: #de3f3f;
}


.box.ads .txt {
    background: #3b78a3;
    position: absolute;
    padding-left: 5px;
    padding-right: 5px;
    right: 0;
    top: 0;
    color: white;
    border-radius: 0px 4px 0px 10px;
}

.box.ads {
    position: relative;
}

.box.ads {
    position: relative;
}