@font-face{font-family:'sky';src: url('../fonts/sky/sky.eot?#iefix');src: local('السماء'), local('sky'),url('../fonts/sky/sky.woff') format('woff');}
* {
    font-family: sky;
}
a {
    text-decoration: none;
}
#searcher_tadabar {
    min-height: 90vh;
    display: flex;
    flex-direction: column;
}
div#searchresult {
    flex: 1;
}
.not_found_bayanat {
    text-align: center;
    margin: 10px;
}
a.alert_covid {
    background: #e01010;
    display: block;
    border-radius: 7px;
    color: white;
    text-align: center;
    font-size: 13px;
    width: 267px;
}
/* ------------------------------- start main search style ------------------------- */

div#main_searchform {
    text-align: center;
    margin: auto;
    width: 100%;
}
form#tsf {
    margin: auto;
}
.main_logo {
    display: block;
    margin: 10px;
}
img#main_logo {
    width: 120px;
}
button.main_search_btn {
    background: #1c7e76;
    border: none;
    cursor: pointer;
    padding: 8px 6px;
    margin: 9px;
    border-radius: 7px;
    color: white;
    display: inline-flex;
    font-size: 15px;
    padding-right: 19px;
    width: 89px;
}
.main_search_input_all {
    background: #fff;
    border: 1.3px solid #1c7e76;
    box-shadow: none;
    width: 90%;
    max-width: 700px;
    border-radius: 7px;
    height: 40px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.main_search_options {
    margin: 10px;
    display: inline-table;
}
@media screen and (max-width: 400px)
{
  .search_options_container {
     display: block;
  }
}
.bayan_short_details b {
    font-weight: bolder;
    border: 1px solid #e8e8e8;
    border-radius: 9px;
    padding: 1px 7px;
}
/* ------------------------------- end main search style ------------------------- */

/* ------------------------------- start search_header style ------------------------- */
@media screen and (min-width: 768px) {
  .search_input_all {
    width: 51% !important;
}
.to_libr_btn{
  display: inline-flex !important;
}
}
@media screen and (max-width: 420px) {

 .to_libr_btn {
   display: none !important;
 }
 .main-to-libr {
   display: inline-flex !important;
}
}
form#tsf {
    margin: auto;
}
#searchform {
    border-bottom: 1px solid #e8eef1;
    background: #ffffff;
    padding: 5px;
    position: sticky;
    top: 0;
    /* padding-top: 12px; */
    padding-bottom: 9px;
}
.tadabar_header {
    position: relative;
    margin: 0 auto;
    display: flex;
}
.to_libr_btn {
    height: 23px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 4px;
    margin-left: 2px;
    border: 1px solid#2f2b30;
    margin-right: 6px;
    margin-top: 0px;
    border-radius: 7px;
    color: #111521;
    float: left;
    display: inline-flex;
    font-size: 13px;
    line-height: 23px;
    padding-right: 10px;
}
.logo {
    position: absolute;
    right: 4px;
    margin: -3px 6px 0px 5px;
    top: 0px;
}
#logo {
    display: block;
    overflow: hidden;
    position: relative;
}
#logo img {
    border: 0;
}
.search_input_all {
    background: #fff;
    display: flex;
    border: 1px solid #1c7e76;
    box-shadow: none;
    /* height: 39px; */
    width: 98%;
    border-radius: 7px;
    z-index: 3;
    height: 30px;
    margin: 0 auto;
    margin-right: 66px;
}
.SDkEP {
        display: flex;
        width: 97%;
    padding: 2px 14px;
    justify-content: center;
    
}
.a4bIc {
    display: flex;
    flex: 1;
    flex-wrap: nowrap;
    flex-direction: column;
}
.search_input_bg {
    color: transparent;
    flex: 100%;
    white-space: pre;
    height: 34px;
    font: 16px arial,sans-serif;
    line-height: 26px;
    height: 28px !important;
}
input.search_input {
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
    color: rgba(0,0,0,.87);
    word-wrap: break-word;
    outline: none;
    display: flex;
    flex: 100%;
    -webkit-tap-highlight-color: transparent;
    margin-top: -37px;
    /* height: 26px; */
    font-size: 14px;
}
button.search_btn {
    padding-left: 13px;
    height: 28px;
    width: 30px;
    background: #1c7e76;
    border: none;
    cursor: pointer;
    flex: 0 0 auto;
    padding: 0;
    margin-left: 2px;
    margin-top: 1px;
    border-radius: 7px;
}
.search_icon_btn {
    background: none;
    color: #ffffff;
    height: 24px;
    width: 24px;
    margin: auto;
}
.to_libr_btn svg {
    color: #51545d;
}
span.sibtn2 {
    display: inline-block;
    fill: currentColor;
    height: 24px;
    line-height: 24px;
    position: relative;
    width: 24px;
}

.search_options {
    margin-top: 9px;
    margin-right: 48px;
}

