:root{
  font-size: 14px;
}

.border {
  border: 1px solid;
}

div.col-xl-4 {
  padding-block: 12px;
}

.position-fixed {
  background-color: rgba(23, 44, 43, 0.8);
  z-index: 3;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

body {
  direction: rtl;
  max-width: 600px;
  margin: 0 auto;
  min-height: 100vh;
  background-color: #e7e7e7;
}

body.dark {
  background-color: #172c2b;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 0 !important;
}

li {
  list-style: none;
}

.header .charge-coin span, .header .detail > div p, .header .detail > div h4, .dynamism-comments h4, .dynamism .content .users ul li p, .dynamism .content .text, .dynamism .content .tag, .dynamism .content .titr, .dynamism .content .header .date, .dynamism .content .header h4, .dynamism > .header .info span, .dynamism > .header .info .text p, .det .content form .form-content select, .det .content form .form-content .prevnumber, .det .content form .form-content input, .det .content form .form-content label, .det .content form .button-group button:last-child, .det .header .detail p, .wallet .cash ul li .text p, .wallet .cash ul li .text h4, .wallet .content .exchange-container .button-groups .icon-btn p, .wallet .content .exchange-container .exchange-content .exchange .dimond div p,
.wallet .content .exchange-container .exchange-content .exchange .gold div p, .wallet .content .exchange-container .exchange-content .exchange .dimond div h4,
.wallet .content .exchange-container .exchange-content .exchange .gold div h4, .icon-btn, .card .main .content p, .card .main .title h4, .card .main .header div, .card .aside .contents .side .dead_line p, .category-tabs p, .header-category .next p,
.header-category .prev p, .hashtag a, .progreses .progres-container .count, .progreses .progres-container .total {
  font-size: 0.75rem;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
  font-weight: 400;
  text-align: right;
}

.dynamism .content .users ul li button, .det .content form button, header .search button, header .menu-btn {
  background-color: transparent;
  outline: none;
  border: none;
}

.container {
  position: relative;
}

.text-gold {
  color: #e9d48d;
}

.ltr {
  direction: ltr;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.rate {
  border-radius: 5px;
  width: 37px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.rate span {
  font-size: 0.5625rem;
  font-weight: 400;
  line-height: 100%;
}

.progreses {
  position: relative;
  flex-basis: 80%;
}
.progreses .progres-container {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.progreses .progres-container .total {
  font-size: 0.5rem;
  font-weight: 300;
  color: #bcbcbc;
}
.progreses .progres-container .count {
  font-size: 0.625rem;
  font-weight: 600;
}
.progreses .progres {
  width: 100%;
  height: 2px;
  position: relative;
}
.progreses .progres .fill {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border-radius: 50px;
}
.progreses .progres .line {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #bcbcbc;
  border-radius: 50px;
}
.progreses .progres .thumbnail {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.hashtag {
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 100%;
  padding: 0.2rem;
  vertical-align: bottom;
}
.hashtag a {
  font-size: 0.5rem;
}

.swiper {
  width: 100%;
  height: 100%;
}
.swiper .swiper-wrapper {
  display: flex;
  gap: 1rem;
  margin-left: 2rem !important;
}
.swiper .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 1.125rem;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mySwiper {
  position: relative;
}
.mySwiper .swiper-next {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

header {
  z-index: 1000;
  position: relative;
  margin-top: 2rem;
}
header .profile-image {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 3px;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 50%;
  background: linear-gradient(transparent, transparent) padding-box, conic-gradient(from -75deg, transparent 25%, #374333 70%, #e2c65d) border-box;
}
header .profile-image img:first-child {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  border-radius: 26px;
}
header .profile-image img:last-child {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 32px;
  height: 32px;
}
header .search {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  border: 2px solid #304b4c;
  border-radius: 5px;
}
header .search input {
  width: 100%;
  outline: none;
  border: none;
  background-color: transparent;
  box-sizing: border-box;
  color: #537172;
  padding: 0 0.3rem 0 2rem;
  font-size: 0.75rem;
}
header .search button {
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-container {
  position: fixed;
  overflow: hidden;
  border-radius: 30px 30px 5px 5px;
  min-height: 100px;
  padding: 0;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  filter: drop-shadow();
  max-width: 600px;
  z-index: 1000;
}

@media (min-width: 768px) {
  .footer-container .items {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
footer {
  position: absolute;
  width: 100% !important;
  height: 100%;
  z-index: 1000;
  overflow-x: hidden;
  bottom: 0;
  border-radius: 30px 30px 5px 5px;
}
footer svg#menu {
  position: absolute;
  top: 0;
  transition: all ease 300ms;
}
footer .items {
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 0;
  padding: 0 3rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}
footer .items > div {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  align-items: center;
}
footer .items > div svg path {
  transition: all ease 500ms;
}
footer .items .active svg path {
  stroke: #000000 !important;
}

.mobile-category {
  overflow-x: auto;
}
.mobile-category::-webkit-scrollbar {
  width: 3px;
}
.mobile-category::-webkit-scrollbar-track {
  background: transparent;
}
.mobile-category::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 20px;
}

.category-tabs, .header-category .next,
.header-category .prev {
  border-radius: 5px;
  background-color: #000000;
  padding: 8px 15px;
  outline: none;
  border: none;
}
.category-tabs p, .header-category .next p,
.header-category .prev p {
  text-wrap: nowrap !important;
  color: #537172;
  margin-bottom: 0 !important;
}

.card {
  display: flex;
  flex-direction: row;
  border: none;
  background-color: transparent;
  position: relative;
  max-width: 404px;
  margin: 0 auto;
  transform-style: preserve-3d;
  perspective: 100;
}
.card .aside {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 5px 30px 5px 5px;
  transition: transform ease 300ms, background-color ease 300ms 300ms;
  overflow: hidden;
  transform: translateZ(1px);
}
.card .aside .contents {
  border-radius: inherit;
  display: flex;
  width: 85%;
  height: 100%;
  overflow: hidden;
}
.card .aside .contents .username {
  padding: 0 8px 0 3px;
  border: 1px solid #537172;
  border-radius: 5px;
  font-size: 0.5625rem;
  color: #537172;
}
.card .aside .contents .content {
  padding: 0.5rem 0.2rem 1rem 1rem;
  width: 80%;
  transition: all ease 300ms;
  transform: translateX(100%);
  background-color: #ebcc5f;
}
.card .aside .contents .content .body {
  display: flex;
  align-items: stretch;
  gap: 0.2rem;
  margin-top: 0.5rem;
}
.card .aside .contents .content .body > div {
  padding: 0.2rem 0.5rem;
  border-radius: 5px;
  border: 1px solid #172c2b;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  align-items: center;
  justify-content: space-between;
  width: 56px;
}
.card .aside .contents .content .body .svgs {
  display: flex;
  align-items: center;
  justify-content: center;
}
.card .aside .contents .side {
  background-color: #ebcc5f;
  padding: 1rem;
  position: relative;
  z-index: 2;
}
.card .aside .contents .side .image {
  width: 37px;
  height: 37px;
  border-radius: 37px;
  box-shadow: 2px 3px 7px 0px rgba(0, 0, 0, 0.25);
  align-self: center;
}
.card .aside .contents .side .image img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
.card .aside .contents .side .rate {
  align-self: center;
}
.card .aside .contents .side .dead_line {
  justify-self: flex-end !important;
  margin-top: auto;
  margin-bottom: 0;
}
.card .aside .contents .side .dead_line p {
  font-size: 0.5rem;
  line-height: 160%;
  color: #537172;
  margin-bottom: 0;
}
.card .aside.active {
  transform: translateZ(5px);
  background-color: rgba(4, 11, 4, 0.5019607843);
}
.card .aside.active .content {
  transform: translateX(0);
}
.card .main {
  position: relative;
  transform: translateZ(2px);
  margin-right: 21%;
  border-radius: 5px;
  background: linear-gradient(65deg, #fff 60.48%, rgba(223, 218, 222, 0.5) 93.23%), url(../images/backgrounds/s_soliemani.png) lightgray 50%/cover no-repeat;
  box-shadow: 4px 0px 10px -4px rgba(0, 0, 0, 0.25);
  padding: 1rem 1.5rem 1rem 1rem;
}
.card .main .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card .main .header div {
  font-size: 0.5625rem !important;
}
.card .main .header div:first-child {
  background-color: #ebcc5f;
  border-radius: 5px;
  padding: 5px;
}
.card .main .header div:first-child a {
  color: #000000;
  text-align: left;
  direction: ltr;
}
.card .main .header div:last-child {
  background-color: #bcbcbc;
  padding: 5px;
  border-radius: 5px;
}
.card .main .header div:last-child a {
  color: #ffffff;
  vertical-align: text-top;
  font-weight: 600;
}
.card .main .title {
  margin: 5px 0;
}
.card .main .title h4 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow-y: hidden;
  -webkit-box-orient: vertical;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 3px;
  line-height: normal;
}
.card .main .content p {
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 150%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow-y: hidden;
  -webkit-box-orient: vertical;
  margin-bottom: 3px;
  padding-bottom: 0 !important;
}
.card .main .footer {
  margin-top: 0.75rem;
}
.card .main .footer .d-flex {
  align-items: end;
}

@media (min-width: 768px) {
  .card .aside .image {
    width: 43px;
    height: 43px;
  }
  .card .main .content p {
    font-size: 0.75rem;
    line-height: 160%;
    padding-bottom: 17px;
  }
}
.icon-btn {
  display: flex;
  align-items: center;
  border-radius: 5px;
  padding: 1px 10px;
  color: #ffffff;
  background: linear-gradient(#ebcc5f 0%, #e9c987 42%, #e9bf80, 100%, #e9d48d 100%);
  outline: none;
  border: none;
  justify-content: center;
  gap: 0.7rem;
  vertical-align: middle;
  transition: all ease 300ms;
}
.icon-btn span {
  font-weight: 700;
  font-size: 0.625rem;
  margin-bottom: 2px;
}

.icon-btn.dimond-btn {
  background: #00a1ce !important;
}

.scroll-more p {
  overflow: hidden;
  color: #dfdade;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: IRANSansXVF;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}
.scroll-more svg {
  cursor: pointer;
}

.wallet {
  border-radius: 5px;
  width: 100%;
  overflow: hidden;
  border-top-right-radius: 30px;
  margin-bottom: 7rem;
}
.wallet .content {
  padding: 0.75rem 1rem;
  background-color: #304b4c;
  border-radius: 5px;
  transform: translateY(-5px);
}
.wallet .content .exchange-container {
  display: flex;
  align-items: start;
  row-gap: 1rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wallet .content .exchange-container .exchange-content .exchange {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.wallet .content .exchange-container .exchange-content .exchange .change_icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #ebcc5f;
  z-index: 100;
  position: absolute;
  box-sizing: content-box;
  top: 47.5%;
  right: 50%;
  transform: translate(50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.wallet .content .exchange-container .exchange-content .exchange .dimond,
.wallet .content .exchange-container .exchange-content .exchange .gold {
  -webkit-mask-size: 100% !important;
          mask-size: 100% !important;
  -webkit-mask-repeat: no-repeat !important;
          mask-repeat: no-repeat !important;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #172c2b;
  width: 130px;
  height: 50.96px;
  display: flex;
  align-items: center !important;
  justify-content: space-around;
}
.wallet .content .exchange-container .exchange-content .exchange .dimond div,
.wallet .content .exchange-container .exchange-content .exchange .gold div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.2rem;
}
.wallet .content .exchange-container .exchange-content .exchange .dimond div svg,
.wallet .content .exchange-container .exchange-content .exchange .gold div svg {
  margin-bottom: -8px;
}
.wallet .content .exchange-container .exchange-content .exchange .dimond div h4,
.wallet .content .exchange-container .exchange-content .exchange .gold div h4 {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}
.wallet .content .exchange-container .exchange-content .exchange .dimond div p,
.wallet .content .exchange-container .exchange-content .exchange .gold div p {
  color: #ffffff;
  font-size: 0.5rem;
  font-weight: 400;
  text-align: center;
}
.wallet .content .exchange-container .exchange-content .exchange .dimond {
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20width%3D%22130%22%20height%3D%2251%22%20viewBox%3D%220%200%20130%2051%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M130%2046C130%2048.7614%20127.761%2051%20125%2051H5C2.23858%2051%200%2048.7614%200%2046V45.0264C0%2043.5532%200.673057%2042.1768%201.69583%2041.1165C5.59877%2037.0702%208%2031.5659%208%2025.5C8%2019.4339%205.59898%2013.929%201.69591%209.88257C0.673105%208.82219%200%207.4458%200%205.97253V5C0%202.23858%202.23858%200%205%200H125C127.761%200%20130%202.23858%20130%205V46Z%22%20fill%3D%22%23172C2B%22%2F%3E%3C%2Fsvg%3E");
          mask: url("data:image/svg+xml,%3Csvg%20width%3D%22130%22%20height%3D%2251%22%20viewBox%3D%220%200%20130%2051%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M130%2046C130%2048.7614%20127.761%2051%20125%2051H5C2.23858%2051%200%2048.7614%200%2046V45.0264C0%2043.5532%200.673057%2042.1768%201.69583%2041.1165C5.59877%2037.0702%208%2031.5659%208%2025.5C8%2019.4339%205.59898%2013.929%201.69591%209.88257C0.673105%208.82219%200%207.4458%200%205.97253V5C0%202.23858%202.23858%200%205%200H125C127.761%200%20130%202.23858%20130%205V46Z%22%20fill%3D%22%23172C2B%22%2F%3E%3C%2Fsvg%3E");
  margin-right: auto;
  margin-left: 1rem;
  padding-left: 1rem;
}
.wallet .content .exchange-container .exchange-content .exchange .gold {
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20width%3D%22130%22%20height%3D%2251%22%20viewBox%3D%220%200%20130%2051%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M130%205.00019C130%206.57272%20129.235%208.02811%20128.09%209.10536C123.725%2013.2093%20121%2019.0365%20121%2025.5C121%2031.9634%20123.726%2037.7899%20128.09%2041.8937C129.235%2042.9709%20130%2044.4266%20130%2045.9991C130%2048.7605%20127.761%2051%20125%2051H5C2.23858%2051%200%2048.7614%200%2046V5C0%202.23858%202.23858%200%205%200H125C127.761%200%20130%202.23876%20130%205.00019Z%22%20fill%3D%22%23172C2B%22%2F%3E%3C%2Fsvg%3E");
          mask: url("data:image/svg+xml,%3Csvg%20width%3D%22130%22%20height%3D%2251%22%20viewBox%3D%220%200%20130%2051%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M130%205.00019C130%206.57272%20129.235%208.02811%20128.09%209.10536C123.725%2013.2093%20121%2019.0365%20121%2025.5C121%2031.9634%20123.726%2037.7899%20128.09%2041.8937C129.235%2042.9709%20130%2044.4266%20130%2045.9991C130%2048.7605%20127.761%2051%20125%2051H5C2.23858%2051%200%2048.7614%200%2046V5C0%202.23858%202.23858%200%205%200H125C127.761%200%20130%202.23876%20130%205.00019Z%22%20fill%3D%22%23172C2B%22%2F%3E%3C%2Fsvg%3E");
  margin-left: auto;
  margin-right: 1rem;
  padding-right: 1rem;
}
.wallet .content .exchange-container .button-groups {
  display: flex;
}
.wallet .content .exchange-container .button-groups .icon-btn {
  background: #537172;
  flex-basis: 50%;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  justify-content: space-between;
}
.wallet .content .exchange-container .button-groups .icon-btn p {
  font-size: 0.5625rem;
  text-wrap: nowrap;
}
.wallet .content .discount-image {
  margin: 1rem 0;
  border-radius: 5px;
  max-height: 165px;
  min-height: 125px;
  width: 100%;
}
.wallet .content .discount-image img {
  border-radius: inherit;
  width: 100%;
  height: 116px;
  -o-object-fit: cover;
     object-fit: cover;
}
.wallet .cash {
  background-color: #537172;
  padding: 0.75rem 1.5rem;
  border-radius: 5px;
  transform: translateY(-1rem);
}
.wallet .cash ul {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.wallet .cash ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wallet .cash ul li .text {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.wallet .cash ul li .text .circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #172c2b;
}
.wallet .cash ul li .text .circle.negative {
  background-color: #5b0500;
}
.wallet .cash ul li .text h4 {
  color: #ffffff;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 0;
}
.wallet .cash ul li .text p {
  font-size: 0.4375rem;
}
.wallet .cash ul li .text p.negative {
  color: #5b0500;
}
.wallet .cash ul li .icon-btn {
  width: 54px !important;
  flex-grow: 0;
  padding: 0.17rem 0.4rem;
  background: #172c2b;
  justify-content: space-between;
}
.wallet .cash ul li .icon-btn span {
  font-size: 0.4375rem;
  display: inline-block;
  direction: ltr;
  font-weight: 400;
}
.wallet .cash ul li .icon-btn.negative {
  background: #5b0500;
}

@media screen and (max-width: 767px) {
  .exchange-container {
    flex-direction: column;
  }
}
.profile-menu-container {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 44, 43, 0.8);
  right: 0;
}

.det {
  flex-basis: 266px;
  position: relative;
  height: 100%;
}
.det .header {
  background-color: #ebcc5f;
  padding: 1rem;
  border-radius: 5px;
  border-top-left-radius: 30px;
  border-top-right-radius: 0;
  position: relative;
}
.det .header .curve {
  top: -5.5rem;
  right: 0;
  position: absolute;
}
.det .header .image {
  position: relative;
  z-index: 100;
  border-radius: 50%;
  background: linear-gradient(to right, transparent, rgb(255, 255, 255)) border-box;
  border: 4px solid transparent;
}
.det .header .image img:first-child {
  width: 69px;
  height: 69px;
  border-radius: 50%;
}
.det .header .detail .d-flex {
  align-items: center;
  gap: 0.5rem;
}
.det .header .detail p {
  font-size: 0.5625rem;
}
.det .header .detail h4 {
  font-size: 0.875rem;
  font-weight: 700;
}
.det .content {
  box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 2;
  padding: 1rem;
  padding-top: 2rem;
  background-color: #304b4c;
  transform: translateY(-2.5rem);
  border-radius: 5px;
  max-height: 579.2px;
  height: calc(100% - 100px);
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.det .content::-webkit-scrollbar {
  display: none;
}
.det .content form {
  width: 100%;
  background-color: transparent;
}
.det .content form .date-save {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.det .content form .button-group {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.det .content form .button-group button:last-child {
  font-size: 0.875rem;
  font-weight: 700;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.5rem 0.9rem;
}
.det .content form .form-content {
  width: 100%;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: relative;
  margin-bottom: 0.6rem;
}
.det .content form .form-content label {
  color: #ebcc5f;
}
.det .content form .form-content input {
  background-color: #172c2b;
  color: #dfdade;
  border-radius: 5px;
  border: none;
  outline: none;
  text-wrap: nowrap;
  padding: 0.25rem 0.5rem;
  width: 100%;
}
.det .content form .form-content input[data-number] {
  padding-left: 1.9rem;
}
.det .content form .form-content .prevnumber {
  position: absolute;
  left: 6px;
  top: 26px;
  color: #537172;
  display: inline-block;
  direction: ltr;
  font-weight: 600;
}
.det .content form .form-content select {
  background-color: #172c2b;
  color: #dfdade;
  border-radius: 5px;
  border: none;
  outline: none;
  text-wrap: nowrap;
  padding: 0.25rem 0.5rem;
}
.det .content form .save {
  background-color: #ebcc5f;
  border-radius: 5px;
  padding: 0 0.75rem;
}

.dynamism > .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ebcc5f;
  border-radius: 5px 25px 5px 5px;
  padding-block: 18px;
  padding-right: 25px;
  padding-left: 21px;
}
.dynamism > .header .info {
  display: flex;
  align-items: center;
  gap: 0.8125rem;
}
.dynamism > .header .info .image {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  box-shadow: 2px 3px 7px 0px rgba(0, 0, 0, 0.25);
}
.dynamism > .header .info .image img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
.dynamism > .header .info .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.4rem;
}
.dynamism > .header .info .text p {
  font-size: 0.5625rem;
}
.dynamism > .header .info span {
  color: #537172;
  font-size: 0.5rem;
  line-height: 160%;
  align-self: flex-start;
}
.dynamism > .header .icon-btn {
  width: auto;
}
.dynamism .content {
  z-index: -1 !important;
  transform: translateY(-5px);
  border-radius: 0 0 5px 5px;
  padding: 30px;
  background: linear-gradient(65deg, #fff 60.48%, rgba(223, 218, 222, 0.5) 93.23%), url(../images/backkgrounds/s_soliemani.png) lightgray no-repeat;
  background-position: 50% -3%;
  box-shadow: 4px 0px 10px -4px rgba(0, 0, 0, 0.25);
}
.dynamism .content .header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: baseline;
}
.dynamism .content .header h4 {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0;
  line-height: inherit;
}
.dynamism .content .header .hashtag {
  padding: 0.1rem 0.3rem 0.2rem 0.3rem;
}
.dynamism .content .header .hashtag a {
  font-weight: 600;
}
.dynamism .content .header .date {
  font-size: 0.5rem;
  color: #537172;
  line-height: 125%;
  direction: ltr;
  text-align: left;
}
.dynamism .content .video {
  width: 100%;
  margin-top: 1rem;
}
.dynamism .content .video .frame {
  position: relative;
  display: flex;
  margin-bottom: 0.7rem;
  border-radius: 7px;
  border: 3px solid rgba(48, 75, 76, 0.6);
}
.dynamism .content .video .frame .play {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  cursor: pointer;
  z-index: 10;
}
.dynamism .content .video .frame video {
  width: 100% !important;
  height: 149px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px !important;
}
.dynamism .content .video .thumb {
  display: flex;
  gap: 0.7rem;
  flex-wrap: nowrap;
  overflow-y: auto;
}
.dynamism .content .video .thumb > div {
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  position: relative;
}
.dynamism .content .video .thumb > div img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
.dynamism .content .video .thumb > div .play {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 10;
}
.dynamism .content .video .thumb > div::after {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, rgba(48, 75, 76, 0.6) 0%, rgba(48, 75, 76, 0.6) 100%);
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  border-radius: inherit;
}
.dynamism .content .titr {
  display: inline-block;
  font-size: 0.625rem;
  font-weight: 700;
  margin-bottom: 0;
  line-height: normal;
}
.dynamism .content .tag {
  color: #45b9d9;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: normal;
}
.dynamism .content .text {
  font-size: 0.625rem;
  line-height: normal;
}
.dynamism .content br {
  content: "";
  display: block;
  font-size: 100%;
  margin-bottom: 0.5rem;
}
.dynamism .content .d-flex {
  align-items: end;
  margin-top: 1rem;
}
.dynamism .content .users {
  margin-top: 4rem;
  background-color: inherit;
  position: relative;
  padding: 15px;
  border-radius: 25px 0 5px 5px;
  border-top: none;
  background-color: #dde3e3;
}
.dynamism .content .users ul {
  padding: 0;
  margin-block: 1rem;
}
.dynamism .content .users ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.3rem;
}
.dynamism .content .users ul li .image {
  border-radius: 50%;
  width: 38px;
  position: relative;
}
.dynamism .content .users ul li .image img {
  width: 38px;
  height: 38px;
  border-radius: inherit;
  position: absolute;
  top: -19px;
  box-shadow: 2px -3px 2.3px 0px rgba(255, 255, 255, 0.71);
}
.dynamism .content .users ul li p {
  font-size: 0.5rem;
  font-weight: 700;
  color: #537172;
}
.dynamism .content .users ul li p.time {
  font-weight: 400 !important;
}
.dynamism .content .afterReports {
  padding: 0;
  padding-top: 15px;
  margin-top: 4rem;
  background-color: inherit;
  position: relative;
  border-radius: 25px 0 5px 5px;
  border-top: none;
  background-color: #dde3e3;
}

.dynamism-comments {
  background-color: #ffffff;
  border-radius: 5px 30px 5px 5px;
  padding: 30px;
  margin-top: 1rem;
}
.dynamism-comments h4 {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: normal;
}

#myDropzone {
  border: none;
  background: url(../images/backkgrounds/cloud-upload-svgrepo-com\ 1.png) #172c2b;
  background-repeat: no-repeat;
  background-position: center 15px;
  border-radius: 5px;
  padding: 3px;
  text-align: center;
  height: 89px !important;
  min-height: unset !important;
  display: flex;
  flex-direction: column-reverse;
  gap: 5px;
  flex-wrap: wrap;
  overflow: hidden;
}

.dz-preview {
  width: 100%;
  padding: 1px;
  margin: 0 !important;
  border-radius: 2px;
  display: inline-block;
  min-height: unset !important;
  height: 19px;
  background-color: #537172 !important;
  position: relative;
}
.dz-preview .dz-details {
  padding: 0 !important;
  opacity: 1 !important;
  width: 70%;
  padding-right: 0.4rem !important;
  min-width: unset !important;
  max-width: unset !important;
  right: 0 !important;
  left: auto !important;
  height: 100%;
}
.dz-preview .dz-details .dz-filename {
  height: 100%;
}
.dz-preview .dz-details .dz-filename span {
  overflow: hidden;
  color: #172c2b;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: IRANSansXVF;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  width: 100%;
}
.dz-preview .dz-remove {
  position: absolute;
  display: inline-flex !important;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  padding: 0 !important;
  margin: 0 !important;
}

.dz-remove {
  color: white;
  border: none;
  padding: 5px 10px;
  border-radius: 3px;
  cursor: pointer;
  margin-top: 5px;
  float: left;
}

.dz-success-mark,
.dz-error-mark {
  display: none;
}

.dz-message {
  display: none;
}

.header-category {
  display: flex;
  gap: 0.25rem;
}
.header-category .swiper.headerSwiper {
  flex-basis: 85%;
  overflow-x: hidden;
  display: flex;
  gap: 0.25rem;
}
.header-category .swiper.headerSwiper .swiper-wrapper {
  margin-left: 0 !important;
  width: 0;
  gap: 0;
  flex-grow: 1;
}
.header-category .swiper.headerSwiper .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 1.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-category .swiper.headerSwiper .swiper-wrapper .swiper-slide .category-tabs, .header-category .swiper.headerSwiper .swiper-wrapper .swiper-slide .next,
.header-category .swiper.headerSwiper .swiper-wrapper .swiper-slide .prev {
  width: 100% !important;
  padding-block: 4px;
}
.header-category .swiper.headerSwiper .swiper-wrapper .swiper-slide .category-tabs p, .header-category .swiper.headerSwiper .swiper-wrapper .swiper-slide .next p,
.header-category .swiper.headerSwiper .swiper-wrapper .swiper-slide .prev p {
  width: 100%;
  text-align: center;
  overflow-x: hidden;
  line-height: 179% !important;
}
.header-category .next,
.header-category .prev {
  flex-basis: auto;
  padding-block: 0px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.header-category .swiper-button-disabled {
  display: none;
}

.farme-n12 .font-10 {
  font-size: 0.625rem !important;
}
.farme-n12 a {
  text-decoration-line: underline !important;
  font-size: 0.625rem !important;
}
.farme-n12 .form-control:focus {
  box-shadow: none !important;
}
.farme-n12 .form-control::-moz-placeholder {
  color: #dfdade !important;
  font-size: 1.4375rem;
  width: -moz-fit-content;
  width: fit-content;
}
.farme-n12 .form-control::placeholder {
  color: #dfdade !important;
  font-size: 1.4375rem;
  width: -moz-fit-content;
  width: fit-content;
}
.farme-n12 .field-group {
  display: flex;
  gap: 2px;
}
.farme-n12 .field-group .security-code-container {
  display: flex;
  gap: 0;
  background-color: #304b4c;
}
.farme-n12 .field-group .security-code-container input {
  color: white;
}
.farme-n12 .field-group .security-code-container .field-group input:first-child {
  flex-grow: 2;
}
.farme-n12 .field-group .security-code-container .field-group input:last-child {
  flex-grow: 1;
}
.farme-n12 .field-group .security-code-container .field-group .security-code-container {
  flex-grow: 1;
}
.farme-n12 .field-group .security-code-container .security-input {
  text-align: center;
  font-size: 0.875rem;
  border-radius: 4px;
  border: none;
  transition: background-color 0.3s ease;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0;
  padding-right: 0;
}
.farme-n12 .field-group .security-code-container .security-input:focus {
  outline: none;
  background-color: #304b4c;
  border: none !important;
}
.farme-n12 .w-10 {
  width: 20%;
}
.farme-n12 .form-container {
  max-width: 600px;
  margin-top: 1rem !important;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 20px;
}
.farme-n12 .custom-form-control {
  width: 100%;
}
.farme-n12 .bg-btn {
  background-color: #ebcc5f;
  color: #172c2b;
}
.farme-n12 .bg-input {
  background-color: #172c2b;
}
.farme-n12 .w-10 {
  width: 16%;
}
.farme-n12 .w-2 {
  width: 2%;
}
.farme-n12 .btn-start-timer {
  text-align: center;
}
.farme-n12 .otp-timer {
  font-family: tahoma;
  display: flex;
  justify-content: start;
  align-items: center;
  color: #ca6d68;
}
.farme-n12 .otp-timer .timer-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.farme-n12 .otp-timer .timer-text {
  font-size: 0.75rem;
  color: #ca6d68;
}
.farme-n12 .otp-timer .circle-container {
  width: 30px;
  height: 30px;
  position: relative;
  top: 8px;
  left: 10px;
}
.farme-n12 .otp-timer .outer-circle {
  width: 8px;
  height: 8px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 4px;
  background-color: #f1c0bc;
}
.farme-n12 .otp-timer .inner-circle {
  width: 4px;
  height: 4px;
  background-color: #ca6d68;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
}
.farme-n12 .otp-timer span {
  margin-left: 5px;
}
.farme-n12 button {
  color: #040b04;
  padding: 5px 15px;
  border: none;
  cursor: pointer;
}
.farme-n12 .heading {
  font-weight: bold;
  font-size: 2.5rem;
}
.farme-n12 .heading .text-dot {
  color: #ebcc5f;
}
.farme-n12 .heading .logo-container {
  width: 200px;
  height: 200px;
  position: relative;
}
.farme-n12 .heading .outer-circle {
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.farme-n12 input:focus {
  outline: none;
}
@media (min-width: 992px) {
  .farme-n12 .form-container {
    margin-left: 10px auto;
  }
  .farme-n12 .phone-inputs {
    width: 70% !important;
  }
  .farme-n12 .phone-input-container {
    max-width: 370px !important;
    justify-content: center !important;
    margin: 0px auto !important;
  }
  .farme-n12 .phone-input-container .country button {
    border-radius: 15px !important;
  }
  .farme-n12 .phone-input-container .code-country {
    padding: 0.8rem 1rem !important;
    border-radius: 15px !important;
  }
  .farme-n12 .field-group {
    margin-bottom: 20px;
  }
  .farme-n12 .security-code-container {
    padding: 0.6rem 2.8rem !important;
    border-radius: 15px !important;
  }
  .farme-n12 .otp-timer {
    direction: rtl;
  }
  .farme-n12 .otp-timer .outer-circle {
    width: 18px;
    height: 18px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: -2px;
    left: -3px;
    background-color: #f1c0bc;
  }
  .farme-n12 .otp-timer .outer-circle .inner-circle {
    width: 8px;
    height: 8px;
    top: 5px;
    left: 5px;
  }
  .farme-n12 .bg-btn {
    font-size: 1.25rem;
    border-radius: 10px !important;
  }
  .farme-n12 .timer {
    direction: ltr;
    justify-content: space-between !important;
    margin-top: 1px !important;
  }
}

.farme-n13 input::-moz-placeholder {
  color: #fff !important;
  font-weight: 400;
}

.farme-n13 input::placeholder {
  color: #fff !important;
  font-weight: 400;
}
.farme-n13 .heading {
  font-weight: bold;
  font-size: 48px;
}
.farme-n13 .heading .text-dot {
  color: #ebcc5f;
}
.farme-n13 .heading .logo-container {
  width: 200px;
  height: 200px;
  position: relative;
}
.farme-n13 .heading .outer-circle {
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.farme-n13 .w-8 {
  width: 8%;
}
.farme-n13 .phone-inputs {
  display: flex;
  flex-wrap: nowrap;
  width: 50%;
  height: 100%;
}
.farme-n13 .phone-input {
  width: 100%;
  height: 60px;
  text-align: center;
  font-family: monospace;
  background-color: white;
  transition: all 0.3s ease;
}
.farme-n13 .phone-input-container {
  max-width: 400px;
  margin: 60px auto;
  display: flex;
}
.farme-n13 .phone-input-container .code-country {
  padding-left: 0.5rem !important;
}
.farme-n13 .phone-input-container .phone-input-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.farme-n13 input:focus {
  outline: none;
}
@media only screen and (max-width: 992px) {
  .farme-n13 .logo {
    width: 53% !important;
  }
  .farme-n13 .phone-input-container {
    max-width: 300px !important;
    margin: 15px auto;
  }
  .farme-n13 .phone-input-container .phone-input-wrapper {
    gap: 7px;
  }
  .farme-n13 .phone-input-container .phone-input-wrapper .code {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .farme-n13 .phone-input-container .phone-input-wrapper .country button {
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .farme-n13 .phone-input-container .code .code-country {
    height: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #304b4c;
  }
}

.frame-n15 {
  height: 100vh;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.frame-n15 .swiper {
  width: 100%;
  height: 100%;
}
.frame-n15 .swiper-slide {
  text-align: center;
  font-size: 1.125rem;
  background: #172c2b;
  display: flex;
  justify-content: center;
  align-items: center;
}
.frame-n15 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.frame-n15 .swiper-pagination-bullet-active {
  background-color: #ebcc5f !important;
  width: 16px;
  height: 16px;
}
.frame-n15 .swiper-pagination-bullet {
  background: #dfdade;
  width: 16px;
  height: 16px;
}
.frame-n15 .swiper-button-next::after,
.frame-n15 .swiper-rtl .swiper-button-prev::after {
  content: "";
}
.frame-n15 .swiper-button-prev::after,
.frame-n15 .swiper-rtl .swiper-button-next::after {
  content: "";
}
.frame-n15 .swiper-button-prev::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 15px solid #ffffff;
  right: 50%;
  bottom: 31px;
  transform: translate(-50%, -50%);
}
.frame-n15 .swiper-button-next::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #ffffff;
  bottom: 31px;
  left: 80%;
  transform: translate(-50%, -50%);
}
.frame-n15 [dir=rtl] .swiper-button-prev {
  left: 10px;
}
.frame-n15 [dir=rtl] .swiper-button-next {
  right: 10px;
}
.frame-n15 .swiper-horizontal > .swiper-pagination-bullets,
.frame-n15 .swiper-pagination-bullets.swiper-pagination-horizontal,
.frame-n15 .swiper-pagination-custom,
.frame-n15 .swiper-pagination-fraction {
  bottom: 64px !important;
  direction: ltr;
}
@media only screen and (max-width: 576px) {
  .frame-n15 .text-slider {
    margin-top: 15px;
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .frame-n15 .swiper-horizontal > .swiper-pagination-bullets,
  .frame-n15 .swiper-pagination-bullets.swiper-pagination-horizontal,
  .frame-n15 .swiper-pagination-custom,
  .frame-n15 .swiper-pagination-fraction {
    direction: rtl;
  }
  .frame-n15 .swiper-pagination-bullet {
    margin-bottom: 3rem !important;
  }
}

.frame-n18 button:hover {
  background-color: #66b795;
}
.frame-n18 input[type=checkbox] {
  position: absolute;
  visibility: hidden;
}
.frame-n18 .lable-check {
  display: block;
  width: 11px;
  height: 11px;
  background-color: #537172;
  border: 1px solid #ebcc5f;
  cursor: pointer;
}
.frame-n18 input:checked + label {
  background-color: #66b795;
}
.frame-n18 .col-10 {
  background-color: #304b4c !important;
}
.frame-n18 .text p {
  color: #dfdade;
  font-size: 0.625rem;
}
.frame-n18 .color-lable {
  color: #ebcc5f;
}
.frame-n18 .bg-lable {
  background-color: #172c2b;
}
.frame-n18 .form-control {
  border: none !important;
  border-radius: 5px !important;
  padding: 0.2rem 0.75rem;
}
.frame-n18 .btn-change {
  height: 22px;
}
.frame-n18 .form-control::-moz-placeholder {
  color: #dfdade !important;
  font-size: 0.75rem !important;
}
.frame-n18 .form-control::placeholder {
  color: #dfdade !important;
  font-size: 0.75rem !important;
}
.frame-n18 .form-label {
  font-size: 0.75rem;
}
.frame-n18 .form-select {
  color: #dfdade;
  font-size: 0.75rem;
  padding: 0 0.75rem 0 2.25rem;
  border: none !important;
}
.frame-n18 .form-select .option {
  color: #dfdade;
  font-size: 0.75rem;
}
.frame-n18 .form-select .font-12 {
  font-size: 0.75rem;
}
.frame-n18 .field-height-89 {
  height: 89px;
}
.frame-n18 .textarea-field {
  height: 89px;
  resize: vertical;
}
.frame-n18 .file-upload-link {
  display: block;
  height: 89px;
  padding: 0.375rem 0.75rem;
  font-size: 0.5rem;
  color: white;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  margin: 0 auto;
  color: #304b4c;
}
.frame-n18 .file-upload-link:hover {
  background-color: #495057;
  border-color: #495057;
}
.frame-n18 .file-upload-link:focus {
  border-color: #495057;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.25);
}
.frame-n18 .file-input-hidden {
  display: none;
}
.frame-n18 .numbers-input {
  background-color: #537172 !important;
}
.frame-n18 button {
  background-color: #ebcc5f;
  color: #172c2b;
  font-size: 0.875rem;
}
.frame-n18 .span-two {
  color: #ebcc5f;
}
.frame-n18 .field-container {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.frame-n18 .field-container input {
  flex-grow: 1;
  min-width: 0;
  padding: 0px 8px;
  min-height: 30px;
  border: none;
  border-radius: 4px;
  direction: rtl;
}
.frame-n18 .field-container button {
  padding: 6px 12px;
  color: #172c2b;
  background-color: #537172;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: background-color 0.3s ease;
}
.frame-n18 .check-icon {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .frame-n18 .file-upload-link {
    width: 100%;
    font-size: 0.5rem;
  }
  .frame-n18 .textarea-field {
    height: 89px;
  }
  .frame-n18 .field-height-89 {
    height: 70px;
  }
  .frame-n18 .field-container {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1px 5px;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  .frame-n18 .field-container {
    gap: 10px;
  }
  .frame-n18 .field-container input {
    min-height: 29px;
  }
  .frame-n18 .field-container button {
    padding: 0 15px;
  }
}
.frame-n18 .bg-lable-two {
  background-color: #537172;
}
@media screen and (max-width: 480px) {
  .frame-n18 .container {
    padding: 10px;
  }
  .frame-n18 .field-container button {
    font-size: 0.625rem;
    color: #172c2b;
    background-color: #537172;
  }
}
.frame-n18 .font-10 {
  font-size: 0.625rem !important;
}
.frame-n18 input:focus {
  outline: none !important;
}
.frame-n18 .color {
  color: #dfdade !important;
}
.frame-n18 .select2-container--default .select2-selection--multiple {
  background-color: #172c2b !important;
  border: none;
}
.frame-n18 .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #537172;
  border: none;
  border-radius: 4px;
  cursor: default;
  float: right;
  margin-right: 5px;
  margin-top: 8px;
  padding: 2px 8px;
  color: #172c2b !important;
  direction: ltr;
  font-size: 0.625rem;
}
.frame-n18 .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #172c2b !important;
  margin-right: 15px;
}
.frame-n18 .select2-container--default .select2-results__option--highlighted[aria-selected] {
  direction: ltr !important;
}
.frame-n18 .select2-container--open .select2-dropdown--below {
  text-align: end !important;
}
.frame-n18 .select-one .css-1dyz3mf {
  padding-left: 2px !important;
  padding-right: 2px !important;
}
.frame-n18 .select-one .css-1dyz3mf .css-1p3m7a8-multiValue {
  background-color: #537172;
  padding-left: 4px;
  padding-right: 6px;
}
.frame-n18 .select-one .css-1dyz3mf .css-1p3m7a8-multiValue .css-9jq23d {
  font-size: 0.625rem !important;
  font-weight: 900;
}

.frame18__control.css-13cymwt-control {
  background-color: #304b4c !important;
  border: 2px solid #000000 !important;
}

div[class*=__control],
div[class*=__control]:hover {
  box-shadow: none !important;
  border-color: #888888 !important;
}

.txt__single-value, .calls__single-value, .calls__multi-value {
  padding: 3px 7px !important;
  border-radius: 5px !important;
  background-color: #00a1ce !important;
  color: #fff !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.calls__single-value, .calls__multi-value {
  background-color: #537172 !important;
  color: #172c2b !important;
}

.calls__multi-value {
  font-size: 0.625rem !important;
}

.css-1dimb5e-singleValue {
  display: flex !important;
  gap: 18px !important;
  font-size: 0.5625rem !important;
}

.calls__menu {
  z-index: 10 !important;
}

.months__single-value {
  font-size: 0.75rem;
  font-weight: 400;
  color: #888888 !important;
  text-align: center !important;
}

.months__menu {
  z-index: 10 !important;
}

.pl-sm-1 {
  padding-left: 1rem;
}

.font-9 {
  font-size: 0.5625rem !important;
}

.sliders-container {
  display: flex;
  gap: 20px;
  padding: 20px;
  justify-content: center;
}

.swiper {
  width: 300px;
  position: relative;
}

.swiper-custom-button-prev,
.swiper-custom-button-next {
  color: #000;
  padding: 10px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  cursor: pointer;
  writing-mode: horizontal-tb;
  text-orientation: upright;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.swiper-custom-button-prev {
  left: -30px;
}

.swiper-custom-button-prev:hover,
.swiper-custom-button-next:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.swiper-button-prev,
.swiper-button-next {
  display: none;
}

.charge-btn {
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20width%3D%2276%22%20height%3D%2229%22%20viewBox%3D%220%200%2076%2029%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M66%200C68.7614%200%2071%202.23858%2071%205V6.68732C71%207.48339%2071.3164%208.24681%2071.8795%208.80949L75.0204%2011.9479C76.1925%2013.119%2076.1932%2015.0185%2075.0221%2016.1905L71.8778%2019.3373C71.3157%2019.8998%2071%2020.6625%2071%2021.4578V24C71%2026.7614%2068.7614%2029%2066%2029H5C2.23858%2029%204.83208e-08%2026.7614%200%2024V5C0%202.23858%202.23858%209.26118e-08%205%200H66Z%22%20fill%3D%22%23EBCC5F%22%2F%3E%3C%2Fsvg%3E");
          mask: url("data:image/svg+xml,%3Csvg%20width%3D%2276%22%20height%3D%2229%22%20viewBox%3D%220%200%2076%2029%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M66%200C68.7614%200%2071%202.23858%2071%205V6.68732C71%207.48339%2071.3164%208.24681%2071.8795%208.80949L75.0204%2011.9479C76.1925%2013.119%2076.1932%2015.0185%2075.0221%2016.1905L71.8778%2019.3373C71.3157%2019.8998%2071%2020.6625%2071%2021.4578V24C71%2026.7614%2068.7614%2029%2066%2029H5C2.23858%2029%204.83208e-08%2026.7614%200%2024V5C0%202.23858%202.23858%209.26118e-08%205%200H66Z%22%20fill%3D%22%23EBCC5F%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 75.9px;
  height: 29.5251px;
  background-color: #ebcc5f;
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  color: #172c2b;
  font-size: 0.5625rem;
  font-weight: 800;
}

.header {
  padding: 0.75rem 1rem;
  display: flex;
  justify-content: space-between;
  background-color: #ebcc5f;
}
.header .detail {
  display: flex;
  align-items: end;
  gap: 1rem;
}
.header .detail > div {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.header .detail > div h4 {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0;
}
.header .detail > div p {
  font-size: 0.5625rem;
  font-weight: 400;
}
.header .charge-coin {
  background-color: transparent;
  outline: none;
  border: none;
}
.header .charge-coin span {
  margin-left: 3px;
  color: #ffffff;
  font-size: 0.5625rem;
  display: inline-block;
  margin-bottom: 0.4rem;
}

.conversation-action-creator-btn-comment p {
  font-size: 0.625rem !important;
  font-weight: 300 !important;
  color: #000 !important;
  line-height: normal !important;
  margin-bottom: 0.1rem !important;
}

.hideScrollBar {
  scrollbar-width: none;
}

.hideScrollBar::-webkit-scrollbar {
  display: none;
}

.css-1xc3v61-indicatorContainer {
  padding: 0 !important;
}/*# sourceMappingURL=style-copy.css.map */
/* edit */
.title-deed{
  background-color: #537172;
  width: 99px;
  height: 4px;
  border-radius: 7px;
  opacity: 30%;
  margin-bottom: 33px;
}

.scrollable-text {
   max-height:150px!important;    
  padding-left: 0.5rem;
  overflow-y: hidden;
  transition: all 0.3s ease-in-out;
}

.scrollable-text:hover {
  overflow-y: auto; 
}

/* Firefox */
.scrollable-text:hover {
  scrollbar-width: thin;
  scrollbar-color: rgba(0,0,0,0.3) transparent;
}

/* Chrome, Safari, Edge */
.scrollable-text::-webkit-scrollbar {
  width: 0; 
}

.scrollable-text:hover::-webkit-scrollbar {
  width: 1px;
}

.scrollable-text::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.3);
  border-radius: 2px;
}

.scrollable-text::-webkit-scrollbar-track {
  background: transparent;
}
.padding-l-5{
  padding-left: 0.5rem;
}