@charset "UTF-8";
/*==============================
=            MIXINS            =
==============================*/
.hidden {
  display: none !important;
}

body {
  overflow-x: hidden;
  font-family: IRANSans;
}

.cursor-pointer {
  cursor: pointer;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.main-nav {
  background: #3f51b5;
  width: 100%;
  height: 65px;
}

.menu-open {
  color: #fff;
  width: 50px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.right-menu-holder {
  position: fixed;
  z-index: 1000;
  right: -100%;
  width: 30%;
  top: 0;
  height: 100vh;
  transition: all 0.2s ease;
  min-width: 250px;
}
.right-menu-holder.active {
  right: 0;
  transition: all 0.2s ease;
}
.right-menu-holder .right-menu-inner {
  background: #fff;
  height: 100%;
  border-radius: 3px;
}

.right-menu-bg {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 999;
  position: fixed;
}

.right-menu-list {
  list-style: none;
  text-align: right;
  font-size: 1rem;
}
.right-menu-list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.close-menu {
  color: #000;
  font-size: 1.5rem;
  text-align: right;
  cursor: pointer;
}

.micro-header {
  background: #3f51b5;
  width: 100%;
  height: 50px;
}

.blue-btn {
  background: #3f51b5;
  color: #fff;
  border-radius: 3px;
  border: none;
}

.blue-title {
  background: #3f51b5;
  color: #fff;
  border-radius: 3px;
}

.small-text {
  font-size: 0.8rem;
}
.small-text.gray {
  color: #707070;
}
.small-text.black {
  color: #333333;
}
.small-text.white {
  color: #fff;
}
.small-text.bold {
  font-weight: bold;
}

.mid-text {
  font-size: 1rem;
}
.mid-text.gray {
  color: #707070;
}
.mid-text.black {
  color: #333333;
}
.mid-text.white {
  color: #fff;
}
.mid-text.bold {
  font-weight: bold;
}

.bold-text {
  font-weight: bold;
}

.loading-holder {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.loading-holder img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 30%;
}

.has-shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.nav-link {
  width: fit-content;
  height: fit-content;
  border: 0 !important;
  color: #000;
}
.nav-link.active {
  border-bottom: 3px solid #3f51b5 !important;
}

.nav-tabs {
  border: 0 !important;
}

.user-name-part {
  background: #3f51b5;
  border-radius: 10px;
}

.has-radios {
  border-radius: 10px;
}

.buttom-v-align {
  vertical-align: bottom;
}

.user-status-part.is-active,
.clan-status-part.is-active {
  background: #0fcb15;
}
.user-status-part.is-active .status-holder div,
.clan-status-part.is-active .status-holder div {
  display: none;
}
.user-status-part.is-active .status-holder .user-is-active,
.clan-status-part.is-active .status-holder .user-is-active {
  display: block !important;
}
.user-status-part.is-not-verified,
.clan-status-part.is-not-verified {
  background: #ff851b;
}
.user-status-part.is-not-verified .status-holder div,
.clan-status-part.is-not-verified .status-holder div {
  display: none;
}
.user-status-part.is-not-verified .status-holder .user-is-not-verified,
.clan-status-part.is-not-verified .status-holder .user-is-not-verified {
  display: block !important;
}
.user-status-part.is-not-validate,
.clan-status-part.is-not-validate {
  background: #ff851b;
}
.user-status-part.is-not-validate .status-holder div,
.clan-status-part.is-not-validate .status-holder div {
  display: none;
}
.user-status-part.is-not-validate .status-holder .user-is-not-validate,
.clan-status-part.is-not-validate .status-holder .user-is-not-validate {
  display: block !important;
}
.user-status-part.is-deactive,
.clan-status-part.is-deactive {
  background: #ff401b;
}
.user-status-part.is-deactive .status-holder div,
.clan-status-part.is-deactive .status-holder div {
  display: none;
}
.user-status-part.is-deactive .status-holder .user-is-deactive,
.clan-status-part.is-deactive .status-holder .user-is-deactive {
  display: block !important;
}
.user-status-part.is-locked,
.clan-status-part.is-locked {
  background: #ff401b;
}
.user-status-part.is-locked .status-holder div,
.clan-status-part.is-locked .status-holder div {
  display: none;
}
.user-status-part.is-locked .status-holder .user-is-locked,
.clan-status-part.is-locked .status-holder .user-is-locked {
  display: block !important;
}
.user-status-part.is-expired,
.clan-status-part.is-expired {
  background: #ff401b;
}
.user-status-part.is-expired .status-holder div,
.clan-status-part.is-expired .status-holder div {
  display: none;
}
.user-status-part.is-expired .status-holder .user-is-expired,
.clan-status-part.is-expired .status-holder .user-is-expired {
  display: block !important;
}
.user-status-part.is-deleted,
.clan-status-part.is-deleted {
  background: #ff401b;
}
.user-status-part.is-deleted .status-holder div,
.clan-status-part.is-deleted .status-holder div {
  display: none;
}
.user-status-part.is-deleted .status-holder .user-is-deleted,
.clan-status-part.is-deleted .status-holder .user-is-deleted {
  display: block !important;
}

.panel-input {
  position: relative;
}
.panel-input label {
  font-size: 0.7rem;
  color: #707070;
  text-align: right;
}
.panel-input input,
.panel-input textarea {
  border: 0;
  border-bottom: 1px solid #707070;
  width: 100%;
  font-size: 0.8rem;
}
.panel-input input[readonly] {
  border-bottom: 1px dotted #707070;
}
.panel-input img {
  position: absolute;
  left: 16px;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-60%);
  -moz-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  -o-transform: translateY(-60%);
  transform: translateY(-60%);
  width: 20px;
}

select {
  border: none;
  border-bottom: 1px solid #707070;
  background: none;
}

.dotted-border {
  border-bottom: 1px dotted #aaa;
  width: 100%;
}

input[type="checkbox"] {
  width: 30px;
  height: 30px;
}

.red-box {
  background: #ff401b;
  color: #fff !important;
}

.green-box {
  background: #0fcb15;
  color: #fff !important;
}

.normal-game-fraud label,
.clan-game-fraud label {
  vertical-align: top;
}
.normal-game-fraud input[type="checkbox"],
.clan-game-fraud input[type="checkbox"] {
  width: 15px;
  height: 15px;
}

.icons-list img {
  cursor: pointer;
}

.modal-footer {
  justify-content: flex-start;
}

.search-user-page {
  background: #fff;
}

.user-search-result-row:nth-child(2n),
.clan-search-result-row:nth-child(2n),
.clan-member-row:nth-child(2n),
.selected-clan-member-row:nth-child(2n),
.user-friend-result:nth-child(2n),
.record-user-award-row:nth-child(2n),
.user-avatar-list-row:nth-child(2n),
.user-record-top-100-row:nth-child(2n),
.weekly-tops-row:nth-child(2n),
.user-heart-payment-row:nth-child(2n) {
  background: rgba(0, 0, 0, 0.1);
}

button {
  cursor: pointer;
}

.username-click-able {
  cursor: pointer;
}

.adding-to-list {
  cursor: pointer;
  z-index: 10;
  display: block;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 60px;
  height: 20px;
  border-radius: 3px;
  font-size: 0.7rem !important;
}

.remove-clan-selected-member {
  cursor: pointer;
  z-index: 10;
  display: block;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 60px;
  height: 20px;
  border-radius: 3px;
  font-size: 0.7rem !important;
}

.adding-all-clan-members {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100px;
  background: #0fcb15;
  color: #ffffff;
  font-size: 0.8rem;
  padding: 4px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
}

.clan-search-result-row,
.user-search-result-row,
.receipt-search-result,
.user-friend-result {
  cursor: pointer;
}

.user-friend-list,
.invited-users-list {
  overflow: auto;
  max-height: 500px;
}

.error {
  color: #ff401b;
}

button[disabled] {
  opacity: 0.5;
}

#multiple-alert,
#multiple-unblock {
  cursor: pointer;
}

