body {
    background-image: linear-gradient(to right top, rgb(57, 98, 157), rgb(52, 86, 141), rgb(46, 77, 125), rgb(49, 109, 144), rgb(0, 68, 140));
    background-color: #2e4e7d;
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    margin: 0px;
    padding: 0px;
    line-height: 1.5;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    min-width: 320px;
    min-height: 110vh;
    font-family: "Noto Kufi Arabic", serif, "Open Sans";
    overflow-x: hidden;
}

.box {
    width: 98%;
    max-width: 700px;
    /* min-height: 100px; */
    background: #fff;
    margin: 10px;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #c2c2c2;
}

.title-box {
    font-family: 'Changa', sans-serif;
    text-align: center;
    background: hsla(0, 0%, 95%, 1);
    padding: 9px;
    border-radius: 5px 5px 0px 0px;
    border-bottom: 1px solid hsla(0, 0%, 85%, 1);
}

a.button1 {
    padding: 10px;
    display: inline-block;
    background: #8f8f8f;
    width: 39%;
    margin: 3px;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
}

.two-element {
    overflow: hidden;
    max-width: 700px;
    width: 95%;
    margin: auto;
    text-align: center;
    padding: 8px;
    font-family: 'El Messiri', sans-serif;
}

i.iconBtn {
    margin-left: 5px;
    font-size: 20px;
}

.title-box h2 {
    margin: 0;
    font-size: 18px;
    color: #79ae41;
}

.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: unset;
}

.selector .item {
    display: inline-block;
    width: 18.5%;
    text-align: center;
    padding: 10px 0px;
}

.selector {
    text-align: center;
    border-radius: 0px 3px;
    max-width: 700px;
    width: 98%;
    color: #fff;
    margin: auto;
    margin-bottom: 25px;
}

.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-radius: 50%;
}

.box.blog .text {
    font-family: 'El Messiri', sans-serif;
    font-size: 13px;
    text-align: right;
    padding: unset;
    width: 67%;
    height: 73%;
    display: block;
    border-right: 1px solid #d9d9d9;
    padding-right: 10px;
}

.box.blog .img {
    text-align: center;
    margin-bottom: 15px;
    margin-left: 10px;
}

.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: 8px;
}

.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: 115px;
}

.box.chat .text {
    padding: unset;
    height: 80px;
    width: 70%;
    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: 80px;
    height: 80px;
    position: absolute;
    right: 3%;
    top: 2px;
    /* max-width: 100%; */
    /* max-height: 100%; */
    background: url(../img/defualt_Room.png) round;
}

.box.chat .text span {
    font-size: 11px;
    text-align: right;
    line-height: 1.5;
    display: block;
}

.box.chat .text h2 {
    text-align: right;
    font-size: 16px;
}

.box.chat .img {
    margin-left: 0px !important;
    padding: 3px;
    width: 100px;
    /* 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;
}

.reportBtn {
    position: absolute;
    bottom: 2px;
    font-size: 12px;
    color: #9b9b9b;
    font-weight: 700;
    background: white;
    text-align: center;
    width: 70px;
    padding: 2px 10px 2px 10px;
    border-radius: 5px;
    border: 1px solid #c2c2c2;
    right: 5px;
}

.red-font {
    color: red;
}

.openchat {
    width: 100%;
    height: 100%;
    position: absolute;
}