.tabs-animated .nav-link {
  margin: 0 0 0 .75rem;
}
.tabs-animated .nav-link::before {
  background-color: #000;
}
.body-tabs-shadow .body-tabs-animated .nav-link::before {
  box-shadow: 0 16px 26px -10px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(32, 50, 101, 0.2);
}
.filter-form {
  text-align: right;
}
.filter-form .filter-item {
  display: inline-block;
  float: right;
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  margin-left: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .filter-form .filter-item {
    margin-bottom: 0px;
  }
}
.filter-form .filter-item.no-border {
  border: 0px;
}
.filter-form .filter-item .search-input {
  height: 37px;
}
.filter-form .filter-item:hover {
  background-color: #f4f4f4;
}
.filter-form .filter-item span.title {
  display: inline-block;
  position: relative;
  font-size: 14px;
  padding: 7px 12px 7px 28px;
}
.filter-form .filter-item i.fa-angle-down,
.filter-form .filter-item i.fa-times-circle {
  position: absolute;
  left: 4px;
  top: 5px;
  font-size: 20px;
}
.filter-form .filter-item.set {
  background-color: #2955c8;
  border: 1px solid #2651be;
}
.filter-form .filter-item.set:hover {
  background-color: #2955c8;
}
.filter-form .filter-item.set span.title {
  position: relative;
  font-size: 14px;
  color: #fff;
}
.filter-form .filter-item.set i {
  position: absolute;
  left: 4px;
  top: 5px;
  font-size: 20px;
  color: #fff;
}
.filter-form .date-filter-box {
  position: absolute;
  border-radius: 5px;
  border: 1px solid #ccc;
  width: 310px;
  background-color: #fff;
  z-index: 1;
  padding: 15px;
  right: 0px;
  top: 40px;
  -webkit-box-shadow: 0 0 18px -15px #000;
  -moz-box-shadow: 0 0 18px -15px #000;
  box-shadow: 0 0 18px -15px #000;
}
@media (min-width: 768px) {
  .filter-form .date-filter-box {
    width: 340px;
  }
}
.filter-form .date-filter-box ul.filter-tab {
  list-style: none;
  padding: 0;
  margin: 0;
  direction: rtl;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
.filter-form .date-filter-box ul.filter-tab li {
  cursor: pointer;
  font-size: 14px;
  display: inline-block;
  margin-left: 20px;
  padding-bottom: 8px;
}
.filter-form .date-filter-box ul.filter-tab li.set {
  color: #000;
  border-bottom: 1px solid #000;
}
.filter-form .date-filter-box ul.filter-tab li:hover {
  color: #000;
  border-bottom: 1px solid #000;
}
.filter-form .date-filter-box .date-item {
  display: block;
  width: 100%;
  float: right;
  padding: 8px 5px 8px 5px;
  cursor: pointer;
}
.filter-form .date-filter-box .date-item .date-item-title {
  display: inline-block;
  float: right;
  font-size: 14px;
  color: #4f4f4f;
  direction: rtl;
}
.filter-form .date-filter-box .date-item .date-item-value {
  display: inline-block;
  float: left;
  font-size: 12px;
}
.filter-form .date-filter-box .date-item.set {
  background-color: #f4f4f4;
  color: #000;
}
.filter-form .date-filter-box .date-item.set .date-item-title {
  color: #000;
}
.filter-form .date-filter-box .date-item:hover {
  background-color: #f4f4f4;
  color: #000;
}
.filter-form .date-filter-box .date-item:hover .date-item-title {
  color: #000;
}
.filter-form .date-filter-box .custom-date-select-row {
  display: block;
  width: 100%;
  float: right;
  padding: 8px 5px 8px 5px;
  color: #000;
  position: relative;
  cursor: pointer;
}
.filter-form .date-filter-box .custom-date-select-row .select-custom-date-title {
  display: inline-block;
  float: right;
  font-size: 14px;
}
.filter-form .date-filter-box .custom-date-select-row i {
  font-size: 25px;
  left: 8px;
  top: 5px;
  position: absolute;
  color: #000;
}
.filter-form .date-filter-box .custom-date-select-row:hover {
  background-color: #f4f4f4;
  color: #000;
}
.filter-form .date-filter-box .custom-date-select-row:hover .date-item-title {
  color: #000;
}
.filter-form .date-filter-box .set-custom-date {
  width: 100%;
  margin-top: 15px;
  position: relative;
}
.filter-form .date-filter-box .set-custom-date i {
  position: relative;
}
.filter-form .select-filter-box {
  position: absolute;
  border-radius: 5px;
  border: 1px solid #ccc;
  width: 240px;
  background-color: #fff;
  z-index: 1;
  padding: 15px;
  right: 0px;
  top: 40px;
  -webkit-box-shadow: 0 0 18px -15px #000;
  -moz-box-shadow: 0 0 18px -15px #000;
  box-shadow: 0 0 18px -15px #000;
}
.filter-form .select-filter-box .item-row {
  margin-bottom: 12px;
}
.filter-form .select-filter-box .item-row:last-child {
  margin-bottom: 0;
}
.filter-form .select-filter-box .item-row:hover label {
  color: #000;
}
.filter-form .select-filter-box .item-row:hover label:before {
  background-color: #f6f6f6;
}
.filter-form .select-filter-box .item-row input {
  display: none;
}
.filter-form .select-filter-box .item-row label {
  position: relative;
  margin: 0;
  padding-right: 25px;
  font-size: 14px;
  cursor: pointer;
}
.filter-form .select-filter-box .item-row label:before {
  content: "";
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 1px solid #a9a9a9;
  position: absolute;
  top: 2px;
  right: 0px;
  cursor: pointer;
}
.filter-form .select-filter-box .item-row input[type="radio"]:checked + label:after {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  right: 4px;
  background-color: #000;
}
.filter-form .select-filter-box .item-row input[type="radio"]:checked + label {
  color: #000;
}
.filter-form .select-filter-box .item-row.multi input {
  display: none;
}
.filter-form .select-filter-box .item-row.multi label {
  position: relative;
  margin: 0;
  padding-right: 25px;
  font-size: 14px;
  cursor: pointer;
}
.filter-form .select-filter-box .item-row.multi label:before {
  content: "";
  width: 19px;
  height: 19px;
  border-radius: 3px;
  border: 1px solid #a9a9a9;
  position: absolute;
  top: 2px;
  right: 0px;
  cursor: pointer;
}
.filter-form .select-filter-box .item-row.multi input[type="checkbox"]:checked + label:after {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 3px;
  position: absolute;
  top: 5px;
  right: 3px;
  background-color: #000;
}
.filter-form .select-filter-box .item-row.multi input[type="checkbox"]:checked + label {
  color: #000;
}
.filter-form .select-filter-box .multiselectBtn {
  width: 100%;
}
.filter-form .export-box {
  position: absolute;
  border-radius: 5px;
  border: 1px solid #ccc;
  width: 240px;
  background-color: #fff;
  z-index: 1;
  padding: 0px;
  left: 0px;
  top: 40px;
  -webkit-box-shadow: 0 0 18px -15px #000;
  -moz-box-shadow: 0 0 18px -15px #000;
  box-shadow: 0 0 18px -15px #000;
}
.filter-form .export-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.filter-form .export-box ul li {
  color: #000;
  cursor: pointer;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
}
.filter-form .export-box ul li:last-child {
  margin-bottom: 0;
}
.filter-form .export-box ul li:hover {
  background-color: #f4f4f4;
  color: #000;
}
#dashboardPage .item-row .card-header-title {
  font-size: 18px;
  font-weight: bold;
}
#dashboardPage .item-row .card-header-title i {
  font-size: 28px;
  margin-left: 7px;
}
#dashboardPage .item-row .card-header-title span {
  font-size: 14px;
  font-weight: normal;
  margin-right: 9px;
}
#dashboardPage .item-row .bg-c1 .icon-back {
  background-color: #3ac47d;
}
#dashboardPage .item-row .bg-c1 .count {
  color: #3ac47d;
}
#dashboardPage .item-row .bg-c2 .icon-back {
  background-color: #d92550;
}
#dashboardPage .item-row .bg-c2 .count {
  color: #d92550;
}
#dashboardPage .item-row .bg-c3 .icon-back {
  background-color: #2955c8;
}
#dashboardPage .item-row .bg-c3 .count {
  color: #2955c8;
}
#dashboardPage .item-row .stat-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 15px 0;
}
#dashboardPage .item-row .stat-box .icon-box {
  display: flex;
}
#dashboardPage .item-row .stat-box .icon-box .icon-back {
  border-radius: 50%;
  color: #fff;
  position: relative;
  width: 60px;
  height: 60px;
}
#dashboardPage .item-row .stat-box .icon-box .icon-back i {
  position: absolute;
}
#dashboardPage .item-row .stat-box .icon-box .icon-back i.lnr-history {
  font-size: 30px;
  top: 15px;
  right: 15px;
}
#dashboardPage .item-row .stat-box .icon-box .icon-back i.fa-instagram {
  font-size: 36px;
  top: 12px;
  right: 15px;
}
#dashboardPage .item-row .stat-box .icon-box .icon-back i.fa-cart-plus {
  font-size: 32px;
  top: 15px;
  right: 17px;
}
#dashboardPage .item-row .stat-box .icon-box .icon-back i.fa-comments-o {
  font-size: 34px;
  top: 12px;
  right: 15px;
}
#dashboardPage .item-row .stat-box .title-box {
  display: flex;
  flex-direction: column;
  padding-right: 10px;
}
#dashboardPage .item-row .stat-box .title-box .title {
  font-size: 16px;
}
#dashboardPage .item-row .stat-box .title-box .count {
  font-size: 40px;
  font-weight: bold;
}
#dashboardPage .item-row .stat-box .title-box a.see {
  color: #777;
}
#dashboardPage .item-row a.see-all-content {
  color: #fff;
}
#dashboardPage .item-row a.see-all-content:hover {
  color: #fff;
  text-decoration: none;
}
#instagramPageNav .nav-item .nav-link {
  font-size: 16px !important;
}
#instagramPage.tab-content {
  direction: rtl;
  margin-top: 10px;
}
#instagramPage .paging-row {
  text-align: left;
  direction: ltr;
}
#instagramPage .paging-row .pagination {
  margin-bottom: 0px;
}
#instagramPage .paging-row .pagination .page-item.active .page-link,
#instagramPage .paging-row .pagination .pagination .active.page-number .page-link {
  z-index: 1;
  color: #fff;
  background-color: #000;
  border-color: #000;
}
#instagramPage .paging-row .pagination li span {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #000;
  background-color: #fff;
  border: 1px solid #dee2e6;
  cursor: pointer;
}
#instagramPage .paging-row .pagination li span:hover {
  z-index: 2;
  color: #000;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