.red-color {
  color: red;
}

.lucky-status-part .lucky-status-pic {
  width: 35%;
}
.lucky-status-part .lucky-status-text {
  width: 65%;
}
.lucky-status-part img {
  width: 100%;
}

.so-much-padding {
  padding-bottom: 300px;
}

.green-material {
  background: #66bb6a;
  border: 0 !important;
  border-radius: 3px;
}

.blue-material {
  background: #66bb6a;
  border: 0 !important;
  border-radius: 3px;
}

.red-background {
  background: #ff401b;
}

.green-background {
  background: #0fcb15;
}

.yellow-background {
  background: #ff851b;
}

.very-smal-font {
  font-size: 0.55rem;
}

.is-overflow {
  overflow: auto;
  white-space: nowrap;
}

.stats-head {
  border-bottom: 1px dotted #989898;
  padding-bottom: 30px;
  text-align: center;
}
.stats-head.four-header div {
  display: inline-block;
  width: 21%;
  text-align: left;
}
.stats-head.two-header div {
  display: inline-block;
  width: 45%;
  text-align: center;
}
.stats-head div {
  display: inline-block;
  width: 30%;
}

.stats-daily-shop-details,
.stats-monthly-shop-details {
  width: 67%;
  text-align: center;
}

.details-row-fix {
  display: inline-block;
  width: 30%;
  font-size: 0.7rem;
}
.details-row-fix.two-column {
  display: inline-block;
  width: 45%;
  font-size: 0.7rem;
}