/* The container */
.search_options_container {
    /* display: block; */
    position: relative;
    padding-right: 24px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: right;
    border-radius: 7px;
    float: right;
    margin-right: 6px;
}
label.search_options_container {
    margin-top: 6px;
}
/* Hide the browser's default checkbox */
.search_options_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.search_options_checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 17px;
    width: 17px;
    background-color: #eee;
    border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.search_options_container:hover input ~ .search_options_checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.search_options_container input:checked ~ .search_options_checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.search_options_checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.search_options_container input:checked ~ .search_options_checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.search_options_container .search_options_checkmark:after {
    right: 5px;
    top: 3px;
    width: 2px;
    height: 7px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* ------------------------------- end search_header style ------------------------- */
/* ------------------------------- start bayan_1 style ------------------------- */

@media screen and (min-width: 768px) {
  div#searchresult {
      width: 60%;
      float: right;
  }

}
.results_range {
    color: #737373;
    font-size: 11px;
    margin: 5px 10px 5px 10px;
}
.bayan_n {
    border: 1px solid #e3e7ea;
    margin-top: 5px;
    padding: 3px;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 5px;
    overflow: hidden;
    transition: all ease-in 0.2s;

}
.bayan_n:hover {
    border: 1px solid #1c7e76;
    box-shadow: 0px 0px 4px #1c7e7670;
}
h3.threadtitle {
    margin-right: 17px;
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 14px !important;
    margin-left: 17px;
}
div#info {
    display: block;
    margin: auto;
    text-align: center;
    margin-right: 13px;
    margin-left: 13px;
    /* width: 100%; */
    border-top: 1px solid #dbe4e8;
    background: #fff;
}
.ThreadDate, .ThreadPosts {
    display: flex;
    float: right;
    text-align: center;
    line-height: 24px;
    margin-left: 8px;
    color: #636d75;
    padding: 3px;
    margin: 1px;
    font-size: 10px;
}

#info .TD_i {
    margin-left: 4px;
}
.TD_i {
    margin-top: 0px;
    padding: 4px;
    font-size: 13px;
}
.TP_i {
    margin-top: 3px;
    padding: 4px;
    font-size: 13px;
}
.bayan_short_details {
    font-size: 12px;
    border-right: 2px solid #1c7e76;
    margin-right: 26px;
    margin-left: 26px;
    padding-right: 14px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
     width: 84%;
    color: #5c5c5c;
    overflow: hidden;
    max-height: 65px;
    -webkit-transition: max-height 0.8s;
    -moz-transition: max-height 0.8s;
    transition: max-height 0.8s;
}
.bayan_short_details:hover {
    max-height: 300px;
}
.bayan_short_details ul {
    margin: auto;
    padding-right: 3px;
}
b.results_selection {
    color: #252525;
}
a.title {
    color: #0063c5;
    font-weight: 300;
}
.langs_count {
    float: left;
    background: #eeeeee;
    border-radius: 26px;
    padding-right: 14px;
    margin: 2px;
    cursor: pointer;
    transition: all cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
}
.langs_count:hover {
    transition: all cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    transform: scale(1.1);
}

.langs_count_number {
    background: #1f514c;
    width: auto;
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 5px;
    /* padding: 3px; */
    text-align: center;
}
.langs_count_number span {
    line-height: 28px;
    text-align: center;
    font-size: 14px;
}
.lang_count_label {
    display: inline-block;
    font-size: 12px;
    line-height: 25px;
}

