@import url(https://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
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: "Noto Kufi Arabic", serif, "Open Sans";;
    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%;
    font-size: 13px;
    margin: 3px;
    color: #fff;
    font-family:"Noto Kufi Arabic", serif, "Open Sans";
    text-decoration: none;
    border-radius: 4px;
}

.two-element {
    overflow: hidden;
    max-width: 700px;
    width: 95%;
    margin: auto;
    text-align: center;
    padding: 8px;
    font-family: "Noto Kufi Arabic", serif, "Open Sans";;
	}
i.iconBtn {
    margin-left: 5px;
    font-size: 20px;
}
.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: "Noto Kufi Arabic", serif, "Open Sans";;
    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;
    font-size: 17px;
}
a {
    text-decoration: none;
    color: rgb(51, 135, 205);
}
.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: "Noto Kufi Arabic", serif, "Open Sans";;
}
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: "Noto Kufi Arabic", serif, "Open Sans";;
    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: "Noto Kufi Arabic", serif, "Open Sans";;
}
.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: "Noto Kufi Arabic", serif, "Open Sans";;
}

.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: "Noto Kufi Arabic", serif, "Open Sans";;
    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: "Noto Kufi Arabic", serif, "Open Sans";;
}
.box.blog img {
    border: 1px solid #094b8d;
    border-radius: 50%;
    padding-left: 0px;
    width: 65px;
    height: 65px;
    right: 1%;
    /* top: 2px; */
    display: inline-block;
    /* max-width: 100%; */
    /* max-height: 100%; */
    background: url(../img/defualt_Room.png) round;
    }

.box.blog .text {
    font-family: "Noto Kufi Arabic", serif, "Open Sans";
    font-size: 13px;
    text-align: right;
    padding: unset;
    width: 70%;
    height: 73%;
    display: inline-block;
    border-right: 1px solid #d9d9d9;
    padding-right: 10px;
}

.box.blog .img {
    margin-left: 1px !important;
    padding: 1px;
    width: 25%;
    display: inline-block;
    text-align: center;
    border-left: 1px solid #d5d5d5;
}

.box.blog {
    width: 90%;
    padding-bottom: 23px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    max-width: 500px;
    display: flex;
    position: relative;
}

.box.blog .text h2 {
    font-size: 13px;
    padding: unset;
    margin: unset;
    font-family: "Noto Kufi Arabic", serif, "Open Sans";
    padding-bottom: 6px;
}
.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: "Noto Kufi Arabic", serif, "Open Sans";;
}
.box.blog a.time {
    position: absolute;
    font-size: 13px;
    font-family: "Noto Kufi Arabic", serif, "Open Sans";;
    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;}
  .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: "Noto Kufi Arabic", serif, "Open Sans";;}

.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: "Noto Kufi Arabic", serif, "Open Sans";;
    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: "Noto Kufi Arabic", serif, "Open Sans";;
}
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: "Noto Kufi Arabic", serif, "Open Sans";;
}
.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: "Noto Kufi Arabic", serif, "Open Sans";;
}
.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: "Noto Kufi Arabic", serif, "Open Sans";;
    font-weight: 300;
    font-size: 17px;
}
.lucky h3 {
    font-family: "Noto Kufi Arabic", serif, "Open Sans";;
}
.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: "Noto Kufi Arabic", serif, "Open Sans";;
    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: "Noto Kufi Arabic", serif, "Open Sans";;
}

.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: "Noto Kufi Arabic", serif, "Open Sans";;
    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;
}
.selector .item a {
    color: white;
}