#instagramPage .paging-row .pagination li.active span {
  z-index: 1;
  color: #fff;
  background-color: #000;
  border-color: #000;
}
#instagramPage .paging-row .pagination li.disabled span {
  cursor: not-allowed;
}
#instagramPage .paging-row .pagination li.disabled span:hover {
  background-color: #fff;
}
#instagramPage .paging-row .pagination li.prev span {
  border-radius: 5px 0 0 5px;
}
#instagramPage .paging-row .pagination li.next span {
  border-radius: 0 5px 5px 0;
}
#instagramPage .content-item-row {
  margin-top: 20px;
}
#instagramPage .media-item-box {
  position: relative;
  border: 1px solid transparent;
}
#instagramPage .media-item-box .loading-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
#instagramPage .media-item-box .loading-overlay .loader {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, 0);
}
#instagramPage .media-item-box .loading-overlay .ball-grid-pulse > div {
  background-color: #fff;
}
#instagramPage .media-item-box.is-ads {
  border: 1px solid #d92550;
}
#instagramPage .media-item-box.can-ads {
  border: 1px solid #f7b924;
}
#instagramPage .media-item-box .card-body {
  padding: 15px;
  position: relative;
}
#instagramPage .media-item-box .card-body .is-ads-badge {
  position: absolute;
  background-color: #d92550;
  color: #fff;
  right: 0;
  top: 0;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 0 2px 0 3px;
  text-shadow: 0 1px 5px #000;
}
#instagramPage .media-item-box .card-body .can-ads-badge {
  position: absolute;
  background-color: #f7b924;
  color: #fff;
  right: 0;
  top: 0;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 0 2px 0 3px;
  text-shadow: 0 1px 5px #000;
}
#instagramPage .media-item-box .card-body .icon-file {
  position: absolute;
  color: #ffffffba;
  left: 20px;
  top: 20px;
  font-size: 21px;
}
#instagramPage .media-item-box .card-footer {
  padding: 15px;
}
#instagramPage .media-item-box .img-box.story {
  width: 100%;
  background-size: cover;
  height: 420px;
}
@media (min-width: 768px) {
  #instagramPage .media-item-box .img-box.story {
    height: 600px;
  }
}
@media (min-width: 992px) {
  #instagramPage .media-item-box .img-box.story {
    height: 450px;
  }
}
@media (min-width: 1200px) {
  #instagramPage .media-item-box .img-box.story {
    height: 360px;
  }
}
@media (min-width: 1400px) {
  #instagramPage .media-item-box .img-box.story {
    height: 560px;
  }
}
#instagramPage .media-item-box .custom-checkbox {
  display: none;
}
#instagramPage .media-item-box .custom-checkbox-label {
  position: relative;
  margin: 0;
  padding-right: 23px;
  cursor: pointer;
}
#instagramPage .media-item-box .custom-checkbox-label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #666666;
  border-radius: 3px;
  background-color: white;
  transition: all 0.3s;
  position: absolute;
  top: 0px;
  right: -1px;
  cursor: pointer;
}
#instagramPage .media-item-box .custom-checkbox:checked + label.custom-checkbox-label::after {
  content: "\f00c";
  font: normal normal normal 16px / 1 FontAwesome;
  position: absolute;
  right: 1px;
  top: 1px;
  color: white;
  font-size: 16px;
  cursor: pointer;
}
#instagramPage .media-item-box .custom-checkbox:checked + label.custom-checkbox-label::before {
  background-color: #000;
}
#instagramPage .media-item-box .type-row {
  margin: 10px 0;
}
#instagramPage .media-item-box .type-row .separator {
  margin: 0 10px;
}
#instagramPage .media-item-box .order-details {
  margin-bottom: 20px;
  position: relative;
}
#instagramPage .media-item-box .btn-row {
  margin-top: 10px;
}
#instagramPage .media-item-box .btn-row .btn {
  width: 100%;
}
#instagramPage .items-overlay {
  position: absolute;
  width: 100%;
  height: 50%;
  z-index: 1;
  right: 0px;
}
#instagramPage .items-overlay .loader {
  position: absolute;
  left: 45%;
  top: 40%;
  transform: translate(-50%, 0);
}
#instagramPage .items-overlay .ball-grid-pulse > div {
  background-color: #000;
}
#instagramPage .searchBtn {
  height: 37px;
}
#instagramPage .mediaItemContent {
  cursor: pointer;
}
#edit-modal {
  max-width: 1440px;
}
#edit-modal .overlay {
  width: 100%;
  height: 50%;
  z-index: 1;
  right: 0px;
}
#edit-modal .overlay .loader {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, 0);
}
#edit-modal .overlay .ball-grid-pulse > div {
  background-color: #000;
}
#edit-modal .from-content {
  text-align: right;
  direction: rtl;
  margin: 15px 0;
}
#edit-modal .from-content .help-block {
  position: absolute;
  color: red;
  top: -40px;
  left: 0;
}
#edit-modal .from-content label {
  display: inline-block;
}
#edit-modal .from-content .form-item {
  display: inline-block;
  position: relative;
}
#edit-modal .table-container {
  position: relative;
  max-height: 530px;
  overflow-y: auto;
  border: 1px solid #ddd;
}
#edit-modal .paging-row {
  text-align: left;
  direction: ltr;
  padding: 15px 30px;
}
#edit-modal .paging-row .pagination {
  margin-bottom: 0px;
}
#edit-modal .paging-row .pagination .page-item.active .page-link,
#edit-modal .paging-row .pagination .pagination .active.page-number .page-link {
  z-index: 1;
  color: #fff;
  background-color: #000;
  border-color: #000;
}
#edit-modal .paging-row .pagination li span {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #000;
  background-color: #fff;
  border: 1px solid #dee2e6;
  cursor: pointer;
}
#edit-modal .paging-row .pagination li span:hover {
  z-index: 2;
  color: #000;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