.stat-details-font {
  font-size: 0.7rem;
}

.stats-border {
  border-bottom: 1px solid #ddd;
}

.qok-btn {
  text-align: center;
  border-radius: 5px;
  background: #fafafa;
  font-size: 0.75rem;
}
.qok-btn.with-shadow {
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.16);
}
.qok-btn.min-width-120 {
  min-width: 120px;
}
.qok-btn.btn-blue {
  background-color: #1a7db4;
  color: #fff;
}
.qok-btn.btn-blue-2 {
  background-color: #3168d5;
  color: #fff;
}
.qok-btn.btn-blue-3 {
  background-color: #319bd5;
  color: #fff;
}
.qok-btn.btn-green {
  background-color: #1ab481;
  color: #fff;
}
.qok-btn.btn-red {
  background-color: #b41a44;
  color: #fff;
}
.qok-btn.btn-red-2 {
  background-color: #d3043c;
  color: #fff;
}
.qok-btn.btn-purple {
  background-color: #861ab4;
  color: #fff;
}
.qok-btn.btn-orange {
  background-color: #cd7e17;
  color: #fff;
}
.qok-btn.no-cursor {
  cursor: default !important;
}

select {
  font-size: 0.8rem;
}

.inside-tab {
  background-color: #f1f1f1;
}
.inside-tab .nav-link.active {
  background-color: #f1f1f1;
}

@media (max-width: 780px) {
  .responsive-table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

/** content  **/
.choose-file-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.choose-file-container input {
  display: none;
}

.upload-file-table td:first-child,
.upload-file-table th:first-child {
  border-left: 1px solid #dee2e6;
}

.question-table,
.keyword-question-table {
  text-align: center;
}
.question-table tr th,
.question-table tr td,
.keyword-question-table tr th,
.keyword-question-table tr td {
  padding: 0.75rem 5px;
}
.question-table tr th:first-child,
.keyword-question-table tr th:first-child {
  font-size: 10px;
}
.question-table tr td:first-child div,
.keyword-question-table tr td:first-child div {
  width: 20px;
}
.question-table tr td:nth-child(3) div,
.keyword-question-table tr td:nth-child(4) div {
  min-width: 200px;
}
.question-table tr td:nth-child(4) div,
.question-table tr td:nth-child(5) div,
.question-table tr td:nth-child(6) div,
.question-table tr td:nth-child(7) div,
.keyword-question-table tr td:nth-child(4) div,
.keyword-question-table tr td:nth-child(5) div,
.keyword-question-table tr td:nth-child(6) div,
.keyword-question-table tr td:nth-child(7) div {
  min-width: 70px;
}
.question-table tr td:nth-child(9) select,
.keyword-question-table tr td:nth-child(9) select {
  width: 50px;
}
.question-table tr td:nth-child(12) select,
.question-table tr td:nth-child(13) select,
.question-table tr td:nth-child(14) select,
.keyword-question-table tr td:nth-child(12) select,
.keyword-question-table tr td:nth-child(13) select,
.keyword-question-table tr td:nth-child(14) select {
  width: 80px;
}
.question-table textarea,
.keyword-question-table textarea {
  resize: none;
  text-align: center;
  width: 100%;
}
.question-table textarea.disabled,
.keyword-question-table textarea.disabled {
  border: none;
  background: transparent;
}

.accepted-row {
  background: #edffed;
}

.rejected-row {
  background: #ffe9f0;
}

.question-statistics-table {
  display: table-caption;
}
.question-statistics-table th,
.question-statistics-table td {
  padding-left: 1px;
  padding-right: 1px;
  border: none !important;
}
.question-statistics-table th .qok-btn {
  font-size: 0.7rem;
}
.question-statistics-table td {
  padding-top: 3px;
  padding-bottom: 3px;
}
.question-statistics-table th:nth-child(2),
.question-statistics-table td:nth-child(2) {
  padding-left: 15px;
  padding-right: 15px;
}
.question-statistics-table th:nth-child(7),
.question-statistics-table td:nth-child(7) {
  padding-left: 15px;
}
.question-statistics-table tr:nth-child(2n) .btn {
  background-color: #e1e1e1;
}
.question-statistics-table .qok-btn:not(.min-width-120) {
  min-width: 105px;
  min-height: 29px;
}

.dashed-box {
  line-height: 30px;
  border: 1px dashed #ccc;
  border-radius: 5px;
  padding: 0 5px;
}
.dashed-box .title {
  font-size: 0.6rem;
}

.ad-categories > div:first-child,
.upload-status-table > div:first-child {
  color: #1a7db4;
  margin-bottom: 14px;
  font-size: 0.8rem;
  font-weight: bold;
}
.ad-categories button.active,
.upload-status-table button.active {
  background-color: #1ab481;
  color: #fff;
}

.dashed-space {
  border-top: 1px dashed #ccc;
}

#category-size-tables .from,
#category-size-tables .to,
#ar-category-size-tables .from,
#ar-category-size-tables .to {
  width: 40px;
}

