.gray-bg {
  background-color: #333; }

.btn-success {
  color: #fff;
  background-color: #58c47f;
  border-color: #58c47f; }

.btn-primary {
  color: #fff;
  background-color: #4fabee;
  border-color: #4fabee; }

.btn-default {
  color: #fff;
  background-color: #808080;
  border-color: #808080; }

.btn-light-gray {
  color: rgba(0, 0, 0, 0.65);
  background-color: #d8d8d8;
  border-color: #d8d8d8; }

.icon {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.left-arrow-icon {
  background-image: url("/assets/panel/img/left-arrow.svg"); }

.edit-icon {
  background-image: url("/assets/panel/img/edit.svg"); }

.search-icon {
  background-image: url("/assets/panel/img/search.svg"); }

.adv-icon {
  background-image: url("/assets/panel/img/adv.svg"); }

.trash-icon {
  background-image: url("/assets/panel/img/trash.svg"); }

.plus-icon {
  background-image: url("/assets/panel/img/plus.svg"); }

.blue-plus-icon {
  background-image: url("/assets/panel/img/blue-plus.svg"); }

.folder-icon {
  background-image: url("/assets/panel/img/folder.svg"); }

.stat-icon {
  background-image: url("/assets/panel/img/stat.svg"); }

.download-icon {
  background-image: url("/assets/panel/img/banner.svg"); }

.website-icon {
  background-image: url("/assets/panel/img/website.svg"); }

.file-icon {
  background-image: url("/assets/panel/img/file.svg"); }

.program-icon {
  background-image: url("/assets/panel/img/program-icon.svg"); }

.earth-icon {
  background-image: url("/assets/panel/img/earth.svg"); }

.dashboard-icon {
  background-image: url("/assets/panel/img/icon-dashboard.svg"); }

.campaign-icon {
  background-image: url("/assets/panel/img/icon-campaign.svg"); }

.report-icon {
  background-image: url("/assets/panel/img/icon-report.svg"); }

.transaction-icon {
  background-image: url("/assets/panel/img/icon-transaction.svg"); }

.website-icon {
  background-image: url("/assets/panel/img/icon-website.svg"); }

.person-icon {
  background-image: url("/assets/panel/img/icon-person.svg"); }

.invoice-icon {
  background-image: url("/assets/panel/img/icon-invoice.svg"); }

.mobile-icon {
  background-image: url("/assets/panel/img/icon-mobile.svg"); }

.web-icon {
  background-image: url("/assets/panel/img/icon-web.svg"); }

.tablet-icon {
  background-image: url("/assets/panel/img/icon-tablet.svg"); }

.simple-mobile-icon {
  background-image: url("/assets/panel/img/icon-simple-mobile.svg"); }

.badge {
  font-weight: 400;
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 10px; }
  .badge.gray {
    background-color: #d8d8d8;
    color: #6b6b6b; }
  .badge.success {
    background-color: #58c47f;
    color: #fff; }

.badge-wrapper {
  margin: 0 0 5px 0; }

.btn {
  font-size: 14px; }

.btn-info {
  background-color: #4fabee; }
  .btn-info:hover {
    background-color: #3f8fc9 !important; }
  .btn-info:active {
    background-color: #337aac !important; }

.btn-gray {
  background-color: #808080; }

.btn-white {
  background-color: #fff; }

html,
body {
  height: 100%; }

body {
  font-size: 0.85rem; }

*:focus {
  outline: none;
  box-shadow: none; }

.hide {
  display: none !important; }

.nopadding-horizontal {
  padding-left: 0;
  padding-right: 0; }

.without-menu {
  margin: 50px 0 0 0 !important; }

.loading {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.form-control {
  font-size: inherit; }

header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  background: #333; }
  header .header {
    display: flex;
    position: relative;
    min-height: 50px;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px; }
    header .header p {
      margin: 0; }
  header .top-menu {
    display: flex;
    padding: 0;
    margin: 0 55px 0 0; }
    header .top-menu li {
      margin-left: 40px; }
      header .top-menu li a {
        position: relative;
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-text-decoration: none;
        text-decoration: none;
        color: rgba(255, 255, 255, 0.9);
        font-size: 15px;
        opacity: 0.6; }
        header .top-menu li a .menu-icon {
          width: 22px;
          height: 22px;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center; }
          header .top-menu li a .menu-icon.td {
            background-image: url("/assets/panel/img/td.svg"); }
          header .top-menu li a .menu-icon.tg {
            background-image: url("/assets/panel/img/tg.svg");
            background-size: 95%; }
          header .top-menu li a .menu-icon.taj {
            background-image: url("/assets/panel/img/taj.svg");
            background-size: 95%; }
          header .top-menu li a .menu-icon.adword {
            background-image: url("/assets/panel/img/adword.svg"); }
        header .top-menu li a .menu-text {
          margin-right: 15px; }
        header .top-menu li a.active {
          color: #58c47f;
          opacity: 1; }
          header .top-menu li a.active .menu-icon.td {
            background-image: url("/assets/panel/img/td-active.svg"); }
          header .top-menu li a.active .menu-icon.tg {
            background-image: url("/assets/panel/img/tg-active.svg"); }
          header .top-menu li a.active .menu-icon.adword {
            background-image: url("/assets/panel/img/adword-active.svg"); }
          header .top-menu li a.active .menu-icon.taj {
            background-image: url("/assets/panel/img/taj-active.svg"); }
  header .top-left-menu {
    display: flex;
    padding: 0;
    margin: 0 auto 0 0; }
    header .top-left-menu li {
      margin-right: 10px; }
      header .top-left-menu li.credit {
        display: flex;
        align-items: center;
        margin-right: 0;
        margin-left: 50px; }
        header .top-left-menu li.credit p {
          color: rgba(255, 255, 255, 0.9);
          font-size: 18px; }
          header .top-left-menu li.credit p span {
            font-size: 11px;
            color: rgba(255, 255, 255, 0.5); }
        header .top-left-menu li.credit button {
          background-color: #4fabee;
          height: 30px;
          margin-left: 10px; }
      header .top-left-menu li .recharge-button {
        font-size: 11px;
        padding: 3px 10px 3px 10px;
        margin-left: 10px; }
      header .top-left-menu li button {
        background: transparent;
        border: 0;
        position: relative; }
        header .top-left-menu li button .badge {
          position: absolute;
          display: flex;
          align-items: center;
          justify-content: center;
          bottom: -5px;
          right: -5px;
          background: #f35b5b;
          color: #fff;
          width: 18px;
          height: 18px;
          border-radius: 100%;
          padding: 0; }
        header .top-left-menu li button .profile-picture {
          width: 20px;
          height: 30px;
          border: 1px solid #4e4e4e;
          border-radius: 100%; }
      header .top-left-menu li.user-item {
        display: flex; }
        header .top-left-menu li.user-item button {
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding: 0;
          margin-right: 10px; }
          header .top-left-menu li.user-item button .police {
            width: 32px;
            height: 32px; }
        header .top-left-menu li.user-item .inPersonate {
          background-color: rgba(255, 255, 255, 0.3);
          border-radius: 35px; }
        header .top-left-menu li.user-item .username {
          background-color: #f2f2f2;
          margin-left: 10px;
          margin-right: 5px;
          padding: 4px 10px 3px;
          border-radius: 35px;
          font-size: 13px;
          color: #666666; }
    header .top-left-menu .has-submenu {
      position: relative; }
      header .top-left-menu .has-submenu .submenu {
        position: absolute;
        top: 41px;
        left: 10px;
        width: 417px;
        background-color: #f2f2f2;
        display: none;
        padding: 15px;
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2); }
        header .top-left-menu .has-submenu .submenu .top-section-noti {
          display: flex;
          align-items: center; }
          header .top-left-menu .has-submenu .submenu .top-section-noti .buttons {
            margin-right: auto; }
          header .top-left-menu .has-submenu .submenu .top-section-noti a {
            font-size: 12px;
            color: #fff;
            padding: 3px 10px; }
            header .top-left-menu .has-submenu .submenu .top-section-noti a:before {
              display: none; }
        header .top-left-menu .has-submenu .submenu ul {
          display: flex;
          flex-direction: column;
          padding: 0;
          margin-top: 30px; }
          header .top-left-menu .has-submenu .submenu ul li {
            display: flex;
            flex-direction: column;
            margin: 0;
            border-bottom: 1px solid #f1f1f1;
            margin-bottom: 10px;
            background-color: #fff; }
            header .top-left-menu .has-submenu .submenu ul li p {
              color: #4e4e4e;
              margin-right: 25px;
              font-size: 12px; }
            header .top-left-menu .has-submenu .submenu ul li .content-wrap {
              display: flex;
              flex-direction: column;
              text-align: right;
              width: 100%;
              padding: 10px; }
              header .top-left-menu .has-submenu .submenu ul li .content-wrap p {
                margin-bottom: 7px; }
                header .top-left-menu .has-submenu .submenu ul li .content-wrap p:last-child {
                  margin-bottom: 0; }
                header .top-left-menu .has-submenu .submenu ul li .content-wrap p.datetime {
                  color: #8d8d8d;
                  text-align: left; }
                header .top-left-menu .has-submenu .submenu ul li .content-wrap p.message-title {
                  text-overflow: ellipsis;
                  white-space: nowrap;
                  overflow: hidden;
                  color: #2c2c2c;
                  font-size: 15px;
                  font-weight: 500;
                  margin-bottom: 0; }
                header .top-left-menu .has-submenu .submenu ul li .content-wrap p.message-body {
                  text-overflow: ellipsis;
                  white-space: nowrap;
                  overflow: hidden;
                  font-size: 13px;
                  color: #808080;
                  margin-top: 10px; }
        header .top-left-menu .has-submenu .submenu.notifications .content-wrap {
          position: relative; }
          header .top-left-menu .has-submenu .submenu.notifications .content-wrap:before {
            position: absolute;
            content: "";
            width: 10px;
            height: 10px;
            background: #ffaa00;
            border-radius: 100%;
            top: 17px;
            right: 15px; }
        header .top-left-menu .has-submenu .submenu.profile {
          width: 200px;
          left: 0;
          background-color: #fff;
          padding: 0; }
          header .top-left-menu .has-submenu .submenu.profile ul {
            display: flex;
            flex-direction: column;
            padding: 0;
            margin: 0; }
            header .top-left-menu .has-submenu .submenu.profile ul li {
              display: flex;
              flex-direction: column;
              margin: 0;
              border-bottom: 1px solid #f1f1f1;
              background-color: transparent;
              text-align: right; }
              header .top-left-menu .has-submenu .submenu.profile ul li:last-child {
                border-bottom: none; }
              header .top-left-menu .has-submenu .submenu.profile ul li .user-img {
                width: 30px;
                height: 30px;
                background: #d9d9d9;
                border-radius: 100%;
                margin-left: 10px; }
              header .top-left-menu .has-submenu .submenu.profile ul li a {
                display: flex;
                padding: 10px;
                align-items: center; }
                header .top-left-menu .has-submenu .submenu.profile ul li a p {
                  margin: 0; }

.side-menu {
  position: fixed;
  width: 180px;
  background: #404040;
  padding: 10px;
  float: right;
  height: 100vh;
  top: 50px; }
  .side-menu h2 {
    margin: 40px 0;
    padding: 0 20px;
    font-size: 20px;
    text-align: right;
    color: rgba(255, 255, 255, 0.9); }
  .side-menu .create-camp {
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #4fd37e;
    color: white;
    border: 0;
    padding: 5px 0;
    border-radius: 3px;
    margin: 20px 0;
    width: 100%;
    font-size: 14px;
    border-radius: 25px; }
  .side-menu > ul {
    list-style: none;
    margin: 0 -10px;
    padding: 0; }
    .side-menu > ul li {
      width: 100%;
      display: flex;
      border-radius: 3px; }
      .side-menu > ul li a {
        display: flex;
        border-radius: 3px;
        padding: 10px 20px;
        width: 100%;
        align-items: center; }
        .side-menu > ul li a.active .text {
          color: #58c47f; }
        .side-menu > ul li a.active .dashboard-icon {
          background-image: url("/assets/panel/img/icon-dashboard-green.svg"); }
        .side-menu > ul li a.active .campaign-icon {
          background-image: url("/assets/panel/img/icon-campaign-green.svg"); }
        .side-menu > ul li a.active .report-icon {
          background-image: url("/assets/panel/img/icon-report-green.svg"); }
        .side-menu > ul li a.active .transaction-icon {
          background-image: url("/assets/panel/img/icon-transaction-green.svg"); }
        .side-menu > ul li a.active .website-icon {
          background-image: url("/assets/panel/img/icon-website-green.svg"); }
        .side-menu > ul li a.active .person-icon {
          background-image: url("/assets/panel/img/icon-person-green.svg"); }
        .side-menu > ul li a.active .invoice-icon {
          background-image: url("/assets/panel/img/icon-invoice-green.svg"); }
        .side-menu > ul li a.active .mobile-icon {
          background-image: url("/assets/panel/img/icon-mobile-green.svg"); }
        .side-menu > ul li a:hover {
          background: #333333; }
        .side-menu > ul li a img {
          margin: 0 0 0 15px; }
        .side-menu > ul li a .icon {
          width: 16px;
          height: 14px; }
        .side-menu > ul li a .text {
          margin-right: 17px;
          font-size: 14px;
          color: rgba(255, 255, 255, 0.85); }
  .side-menu .has-submenu {
    flex-direction: column; }
    .side-menu .has-submenu ul li a .text {
      margin-right: 34px;
      font-size: 13px; }
    .side-menu .has-submenu ul li a.active .text {
      color: #58c47f; }
  .side-menu .side-menu-sub-menu {
    padding-right: 0; }
    .side-menu .side-menu-sub-menu img {
      display: none; }

.login-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 150px;
  min-height: 800px; }
  .login-wrap.is-register-mode {
    margin-top: 20px; }
  .login-wrap .title-section {
    margin-top: 20px; }
    .login-wrap .title-section h3 {
      margin: 0;
      font-weight: 700; }
  .login-wrap .message-section {
    width: 390px;
    display: flex;
    flex-direction: column;
    text-align: right;
    font-size: 13px;
    background-color: #ffd1d1;
    border-radius: 4px;
    padding: 15px;
    height: auto;
    margin-top: 30px; }
    .login-wrap .message-section p {
      margin: 0; }
    .login-wrap .message-section.error-message {
      color: #f35b5b; }
    .login-wrap .message-section.noti-message {
      color: #58c47f; }
    .login-wrap .message-section ul {
      padding: 0;
      margin-bottom: 0; }
  .login-wrap .logo {
    width: 97px;
    height: 69px;
    margin-left: 30px; }
  .login-wrap .login {
    display: flex;
    flex-direction: column;
    width: 390px;
    background: #fff;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-bottom: 20px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    margin-top: 10px; }
    .login-wrap .login .each-section {
      width: 100%; }
      .login-wrap .login .each-section .section-title {
        margin-top: 20px;
        font-size: 14px;
        color: #6b6b6b;
        padding: 0 20px;
        display: flex;
        align-items: flex-start; }
        .login-wrap .login .each-section .section-title a {
          color: #58c47f;
          margin-right: 10px; }
    .login-wrap .login .nav-tabs {
      border: none;
      padding: 0;
      justify-content: center;
      width: 100%; }
      .login-wrap .login .nav-tabs .nav-item {
        width: 50%; }
        .login-wrap .login .nav-tabs .nav-item .nav-link {
          border: none;
          border-radius: 0;
          color: #fff;
          background-color: #e6e6e6; }
          .login-wrap .login .nav-tabs .nav-item .nav-link.active {
            background-color: #58c47f; }
    .login-wrap .login .forget-pass {
      display: none; }
    .login-wrap .login .forget-pass-link {
      display: flex;
      justify-content: center;
      color: #58c47f;
      font-size: 14px;
      margin-top: 20px; }
    .login-wrap .login form {
      box-shadow: none;
      border: none;
      margin: 0;
      padding: 0 20px;
      text-align: right; }
      .login-wrap .login form .section-title {
        font-size: 14px;
        color: #6b6b6b;
        text-align: right; }
      .login-wrap .login form #step2 {
        padding-top: 20px; }
      .login-wrap .login form label {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin: 20px 0 0 0; }
        .login-wrap .login form label span {
          color: #6b6b6b;
          font-size: 14px; }
        .login-wrap .login form label input {
          margin: 0;
          border: 1px solid #dadada;
          width: 100%;
          height: 35px;
          padding: 5px;
          border-radius: 3px;
          margin-top: 10px; }
          .login-wrap .login form label input.radio {
            height: auto;
            margin-top: 0; }
        .login-wrap .login form label.remember {
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: center; }
          .login-wrap .login form label.remember input {
            width: auto;
            height: auto;
            margin: 0; }
          .login-wrap .login form label.remember span {
            margin-right: 10px; }
      .login-wrap .login form .each-radio {
        display: flex;
        flex-direction: row;
        align-items: center; }
        .login-wrap .login form .each-radio span {
          margin: 0 10px 0 0;
          direction: ltr; }
        .login-wrap .login form .each-radio input {
          width: auto; }
      .login-wrap .login form button {
        background-image: none !important;
        background-color: #58c47f;
        width: 100%;
        height: 35px;
        color: #fff;
        border: none !important;
        border-radius: 5px;
        margin-top: 30px; }
        .login-wrap .login form button.disabled {
          background-color: #8d8d8d; }
          .login-wrap .login form button.disabled:hover {
            cursor: not-allowed; }

main {
  height: 100%; }

.fluid {
  margin-left: -20px;
  margin-right: -20px; }

.inside-main {
  padding: 20px; }

.content {
  width: 100%;
  margin: 0 0 20px 0; }
  .content:last-child {
    margin-bottom: 0; }

.main {
  position: relative;
  padding: 0;
  margin: 50px 180px 0 0; }
  .main .topChart-selectBox {
    position: relative;
    float: right; }
    .main .topChart-selectBox select {
      min-width: 115px;
      height: 30px;
      background: transparent;
      border: none;
      margin: 20px 0 20px 20px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2);
      border-radius: 0;
      text-indent: 20px; }
    .main .topChart-selectBox:after {
      content: "";
      position: absolute;
      width: 15px;
      height: 5px;
      background: red;
      border-radius: 20px;
      top: 45%;
      right: 0; }
    .main .topChart-selectBox.click-selectBox {
      margin-right: 10px; }
      .main .topChart-selectBox.click-selectBox:after {
        background: #1cc379; }
  .main .to-left-table {
    text-align: left;
    display: flex;
    flex-direction: row-reverse; }
  .main .upload-part {
    display: flex; }
    .main .upload-part .left-side {
      width: 50%;
      background-color: #f7f7f7;
      padding: 20px;
      display: flex;
      flex-direction: column; }
      .main .upload-part .left-side .thumbnails {
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: wrap; }
        .main .upload-part .left-side .thumbnails .each-thumb {
          display: flex;
          flex-direction: column;
          width: 160px;
          height: 160px;
          margin-right: 20px;
          margin-bottom: 20px;
          border: 1px solid #efefef;
          border-radius: 5px;
          box-shadow: 0 2px 4px 0 #efefef; }
          .main .upload-part .left-side .thumbnails .each-thumb .thumbnail {
            width: 100%;
            height: 100px;
            background-color: #f0f0f0; }
          .main .upload-part .left-side .thumbnails .each-thumb .status {
            position: absolute;
            width: 100%;
            top: 0;
            right: 0;
            display: flex;
            padding: 5px 10px;
            background-color: rgba(255, 255, 255, 0.7);
            border-radius: 30px; }
            .main .upload-part .left-side .thumbnails .each-thumb .status .status-text {
              font-size: 12px; }
              .main .upload-part .left-side .thumbnails .each-thumb .status .status-text .success {
                color: #58c47f; }
              .main .upload-part .left-side .thumbnails .each-thumb .status .status-text .error {
                color: red; }
            .main .upload-part .left-side .thumbnails .each-thumb .status .remove-button {
              background: #fff;
              border: none;
              width: 20px;
              height: 20px;
              border-radius: 100px;
              padding: 0;
              margin-right: auto;
              color: rgba(0, 0, 0, 0.6); }
          .main .upload-part .left-side .thumbnails .each-thumb .texts {
            display: flex;
            flex-direction: column;
            background-color: #fff;
            padding: 6px 10px;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px; }
            .main .upload-part .left-side .thumbnails .each-thumb .texts .file-name {
              font-size: 14px;
              color: rgba(0, 0, 0, 0.6);
              margin-bottom: 10px; }
            .main .upload-part .left-side .thumbnails .each-thumb .texts .file-desc {
              font-size: 11px;
              color: #ababab;
              margin-bottom: 0; }
        .main .upload-part .left-side .thumbnails .add-thumb {
          display: flex;
          flex-direction: column;
          width: 160px;
          height: 160px;
          background-color: #fff;
          border-radius: 5px;
          border: 1px solid #efefef;
          box-shadow: 0 2px 4px 0 #efefef;
          text-align: center; }
          .main .upload-part .left-side .thumbnails .add-thumb .add-file-text {
            margin: 10px 0;
            color: #4fabee; }
      .main .upload-part .left-side .upload-button-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 20px; }
        .main .upload-part .left-side .upload-button-section .upload-text {
          color: rgba(0, 0, 0, 0.3);
          font-size: 19px; }
        .main .upload-part .left-side .upload-button-section .upload-button {
          font-size: 13px;
          width: 140px;
          height: 35px; }
      .main .upload-part .left-side .preview {
        width: 300px;
        height: 400px;
        background-color: #e7e7e7;
        margin-top: 20px;
        direction: ltr;
        display: flex;
        justify-content: center;
        align-items: center; }
      .main .upload-part .left-side .html-preview {
        width: 245px;
        height: 268px;
        background-color: #fff;
        display: flex;
        flex-direction: column; }
        .main .upload-part .left-side .html-preview .top-section {
          display: flex;
          align-items: center;
          padding: 10px; }
          .main .upload-part .left-side .html-preview .top-section .thumbnail {
            width: 50px;
            height: 50px;
            background-color: #e7e7e7; }
          .main .upload-part .left-side .html-preview .top-section .title {
            margin: 0 15px 0 0;
            font-size: 13px;
            color: #444444; }
        .main .upload-part .left-side .html-preview .banner-section {
          width: 100%;
          height: 100px;
          display: flex; }
          .main .upload-part .left-side .html-preview .banner-section .banner {
            width: 100%;
            height: 100%;
            background-color: #e7e7e7; }
        .main .upload-part .left-side .html-preview .bottom-section {
          display: flex;
          flex-direction: column;
          padding: 10px; }
          .main .upload-part .left-side .html-preview .bottom-section .description {
            font-size: 13px;
            color: #444444;
            overflow: hidden;
            text-overflow: ellipsis; }
          .main .upload-part .left-side .html-preview .bottom-section button {
            width: 70px; }
      .main .upload-part .left-side .native-preview {
        height: 610px;
        background-image: url("/assets/panel/img/native-preview.svg");
        background-position: left center;
        background-size: cover;
        position: relative;
        overflow: hidden; }
        .main .upload-part .left-side .native-preview .preview-section {
          width: 300px;
          height: 120px;
          background-color: #989898;
          position: absolute;
          left: 0;
          top: 180px;
          border-radius: 3px; }
      .main .upload-part .left-side .sliding-preview {
        height: 466px;
        background-image: url("/assets/panel/img/sliding-aparat.svg");
        background-position: left center;
        background-size: cover;
        position: relative;
        overflow: hidden; }
        .main .upload-part .left-side .sliding-preview .preview-section {
          height: 50px;
          border: 1px solid #979797;
          border-right: none;
          position: absolute;
          right: -1px;
          top: 50%;
          display: flex; }
          .main .upload-part .left-side .sliding-preview .preview-section .thumbnail {
            width: 50px;
            height: 48px;
            background-color: #4e4e4e; }
          .main .upload-part .left-side .sliding-preview .preview-section .content-section {
            display: flex;
            flex-direction: column;
            font-size: 13px;
            margin: 0 10px;
            justify-content: space-around; }
            .main .upload-part .left-side .sliding-preview .preview-section .content-section p {
              margin: 0; }
            .main .upload-part .left-side .sliding-preview .preview-section .content-section .name {
              color: #fff; }
            .main .upload-part .left-side .sliding-preview .preview-section .content-section .description {
              color: #b7b7b7;
              position: relative;
              padding-right: 20px; }
              .main .upload-part .left-side .sliding-preview .preview-section .content-section .description:before {
                position: absolute;
                content: url("/assets/panel/img/export.svg");
                width: 14px;
                height: 14px;
                filter: invert(100);
                right: 0; }
          .main .upload-part .left-side .sliding-preview .preview-section button {
            background-color: transparent;
            border: none;
            background-repeat: no-repeat;
            background-position: center center; }
          .main .upload-part .left-side .sliding-preview .preview-section .expand-button {
            background-image: url("/assets/panel/img/arrow-left.svg"); }
          .main .upload-part .left-side .sliding-preview .preview-section .close-button {
            background-image: url("/assets/panel/img/gray-close.svg");
            background-size: 80%; }
    .main .upload-part .right-side {
      width: 50%;
      min-height: 200px; }
      .main .upload-part .right-side .info-section {
        display: flex;
        flex-direction: column; }
        .main .upload-part .right-side .info-section .each-info {
          display: flex;
          flex-direction: column;
          margin-top: 20px; }
          .main .upload-part .right-side .info-section .each-info .info-title {
            font-size: 13px;
            color: rgba(0, 0, 0, 0.4);
            margin-bottom: 15px; }
          .main .upload-part .right-side .info-section .each-info ul {
            padding: 0;
            margin: 0; }
            .main .upload-part .right-side .info-section .each-info ul li {
              font-size: 13px;
              width: 100%;
              color: #5e5e5e; }
              .main .upload-part .right-side .info-section .each-info ul li.active {
                color: #4fabee; }
          .main .upload-part .right-side .info-section .each-info.size-info ul {
            display: flex; }
            .main .upload-part .right-side .info-section .each-info.size-info ul li {
              width: 33%;
              direction: ltr; }
          .main .upload-part .right-side .info-section .each-info.files-wrap {
            flex-direction: row;
            align-items: center; }
            .main .upload-part .right-side .info-section .each-info.files-wrap .selected-files {
              margin-right: 20px;
              font-size: 14px;
              color: #108ee9; }
    .main .upload-part.native-part .left-side, .main .upload-part.sliding-part .left-side {
      width: 55%; }
    .main .upload-part.native-part .right-side, .main .upload-part.sliding-part .right-side {
      width: 45%; }
  .main .adv-wrap {
    display: flex;
    flex-direction: column; }
    .main .adv-wrap .section-title {
      display: flex;
      margin-bottom: 20px;
      align-items: center;
      padding: 0; }
      .main .adv-wrap .section-title .icon {
        margin-right: auto;
        background-color: #ebebeb;
        width: 15px;
        height: 15px;
        border-radius: 100%;
        padding: 15px;
        background-size: 55%; }
    .main .adv-wrap .card {
      display: flex;
      flex-direction: column; }
      .main .adv-wrap .card .adv-icon {
        width: 90px;
        height: 90px;
        background-color: #efefef;
        border-radius: 100%; }
      .main .adv-wrap .card .empty-text {
        color: #444444;
        font-size: 13px;
        margin-top: 20px; }
      .main .adv-wrap .card .new-banner-button {
        width: 145px; }
  .main .section-wrap .section-title {
    display: flex;
    margin-bottom: 20px;
    align-items: center; }
  .main .section-wrap .icon {
    margin-right: auto;
    width: 15px;
    height: 15px; }
  .main .each-zone {
    display: flex;
    width: 100%;
    background-color: #fafafa;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.26); }
    .main .each-zone a {
      display: flex;
      width: 100%;
      color: inherit; }
    .main .each-zone .thumbnail-section {
      display: flex;
      align-items: center;
      margin-right: 10px; }
      .main .each-zone .thumbnail-section .zone-thumbnail {
        width: 78px;
        height: 49px;
        background-color: #f0f0f0; }
    .main .each-zone .right-section {
      display: flex;
      flex-direction: column;
      padding: 10px 20px; }
      .main .each-zone .right-section.zone-targeting .top-section:first-child {
        margin-bottom: 10px; }
      .main .each-zone .right-section.zone-targeting .top-section h5 {
        margin-left: 10px; }
      .main .each-zone .right-section .top-section {
        display: flex;
        align-items: center; }
        .main .each-zone .right-section .top-section h5 {
          margin: 0;
          font-size: 13px; }
          .main .each-zone .right-section .top-section h5.geo-title {
            color: rgba(0, 0, 0, 0.4); }
        .main .each-zone .right-section .top-section .badge {
          margin-right: 20px; }
        .main .each-zone .right-section .top-section .each-geo p {
          font-size: 14px;
          color: #4e4e4e;
          margin: 0; }
      .main .each-zone .right-section .bottom-section {
        margin-top: 10px; }
        .main .each-zone .right-section .bottom-section .description {
          color: #ababab;
          margin: 0;
          font-size: 13px; }
    .main .each-zone .left-section {
      display: flex;
      margin-right: auto;
      margin-left: 20px;
      align-items: center; }
      .main .each-zone .left-section .left-arrow-icon {
        filter: invert(100);
        background-size: 45%; }
      .main .each-zone .left-section .trash-icon {
        background-size: 70%; }
    .main .each-zone:first-child {
      border-top-right-radius: 3px;
      border-top-left-radius: 3px; }
    .main .each-zone:last-child {
      border-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px; }
  .main .card {
    direction: rtl;
    text-align: right;
    border-radius: 3px; }
    .main .card.transparent {
      background-color: transparent;
      border: none; }
    .main .card .card-header {
      background-color: transparent;
      display: flex;
      align-items: center;
      border-bottom: none; }
      .main .card .card-header h6 {
        margin: 0; }
      .main .card .card-header .search {
        margin-right: auto;
        position: relative; }
        .main .card .card-header .search input {
          width: 100%;
          height: 35px;
          border-radius: 3px;
          border: 1px solid #ddd; }
        .main .card .card-header .search .search-icon {
          position: absolute;
          left: 10px;
          top: 8px;
          opacity: 0.6; }
  .main .pagination {
    padding: 0;
    margin-top: 20px;
    justify-content: center;
    font-size: 14px; }
    .main .pagination .page-item .page-link {
      color: rgba(0, 0, 0, 0.6); }
    .main .pagination .page-item.active .page-link {
      background-color: #58c47f;
      color: #fff;
      border-color: #58c47f; }
    .main .pagination .page-item:first-child .page-link {
      border-radius: 0;
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px; }
    .main .pagination .page-item:last-child .page-link {
      border-radius: 0;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px; }
  .main .content-header {
    display: flex;
    background-color: #fff;
    width: 100%;
    height: 55px;
    align-items: center;
    margin-bottom: 20px; }
    .main .content-header.transparent {
      background-color: transparent !important; }
    .main .content-header.black-header {
      background-color: #595959; }
    .main .content-header .right-side {
      display: flex;
      align-items: center;
      padding-right: 20px; }
      .main .content-header .right-side ul {
        display: flex;
        margin: 0;
        padding: 0; }
        .main .content-header .right-side ul li {
          margin-left: 20px; }
          .main .content-header .right-side ul li a {
            display: flex;
            align-items: center;
            color: #fff; }
            .main .content-header .right-side ul li a .icon {
              width: 16px;
              height: 16px;
              background-size: contain;
              background-position: center center;
              background-repeat: no-repeat;
              margin-left: 10px; }
            .main .content-header .right-side ul li a p {
              font-size: 14px;
              margin: 0; }
            .main .content-header .right-side ul li a .left-arrow-icon {
              width: 16px;
              height: 16px;
              background-image: url("/assets/panel/img/left-arrow.svg");
              background-size: contain;
              background-position: center center;
              background-repeat: no-repeat;
              margin-right: 20px; }
          .main .content-header .right-side ul li:last-child a .left-arrow-icon {
            display: none; }
    .main .content-header .left-side {
      display: flex;
      margin-right: auto;
      align-items: center;
      padding-left: 20px; }
      .main .content-header .left-side .stat {
        height: 35px;
        padding: 0 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        background-color: #808080;
        border-radius: 5px;
        border: none;
        margin-left: 20px; }
        .main .content-header .left-side .stat .stat-icon {
          width: 20px;
          height: 20px;
          background-image: url("/assets/panel/img/top-stat.svg");
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center center; }
        .main .content-header .left-side .stat p {
          font-size: 13px;
          margin: 0 10px 0 0; }
      .main .content-header .left-side .more {
        width: 35px;
        height: 35px;
        background-color: #808080;
        border-radius: 100%;
        border: none;
        background-image: url("/assets/panel/img/more.svg");
        background-size: 13%;
        background-repeat: no-repeat;
        background-position: center center; }
      .main .content-header .left-side ul {
        padding: 0;
        margin: 0;
        display: flex; }
        .main .content-header .left-side ul li {
          display: flex; }
          .main .content-header .left-side ul li .date-report {
            width: 90px; }
          .main .content-header .left-side ul li .select-report {
            background-color: #c5c5c5;
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px; }
            .main .content-header .left-side ul li .select-report select {
              background-color: #c5c5c5;
              border-top-right-radius: 0;
              border-bottom-right-radius: 0; }
          .main .content-header .left-side ul li .endDate {
            background-color: #fff;
            border-right: 1px solid #c5c5c577; }
    .main .content-header .close-button {
      width: 55px;
      height: 55px;
      background-color: #4d4d4d;
      background-image: url("/assets/panel/img/close.svg");
      background-size: 13px;
      background-repeat: no-repeat;
      background-position: center center;
      border: none; }
    .main .content-header .nav .nav-link {
      display: flex;
      color: #000;
      font-size: 14px; }
      .main .content-header .nav .nav-link.disabled {
        cursor: not-allowed; }
      .main .content-header .nav .nav-link.active {
        position: relative; }
        .main .content-header .nav .nav-link.active:after {
          position: absolute;
          content: "";
          width: 100%;
          height: 3px;
          background-color: #4fd37e;
          bottom: -9px;
          right: 0; }
    .main .content-header .nav.step .icon {
      width: 20px;
      height: 20px;
      background-color: #dbdbdb;
      border-radius: 100%;
      text-align: center;
      margin-left: 10px;
      color: #666; }
    .main .content-header .nav.step .active {
      color: #58c47f; }
      .main .content-header .nav.step .active:after {
        display: none; }
      .main .content-header .nav.step .active .icon {
        background-color: #58c47f;
        color: #fff; }
    .main .content-header .nav.step .done .icon {
      background-color: #58c47f;
      position: relative; }
      .main .content-header .nav.step .done .icon:after {
        position: absolute;
        width: 20px;
        height: 20px;
        background-color: #58c47f;
        background-image: url("/assets/panel/img/tik.svg");
        background-repeat: no-repeat;
        background-size: 60%;
        background-position: center center;
        content: "";
        top: 0;
        left: 0;
        border-radius: 100%; }
  .main .content {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: #fff;
    text-align: right; }
    .main .content.transparent {
      background-color: transparent;
      padding: 0; }
    .main .content .title-section {
      display: flex;
      width: 100%; }
      .main .content .title-section .title {
        color: rgba(0, 0, 0, 0.8);
        font-size: 15px; }
      .main .content .title-section .icon {
        width: 15px;
        height: 15px;
        margin-right: auto;
        background-image: url("/assets/panel/img/edit.svg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
        .main .content .title-section .icon:hover {
          cursor: pointer; }
    .main .content .content-section {
      display: flex;
      flex-direction: column;
      font-size: 14px;
      margin-top: 20px; }
      .main .content .content-section .row {
        margin-bottom: 20px; }
      .main .content .content-section .title {
        font-size: 13px;
        color: #8d8d8d; }
      .main .content .content-section .text {
        width: 100%;
        color: rgba(0, 0, 0, 0.65);
        font-size: 12px; }
      .main .content .content-section .datetimepicker-wrap {
        position: relative; }
        .main .content .content-section .datetimepicker-wrap .date-icon {
          width: 20px;
          height: 20px;
          left: 10px;
          top: 8px;
          position: absolute;
          background-image: url("/assets/panel/img/calendar.svg");
          background-repeat: no-repeat;
          background-size: 90%;
          background-position: center center; }
        .main .content .content-section .datetimepicker-wrap .time-icon {
          width: 20px;
          height: 20px;
          left: 10px;
          top: 8px;
          position: absolute;
          background-image: url("/assets/panel/img/time.svg");
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center center;
          opacity: 0.5; }
  .main .campaigns {
    display: flex;
    flex-direction: column; }
    .main .campaigns .top-bar {
      display: flex;
      align-items: center;
      width: 100%; }
      .main .campaigns .top-bar .top-title {
        text-align: right;
        font-size: 16px; }
      .main .campaigns .top-bar form {
        margin-right: auto;
        position: relative; }
        .main .campaigns .top-bar form img {
          position: absolute;
          left: 10px;
          top: 8px;
          opacity: 0.5;
          width: 20px;
          height: 20px; }
        .main .campaigns .top-bar form input {
          height: 35px;
          border: 1px solid #d9d9d9;
          border-radius: 3px; }
  .main .add-targetting-section {
    background-color: #f2f2f2;
    border: none;
    margin: 0 -20px -20px -20px;
    border-radius: 0;
    padding: 20px; }
    .main .add-targetting-section .add-item-buttons {
      display: flex;
      margin-bottom: 20px; }
      .main .add-targetting-section .add-item-buttons button {
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        background: transparent;
        margin-left: 30px;
        padding: 0; }
        .main .add-targetting-section .add-item-buttons button span {
          border-radius: 100%;
          width: 24px;
          height: 24px; }
        .main .add-targetting-section .add-item-buttons button p {
          color: rgba(0, 0, 0, 0.65);
          margin: 0 10px 0 0;
          font-size: 14px; }
    .main .add-targetting-section .inputing-wrap {
      display: flex;
      background-color: #fafafa;
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.26);
      padding: 20px;
      margin-bottom: 20px; }
      .main .add-targetting-section .inputing-wrap .right-section {
        width: 50px;
        display: flex; }
      .main .add-targetting-section .inputing-wrap .center-section {
        display: flex;
        flex-direction: column;
        width: 90%; }
        .main .add-targetting-section .inputing-wrap .center-section select {
          width: 200px;
          margin-bottom: 10px; }
        .main .add-targetting-section .inputing-wrap .center-section input {
          margin-left: 10px; }
        .main .add-targetting-section .inputing-wrap .center-section .input-wrap {
          background-color: #fff; }
      .main .add-targetting-section .inputing-wrap .left-section {
        width: 50px;
        display: flex;
        align-items: flex-start;
        justify-content: flex-end; }
        .main .add-targetting-section .inputing-wrap .left-section button {
          background: transparent;
          border: none;
          padding: 0;
          display: flex; }
  .main .tab-buttons {
    display: flex;
    margin-bottom: 20px; }
    .main .tab-buttons .tab-btn {
      background: transparent;
      border: none;
      position: relative;
      padding: 10px; }
      .main .tab-buttons .tab-btn.active:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background: #4fd37e;
        bottom: 0;
        left: 0; }
  .main .toggle-buttons {
    display: flex; }
    .main .toggle-buttons .toggle-btn {
      background: transparent;
      border: none;
      display: flex;
      flex-direction: column;
      color: #fff;
      padding: 10px 15px 5px 15px;
      min-width: 135px; }
      .main .toggle-buttons .toggle-btn .title {
        color: #fff;
        font-size: 13px; }
      .main .toggle-buttons .toggle-btn .number {
        font-size: 20px;
        font-weight: bold;
        font-family: "IRANSans-Med"; }
      .main .toggle-buttons .toggle-btn.success-btn {
        background-color: #36b15b; }
      .main .toggle-buttons .toggle-btn.danger-btn {
        background-color: #dc4036; }
      .main .toggle-buttons .toggle-btn.warning-btn {
        background-color: #f8b429; }
        .main .toggle-buttons .toggle-btn.warning-btn .title,
        .main .toggle-buttons .toggle-btn.warning-btn .number {
          color: #1a1a1a !important; }
      .main .toggle-buttons .toggle-btn.info-btn {
        background-color: #3593d6; }
      .main .toggle-buttons .toggle-btn.deactive {
        background-color: #e6e6e6; }
        .main .toggle-buttons .toggle-btn.deactive .title,
        .main .toggle-buttons .toggle-btn.deactive .number {
          color: #ababab !important; }
  .main .create-camp {
    display: flex;
    flex-direction: column; }
    .main .create-camp .card-title {
      font-size: 15px;
      margin-bottom: 40px; }
    .main .create-camp .capping-box {
      align-items: center; }
      .main .create-camp .capping-box p {
        margin: 0; }
    .main .create-camp .each-row {
      margin-bottom: 40px; }
    .main .create-camp .camp-parent {
      background: #fff;
      padding: 20px;
      margin-top: 20px; }
      .main .create-camp .camp-parent h1 {
        font-size: 15px;
        color: rgba(0, 0, 0, 0.8); }
      .main .create-camp .camp-parent .each-camp-row {
        display: flex;
        margin-top: 40px; }
        .main .create-camp .camp-parent .each-camp-row .title {
          width: 250px;
          margin: 0; }
        .main .create-camp .camp-parent .each-camp-row .content {
          width: 100%;
          display: flex; }
  .main .create-camp-radios label b {
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px; }
  .main .create-camp-radios label p {
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px; }
  .main .input-group-sabavision .input-group-text {
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important; }
  .main .input-group-sabavision input {
    border-radius: 0;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important; }
  .main .input-group-text {
    background-color: #f2f2f2; }
  .main .table {
    text-align: right;
    direction: rtl;
    background-color: #fff;
    border-radius: 5px;
    font-size: 13px;
    margin: 0; }
    .main .table th {
      color: #969696;
      font-weight: 400;
      border-bottom: none;
      border-top: none; }
    .main .table tr {
      max-height: 44px; }
    .main .table .badge {
      padding: 0.3em 0.6em;
      background-color: #d8d8d8;
      color: #6b6b6b;
      font-size: 12px; }
    .main .table a {
      display: flex; }
    .main .table .stat {
      width: 15px;
      height: 15px;
      background-image: url("/assets/panel/img/stat.svg");
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
    .main .table td a {
      color: #000; }
      .main .table td a:hover {
        text-decoration: underline; }
  .main .target-wrap {
    display: flex; }
    .main .target-wrap .each-target {
      display: flex;
      position: relative;
      flex-direction: column;
      width: 160px;
      height: 145px;
      border-radius: 3px;
      margin-left: 20px;
      border: 2px solid #f0f0f0;
      padding: 0; }
      .main .target-wrap .each-target input[type="radio"] {
        display: none; }
      .main .target-wrap .each-target .img-wrap {
        position: relative;
        width: 156px;
        height: 110px;
        background: #f7f7f7;
        display: flex;
        justify-content: center;
        align-items: center; }
      .main .target-wrap .each-target .top-circle {
        position: absolute;
        top: 7px;
        right: 7px;
        width: 18px;
        height: 18px;
        border-radius: 100%; }
      .main .target-wrap .each-target .not-check {
        background-color: #fff;
        border: 2px solid #d9dada; }
      .main .target-wrap .each-target .check {
        display: none;
        background: url("/assets/panel/img/check.svg"); }
      .main .target-wrap .each-target .text-wrap {
        display: flex;
        flex-direction: row;
        padding: 7px;
        align-items: center;
        width: 100%;
        height: 44px;
        background-color: #fff; }
        .main .target-wrap .each-target .text-wrap .info-text {
          font-size: 13px;
          color: rgba(0, 0, 0, 0.6);
          margin: 0; }
        .main .target-wrap .each-target .text-wrap .info-image {
          margin-right: auto;
          border: 0;
          background: none;
          height: 16px;
          padding: 0; }
      .main .target-wrap .each-target.active {
        border: 2px solid #58c47f; }
        .main .target-wrap .each-target.active .not-check {
          display: none; }
        .main .target-wrap .each-target.active .check {
          display: block; }
      .main .target-wrap .each-target.beauty-radio-program .img-wrap {
        background-color: #f0f0f0; }
        .main .target-wrap .each-target.beauty-radio-program .img-wrap .info-wrap {
          position: absolute;
          top: 3px;
          right: 3px;
          display: flex;
          flex-direction: row-reverse;
          border-radius: 25px;
          padding: 3px 5px; }
          .main .target-wrap .each-target.beauty-radio-program .img-wrap .info-wrap .info-text {
            display: none;
            font-size: 11px;
            margin-right: 5px; }
      .main .target-wrap .each-target.beauty-radio-program .text-wrap {
        background-color: #fdfdfd; }
      .main .target-wrap .each-target.beauty-radio-program:hover .img-wrap .info-wrap {
        background-color: #696969; }
        .main .target-wrap .each-target.beauty-radio-program:hover .img-wrap .info-wrap .info-text {
          display: block;
          color: #fff; }
  .main .loadmore {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .main .loadmore .lds-dual-ring {
      display: inline-block;
      width: 64px;
      height: 64px; }
    .main .loadmore .lds-dual-ring:after {
      content: " ";
      display: block;
      width: 46px;
      height: 46px;
      margin: 1px;
      border-radius: 50%;
      border: 5px solid #2d2d2d;
      border-color: #2d2d2d transparent #2d2d2d transparent;
      animation: lds-dual-ring 1.2s linear infinite; }
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
  .main .danger .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
    background-color: #ff6161;
    border: none;
    color: #fff; }
  .main .danger .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
    color: #fff;
    margin-right: 10px; }
  .main .success .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
    background-color: #4fd37e;
    border: none;
    color: #fff; }
  .main .success .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
    color: #fff;
    margin-right: 10px; }
  .main .icons-section {
    display: flex;
    flex-direction: row; }
    .main .icons-section .icon {
      margin: 20px; }

.dot-button .dropdown-toggle {
  display: flex;
  background: transparent; }
  .dot-button .dropdown-toggle:focus {
    outline: none;
    box-shadow: none; }
  .dot-button .dropdown-toggle:after {
    content: "";
    background-image: url("/assets/panel/img/3dot.svg");
    border: none;
    width: 10px;
    top: 0;
    height: 20px;
    background-repeat: no-repeat; }

.radio-wrap {
  display: flex;
  margin-bottom: 10px; }
  .radio-wrap label {
    font-size: 14px;
    margin-right: 10px;
    color: rgba(0, 0, 0, 0.65); }

.table-section {
  margin-top: 20px; }
  .table-section.rss-table .table {
    border: none; }
    .table-section.rss-table .table th {
      border-top: none; }
    .table-section.rss-table .table td {
      padding: 20px 10px; }

.summary-wrap {
  padding: 10px 15px; }
  .summary-wrap:first-child {
    padding-right: 30px; }
  .summary-wrap.has-border {
    border-right: 1px solid #eee; }

.summary-head {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.4);
  margin: 0; }

.summary-body {
  font-size: 30px;
  color: #444444;
  margin: 0; }
  .summary-body span {
    font-size: 14px; }

.native-type {
  display: flex;
  flex-direction: row;
  min-height: 600px;
  background-color: #fff; }
  .native-type .right-side {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 30px 20px; }
    .native-type .right-side .each-section {
      padding: 20px 0;
      border-bottom: 1px solid #d8d8d8;
      display: flex;
      flex-direction: column; }
      .native-type .right-side .each-section .title {
        font-size: 14px;
        color: rgba(0, 0, 0, 0.7);
        margin-bottom: 20px; }
      .native-type .right-side .each-section label {
        font-size: 13px;
        color: rgba(0, 0, 0, 0.4);
        margin: 0 0 20px 0; }
      .native-type .right-side .each-section .btn-group {
        direction: ltr;
        flex-direction: row-reverse; }
        .native-type .right-side .each-section .btn-group .btn {
          font-size: 13px;
          color: rgba(0, 0, 0, 0.8);
          min-width: 95px;
          padding: 5px;
          border-top: 1px solid #d9d9d9;
          border-bottom: 1px solid #d9d9d9; }
          .native-type .right-side .each-section .btn-group .btn.btn-one {
            border-radius: 0;
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
            border-right: 1px solid #d9d9d9; }
          .native-type .right-side .each-section .btn-group .btn.btn-four {
            border-radius: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
            border-left: 1px solid #d9d9d9; }
          .native-type .right-side .each-section .btn-group .btn.active {
            background-color: #4fabee;
            color: #fff; }
      .native-type .right-side .each-section .each-item {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 10px; }
        .native-type .right-side .each-section .each-item label {
          margin: 0; }
        .native-type .right-side .each-section .each-item .item-title {
          margin: 0;
          min-width: 80px; }
        .native-type .right-side .each-section .each-item input:checked + .slider {
          background-color: #4fabee; }
        .native-type .right-side .each-section .each-item .color-select {
          display: flex;
          flex-direction: row-reverse;
          align-items: center; }
          .native-type .right-side .each-section .each-item .color-select .hash {
            font-size: 16px;
            color: rgba(0, 0, 0, 0.3);
            margin: 0 5px; }
          .native-type .right-side .each-section .each-item .color-select .color-preview {
            width: 25px;
            height: 25px;
            border: 1px solid #f2f2f2;
            border-radius: 100%;
            background-color: #f2f2f2; }
    .native-type .right-side label {
      font-size: 13px;
      color: rgba(0, 0, 0, 0.4);
      margin-top: 20px; }
  .native-type .left-side {
    display: flex;
    width: 50%;
    background-color: rgba(0, 0, 0, 0.03); }
    .native-type .left-side .top-section {
      width: 100%;
      padding: 10px 20px;
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      .native-type .left-side .top-section .code-select .btn-group {
        direction: ltr; }
        .native-type .left-side .top-section .code-select .btn-group .btn {
          font-size: 13px;
          color: rgba(0, 0, 0, 0.8);
          min-width: 95px;
          padding: 2px; }
          .native-type .left-side .top-section .code-select .btn-group .btn.btn-one {
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px; }
          .native-type .left-side .top-section .code-select .btn-group .btn.btn-two {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px; }
          .native-type .left-side .top-section .code-select .btn-group .btn.active {
            background-color: #4fabee;
            color: #fff; }
      .native-type .left-side .top-section .preview-select label {
        display: flex; }
        .native-type .left-side .top-section .preview-select label.focus {
          box-shadow: none; }
        .native-type .left-side .top-section .preview-select label span {
          width: 24px;
          height: 18px;
          background-size: contain;
          filter: grayscale(100); }
        .native-type .left-side .top-section .preview-select label .right-preview {
          background-image: url("/assets/panel/img/right-side-active.jpg"); }
        .native-type .left-side .top-section .preview-select label .top-preview {
          background-image: url("/assets/panel/img/top-side-active.jpg"); }
        .native-type .left-side .top-section .preview-select label.active span {
          filter: grayscale(0); }
      .native-type .left-side .top-section .device-select .btn-group {
        direction: ltr; }
        .native-type .left-side .top-section .device-select .btn-group .btn {
          display: flex;
          min-width: 35px;
          padding: 5px;
          justify-content: center;
          align-items: center; }
          .native-type .left-side .top-section .device-select .btn-group .btn .icon {
            width: 17px;
            height: 13px; }
          .native-type .left-side .top-section .device-select .btn-group .btn.btn-one {
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px; }
          .native-type .left-side .top-section .device-select .btn-group .btn.btn-three {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px; }
          .native-type .left-side .top-section .device-select .btn-group .btn.active {
            background-color: #4fabee;
            color: #fff; }
            .native-type .left-side .top-section .device-select .btn-group .btn.active .icon {
              filter: invert(100); }

.message-page {
  display: flex;
  flex-direction: column;
  padding: 30px 15px; }
  .message-page .top-section-messages {
    display: flex;
    align-items: center; }
    .message-page .top-section-messages p {
      font-size: 15px;
      color: #2c2c2c;
      margin: 0; }
    .message-page .top-section-messages a {
      margin-right: auto; }
  .message-page ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    margin-top: 20px; }
    .message-page ul li {
      width: 100%;
      display: flex;
      flex-direction: column;
      border-radius: 3px;
      box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
      background-color: #ffffff;
      margin-bottom: 10px;
      padding: 15px 35px 15px 15px;
      position: relative; }
      .message-page ul li:before {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        background-color: #ffaa00;
        right: 15px;
        top: 20px;
        border-radius: 100%; }
      .message-page ul li p {
        margin: 0; }
        .message-page ul li p.message-title {
          font-size: 15px;
          font-weight: 500;
          color: #2c2c2c; }
        .message-page ul li p.message-body {
          margin: 10px 0;
          font-size: 13px;
          color: #808080; }
        .message-page ul li p.message-date {
          font-size: 11px;
          font-weight: 500;
          color: #b3b3b3;
          text-align: left; }
      .message-page ul li.read:before {
        background-color: #c5c5c5; }
      .message-page ul li.read p.message-title {
        color: #919191; }

.badge-locale {
  min-height: 42px;
  background: #fff;
  padding: 5px;
  border: 1px solid #dddddd;
  border-top: none;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.set-target-select .select2-selection--single {
  border: 1px solid #ddd !important;
  border-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle::after {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  left: 5px;
  top: 45%; }

.datepicker {
  text-align: right; }

.datepicker-plot-area {
  font-family: "IRANSans"; }

.datepicker-plot-area .datepicker-day-view .table-days td.selected span,
.datepicker-plot-area .datepicker-year-view .year-item.selected,
.datepicker-plot-area .datepicker-month-view .month-item.selected {
  background-color: #58c47f;
  text-shadow: none; }

.datepicker-plot-area
.datepicker-day-view
.table-days
td.selected
span
.datepicker-plot-area
.datepicker-day-view
.table-days
td:hover,
.datepicker-plot-area .datepicker-day-view .table-days td span:hover,
.datepicker-plot-area .datepicker-year-view .year-item:hover,
.datepicker-plot-area .datepicker-month-view .month-item:hover {
  background-color: #4fd37e; }

.datepicker-plot-area .datepicker-time-view {
  background: #fff; }

.datepicker-plot-area .toolbox .pwt-btn-submit,
.datepicker-plot-area .toolbox .pwt-btn-calendar,
.datepicker-plot-area .toolbox .pwt-btn-today {
  float: none; }

.datepicker-plot-area .toolbox {
  border-top: 1px solid #dedede; }

.form-check {
  text-align: right;
  padding-right: 1.25rem; }

.form-check-input {
  margin-right: -1.25rem;
  margin-top: 0; }

.input-group-rtl {
  flex-direction: row-reverse; }

.form-control:focus {
  box-shadow: none;
  border-color: #ced4da; }

.btn {
  border: none;
  border-radius: 25px; }

.btn-primary {
  background-color: #4fabee; }

.btn-success {
  background-color: #4fd37e; }

.tagify__input {
  width: 100%;
  height: 42px;
  border: 1px solid #d8d8d8;
  margin: 0;
  padding: 5px;
  line-height: 2.5;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .tagify__input:before {
    line-height: 2.8;
    opacity: 0.4; }

.tagify tag > div:not([contenteditable]) > span {
  height: 17px;
  direction: ltr; }

.tagify {
  border-top: none;
  height: auto;
  min-height: 42px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding-right: 5px; }
  .tagify tag {
    margin: 6px 0 6px 6px; }
    .tagify tag x {
      left: 5px;
      right: auto;
      line-height: 0.8;
      color: #fff;
      opacity: 0.5; }
      .tagify tag x:hover {
        background: transparent;
        opacity: 1; }
  .tagify div span {
    color: #fff; }
  .tagify.danger div:before {
    background: #ff6161 !important; }
  .tagify.success div:before {
    background: #4fd37e !important; }

.tagify tag:hover:not([readonly]) div:not([contenteditable])::before {
  box-shadow: none;
  border: none; }

.tagify tag > div:not([contenteditable]) {
  padding-right: 5px;
  padding-left: 25px; }

.tagify__dropdown.extra-properties .tagify__dropdown__item > img {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  transform: scale(0.75);
  margin-right: 5px;
  border-radius: 2px;
  transition: 0.12s ease-out; }

.tagify__dropdown.extra-properties .tagify__dropdown__item:hover > img {
  transform: none;
  margin-right: 12px; }

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.inputfile + label {
  width: 100px;
  height: 35px;
  font-size: 1.25rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin: 0; }

.inputfile-2 + label {
  color: rgba(0, 0, 0, 0.65);
  border: 1px solid #d9d9d9;
  border-radius: 3px; }

.inputfile + label svg {
  width: 15px;
  height: 15px;
  vertical-align: middle;
  fill: rgba(0, 0, 0, 0.65);
  margin-top: -0.25em;
  margin-right: 0.25em; }

.inputfile + label span {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  margin-right: 10px; }

.no-js .inputfile + label {
  display: none; }

.inputfile:focus + label,
.inputfile.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px; }

.select2-container {
  min-width: 200px; }

.select2-container--default .select2-selection--single {
  border: 1px solid #ced4da;
  height: 38px; }

.select2-container--default.select2-container--focus
.select2-selection--multiple {
  border: 1px solid #ced4da; }

.select2-container--default
.select2-selection--single
.select2-selection__rendered {
  line-height: 38px;
  padding-right: 10px; }

.select2-container--default
.select2-selection--single
.select2-selection__arrow {
  height: 35px;
  right: auto;
  left: 1px; }

.select2-container--default .select2-selection--multiple {
  border: 1px solid #ced4da; }

.toast-message {
  direction: rtl;
  text-align: right; }

.switch {
  width: 55px;
  height: 25px; }

.slider:before {
  width: 19px;
  height: 19px;
  left: 6px;
  bottom: 3px; }

.multiselect-native-select {
  width: 100%; }
  .multiselect-native-select .btn:focus {
    box-shadow: none; }
  .multiselect-native-select .btn-group {
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: 3px; }
    .multiselect-native-select .btn-group .btn {
      width: 100%;
      text-align: right; }
    .multiselect-native-select .btn-group:focus {
      outline: none;
      box-shadow: none; }
    .multiselect-native-select .btn-group .multiselect-container {
      left: auto !important;
      right: 0; }
      .multiselect-native-select .btn-group .multiselect-container .input-group {
        margin: 10px; }
        .multiselect-native-select .btn-group .multiselect-container .input-group input {
          border-radius: 3px; }
      .multiselect-native-select .btn-group .multiselect-container li {
        text-align: right;
        display: flex; }
        .multiselect-native-select .btn-group .multiselect-container li label {
          color: #2b2b2b;
          padding-right: 10px; }
        .multiselect-native-select .btn-group .multiselect-container li .multiselect-clear-filter {
          display: none; }

.admin-side-menu {
  background-color: #404040;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0; }
  .admin-side-menu .logo {
    margin: 30px 0; }
  .admin-side-menu ul li {
    flex-direction: column; }
    .admin-side-menu ul li a {
      width: auto;
      padding: 5px;
      margin: 0 10px 10px 10px; }
      .admin-side-menu ul li a img {
        filter: invert(100); }
      .admin-side-menu ul li a span {
        color: #d9d9d9;
        font-size: 15px; }
      .admin-side-menu ul li a:hover {
        background-color: #595959; }
        .admin-side-menu ul li a:hover span {
          color: #fff; }
    .admin-side-menu ul li .side-sub-menu {
      padding: 0;
      background-color: #595959; }

.highcharts-container {
  font-family: "IRANSans";
  direction: rtl;
  text-align: right; }

.highcharts-tooltip-box {
  stroke: #e6e6e6;
  fill: #fff;
  fill-opacity: 1; }

.highcharts-tooltip {
  direction: ltr;
  filter: none !important; }
  .highcharts-tooltip span {
    width: 200px;
    background-color: blue; }

.highcharts-credits {
  display: none; }

.modal {
  z-index: 999999; }
  .modal .modal-lg {
    max-width: 1080px; }
  .modal .close {
    padding: 0;
    margin: 3px 0; }
  .modal .invoice {
    display: flex;
    flex-direction: column; }
    .modal .invoice * {
      display: flex;
      flex-direction: column; }
    .modal .invoice .date-number {
      width: 100%;
      text-align: left; }
    .modal .invoice .title {
      width: 100%;
      text-align: center;
      margin-bottom: 20px; }
    .modal .invoice .invoice-body {
      border: 1px solid #2b2b2b; }
      .modal .invoice .invoice-body .seller-wrap {
        width: 100%;
        text-align: center; }
        .modal .invoice .invoice-body .seller-wrap .seller-title {
          margin: 0;
          border-bottom: 1px solid #2b2b2b;
          padding: 5px 0; }
        .modal .invoice .invoice-body .seller-wrap .seller-info {
          display: block;
          padding: 10px 10px 0 10px;
          border-bottom: 1px solid #2b2b2b; }
          .modal .invoice .invoice-body .seller-wrap .seller-info .each-info {
            margin: 0;
            width: 33.33%;
            float: right;
            flex-direction: row;
            margin-bottom: 10px; }
            .modal .invoice .invoice-body .seller-wrap .seller-info .each-info span {
              margin-right: 10px; }
      .modal .invoice .invoice-body .buyer-wrap {
        width: 100%;
        text-align: center; }
        .modal .invoice .invoice-body .buyer-wrap .buyer-title {
          margin: 0;
          border-bottom: 1px solid #2b2b2b;
          padding: 5px 0; }
        .modal .invoice .invoice-body .buyer-wrap .buyer-info {
          display: block;
          padding: 10px 10px 0 10px;
          border-bottom: 1px solid #2b2b2b; }
          .modal .invoice .invoice-body .buyer-wrap .buyer-info .each-info {
            margin: 0;
            width: 33.33%;
            float: right;
            flex-direction: row;
            margin-bottom: 10px; }
            .modal .invoice .invoice-body .buyer-wrap .buyer-info .each-info span {
              margin-right: 10px; }
      .modal .invoice .invoice-body .items-wrap {
        width: 100%;
        text-align: center; }
        .modal .invoice .invoice-body .items-wrap .items-title {
          margin: 0;
          border-bottom: 1px solid #2b2b2b;
          padding: 5px 0; }
        .modal .invoice .invoice-body .items-wrap .items-info {
          text-align: center; }
          .modal .invoice .invoice-body .items-wrap .items-info .table-head {
            display: block;
            flex-direction: row;
            align-items: center; }
            .modal .invoice .invoice-body .items-wrap .items-info .table-head .each-head {
              float: right;
              padding: 20px 0;
              border: 1px solid #2b2b2b; }
              .modal .invoice .invoice-body .items-wrap .items-info .table-head .each-head:nth-child(1) {
                width: 10%; }
              .modal .invoice .invoice-body .items-wrap .items-info .table-head .each-head:nth-child(2) {
                width: 40%;
                padding-right: 20px;
                text-align: right; }
              .modal .invoice .invoice-body .items-wrap .items-info .table-head .each-head:nth-child(3) {
                width: 15%; }
              .modal .invoice .invoice-body .items-wrap .items-info .table-head .each-head:nth-child(4) {
                width: 15%; }
              .modal .invoice .invoice-body .items-wrap .items-info .table-head .each-head:nth-child(5) {
                width: 20%; }
          .modal .invoice .invoice-body .items-wrap .items-info .table-body {
            display: block;
            flex-direction: row;
            align-items: center; }
            .modal .invoice .invoice-body .items-wrap .items-info .table-body .each-body {
              float: right;
              padding: 20px 0;
              border: 1px solid #2b2b2b; }
              .modal .invoice .invoice-body .items-wrap .items-info .table-body .each-body:nth-child(1) {
                width: 10%; }
              .modal .invoice .invoice-body .items-wrap .items-info .table-body .each-body:nth-child(2) {
                width: 40%;
                padding-right: 20px;
                text-align: right; }
              .modal .invoice .invoice-body .items-wrap .items-info .table-body .each-body:nth-child(3) {
                width: 15%; }
              .modal .invoice .invoice-body .items-wrap .items-info .table-body .each-body:nth-child(4) {
                width: 15%; }
              .modal .invoice .invoice-body .items-wrap .items-info .table-body .each-body:nth-child(5) {
                width: 20%; }
          .modal .invoice .invoice-body .items-wrap .items-info .table-footer {
            display: block;
            flex-direction: row;
            align-items: center; }
            .modal .invoice .invoice-body .items-wrap .items-info .table-footer .each-footer {
              float: right;
              padding: 20px 0;
              border: 1px solid #2b2b2b; }
              .modal .invoice .invoice-body .items-wrap .items-info .table-footer .each-footer:nth-child(1) {
                width: 50%;
                border: none;
                border-top: 1px solid #2b2b2b;
                border-left: 1px solid #2b2b2b; }
              .modal .invoice .invoice-body .items-wrap .items-info .table-footer .each-footer:nth-child(2) {
                width: 30%; }
              .modal .invoice .invoice-body .items-wrap .items-info .table-footer .each-footer:nth-child(3) {
                width: 20%; }
    .modal .invoice .buttons-wrap {
      flex-direction: row;
      margin-top: 20px; }
      .modal .invoice .buttons-wrap .btn-default {
        margin-right: auto; }
    .modal .invoice .bottom-info {
      color: red;
      text-align: right;
      margin-top: 20px; }
      .modal .invoice .bottom-info ul {
        padding-right: 10px; }

.left-buttons-wrap li .top-toggle-button {
  width: 32px;
  height: 32px;
  background-color: #808080;
  margin-right: 15px; }
  .left-buttons-wrap li .top-toggle-button:after {
    top: 6px;
    left: 14px;
    filter: invert(100); }
.left-buttons-wrap li .top-report-btn {
  min-width: 110px;
  height: 35px;
  border-radius: 17.5px;
  background-color: #808080;
  font-size: 13px;
  color: #fff; }
  .left-buttons-wrap li .top-report-btn img {
    margin-left: 5px; }

.modal-body {
  text-align: right;
  padding: 20px; }

.modal-header {
  flex-direction: row-reverse; }

.modal-footer button {
  margin-left: 0;
  margin-right: 10px; }

a:hover {
  text-decoration: none !important; }

.dropdown-item {
  font-weight: 100;
  color: rgba(0, 0, 0, 0.8);
  font-size: 13px;
  padding: 7px 15px; }

.dropdown-item:active {
  background-color: #f5f5f5; }

span.invalid-form-validation {
  position: absolute;
  bottom: -20px;
  font-size: 12px; }

.invalid-form-validation {
  border-color: red; }

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