#edit-modal .paging-row .pagination li.active span {
  z-index: 1;
  color: #fff;
  background-color: #000;
  border-color: #000;
}
#edit-modal .paging-row .pagination li.disabled span {
  cursor: not-allowed;
}
#edit-modal .paging-row .pagination li.disabled span:hover {
  background-color: #fff;
}
#edit-modal .paging-row .pagination li.prev span {
  border-radius: 5px 0 0 5px;
}
#edit-modal .paging-row .pagination li.next span {
  border-radius: 0 5px 5px 0;
}
#edit-modal tr {
  cursor: pointer;
}
#edit-modal tr.set {
  background-color: #3f3f3f;
}
#edit-modal tr.set td {
  color: #fff;
}
#content-modal {
  max-width: 400px;
}
#content-modal .overlay {
  width: 100%;
  height: 50%;
  z-index: 1;
  right: 0px;
}
#content-modal .overlay .loader {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, 0);
}
#content-modal .overlay .ball-grid-pulse > div {
  background-color: #000;
}
#content-modal .caption {
  margin-top: 15px;
  text-align: right;
  direction: rtl;
}
#details-modal {
  max-width: 1440px;
}
#details-modal .overlay {
  width: 100%;
  height: 50%;
  z-index: 1;
  right: 0px;
}
#details-modal .overlay .loader {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, 0);
}
#details-modal .overlay .ball-grid-pulse > div {
  background-color: #000;
}
#details-modal .detail-view {
  text-align: right;
}
#details-modal #order-table thead tr th {
  vertical-align: middle!important;
  font-size: 12px;
  background-color: #f3f3f3;
}
#details-modal #order-table thead tr td {
  font-size: 14px;
  font-weight: bold;
}
#details-modal #order-table thead tr.header-row th {
  font-weight: bold;
  font-size: 14px;
  background-color: #ddd;
}
#details-modal #order-table tr.search-row td {
  padding: 5px !important;
}
#details-modal #order-table td.pending {
  background-color: #efa740;
  color: #fff;
  text-shadow: 0 1px 5px #000;
}
#details-modal #order-table td.payed {
  background-color: #47a447;
  color: #fff;
  text-shadow: 0 1px 5px #000;
}
#details-modal #order-table td.expired {
  background-color: #d2322d;
  color: #fff;
  text-shadow: 0 1px 5px #000;
}
#details-modal #order-table th.datetime-cell {
  text-align: center;
  width: 160px;
}
#details-modal #order-table td.order-notfound {
  padding: 20px 0 !important;
  font-size: 14px;
  font-weight: bold;
  background-color: #ddd;
  color: #000;
  text-align: center;
}
#details-modal #order-table td.sort-item:hover {
  cursor: pointer;
  color: #000;
}
#telegramPageNav .nav-item .nav-link {
  font-size: 16px !important;
}
#telegramPage .paging-row {
  text-align: left;
  direction: ltr;
}
#telegramPage .paging-row .pagination {
  margin-bottom: 0px;
}
#telegramPage .paging-row .pagination .page-item.active .page-link,
#telegramPage .paging-row .pagination .pagination .active.page-number .page-link {
  z-index: 1;
  color: #fff;
  background-color: #000;
  border-color: #000;
}
#telegramPage .paging-row .pagination li span {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #000;
  background-color: #fff;
  border: 1px solid #dee2e6;
  cursor: pointer;
}
#telegramPage .paging-row .pagination li span:hover {
  z-index: 2;
  color: #000;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
