﻿@import url('https://fonts.googleapis.com/css2?family=Cairo');
/* f07c2e  7bc1f3*/

/* f07c2e  7bc1f3*/

/*html, body, ul, li, ol {
    margin: 0;
    padding: 0;
    direction: rtl;
    font-family: 'Cairo';
    text-align: right;
}

body {
    min-height: 100vh;
    background: radial-gradient(#fff, #aaa);
}

* {
    max-width: 100%;
}

a {
    color: #388bcb;
}

a:hover {
    text-decoration: none;
}
button:active ,button:focus ,button{outline: none !important;box-shadow:none !important;}*/
.loginForm {
    text-align: right;
    position:relative;
}

    .splash, .splashBG {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 99999999999999;
        background-color: #fff;
        background-image: url(../images/p2.png);
        animation: splashBackgroundAnimation 10s linear infinite;
    }

.noAnimation {
    animation: none;
}

.splash div {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #111;
    background: radial-gradient(#111, transparent);
}

.splash div span {
    display: block;
    position: fixed;
    transform: translate(-50%);
    top: 50%;
    left: 50%;
}

.loginFormCont {
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, .3);
    width: 85%;
    margin: 10px auto;
    max-width: 600px;
    position: relative;
    background: #fff;
    padding: 5px;
    padding-bottom: 30px;
    border-radius: 0.25rem !important;
}
.loginForm .row{
    margin: 0 !important;
   /* padding: 10px 15px;*/
}

/*.loginFormCont .control-label {
     padding-right: 0px;
}*/
.loginFormCont label, .form-horizontal .control-label {
    float: right;
    display: inline-block;
    margin-bottom: 0.5rem;
    text-align: right;
}

.loginFormCont .joinUs {
    float: right;
}
    .loginFormCont .joinUs a {
        color: #388bcb;
    }

.loginFormCont .phoneNumber div, .loginFormCont .Birthdate div {
    padding-right: 0;
    padding-left: 0;
}


    @media screen and (max-width: 1000px) {
        .loginFormCont {
            width: 100%;
        }
    }
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin-right: 0px;
    margin-left: auto;
}

.form-control{
    padding : 0 0;
}

.loginFormCont  input {
    padding: 6px 12px;
}

.logoImageLogin {
    /*    width: 75%;
    max-width: 600px;
    text-align: center;
    padding: 7px 13px;
    border-radius: 3px;
    margin:0 auto;*/




    position: absolute;
    background: #fff;
    top: -55px;
    left: 50%;
    width: 75%;
    max-width: 600px;
    text-align: center;
    transform: translate(-50%);
    padding: 7px 13px;
    border-radius: 3px;
}


.mb-2, .my-2 {
    margin-bottom: 0.5rem !important;
}
.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}

.btn.login {
    background-color: #97c32e;
    outline: 0;
    border: 0;
    width: 100%;
}

.btn.btolat {
    background-color: #ff7f27;
    outline: 0;
    border: 0;
    width: 100%;
    color: #fff;
}

.btn.fb, .btn.Facebook {
    background-color: #3c5899;
    outline: 0;
    border: 0;
    width: 100%;
    color: #fff;
}

.btn.gm, .btn.Google {
    background-color: #de4b39;
    outline: 0;
    border: 0;
    width: 100%;
    color: #fff;
}

@media screen and (max-width: 1000px) {}

hr.or {
    position: relative;
}

hr.or::after {
    content: "or";
    content: attr(data-or);
    background-color: #fff;
    width: 100px;
    height: 18px;
    display: inline-block;
    position: absolute;
    top: -18px;
    text-align: center;
    left: 50%;
    transform: translate(-50%);
}

@keyframes splashBackgroundAnimation {
    from {
        background-position: -120px 120px;
    }
    to {
        background-position: 0 0;
    }
}

.card.userProfile {
    position: relative;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    margin-top: 150px;
}
.userProfile .card-header {
    background: #fff !important;
    border: 0 !important;
    z-index: 99;
}
.userImage {
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translate(-50%);
}
.userImage .rounded {
    border-radius: 50% !important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    max-width: 150px;
    max-height: 150px;
}

.user-name {
    text-align: center;
    margin-top: 40px;
}

.user-name .userName {
    color: #333;
    font-size: 22px;
    font-weight: 600;
    text-shadow: 1px 1px 1px  #aaa;
}

.user-name .joinTime {
    font-size: 11px;
    color: #aaa;
}
.userImage span.icon {
    text-align: center;
    padding-top: 25px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    z-index: 99;
    color: #FFF;
    font-size: 24px;
    width: 148px;
    height: 70px;
    background: rgba(0,0,0,0.5);
    display: none;
    border-bottom-left-radius: 90px;
    border-bottom-right-radius: 90px;
    cursor: pointer;

}
.userImage:hover span.icon{display: block;}

.userProfile .card-header .icon.icon-gear {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #444;
    font-size: 18px;
    cursor: pointer;
}
.userProfile .card-header .icon.icon-gear:hover {
    color: #ef9a16;
}

.userProfile .card-body {
    position: relative;
    padding-top: 10px;

}
.userProfile li.nav-item.col {
    text-align: center;
}

.userProfile li.nav-item.col a.nav-link {
    padding: 3px 13px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 25px;
    color: #ef9a16;
}
.userProfile li.nav-item.col a.nav-link.active {
    color: #fff;
    background: #ef9a16;
}
.toolsBar {
    background: #f1f2f3;
    height: 40px;
    margin-top: 10px;
}
.toolsBar #filterOptions {
    border-radius: 0;
}
.toolsBar #filterOptions.dropdown-toggle::after {
    display: none;
}


