html {
  font-size: 16px;
  line-height: 18px;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
button,
input,
label,
legend,
div {
  font-family: vazir !important;
}

.form-control {
  background-color: #F8F9FA;
  border: 1px solid #E9ECEF;
  box-sizing: border-box;
  border-radius: 15px;
}

.input-group-text {
  height: 41px;
  border-radius: 15px 0 0 15px;
}

a, a:hover {
  color: #6C757D;
  text-decoration: none;
}

hr {
  height: 2px !important;
  background-color: #DEE2E6;
}

.ltr {
  direction: ltr;
}

.farsi-digit, .farsi-digit * {
  font-family: vazirFa !important;
}

body {
  direction: rtl;
  background-color: #F8F9FA;
  font-size: 16px;
  font-weight: 400;
}

img {
  max-width: 100%;
}

#header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  background-color: #F6F6F6;
  border-bottom: 1px solid #DEE2E6;
}
#header .container {
  height: 64px;
}

#wrapper {
  margin-top: 65px;
  max-width: 100%;
  overflow: hidden;
}

.brand {
  font-size: 24px;
  font-weight: 700;
}

.post {
  padding: 16px;
  background-color: white;
  overflow: hidden;
  margin-bottom: 32px;
}
.post.tweet {
  background: linear-gradient( to right, #E9F9FF 0%, #E9F9FF 30%, white 30%, white 100%);
}
.post.idea {
  background: linear-gradient( to right, #FFF1F1 0%, #FFF1F1 30%, white 30%, white 100%);
}
.post.discuss {
  background: linear-gradient( to right, #E7FFEC 0%, #E7FFEC 30%, white 30%, white 100%);
}

.username {
  font-weight: 700;
}

.post-body {
  overflow: hidden;
  background-color: white;
}

.post-text {
  padding: 16px;
}
.post-text a {
  font-weight: 400;
  white-space: pre-line;
  color: #152536;
}

.post-media img {
  width: 100%;
  max-height: 400px;
  overflow-y: hidden;
}

.post-actions {
  padding: 0 8px 8px 8px;
  color: #6C757D;
  font-size: 16px;
}

.avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.datetime {
  color: #99a4ae;
  font-size: 12px;
  font-weight: 400;
}

.post.simple {
  margin-bottom: 8px;
}
.post.simple .post-text a {
  white-space: normal;
}

.user-card {
  padding: 16px;
  background-color: white;
  overflow: hidden;
  border-bottom: 1px solid #E9ECEF;
}

.hashtag-card {
  padding: 16px;
  background-color: white;
  overflow: hidden;
  border-bottom: 1px solid #E9ECEF;
}

.box-options > button {
  padding: 0;
}
.box-options > button > i {
  color: black;
}

#mobile-nav {
  position: fixed;
  bottom: 16px;
  right: 0;
  left: 0;
  z-index: 10;
}
#mobile-nav .menu-circle {
  background-color: white;
  width: 68px;
  height: 68px;
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 34px);
  top: calc(50% - 34px);
  z-index: -1;
}
#mobile-nav ul {
  padding: 0;
  margin: 0;
  background-color: white;
  height: 48px;
  border-radius: 30px;
}
#mobile-nav ul li {
  list-style: none;
  width: 36px;
  text-align: center;
  border-radius: 50%;
}
#mobile-nav ul li > * {
  font-size: 24px;
  color: #ABB5BE;
}
#mobile-nav ul li.selected-menu {
  background-color: #00ACEE;
}
#mobile-nav ul li.selected-menu i {
  color: white !important;
}

.logo img {
  margin-bottom: 4px;
  margin-left: -4px;
}

.profile-img {
  margin-top: -50px;
}

.badge-light-danger {
  color: #f1416c;
  background-color: #fff5f8;
}

.badge-light-warning {
  color: #ffc700;
  background-color: #fff8dd;
}

.badge-light-success {
  color: #00d9d9;
  background-color: #dcfdfd;
}

.banner-slider {
  height: 130px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}

.text-shadow-white {
  text-shadow: 0 0 4px white;
}

#menu-toggle {
  display: block;
  position: relative;
  z-index: 3;
  -webkit-user-select: none;
  user-select: none;
  margin-left: 16px;
  padding: 12px;
  /*
   * Transform all the slices of hamburger
   * into a crossmark.
   */
  /*
   * But let's hide the middle one.
   */
  /*
   * Ohyeah and the last one should go the other direction
   */
}
#menu-toggle a {
  text-decoration: none;
  color: #232323;
  transition: color 0.3s ease;
}
#menu-toggle a:hover {
  color: tomato;
}
#menu-toggle input {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  opacity: 0;
  /* hide this */
  z-index: 2;
  /* and place it over the hamburger */
  -webkit-touch-callout: none;
}
#menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 6px 0;
  position: relative;
  background-color: #495057;
  z-index: 1;
  transform-origin: 4px 0;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
