// Style-Variables

$buttonColorCreate: #fc5c48;

$fontColorWhite: #ffffff;

$fontColorPerm: #440050;

$borderRadiusStatic: 3px;

$boxShadowStatic: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);

$font1: 'Oswald', sans-serif !important;

$font2: 'Raleway', sans-serif !important;

$fontColorTypeTwo: #3a134d;

$deactive: #8a8a8a;

$driveiconbackcolor: #eaf0f4;

$boderFileConfig: rgba(58, 19, 77, 0.2) solid 1px;

.files__container {
  margin: 0px;

  max-height: 58vh;

  overflow-y: auto;
}

.text {
  &__uppercase {
    text-transform: uppercase;

    font-family: 'Raleway', sans-serif !important;
  }
}

.dailog {
  &__container {
    .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: 5px;

      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;
      }
    }

    .container__drive {
      &--Cont {
        .heading {
          color: $fontColorPerm;

          font-size: 1em;

          font-weight: bold;

          margin-top: 15px;

          margin-bottom: 5px;
        }

        .row {
          margin: 0px;

          .card__property__cont {
            margin: 7.5px;

            padding: 15px 0px 0px 0px;

            background: $driveiconbackcolor;

            border-radius: $borderRadiusStatic;

            display: inline-block;

            &--file {
              &--name {
                background: white;

                border-radius: 0px 0px 3px 3px;

                border: $boderFileConfig;

                border-top: 0px !important;

                &--label {
                  font-size: 11px;

                  margin-top: 5px;

                  margin: 0px 10px;

                  padding: 8px 0px;
                }
              }

              &--icon {
                width: 50px;

                margin: 0 auto;

                display: block;

                height: 70px;
              }
            }
          }
        }
      }
    }
  }
}

// offset

@media (min-width: 768px) {
  .offset-md-3 {
    margin-left: 25% !important;
  }
}

//

.deactive--color--label {
  color: $deactive !important;

  cursor: pointer;
}

// offset

@media (min-width: 768px) {
  .offset-md-3 {
    margin-left: 25% !important;
  }
}

@media (max-width: 1025px) {
  .hidden-xs,
  .hidden-sm {
    display: none;
  }

  .col-sm-xs-full {
    width: 100% !important;

    max-width: 100% !important;

    flex: 0 0 100% !important;
  }
}

.loader {
  margin-top: 22%;

  img {
    width: 60px;
  }
}