#telegramPage .paging-row .pagination li.active span {
  z-index: 1;
  color: #fff;
  background-color: #000;
  border-color: #000;
}
#telegramPage .paging-row .pagination li.disabled span {
  cursor: not-allowed;
}
#telegramPage .paging-row .pagination li.disabled span:hover {
  background-color: #fff;
}
#telegramPage .paging-row .pagination li.prev span {
  border-radius: 5px 0 0 5px;
}
#telegramPage .paging-row .pagination li.next span {
  border-radius: 0 5px 5px 0;
}
#telegramPage .content-item-row {
  margin-top: 20px;
}
#telegramPage.tab-content {
  direction: rtl;
  margin-top: 10px;
}
#telegramPage .telegram-post-list {
  overflow: auto;
  margin-top: 20px;
  padding-top: 20px;
  padding-right: 30px;
}
#telegramPage .telegram-post-list .post-item {
  border: 1px solid transparent;
  position: relative;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 30px;
  border-radius: 5px;
  box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
}
#telegramPage .telegram-post-list .post-item.is-ads {
  border: 1px solid #d92550;
}
#telegramPage .telegram-post-list .post-item.can-ads {
  border: 1px solid #f7b924;
}
#telegramPage .telegram-post-list .post-item img {
  border-radius: 5px;
}
#telegramPage .telegram-post-list .post-item .is-ads-badge {
  position: absolute;
  background-color: #d92550;
  color: #fff;
  left: 0;
  top: 0;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 0 0 5px 0;
  text-shadow: 0 1px 5px #000;
}
#telegramPage .telegram-post-list .post-item .can-ads-badge {
  position: absolute;
  background-color: #f7b924;
  color: #fff;
  left: 0;
  top: 0;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 0 0 5px 0;
  text-shadow: 0 1px 5px #000;
}
#telegramPage .telegram-post-list .post-item .telegram-data-box {
  text-align: right;
  direction: rtl;
  padding-bottom: 40px;
}
#telegramPage .telegram-post-list .post-item .telegram-data-box .date {
  margin-bottom: 8px;
}
#telegramPage .telegram-post-list .post-item .telegram-data-box .custom-checkbox {
  display: none;
}
#telegramPage .telegram-post-list .post-item .telegram-data-box .custom-checkbox-label {
  position: relative;
  margin: 0;
  padding-right: 23px;
  cursor: pointer;
}
#telegramPage .telegram-post-list .post-item .telegram-data-box .custom-checkbox-label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #666666;
  border-radius: 3px;
  background-color: white;
  transition: all 0.3s;
  position: absolute;
  top: 0px;
  right: -1px;
  cursor: pointer;
}
#telegramPage .telegram-post-list .post-item .telegram-data-box .custom-checkbox:checked + label.custom-checkbox-label::after {
  content: "\f00c";
  font: normal normal normal 16px / 1 FontAwesome;
  position: absolute;
  right: 1px;
  top: 1px;
  color: white;
  font-size: 16px;
  cursor: pointer;
}
#telegramPage .telegram-post-list .post-item .telegram-data-box .custom-checkbox:checked + label.custom-checkbox-label::before {
  background-color: #000;
}
#telegramPage .telegram-post-list .post-item .telegram-data-box .type-row {
  margin: 10px 0;
}
#telegramPage .telegram-post-list .post-item .telegram-data-box .type-row .separator {
  margin: 0 10px;
}
#telegramPage .telegram-post-list .post-item .telegram-data-box .order-details {
  margin-bottom: 10px;
  position: relative;
}
#telegramPage .telegram-post-list .post-item .telegram-data-box .order-details i {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
}
#telegramPage .telegram-post-list .post-item .telegram-data-box .btn-row {
  position: absolute;
  bottom: 0;
  margin-top: 10px;
}
#telegramPage .searchBtn {
  height: 37px;
}
/*# sourceMappingURL=stalker.css.map */