.dataTables_wrapper {
  text-align: left;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_paginate {
  display: inline-block;
}
.dataTables_wrapper .dataTables_length {
  margin-right: 8px;
}
.dataTables_wrapper .dataTables_length select {
  height: 38px;
}
.dataTables_wrapper .page-link {
  margin-right: 5px;
  border-radius: 4px;
}

.filters select,
.filters input {
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-border {
  border: 1px solid #ccc !important;
  border-radius: 4px;
}

@media (min-width: 990px) {
  .filters {
    position: relative;
    top: 50px;
  }
}

.dataTables_wrapper .page-link {
  padding: 0.2rem 0.5rem;
}
.dataTables_wrapper .dataTables_paginate {
  direction: ltr;
}

.content-searched-users {
  max-height: 200px;
  overflow: auto;
  background-color: #fafafa;
}
.content-searched-users div {
  font-size: 0.75rem;
  cursor: pointer;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 3px 8px;
}
.content-searched-users div:hover {
  background: #fff;
}

.table-paginate-btn {
  border: 1px solid #177be3;
  padding: 2px 10px;
  color: #177be3;
}

.question-table-paging,
.keyword-question-table-paging {
  direction: ltr;
}
.question-table-paging .go-to-page input,
.keyword-question-table-paging .go-to-page input {
  width: 50px;
}

.selected-choice {
  background-color: #ebebff;
}

.colored-title {
  color: #1a7db4;
  font-size: 0.8rem;
  font-weight: bold;
}

.rtl {
  direction: rtl;
  text-align: right;
}
.rtl .question-statistics-table th:nth-child(7),
.rtl .question-statistics-table td:nth-child(7) {
  padding-left: unset;
  padding-right: 15px;
}

.active-challenges-container,
.crm-active-challenges-container {
  direction: ltr;
  text-align: left;
}
.active-challenges-container .active-challenge,
.crm-active-challenges-container .active-challenge {
  position: relative;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
  padding: 12px;
  font-size: 14px;
}
.active-challenges-container .active-challenge div:not(:last-child),
.crm-active-challenges-container .active-challenge div:not(:last-child) {
  margin-bottom: 5px;
}
.active-challenges-container .active-challenge div span,
.crm-active-challenges-container .active-challenge div span {
  color: #c80000;
}
.active-challenges-container .arrow,
.crm-active-challenges-container .arrow {
  position: absolute;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 30px;
  border: 1px solid #aaa;
  border-radius: 50%;
  padding: 4px 8px 2px;
  cursor: pointer;
  color: #888;
  right: 3%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.active-challenges-container .arrow .fa-angle-down,
.active-challenges-container .arrow .fa-angle-up,
.crm-active-challenges-container .arrow .fa-angle-down,
.crm-active-challenges-container .arrow .fa-angle-up {
  display: none;
}
.active-challenges-container .arrow.down .fa-angle-down,
.crm-active-challenges-container .arrow.down .fa-angle-down {
  display: inline-block;
}
.active-challenges-container .arrow.up .fa-angle-up,
.crm-active-challenges-container .arrow.up .fa-angle-up {
  display: inline-block;
}

#lucky-wheel-add-new-item-btn,
#package-add-new-item-btn {
  font-size: 38px;
  color: #0087af;
}

.lucky-wheel-item,
.roadmap-item,
.liveops-item {
  position: relative;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
  padding: 25px 12px 12px;
}
.lucky-wheel-item .item-type,
.roadmap-item .item-type,
.liveops-item .item-type {
  position: absolute;
  top: -7%;
  background: #fff;
  padding: 5px 10px;
  font-weight: bold;
  color: #399bff;
}
.lucky-wheel-item .delete-item-btn,
.roadmap-item .delete-item-btn,
.liveops-item .delete-item-btn {
  position: absolute;
  left: -1%;
  top: -5%;
  font-size: 23px;
  color: #ff347f;
  cursor: pointer;
}

.package-item .item-type {
  top: -17%;
}
.package-item .delete-item-btn {
  left: -2%;
  top: -13%;
}

.detail-challenge-button-container,
.detail-quizplus-button-container {
  background: #f5faff;
  direction: ltr;
  border-left: 3px solid #007ac6;
  padding: 15px;
}
.detail-challenge-button-container .challenge-button-detail,
.detail-challenge-button-container .quizplus-button-detail,
.detail-quizplus-button-container .challenge-button-detail,
.detail-quizplus-button-container .quizplus-button-detail {
  text-align: left;
  font-size: 13px;
}
.detail-challenge-button-container .challenge-button-detail .key,
.detail-challenge-button-container .challenge-button-detail .value,
.detail-challenge-button-container .quizplus-button-detail .key,
.detail-challenge-button-container .quizplus-button-detail .value,
.detail-quizplus-button-container .challenge-button-detail .key,
.detail-quizplus-button-container .challenge-button-detail .value,
.detail-quizplus-button-container .quizplus-button-detail .key,
.detail-quizplus-button-container .quizplus-button-detail .value {
  display: inline-block;
}
.detail-challenge-button-container .challenge-button-detail .value,
.detail-challenge-button-container .quizplus-button-detail .value,
.detail-quizplus-button-container .challenge-button-detail .value,
.detail-quizplus-button-container .quizplus-button-detail .value {
  color: #fd7a1f;
}
.detail-challenge-button-container .challenge-button-detail:not(:last-child),
.detail-challenge-button-container .quizplus-button-detail:not(:last-child),
.detail-quizplus-button-container .challenge-button-detail:not(:last-child),
.detail-quizplus-button-container .quizplus-button-detail:not(:last-child) {
  margin-bottom: 10px;
}

.tester-contarner {
  direction: ltr;
  text-align: left;
  font-size: 0;
}
.tester-contarner .tester {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 5px 10px;
  margin: 0 3px 5px;
  font-size: 14px;
}

.chat-section {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.chat-section .chat,
.chat-section .chat-buttons {
  width: 100%;
}
.chat-section .chat {
  padding: 0;
  margin: 0;
  list-style-type: none;
  background: #f2fcff;
  margin-bottom: 10px;
}
.chat-section .chat li {
  padding: 5px 20px 20px;
  display: flex;
  position: relative;
}
.chat-section .chat .message {
  padding: 13px;
  color: #fff;
  line-height: 25px;
  max-width: 90%;
  display: inline-block;
  text-align: right;
  border-radius: 5px;
  font-size: 15px;
}
.chat-section .chat .time {
  position: absolute;
  bottom: 2px;
  font-size: 11px;
  direction: ltr;
}
.chat-section .chat .chat-left {
  flex-direction: row-reverse;
}
.chat-section .chat .chat-left .message {
  background-color: #6fbced;
  text-align: left;
}
.chat-section .chat .chat-left .time {
  left: 23px;
}
.chat-section .chat .chat-left .triangle {
  border-color: transparent transparent #6fbced transparent;
  margin-left: 375px;
}
.chat-section .chat .chat-right .message {
  background-color: #58b666;
}
.chat-section .chat .chat-right .time {
  right: 23px;
}
.chat-section .chat .chat-right .triangle {
  border-color: transparent transparent #58b666 transparent;
  margin-left: 15px;
}
.chat-section .chat .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
}
.chat-section .chat-buttons .title {
  font-size: 15px;
}
@media (min-width: 570px) {
  .chat-section .chat,
  .chat-section .chat-buttons {
    width: 70%;
  }
}

.fast-register-user-info .info {
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 15px;
}
.fast-register-user-info .info .title {
  font-weight: bold;
  margin-bottom: 8px;
}
.fast-register-user-info .info .value {
  color: maroon;
}

.gift-code-item {
  border: 1px solid #ddd;
  border-radius: 3px;
}
.gift-code-item .title {
  text-align: center;
  padding: 5px;
  background: #f8f8f8;
}
.gift-code-item .title label {
  position: absolute;
  right: 0;
}
.gift-code-item .title label::before {
  right: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.gift-code-item .panel-input {
  padding: 0px 8px 16px;
}

#create-advertise-page .custom-control-label {
  padding-left: 0;
  padding-right: 1.5rem;
  font-size: 13px;
}
#create-advertise-page .custom-control-label::before,
#create-advertise-page .custom-control-label::after {
  right: 0;
}

.dynamic-loading-table img {
  width: 80px;
}
.dynamic-loading-table .end-time div {
  min-width: 140px;
}

.add-roadmap-item-btn,
.add-random-avatar-item-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.add-roadmap-item-btn i,
.add-random-avatar-item-btn i {
  font-size: 25px;
  margin-right: 5px;
}

/**
*
*	Name:			IRAN Sans-Serif Font
*	Version:		4.0
*	Author:			Moslem Ebrahimi (moslemebrahimi.com)
*	Created on:		Dec 25, 2012
*	Updated on:		Dec 12, 2015
*	Website:		http://fontiran.com
*	Copyright:		Commercial/Proprietary Software
--------------------------------------------------------------------------------------
فونت های ایران سن سریف یک نرم افزار مالکیتی محسوب می شود. جهت آگاهی از قوانین استفاده از این فونت ها لطفا به وب سایت (فونت ایران دات کام) مراجعه نمایید
--------------------------------------------------------------------------------------
IRAN Sans-serif fonts are considered a proprietary software. To gain information about the laws regarding the use of these fonts, please visit www.fontiran.com
--------------------------------------------------------------------------------------
This set of fonts are used in this project under the license: (.....)
--------------------------------------------------------------------------------------
*
**/
@font-face {
  font-family: Lalezar;
  font-style: normal;
  font-weight: bold;
  src:
    url("../fonts/Lalezar-Regular.eot"),
    url("../fonts/Lalezar-Regular.otf"),
    url("../fonts/Lalezar-Regular.woff2") format("woff2"),
    url("../fonts/Lalezar-Regular.woff") format("woff"),
    url("../fonts/Lalezar-Regular.ttf") format("truetype");
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/eot/IRANSansWeb_Bold.eot");
  src:
    url("../fonts/eot/IRANSansWeb_Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/woff2/IRANSansWeb_Bold.woff2") format("woff2"),
    url("../fonts/woff/IRANSansWeb_Bold.woff") format("woff"),
    url("../fonts/ttf/IRANSansWeb_Bold.ttf") format("truetype");
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/eot/IRANSansWeb_Medium.eot");
  src:
    url("../fonts/eot/IRANSansWeb_Medium.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/woff2/IRANSansWeb_Medium.woff2") format("woff2"),
    url("../fonts/woff/IRANSansWeb_Medium.woff") format("woff"),
    url("../fonts/ttf/IRANSansWeb_Medium.ttf") format("truetype");
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/eot/IRANSansWeb_Light.eot");
  src:
    url("../fonts/eot/IRANSansWeb_Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/woff2/IRANSansWeb_Light.woff2") format("woff2"),
    url("../fonts/woff/IRANSansWeb_Light.woff") format("woff"),
    url("../fonts/ttf/IRANSansWeb_Light.ttf") format("truetype");
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/eot/IRANSansWeb_UltraLight.eot");
  src:
    url("../fonts/eot/IRANSansWeb_UltraLight.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/woff2/IRANSansWeb_UltraLight.woff2") format("woff2"),
    url("../fonts/woff/IRANSansWeb_UltraLight.woff") format("woff"),
    url("../fonts/ttf/IRANSansWeb_UltraLight.ttf") format("truetype");
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/eot/IRANSansWeb.eot");
  src:
    url("../fonts/eot/IRANSansWeb.eot?#iefix") format("embedded-opentype"),
    url("../fonts/woff2/IRANSansWeb.woff2") format("woff2"),
    url("../fonts/woff/IRANSansWeb.woff") format("woff"),
    url("../fonts/ttf/IRANSansWeb.ttf") format("truetype");
}

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