#menu-toggle span:first-child {
  transform-origin: 0 0;
}
#menu-toggle span:nth-last-child(2) {
  transform-origin: 0 100%;
}
#menu-toggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(0px, 1px);
  background: #232323;
}
#menu-toggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
#menu-toggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(3px, -3px);
}
#menu-toggle input:checked ~ ul {
  transform: none;
  opacity: 1;
}

#menu {
  position: fixed;
  margin: 0;
  padding: 64px 28px 0 0;
  opacity: 0;
  background: #E9ECEF;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  transform-origin: 0 0;
  transform: translate(100%, 0);
  transition: 0.5s;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#menu li {
  padding: 10px 0;
  font-size: 22px;
}

.filter-btn {
  border: 1px solid white;
  display: block;
  text-align: center;
  padding: 8px;
  margin-left: 16px;
  border-radius: 30px;
  background-color: white;
  font-weight: bold;
  font-size: 13px;
  color: #6C757D;
  cursor: pointer;
  box-shadow: 1px 1px 5px 0 rgb(0 0 0 / 15%);
}

.selected.feed-btn {
  border-color: #00ACEE;
}
.selected.feed-btn i {
  color: #00ACEE;
}
.selected.discuss-btn {
  border-color: #28A745;
}
.selected.discuss-btn i {
  color: #28A745;
}
.selected.idea-btn {
  border-color: #FFAAAA;
}
.selected.idea-btn i {
  color: #FFAAAA;
}
.selected.bank-btn {
  border-color: #FFC107;
}
.selected.bank-btn i {
  color: #FFC107;
}

.twitter-icon {
  color: #00ACEE;
}

.afsaran-icon {
  height: 16px;
}

.attach-icon {
  position: absolute;
  left: 8px;
  top: 16px;
  font-size: 20px;
  background-color: #ddd;
  width: 30px;
  text-align: center;
  border-radius: 50%;
}

#submit-btn {
  position: absolute;
  left: 12px;
  top: 12px;
  padding: 0;
  height: 36px;
  width: 36px;
  border: none;
  z-index: 3;
  border-radius: 50%;
  background-color: #E9ECEF;
  font-size: 28px;
}

#search-container {
  display: none;
  opacity: 0;
  position: fixed;
  height: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.7s;
  background-color: #F8F9FA;
}
#search-container .search-button {
  position: absolute;
  left: 8px;
  top: 8px;
}
#search-container .search-button i {
  font-size: 20px;
}
#search-container.show {
  transition: 0.7s;
  display: block;
  opacity: 1;
  top: 65px;
  height: 100%;
}
#search-container .tab-content {
  height: calc(100vh - 260px);
  overflow-y: scroll;
}

.comment-field {
  padding-left: 40px;
}

.pointer {
  cursor: pointer;
}

.w-90 {
  width: 90%;
}

.m-n-4 {
  margin: -16px;
}

.mt-n-1 {
  margin-top: -6px;
}

.mr-1 {
  margin-right: 4px;
}

.ml-1 {
  margin-left: 4px;
}

.ml-2 {
  margin-left: 8px;
}

.mb-2 {
  margin-bottom: 8px;
}

.mb-4 {
  margin-bottom: 16px;
}

.mb-8 {
  margin-bottom: 32px;
}

.mb-16 {
  margin-bottom: 64px;
}

.mb-24 {
  margin-bottom: 96px;
}

.text-primary-dark {
  color: #2E279D;
}

.text-secondary {
  color: #6C757D;
}

.text-secondary-light {
  color: #ABB5BE;
}

.text-bank {
  color: #FFC107;
}

.text-normal {
  font-size: 16px;
}

.text-middle {
  font-size: 20px;
}

.text-large {
  font-size: 24px;
}

.font-large {
  font-size: 120%;
}

.bg-gray-3 {
  background-color: #DEE2E6;
}

.bordered {
  border: 1px solid #DEE2E6;
}

.box-rounded {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 0 15px rgb(108 117 125 / 10%);
}

.box-semi-rounded {
  border-radius: 15px;
}

.shadow-light {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

.circle {
  border-radius: 50%;
}
.circle.profile-img {
  object-fit: cover;
  width: 100px;
  height: 100px;
}
.circle.profile-small {
  object-fit: cover;
  width: 32px;
  height: 32px;
}

/**** overwrite  ****/
.was-validated .form-control:invalid, .was-validated .form-control:valid, .form-control.is-invalid, .form-control.is-valid {
  background-position: left calc(0.375em + 0.1875rem) center !important;
}

.hooper {
  height: inherit !important;
}

.hooper-list {
  overflow: visible !important;
}

.btn-primary{
  background-color: rgb(29, 155, 240) !important;
}

/*# sourceMappingURL=style.css.map */
