.catalogMenuWrap {
  padding: 12px;
  .imgTitle {
    margin-bottom: 10px;
  }
  .addBut {
    margin-bottom: 10px;
  }
  .fullUrl {
    display: flex;
    width: 100%;
    margin-top: 4px;
    margin-bottom: 12px;
    .urlInp {
      width: 100%;
      position: relative;
      .closeBut {
        display: none;
      }
      &:hover {
        .butCot {
          .closeBut {
            display: inline-block;
            position: absolute;
            cursor: pointer;
            right: 6px;
            bottom: 7px;
          }
        }
        .linkBut {
          display: none;
        }
      }
      .linkBut {
        display: inline-block;
        position: absolute;
        cursor: pointer;
        right: 6px;
        bottom: 7px;
      }
      .unlinkBut {
        display: inline-block;
        position: absolute;
        cursor: pointer;
        right: 6px;
        bottom: 7px;
      }
    }
    .delIcon {
      width: 84px;
      margin-left: 4px;
      display: flex;
    }
  }
}
.modalWrap {
  .linkType {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 13px;
    color: #575966;
    .typeItem {
      padding: 5px 12px;
      margin-right: 12px;
      cursor: pointer;
    }
    .typeTitle {
      padding: 5px 12px;
      margin-right: 12px;
    }
    .selected {
      background: #4477ee;
      border-radius: 2px;
      color: #fff !important;
    }
  }
  .content {
    padding: 12px;
    .cotTitle {
      padding: 6px 0 6px 52px;
      width: 100%;
      font-size: 13px;
      font-weight: bold;
      color: #2d3040;
      background: #f5f6f7;
      box-shadow: inset 0 -1px 0 0 #e0e0e0;
    }
    .cotItem {
      height: 38px;
      background: #ffffff;
      box-shadow: inset 0 -1px 0 0 #f0f0f0;
      display: flex;
      align-items: center;
    }
  }
}
