﻿@font-face {
    font-family: 'Tajawal-ExtraBold';
    src: url('../font/Tajawal/Tajawal-ExtraBold.ttf') format('truetype');
}
*:not(.fa) {
    font-family: 'Tajawal-ExtraBold' !important;
}
body {
    /*background-image: url('../img/WhiteBg.png');*/
    background-color: #f8fcfd;
    background-size: contain;
    direction: rtl;
}
#Header-Top {
    background-image: url('../img/DarkBg.png');
    background-size: contain;
}
.Login-Title, .MyAccount {
    padding: 10px 20px;
}

.Login-Btn,
.MyAccount-MainBtn {
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    background-color: transparent;
    border: none;
}

#Logo{
    padding:50px;
}

#Logo .Logo {
    width: 250px;
    height: auto;
}

.btn {
    background-color: #f89a68;
    color: #fff;
    margin-bottom: 5px;
}

.btn-Clicked {
    background-color: #463c3e;
    color: #fff;
}

#Search-Operation input,
#Search-Operation select,
#Search-Operation button {
    margin-bottom: 20px;
}

#Bg1 img{
    width:100%;
    height:auto;
}

#Footer .Title {
    color: #f89a68;
    font-size:52px;
}

#Footer .CopyRight,
#Footer .CopyRight a{
    color: #463c3e;
    text-decoration:none;
}

#Footer .CopyRight a{
    font-size:22px;
}

.Stars,
.Report,
.Social {
    padding: 5px 10px;
    text-align: center;
    align-items: center;
    display: inline-flex;
    height: 100%;
}

.Stars button,
.Report button,
.Social a{
    text-decoration: none;
    padding:2px;
    border: none;
    background-color:transparent;
}

.Stars .fa,
.Report .fa,
.Social .fa {
    padding: 10px;
    width: 30px;
    color: #fff;
    padding: 5px;
    background-color: #463c3e;
    border-radius: 5px;
    font-size: 20px;
    margin-bottom: 5px;
}


#Footer {
    padding:20px 0px;
}

#Footer img{
    width:150px;
}

#Loading{
    text-align:center;
    z-index:9999;
    margin-top:100px;
}
#Loading img{
    width:250px;
}

#Search-Results {
    padding: 20px 10px;
    background-color: #f8fcfd;
}

#Search-Results .Title {
    font-size:24px;
    border-left: 3px solid #f89a68;
    padding: 5px 10px;
    height:100%;
    align-items: center;
    justify-content: center;
    color:#f89a68;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    display: flex;
}

#Search-Results .Info {
    border-left: 3px solid #f89a68;
    padding: 5px 10px;
    height: 100%;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media only screen and (max-width: 767px) {
    #Search-Results .Title {
        border-left: unset;
    }

    #Search-Results .Info {
        border-left: unset;
    }
}

#Search-Results .row {
    border-bottom: 1px dotted #aaabad;
    padding:10px 0px;
}

#More {
    background-image: url('../img/DarkBg.png');
}

#More .Title{
    font-size:24px;
    text-align:center;
    color:#f89a68;
}

.modal-content {
    background-image: url('../img/ModalBg.png');
}

.modal-title{
    color:#fff;
}

.input-group-prepend .input-group-text {
    color: #fff;
    background-color:#f89a68;
}

.input-group-text {
    width: 39px;
}

hr{
    background-color:#fff;
}

#LoginForm a{
    color:#f89a68;
    cursor:pointer;
}

.modal {
    overflow-y: auto;
    max-height: 100%;
}
#CMessage .message {
    color: #f89a68;
    word-break: break-word;
}

#CMessage .modal-title {
    color: #f89a68;
}

#CMessage{
    z-index:9999;
}

.select2-selection__rendered,
.select2-selection:not(.select2-selection--multiple) {
    background-color: #f89a68 !important;
    color: #fff !important;
    height: 40px !important;
}

.select2-selection--multiple .select2-selection__rendered {
    background-color: unset !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{
    background-color:#463c3e;
}

.select2-selection__arrow {
    background-color: #f89a68 !important;
    color: #fff !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent;
}

.select2-results__options {
    font-size: 18px !important;
}

.select2-selection__placeholder {
    color:#fff !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height:40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height:40px;
}

.form-check-label{
    color:#f89a68;
}

.Keywords{
    color:#f89a68;
}

.select2{
    width:97% !important;
}

#Type2 {
    background-color: #fff !important;
    color: #f89a68 !important;
    font-size: 20px;
}

.select2-search__field::placeholder {
    color: #f89a68;
}

#Keywords .select2-selection,
#Keywords .select2-selection__rendered {
    background-color: #fff !important;
    color: #fff !important;
    height: 40px !important;
}

.select2-selection__choice{
    background-color:#f89a68 !important;
}

.select2-selection__choice__remove{
    color:#fff !important;
}

.Extra{
    display:none;
}

#AdInfo .btn{
    width:50px;
    margin-bottom:10px;
}

.close{
    color:#fff;
}

.dropdown-item.active, .dropdown-item:active{
    background-color:#f89a68;
    color:#fff;
}
#ComplainForm textarea{
    width:100%;
}
#AccountForm a {
    color: #f89a68;
    text-decoration:underline;
}

#BeeSoft-Img {
    height:30px;
    width:auto !important;
}

#ContactUsForm{
    position:fixed;
    bottom:10px;
    right:10px;
    z-index:2;
}
#ContactUsForm img{
    height: 60px;
}
#PRecorde h2{
    text-align:center;
}
#PRecorde table{
    width:100%;
}
#PRecorde table td {
    text-align:center;
}
.Color1{
    color:#f89a68;
}
.Color2{
    color:#463c3e;
}
#Welcome{
    position:fixed;
    top:0px;
    left:0px;
    background-color:#f8fcfd;
    width:100%;
    height:100%;
    text-align:center;
    padding-top:50px;
}
#Welcome svg{
    padding-top:50px;
    width:75vw;
    height:auto;
}
#Welcome #img3,
#Welcome #img4{
    cursor:pointer;
}
#RandomMessages {
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: 10px;
    margin: auto;
    text-align: center;
    text-align: -webkit-center;
    padding-right:65px;
}
#RandomMessages .Title{
    background-color:#463c3e;
    color:#f89a68;
    width:95%;
    text-align:center;
    border-radius:5px;
    font-size:24px;
    padding:5px 0;
}

@media only screen and (max-width: 769px){
    #RandomMessages .Title{
        font-size:10px;
    }
}
#Welcome a {
    font-size: 42px;
    color: #463c3e;
}
#Welcome h6{
    color:#f89a68;
}