.color--primary {
  color: #3a134d;
}
.small--font {
  font-size: 0.8em;
}
.text {
  &__uppercase {
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif !important;
  }
}
.dailog {
  &__container {
    .background__white {
      background: #fff;
    }
    &--heading {
      padding: 10px;
      font-weight: 600;
      font-size: 1em;
      margin: 0px;
    }

    .downloadDailog {
      background: none;
      border: none;
      .img--close_icon {
        width: 15px !important;
        height: 15px !important;
      }
    }
    padding: 1px 15px;
    background: #eaf0f4;
    figure {
      margin: 15px 0px;
      figcaption {
        font-size: 14px;
        margin: 10px 0px;
      }
    }
    .mat-button-focus-overlay {
      background: rgba(0, 0, 0, 0) !important;
    }
    position: relative;
    mat-tab-body {
      background: #fff !important;
      box-shadow: 0px 0px 0px 0px !important;
    }
    .uploadContainer {
      .file__name {
        font-family: 'Raleway', sans-serif !important;
        font-weight: normal;
        font-size: 14px;
      }

      &__uploadFileList {
        mat-list.mat-list {
          max-height: 23vh !important;
          overflow-y: auto;
        }

        .file__name.mat-line {
          font-family: 'Raleway', sans-serif !important;
          font-weight: normal;
          font-size: 14px;
        }
        .mat-list .mat-list-item {
          display: block;
          height: 23px !important;
        }

        .mat-dialog-actions {
          padding: 12px 0;
          margin-bottom: 0px !important;
        }
      }
      &__drangDrop {
        padding: 20px;
        margin: 10px;
        background: #fff;
        font-weight: bold;
        line-height: 1.3em;
        border: 2px dashed #c2b7c8;
        border-radius: 10px;
        -webkit-box-shadow: 0 0 0 4px #ffffff, 2px 1px 6px 4px #ffffff;
        box-shadow: 0 0 0 4px #ffffff, 2px 1px 6px 4px #ffffff;
        text-shadow: -1px -1px #ffffff;
        font-weight: normal;
        &--label {
          color: rgba(58, 19, 77, 0.5);
          font-size: 14px;
          font-family: 'Raleway', sans-serif !important;
          margin-bottom: 6px;
          font-weight: 600;
        }
      }
      &--heading {
        color: #3a134d;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 0px;
        &.heading__label {
          color: #169696 !important;
          margin: 0px;
          padding: 0px !important;
          font-size: 20px;
        }
      }
    }
    .uploadButton {
      background: #65ceee;
      color: #fff;
      font-family: 'Raleway', sans-serif;
      font-weight: 600;
      border: none;
      border-radius: 4px;
      margin: 0 auto;
      display: block;
      padding: 5px 13px;
    }
    .closeDailog {
      position: absolute;
      top: 2px;
      right: 5px;
      background: none;
      border: 0px;
      z-index: 9999;
      cursor: pointer;
    }
    .img {
      &--dragdrop_icon {
        width: 50px;
        height: 50px;
        margin: 0 auto;
        display: block;
        margin-bottom: 15px;
        &.leapdriveIcon {
          height: auto !important;
          width: 227px !important;
          margin-top: 50px;
        }
      }
      &--close_icon {
        width: 10px;
        height: 10px;
        &.del {
          width: 15px;
          height: 15px;
        }
      }
    }

    .scrolling-wrapper-flexbox {
      display: flex;
      flex-wrap: nowrap;
      overflow-x: auto;
      margin: 10px 0px;
      &.single-center {
        justify-content: center;
      }
      .thumb {
        width: 10vw;
        margin: 5px 7.5px;
        cursor: pointer;
        &.t--card {
          flex: 0 0 auto;
          opacity: 0.5;
          &.active {
            opacity: 1 !important;
          }
        }
      }
    }
  }
}
// offset
@media (min-width: 768px) {
  .offset-md-3 {
    margin-left: 25% !important;
  }
}
.viewBox--container {
  min-height: 25vw;
  max-height: 30vw;
  .viewBoxImg {
    width: 90%;
    margin: 10px 5% 0px 5%;
  }
  .downloadDailog--filetype .img--close_icon {
    width: 100px;
    height: 100px;
  }
  .viewBoxImg--custom--img {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
  }
  &--file {
    margin-top: 50px;
    .downloadDailog--filetype {
      background: #5e2b77;
      border: 0px;
      color: #fff;
      font-family: 'Oswald', sans-serif;
      padding: 7px 20px;
      text-transform: uppercase;
      border-radius: 4px;
      margin: 0 auto;
      display: block;
      margin-top: 19px;
      cursor: pointer;
    }
  }
}

.pad-z {
  padding: 0px !important;
}
