/* VideoStories HTML5 Template by Jewel Theme
* ----------------------------------------------------------------------
* Theme Name: VideoStories HTML5 Template
* Theme URI: https://jeweltheme.com/
* Author: Jewel Theme
* Author URI: https://jeweltheme.com/
* Description: VideoStories HTML5 Template
* Version: 1.0.1
* License: GNU General Public License v2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
* Tags: html, template, videostories, video, jeweltheme
* ----------------------------------------------------------------------*/

/* Default Style / Reset
------------------------------------------------------------------------*/
html,
body {
  background: #fff;
  font-family: 'IRANSans', tahoma;
  font-size: 14px;
  line-height: 1;
  margin: 0 ;
  padding: 0;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  text-rendering: optimizeLegibility !important;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
  position: relative;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

p a {
  color: #1ca77a;
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Hadis list (home page)
   ========================================================================== */
.hadis-list-wrapper .hadis-item-extra {
  display: none;
}

.hadis-list-wrapper .hadis-item-preview .hadis-excerpt-wrapper {
  max-height: 4.5em;
  position: relative;
  overflow: hidden;
}

.hadis-list-wrapper .hadis-item-preview .hadis-excerpt-wrapper::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.hadis-list-wrapper.hadis-list-expanded .hadis-item-extra {
  display: block;
}

.hadis-list-wrapper.hadis-list-expanded .hadis-item-preview .hadis-excerpt-wrapper {
  max-height: none;
}

.hadis-list-wrapper.hadis-list-expanded .hadis-item-preview .hadis-excerpt-wrapper::after {
  display: none;
}

.hadis-show-more-wrapper {
  margin-top: 20px;
}

.hadis-show-more-btn {
  color: #555;
  font-weight: 600;
  font-size: 14px;
}

.hadis-show-more-btn .hadis-chevron {
  margin-right: 5px;
  transition: transform 0.2s ease;
}

.hadis-show-more-btn.is-open .hadis-chevron {
  transform: rotate(180deg);
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

.forum-content button.btn-warning{
  font-size: 18px !important;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 15px;
  padding: 10px 20px;
  text-transform: capitalize;
  width: 100%;
  background: #655963;
  text-decoration: none;
}

.btn-warning:active:hover{
  background-color: #655963;
    border-color: #655963;
}

.forum-content button.btn-primary{
    font-size: 14px !important;
    color: #333;
    display: inline-block;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 15px;
    padding: 3px 20px;
    text-transform: capitalize;
    background: rgb(246, 246, 7);
    text-decoration: none;
}

.forum-content button.open-forum-reply-form , button.show-forum-reply-form{
  margin-bottom: 1rem;
}

.forum-content button.show-forum-reply-form {
  font-size: 14px !important;
  color: #fff;
  padding: 5px 20px;
  border-radius: 5px;
  background: #1ca77a;
  text-decoration: none;
  border: none;
  float: left;
}
.forum-content button.show-forum-reply-form.green > i, button.show-forum-reply-form.green > label{
  font-size: 12px;
  color: #fff;
}
@media (max-width: 768px) {
  .forum-content button.show-forum-reply-form {
    float: right;
    padding: 5px 28px;
    margin-top: .25rem;
  }
  .forum-content.list-reply-group {
    width: 100%;
    padding-right: 0 !important;
  }
}

.forum-content .help-block {
  color: #a94442 !important;
}

.forum-content .modal-title {
  display: inline-block;
  color: #fff;
}

.forum-content .modal-header .close {
  color: #fff;
  opacity: .9;
}

.forum-content .modal-header {
  background: #1ca77a;
}

.forum-content .section-title {
  margin-bottom: 0;
}


.forum-content .list-group {
  padding-right: 0 !important;
}

@media (min-width: 769px) {
  .forum-content .list-reply-group {
    padding-right: 40px !important;
  }
}

.forum-content .modal-content .emoji-button{
  text-align: right;
}

.label-default{
  color: #ab9a9ae2;
}

button.forum-btn{
  background: #1ca77a;
  padding: .5rem;
  color: #fff;
  text-decoration: none;
}

button.forum-btn i{
  margin-left: .5rem;
}

.forum-thumbnail img{
  width: 100%;
  margin-right: 0;
}

@media (min-width: 1024px){
  .top-videos .video-slider .col-md-2 a .entry-content .entry-title{
    font-size: 10px;
  }
}

@media (max-width: 992px){
.top-videos .video-slider .col-md-2, .col-md-3  {
   margin-bottom: 0 !important;
}
}

.top-videos .col-md-2, .col-md-3{
  padding-left: 0;
  padding-right: 0;
}


.emoji-picker{
  right: 125px !important;
}

.modal-open .emoji-picker{
  right: 442px !important;
}

@media (max-width: 768px) {
  .emoji-picker{
    right: 37px !important;
  }

  .modal-open .emoji-picker{
    right: 32px !important;
  }
}

li.list-group-item p a {
  color: #11bd75;
}

.emoji-picker .nav li a{
  padding: 2.3px;
}

.about-us-section ul li.list-parent-item {
  overflow: hidden;
}
.list-reply-group { 
  min-width: 100%;
}
.about-us-section ul li.list-parent-item .image-cover b{
  width: 300px;
  display: block;
  position: absolute;
  top: 33px;
  right: 85px;
}
.about-us-section ul li.list-parent-item ul:nth-child(even) li.list-reply-item{
  border: 1px solid #eee;
  color: #999;
  margin-bottom: .25rem;
  margin-top: 3.2rem;
}
li.list-reply-item{
  background-color: #f5f5f5 !important;
}

li.list-reply-item:nth-child(1){
  margin-top: 1rem;
}
@media (max-width: 768px) {
  li.list-reply-item:nth-child(1){
    margin-top: 2.5rem;
  }
}

.about-us-section ul li.list-parent-item ul:nth-child(even) li.list-reply-item p{
  color: #504141;
}

.about-us-section .forum-text p a {
  color: #1ca77a;
  font-weight: bold;
}

.btn-outline-secondary {
  border: #aaa;
  background-color: #fff;
  color: #777;
  border: 1px solid #aaa !important;
  padding: 3px 15px 2px;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0 !important;
  cursor: pointer;
}
.btn-outline-secondary:hover {
  background-color: #a9a9a9;
}

.btn-outline-secondary i{
  color: #999;
}
.btn-outline-secondary label{
  font-weight: 200;
  cursor: pointer;
  font-size: 12px;
}

.btn-outline-secondary.with-icon i,label{
  color: #777;
}
.btn-outline-secondary.with-icon label{
  font-size: 10px;
  font-weight: 500;
}

#show-dropdown i{
  margin-top: 4px;
  margin-bottom: 3px;
}


/* FLEX */
.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex-1 {
  flex: 1;
}
.flex-0 {
  flex: 0 0 100%; /* flex-grow, flex-shrink, flex-basis */
}
.flex-cols {
  flex-direction: column;
}
.items-center {
  align-items: center;
  justify-content: center;
}
/* end of FLEX */

/* PADDING */
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.px-1 {
  padding-left: .25rem !important;
  padding-right: .25rem !important;
}
.px-2 {
  padding-left: .5rem !important;
  padding-right: .5rem !important;
}
.px-3 {
  padding-left: .75rem !important;
  padding-right: .75rem !important;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem !important;
}
.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.px-7 {
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
}
.px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.px-9 {
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important;
}
.px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important;
}
.py-2 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
}
.py-3 {
  padding-top: .75rem !important;
  padding-bottom: .75rem !important;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem !important;
}
.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-7 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}
.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.py-9 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}
.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
/* end of PADDING */



