
.storiesWrapper {
  padding: 0px;
  /*max-width: 500px;*/
  margin: 0 auto;
}



.disclaimer {
  display: block;
  text-decoration: none !important;
  color: #333;
  line-height: 1.5em;
  background: #ffffd2;
  border-radius: 3px;
  margin: 12px 12px 0;
  padding: 12px 12px 12px 74px;
  font-size: 13px;
  max-width: 500px;
  overflow: hidden;
  min-height: 50px;
}
.disclaimer img {
  float: left;
  margin-right: 12px;
  width: 50px;
  position: absolute;
  margin-left: -62px;
}
.disclaimer a {
  color: inherit !important;
  border: 0;
}
.disclaimer p {
  margin: 0;
}
.disclaimer p + p {
  margin-top: 1.25em;
}

.skin {
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  font-size: 16px;
  padding: 12px;
  color: #fff;
  background: #333;
}
.skin select {
  background: #fff;
  font-size: inherit;
  text-transform: none;
  max-width: 30%;
}

@media (min-width: 524px) {
  .disclaimer {
    margin: 12px auto;
  }
}



#socialSwipe {
 width: 240px;
  height: 90px; /* مهم‌ترین خط برای حل مشکل */
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  display: flex;
  gap: 12px;
  align-items: center;
  user-select: none;
  cursor: grab;
  scrollbar-width: none;
  -ms-overflow-style: none;

}

#socialSwipe::-webkit-scrollbar {
  display: none;
}

.social-list {
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-list li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}



#btnSocialLeft {


    background:transparent;
    border:none;
    color:#0e2a64;
    font-size:25px;
    cursor:pointer;
    padding:2px 4px;

}

#btnSocialRight {
    background:transparent;
    border:none;
    color:#0e2a64;
    font-size:25px;
    cursor:pointer;
    padding:2px 4px;
}



/* Medium screen  */
@media only screen and (min-width: 1300px) and (max-width: 1980px) {
    #socialSwipe {
        width: 250px;
        height: 90px; /* مهم‌ترین خط برای حل مشکل */
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        display: flex;
        gap: 12px;
        align-items: center;
        user-select: none;
        cursor: grab;
        scrollbar-width: none;
        -ms-overflow-style: none;
        flex-shrink: 0;
    }
}


/* Medium screen  */
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    #socialSwipe {
        width: 247px;
        height: 90px; /* مهم‌ترین خط برای حل مشکل */
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        display: flex;
        gap: 12px;
        align-items: center;
        user-select: none;
        cursor: grab;
        scrollbar-width: none;
        -ms-overflow-style: none;
        flex-shrink: 0;
    }
}



/* Medium screen  */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #socialSwipe {
        width: 95%;
        height: 90px; /* مهم‌ترین خط برای حل مشکل */
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        display: flex;
        gap: 12px;
        align-items: center;
        user-select: none;
        cursor: grab;
        scrollbar-width: none;
        -ms-overflow-style: none;
        flex-shrink: 0;
    }
}


/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {


    #socialSwipe {
        width: 93%;
        height: 90px; /* مهم‌ترین خط برای حل مشکل */
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        display: flex;
        gap: 12px;
        align-items: center;
        user-select: none;
        cursor: grab;
        scrollbar-width: none;
        -ms-overflow-style: none;
        flex-shrink: 0;
    }
}


/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {


    #socialSwipe {
        width: 90%;
        height: 90px; /* مهم‌ترین خط برای حل مشکل */
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        display: flex;
        gap: 12px;
        align-items: center;
        user-select: none;
        cursor: grab;
        scrollbar-width: none;
        -ms-overflow-style: none;
        flex-shrink: 0;
    }
}