/* ------------------------------- end bayan_1 style ------------------------- */
/* ------------------------------- start pages list style ------------------------- */
div#pages {
    margin-top: 10px;
    margin-bottom: 10px;
    /* margin-left: 5px; */
    /* margin-right: 5px; */
    width: 100%;
    text-align: center;
}
ul.p_group {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-table;
}
.p_group li {
    display: inherit;
    /* background: linear-gradient(0deg, #edf6fd, #fafcfe); */
    color: #505050;
    border-width: 1px;
    font-size: 11px;
    white-space: nowrap;
    margin: 0 1px !important;
    border: 1px solid #0033662b;
    border-radius: 7px;
}
#pages li a {
    text-decoration: none;
    text-align: center;
    border-radius: 7px;
    padding: 5px;
    font-weight: bold;
    color: #fff;
    display: block;
    padding: 4px 8px;
    text-decoration: none;
    color: inherit;
}
.p_group li.actual {
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    /* background: #bdbdbd !important; */
    font-weight: bold;
    border: none;
}
.fl_p {
    background-color: #1f514c;
    color: #fff !important;
}
.custom-select select {
    height: 27px;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    cursor: default;
    margin: 0em;
    font: 400 13.3333px sky;
    border-radius: 7px;
    border-width: 0;
    border-style: none;
    border-image: none;
}
.custom-select select:focus {
    outline: none;
}
select.lang_selection {
    border: 1px solid #1c7e76;
    height: 30px;
    color: #1c7e76;
    border-radius: 7px;
    background: #fff;
}
/* ------------------------------- end pages list style ------------------------- */
/* ------------------------------- start footer style ------------------------- */
footer {
    margin-top: 10px;
    width: 99%;
    text-align: center;
    background: #eeeeee;
    display: block;
    bottom: 0 !important;
    margin: auto;
    border-radius: 7px;
}
footer div {
    font-size: 12px;
    padding: 7px;
    color: #636d75;
    direction: rtl;
}
/* ------------------------------- start options menu style ------------------------- */
.op_menu {
    float: left;
    direction: initial;
}
.op_menu ul {
    margin: 0;
    padding: 3px;
    padding-left: 10px;
    padding-right: 13px;
}
li.dropdown_nn {
    list-style: none;
}
.n-show {
    display: block !important;
    animation: fadeIn 1s;
    margin: auto;
    opacity: 1;
    z-index: 1;
    padding-left: 10px;
    /* padding-right: 13px; */
}
.dropdown-content a {
    color: #51869b;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    font-family: sky;
}
#drop_menu_n .TP_i i {
    font-size: 16px;
}
div#drop_menu_n2 {
    animation: fadeIn 0.3s;
    margin: auto;
    background: #ffffff;
    box-sizing: border-box;
    opacity: 1;
    border-radius: 4px !important;
    box-shadow: 0 1px 4px rgba(0,0,0,.26) !important;
    transition: left .2s cubic-bezier(0.0,0.0,0.2,1),max-width .2s cubic-bezier(0.0,0.0,0.2,1),max-height .2s cubic-bezier(0.0,0.0,0.2,1),opacity .05s linear,top .2s cubic-bezier(0.0,0.0,0.2,1);
}
div#drop_menu_n2 {
    position: absolute;
    /* display: none; */
    max-width: 187px;
    text-align: center;
    font-family: sky;
}
.title_options {
    background: #f9f9f9;
    color: #636d75;
}
#drop_menu_n2 p {
    line-height: 30px;
    font-size: 13px;
    margin: 0;
    padding: 2px;
}
.op_menu ul {
    margin: 0;
    padding: 3px;
}
ul.shar_btnz {
    display: inline-block;
    background: #ffffff;
}
.shar_btnz li {
    margin: 0;
    padding: 0;
    list-style: none;
    transition: background ease-in 0.3s;
}
.shar_btnz li:hover {
    background: #eee;
}
.dropdown-content2 a {
    color: #313131;
    padding: 4px 15px;
    display: block;
    text-align: center;
}
.share_n_b .TP_i {
    font-family: sky;
    line-height: 14px;
    font-size: 13px;
    padding: 4px;
}
.dropdown_nn_hide {
    background: #eee;
}

/* ------------------------------- end options menu style ------------------------- */

/* ------------------------------- start left side section style ------------------------- */
@media screen and (max-width: 768px) {
  .side_section {
      width: 100% !important;
  }
}

.side_section {
    float: left;
    width: 39%;
}
.bayan_on_same_day {
    padding-top: 0px;
    padding-bottom: 1px;
    position: static;
}
/* ------------------------------- end left side section style ------------------------- */

.important_b {
    background: #1a2f45 !important;
}
.important_b:hover {
    filter: none;
    border: 1px solid #2b2b2b;
    box-shadow: 0px 0px 4px #2b2b2b;
}
.important_bayan_img {
    text-align: center;
    width: 100%;
    height: 194px;
    background-size: cover;
    background-position-y: center;
    background-repeat: no-repeat;
    margin: auto;
    padding: 0;
    border-radius: 7px;
    transition: all ease-in .3s;
}
.important_bayan_img:hover {
    background-position: bottom;
}
.important_b .threadtitle a {
    color: white !important;
}
.important_b_date {
    color: white;
    margin-top: 5px;
}
/* ------------------------------------------- */
.dark_mode {
    float: right;
}
.tadabar_switch {
    position: relative;
    display: inline-block;
    width: 39px;
    height: 23px;
    margin-top: 4px;
}

.tadabar_switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.tadabar_slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.tadabar_slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .tadabar_slider {
    background-color: #58466b;
}

input:focus + .tadabar_slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .tadabar_slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}

/* Rounded sliders */
.tadabar_slider.tadabar_round {
  border-radius: 7px;
}

.tadabar_slider.tadabar_round:before {
  border-radius:7px;
}
/*-----------------------------------------------------*/
.col-sm-4, .col-md-3, .col-sm-6 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
    padding: 0;
    border: 0;
    font-size: 100%;
}
.row:before, .row:after {
    display: table;
    content: " ";
}

.appicon-android:after {
    width: 105px;
    height: 35px;
    background: url(../imgs/android-logo.png) center no-repeat;
}
.rtl .footer .list-social {
    text-align: left;
    margin-left: 5px;
    margin-right: 0;
}
.footer .list-social li {
    padding-left: 0;
    padding-right: 0;
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.footer .list-social a {
    width: 28px;
    height: 29px;
}

.footer .list-social li:first-child a:after {
    background-position: -180px -840px;
}

.sprites:after, .footer .list-social a:after {
    background-image: url(../imgs/sprites.png);
}
.footer .list-social li:first-child+li a:after {
    background-position: -240px -840px;
}
.sprites:after, .footer .list-social a:after {
    background-image: url(../imgs/sprites.png);
}
