.dashbord {
  .performance {
    &-heading {
      &::before {
        background-image: url("./../images/shape/dots.png");
        height: 20px;
        top: 50%;
        right: 280px;
        left: 350px;
        transform: translateY(-35%);
      }

      .title {
        font-size: 18px;
        font-weight: 600;
        line-height: 22px;
        color: #fff;
      }

      .date {
        .time-now,
        .form-control {
          background-color: #222837;
          border-radius: 5px;
          border: 1px solid rgba(#73747e, 0.22);
          color: #a3a4ae;
          font-size: 12px;
        }

        .time-now {
          white-space: nowrap;
          line-height: 21px;
          padding: 8px 7px 5px 10px;
          margin-right: 3px;

          i {
            font-size: 15px;
            margin-right: 4px;
          }
        }

        .form-control {
          font-weight: 500;
          padding: 8px 38px 5px 14px;
          height: auto;
        }
      }
    }

    &-info-change {
      margin: 32px -12px 37px;

      .row {
        gap: 11px 0;
        margin: 0 -5.5px;

        .col-sm-4 {
          padding: 0 5.5px;
        }
      }

      &-item {
        background-image: linear-gradient(
          182.66deg,
          #2c3246 9%,
          #1f283a 97.78%
        );
        border-radius: 10px;
        border: 1px solid #353d4f;
        box-shadow: 0 5px 20px rgba(#000, 0.13);
        padding: 15px 14px 14px;

        .title {
          font-size: 14px;
          font-weight: 500;
          line-height: 19px;
          color: #8c90a1;
          margin-bottom: 4px;
        }

        .value {
          font-size: 17px;
          font-weight: 900;
          line-height: 29px;
          color: #dbe1f3;

          i {
            margin-right: 5px;
            font-size: 11px;
          }
        }

        .precent {
          font-size: 13px;
          font-weight: 400;
          line-height: 25px;
          opacity: 0.7;
        }

        .success {
          color: #23cb7f;
        }

        .danger {
          color: #d33155;
        }
      }
    }

    &-chart {
      border-radius: 8px;
      background-color: #1d222e;
      padding: 21px 16px 4px 0;

      svg {
        background-color: transparent !important;
      }
    }

    .card {
      &-heading {
        padding: 20px 29px 20px 28px;

        &::before {
          width: 50%;
          background-color: #222837;
          border-radius: 12px 0 0;
        }

        form {
          margin: 0 10px 0 auto;
          max-width: 297px;

          .form-control {
            border-radius: 6px;
            background-color: #272e3b;
            height: 43px;
            border: none;
            padding: 0 36px 0 16px;
          }

          button {
            top: 50%;
            transform: translateY(-50%);
            right: 16px;
            font-size: 15px;
            color: #757d91;
          }
        }

        .btn-icon {
          width: 43px;
          height: 43px;
          border-radius: 6px;
          background-color: #272e3b;
          font-size: 20px;
          color: #a3a4ae;

          &.file-upload,
          &.refresh {
            margin: 0 6px;
          }
        }

        .btn-new-project {
          max-width: 119px;
          height: 43px;
          background-color: #272e3b;
          border-radius: 6px;
          flex: 0 0 auto;

          i {
            font-size: 17px;
            margin-right: 5px;
          }
        }
      }
    }

    .table {
      label {
        display: inline-block;
        vertical-align: middle;
      }

      tbody tr td {
        vertical-align: middle;

        img {
          margin-left: 4px;
          border-radius: 50%;
        }

        &:first-child {
          transform: translateY(10%);
        }

        &.kank {
          i {
            font-size: 11px;
            margin-right: 5px;
            color: #979bb0;

            &:nth-child(2) {
              margin-left: 9px;
            }
          }
        }

        &.day {
          span {
            &:first-child {
              margin-right: 5px;
            }

            &:last-child {
              margin-left: 5px;
            }
          }

          i {
            font-size: 8px;
          }
        }

        &.chart {
          min-width: 82px;
          width: 82px;
          padding: 0;
        }
      }
    }

    .pagination {
      margin-top: 33px;
    }

    @include md {
      &-chart {
        margin-bottom: 18px;
      }

      .card-heading {
        form {
          max-width: 100%;
          margin: 21px 0 12px;
        }

        .btn-new-project {
          max-width: none;
          flex: 1 0 1%;
        }
      }
    }

    @include sm {
      &-heading {
        &::before {
          top: 0;
          transform: translateY(4px);
          right: 0;
          left: 340px;
        }

        .title {
          margin-bottom: 31px;
        }

        .date {
          .time-now {
            max-width: 70%;
            width: 100%;
            flex: 0 0 auto;
            margin-right: 8px;
          }
        }
      }

      .card-heading {
        padding: 20px 15px;
      }
    }

    @include media("max", 399px) {
      &-heading {
        &::before {
          left: 260px;
        }

        .title {
          font-size: 14px;
        }

        .date {
          .time-now {
            max-width: 60%;
          }
        }
      }

      .card-heading {
        .btn-icon {
          flex: 1 0 1%;

          &.refresh {
            margin-right: 0;
          }
        }
        
        .btn-new-project {
          flex:  0 0 auto;
          margin-top: 12px;
        }
      }
    }
  }
}