.toolsBar .dropdown-menu {
    border-radius: 0;
    background: #efefef;
    border: 0;
    padding-bottom: 0;
}

.toolsBar .dropdown-item.active, .toolsBar .dropdown-item:active {
    background-color: #ef9a16;
    outline: 0;

}
.nothingToShow {text-align: center;position: relative;background-color: #eee;border-color: #d6d8db;box-shadow: 0 0 10px 0 #d6d8db;}
.nothingToShow 
 .icon-sad {
    color: #ef9a16;
    font-size: 300%;
    opacity: 0.4;
    position: absolute;
    top: 10px;
    right: 10px;
}

.nothingToShow .msg {
    color: #555;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    height: 50px;
    padding: 13px 0;
}
.activity {
    text-align: justify;
    /* box-shadow: -2px 3px 7px 1px #d6d8db; */
    /* border-radius: 15px; */
    font-size: 15px;
    border-bottom: 1px solid #eee;
    margin: 0;
}
.activity .hisActionIcon{
    color: #ef9a16;
    margin: 0 0 0 7px;
}
span.hisAction {
    font-weight: 600;
}

span.hiscomment {
    font-size: 14px;
    color: #999;
}
a.uname {
    color: #000;
    border-bottom: 1px dotted #aaa;
    margin: 0 5px;
    font-weight: 600;
}










.commentsBox {
    display: block;
    font-family:Roboto, Arial, sans-serif;
}
.comments {
    padding: 10px;
    background: #fff;
}
.commentImage {
    position: relative;
    float: right;
}

.commentBox {
    position: relative;
    /* background: #f7f7f7; */
    padding: 7px;
    border: 1px solid #eee;
    border-radius: 4px;
    margin-bottom: 10px;
}

.commentImage img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.commentName {
    float: right;
}

.commentOptions {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.commentData {display: inline-block;white-space: pre-line;}
.commentHeader {
    height: 50px;
    display: block;
}

.commentBody {
    display: block;
    position: relative;
    right: 50px;
    top: -25px;
    width: calc(100% - 60px);
}

.commentFooter {
    display: block;
    position: relative;
    margin-top: -10px;
    padding-top: 5px;
    border-top: 1px solid #eee;
}

.commentTools {
    position: relative;
    height: 30px;
    margin-bottom: 5px;
    padding: 4px;
}

.commentLikeBox {
    float: right;
    font-size: 18px;
    margin-top: 0;
    color: #999;
}

.commentReplay {
    float: right;
    width: 70px;
    line-height: 24px;
    text-align: center;
}

.commentDelete {
    float: right;
    width: 70px;
    line-height: 24px;
    text-align: center;
}

.commentLike {
    /* width: 50px; */
    float: right;
    margin: 0 3px;
}

.commentDislike {
    /* width: 50px; */
    float: right;
    margin: 0 3px;
}


.addNewComment {
    display: block;
    position: relative;
}

.addNewComment textarea {
    width: 100%;
    height: 60px;
    outline: 0;
    border-radius: 4px;
    background: #fff;
    padding: 7px;
    border: 1px solid #eee;
    padding-left: 40px;
}
.addNewComment span.icon-paperplane {
    position: absolute;
    left: 25px;
    top: 50%;
    z-index: 99;
    transform: translate(-50% , -50%);
    font-size: 32px;
    cursor: pointer;
    color: #7bc1f3;
}

.addNewComment textarea::-webkit-scrollbar {
    width: 0;
}
.commentReplay button , .commentDelete button ,.commentLike button , .commentDislike button {
    border: 0;
    background: none;
    cursor: pointer;
    color: #555;
}
.commentLike button , .commentDislike button {
    color: #999;
}
.commentLike button.active{
    color: #7bc1f3;
}
.commentDislike button.active{
    color: #f07c2e;
}
.commentLike button.active svg{
    fill: #7bc1f3 !important;
}
.commentDislike button.active svg{
    fill: #f07c2e !important;
}
.commentName a {
    margin: 0 10px;
    color: #333;
    font-size: 14px;
    font-weight: 600;
}
.commentName span.since {
    font-size: 12px;
    color: #aaa;
}
.commentBox .commentBox {
    margin-right: 20px;
}

.commentBox .commentBox .commentBox {
    margin-right: 0;
}
.commentLikeBox span {
    position: relative;
    top: -2px;
    font-size: 12px;
}



.dark * {
    color: #eee !important;
}

.dark a {
    color: #fff !important;
}
.dark .commentBox {
    background: #333;
    border: 1px solid #555;
}


.dark .commentFooter {
    border-top: 1px solid #888;
}
/*.w-50 {
    width: 50% !important;
}*/



.input-group-addon {
    border-radius:0 !important;
    border:none;
}

.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}

.custom-file-input::before {
    content: 'اختر صورة';
    display: inline-block;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    font-size: 10px;
    width: 100%;
    text-align: center;
    z-index: 99;
}


.photoX {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    top: -32px;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 5px solid #fff;
    box-shadow: 0 0 5px 5px #fff;
}
    .photoX img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
       
        object-fit: contain;
        z-index: 1;
    }
    .photoX .custom-file-input {
        position: absolute;
        z-index: 2;
        top: 90%;
        left: 50%;
        transform: translate(-50%,-50%);
        padding-bottom: 60px;
        background: rgba(0,0,0,0.25);
        border-radius: 0;
        backdrop-filter: blur(10px);
    }