/* MARGIN */
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mx-1 {
  margin-left: .25rem !important;
  margin-right: .25rem !important;
}
.mx-2 {
  margin-left: .5rem !important;
  margin-right: .5rem !important;
}
.mx-3 {
  margin-left: .75rem !important;
  margin-right: .75rem !important;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem !important;
}
.mx-5 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}
.mx-6 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
.mx-7 {
  margin-left: 1.75rem !important;
  margin-right: 1.75rem !important;
}
.mx-8 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}
.mx-9 {
  margin-left: 2.25rem !important;
  margin-right: 2.25rem !important;
}
.mx-10 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}
.mx-auto {
  margin-right: auto;
  margin-left: auto;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: .25rem !important;
  margin-bottom: .25rem !important;
}
.my-2 {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important;
}
.my-3 {
  margin-top: .75rem !important;
  margin-bottom: .75rem !important;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem !important;
}
.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}
.my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-7 {
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}
.my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.my-9 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}
.my-10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mr-1 {
  margin-right: .25rem !important;
}
.mr-2 {
  margin-right: .5rem !important;
}
.mr-3 {
  margin-right: .75rem !important;
}
.mr-4 {
  margin-right: 1rem !important;
}
.mr-5 {
  margin-right: 1.25rem !important;
}
.mr-6 {
  margin-right: 1.5rem !important;
}
.mr-7 {
  margin-right: 1.75rem !important;
}
.mr-8 {
  margin-right: 2rem !important;
}
.mr-9 {
  margin-right: 2.25rem !important;
}
.mr-10 {
  margin-right: 2.5rem !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.ml-1 {
  margin-left: .25rem !important;
}
.ml-2 {
  margin-left: .5rem !important;
}
.ml-3 {
  margin-left: .75rem !important;
}
.ml-4 {
  margin-left: 1rem !important;
}
.ml-5 {
  margin-left: 1.25rem !important;
}
.ml-6 {
  margin-left: 1.5rem !important;
}
.ml-7 {
  margin-left: 1.75rem !important;
}
.ml-8 {
  margin-left: 2rem !important;
}
.ml-9 {
  margin-left: 2.25rem !important;
}
.ml-10 {
  margin-left: 2.5rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: .25rem !important;
}
.mt-2 {
  margin-top: .5rem !important;
}
.mt-3 {
  margin-top: .75rem !important;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem !important;
}
.mt-6 {
  margin-top: 1.5rem !important;
}
.mt-7 {
  margin-top: 1.75rem !important;
}
.mt-8 {
  margin-top: 2rem !important;
}
.mt-9 {
  margin-top: 2.25rem !important;
}
.mt-10 {
  margin-top: 2.5rem !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: .25rem !important;
}
.mb-2 {
  margin-bottom: .5rem !important;
}
.mb-3 {
  margin-bottom: .75rem !important;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem !important;
}
.mb-6 {
  margin-bottom: 1.5rem !important;
}
.mb-7 {
  margin-bottom: 1.75rem !important;
}
.mb-8 {
  margin-bottom: 2rem !important;
}
.mb-9 {
  margin-bottom: 2.25rem !important;
}
.mb-10 {
  margin-bottom: 2.5rem !important;
}
/* end of MARGIN */


/* FONTS */
.font-xs {
  font-size: 8px !important;
}
.font-ms {
  font-size: 10px !important;
}
.font-md {
  font-size: 12px !important;
}
.font-lg {
  font-size: 14px !important;
}
.font-xl {
  font-size: 16px !important;
}
.font-2xl {
  font-size: 18px !important;
}
.font-3xl {
  font-size: 20px !important;
}
.font-4xl {
  font-size: 22px !important;
}
.font-5xl {
  font-size: 25px !important;
}

.line-height-5 {
  line-height: 1.25rem !important;
}
.line-height-6 {
  line-height: 1.5rem !important;
}
.line-height-7 {
  line-height: 1.75rem !important;
}
.line-height-8 {
  line-height: 2rem !important;
}
.line-height-9 {
  line-height: 2.25rem !important;
}
.line-height-10 {
  line-height: 2.5rem !important;
}
/* end of FONTS */


/* BORDERS */
.rounded {
  border-radius: 2px !important;
}
.rounded-xs {
  border-radius: 3px !important;
}
.rounded-sm {
  border-radius: 4px !important;
}
.rounded-md {
  border-radius: 5px !important;
}
.rounded-lg {
  border-radius: 7px !important;
}
.rounded-xl {
  border-radius: 10px !important;
}
.rounded-2xl {
  border-radius: 15px !important;
}
.rounded-3xl {
  border-radius: 20px !important;
}
.rounded-full {
  border-radius: 50% !important;
}
/* end of BORDERS */

.chelleh-list ul li p {
  padding: 2px 1rem;
}
.chelleh-list li p {
  padding: 2px 1rem;
}
.chelleh-list li.home-chelleh-list {
  max-height: 200px;
  min-height: 200px;
  overflow: hidden;
  margin-bottom: 2rem !important;
  box-shadow: 2px 2px #f0eded;
}

@media (max-width: 768px) {
  .chelleh-list li.home-chelleh-list {
    margin-bottom: .5rem !important;
    min-height: auto;
    box-shadow: 2px 2px #f0eded;
  }
}

.chelleh-list li img{
  border-radius: 37px;
}






.action-buttons {
  border-top: 1px solid #ddd !important;
  padding-top: .5rem;
}
.action-buttons .btn-outline-secondary{
  border: none !important;
}
.action-buttons .btn-outline-secondary.user-action label,
.action-buttons .btn-outline-secondary.user-action svg{
  color: rgb(228, 97, 97) !important;
  fill: rgb(228, 97, 97) !important;
}
.action-buttons .btn-outline-secondary:active, 
.action-buttons .btn-outline-secondary:focus {
  background-color: transparent;
}
@media (min-width: 769px) {
  .action-buttons {
    display: block;
    border-top: 1px solid #333;
  }
  
}
@media (max-width: 768px) {
  .action-buttons .btn-outline-secondary{
    padding-left: 3px;
    padding-right: 3px;
    /* width: 25%; */
  }
}



.prayer-content span a {
  color: #ffff0f;
  border-bottom: 2px solid #ffff0f;
}

