.drawer-advanced {
  .#{$ns}Form {
    padding-top: 0;
    height: 100%;

    .advanced_drawer {
      height: 100%;
      background-color: #fff;

      .ant-tabs {
        height: 100%;

        .ant-tabs-nav {
          margin: 0;

          .ant-tabs-extra-content {
            width: 36px;
            height: 38px;

            .left-text {
              width: 100%;
              height: 100%;
              display: flex;
              justify-content: center;
              align-items: center;
            }
          }

          .ant-tabs-nav-wrap {
            .ant-tabs-nav-list {
              .ant-tabs-tab {
                padding: 0;
              }

              .ant-tabs-ink-bar {
                display: none;
              }
            }
          }

        }

        .ant-tabs-content-holder {
          flex: 1;
          overflow: hidden;

          .ant-tabs-content {
            height: 100%;

            .ant-tabs-tabpane {
              height: 100%;
              overflow: auto;
              background-color: #fff;
              position: relative;

              .transfer-check {
                height: 100%;
                display: flex;
                flex-direction: column;
                background-color: #fff;
              }

              .transfer-container {
                flex: 1;

                .transfer-source {
                  width: calc(50% - 20px);

                  .source-content-inner {
                    .display-field {
                      .display-field-label {
                        white-space: nowrap;
                        overflow: hidden;
                        text-overflow: ellipsis;
                      }
                    }
                  }
                }

                .transfer-target-group {
                  flex-direction: column;
                  overflow: hidden;

                  .target-box {
                    flex: 1;

                    .transfer-target {
                      flex: 1;
                      width: auto;
                      display: flex;
                      flex-direction: column;
                      height: 100%;
                      overflow: hidden;

                      .transfer-target-content {
                        height: auto;
                        flex: 1;
                        width: 100%;
                        overflow: hidden;

                        .target-content-inner {
                          flex-direction: column;
                          width: 100%;

                          .option-item {
                            .fa {
                              width: 12px;
                            }

                            .item-label {
                              white-space: nowrap;
                              overflow: hidden;
                              text-overflow: ellipsis;
                            }
                          }
                        }
                      }
                    }

                    &:nth-child(1) {
                      padding-bottom: 5px;
                    }

                    &:nth-child(2) {
                      padding-top: 5px;
                    }
                  }

                }
              }

              .advanced_drawer_filtersbody {
                max-height: calc(100% - 84px);
                overflow: auto;
              }

              .advanced_drawer_List {
                border: none;
                border-bottom: 1px solid var(--saas-border-color);
                background-color: #fff;

                .ant-list-items {
                  .ant-list-item {
                    justify-content: unset;
                    padding: 12px 6px;
                    align-items: center;

                    .#{$ns}ActionSheet {
                      width: 20%;
                      font-size: 15px;
                      color: #333;
                      text-align: center;
                      border-right: 1px solid var(--saas-border-color);
                      padding: 0 2px;
                      height: 30px;

                      >div {
                        width: 100%;
                        height: 100%;
                      }

                      .advanced_drawer_List_popup_text {
                        display: inline-block;
                        width: 100%;
                        white-space: nowrap;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        line-height: 30px;
                      }

                      .advanced_drawer_disabled {
                        color: #ddd;
                      }
                    }

                    .advanced_drawer_List_double {
                      width: 50%;
                      height: 30px;
                      padding: 0 5px;
                      display: flex;
                      align-items: center;
                      flex: 1;

                      .#{$ns}Form-item {
                        flex: 1;
                        padding: 0px !important;

                        .#{$ns}Form-value {
                          .#{$ns}Form-control {
                            .#{$ns}TextControl-addOn {
                              display: none;
                            }
                          }
                        }
                      }
                    }

                    .advanced_drawer_List_radios {
                      height: auto;
                    }
                  }
                }
              }

              .advanced_drawer_List_button {
                height: 42px;
                color: #2a87eb;
                background: #fff;
                font-size: 15px;
                display: flex;
                justify-content: center;
                align-items: center;

                .anticon {
                  margin-right: 10px;
                }

              }

              .advanced_drawer_List_button {
                border-bottom: 1px solid var(--saas-border-color);
              }

              .advanced_drawer_List_distinguish {
                position: absolute;
                bottom: 0;
                width: 100%;
              }

              .advanced_drawer_filtersHeader {
                overflow: auto;
                border-bottom: 1px solid var(--saas-border-color);

                .#{$ns}Form-item {
                  .#{$ns}Form-value {
                    .#{$ns}Form-control {
                      .#{$ns}TextControl-addOn {
                        display: none;
                      }
                    }

                    .#{$ns}Form-rowInner {
                      .#{$ns}DateRangeControl {
                        .#{$ns}DateRangePicker {
                          .#{$ns}DateRangePicker-toggler {
                            margin-top: 0;
                          }
                        }
                      }
                    }
                  }
                }
              }

              .#{$ns}Form-item {
                .#{$ns}Form-value {
                  .#{$ns}DateRangeControl {
                    .#{$ns}DateRangePicker-content {
                      .#{$ns}DateRangePicker-placeholder {
                        margin-right: 0;
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  }

  .ant-drawer-footer {
    text-align: right;
  }
}

.advanced_drawer_List_Action {
  .advanced_drawer_List_popup {
    height: 300px;
    display: flex;
    flex-direction: column;


    .advanced_drawer_List_popup_title {
      display: flex;
      justify-content: space-between;

      .ant-btn {
        font-size: 17px;

        padding: 9px 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: auto;
      }
    }

    .advanced_drawer_List_popup_body {
      flex: 1;
      overflow: auto;

      .advanced_drawer_List_popup_filter {
        height: 46px;
        font-size: 17px;
        text-align: center;
      }

      .advanced_drawer_List_popup_filter_text {
        color: #108ee9;
      }
    }
  }
}

.Modal-advanced {

  .ant-modal-content {
    background: var(--saas-crud-advanced-modle-body-color);

    .ant-modal-header {
      border-bottom-color: var(--saas-border-color);

      .ant-modal-title {
        color: var(--saas-font-size-black);
      }
    }

    .ant-modal-close {
      color: var(--saas-font-size-deep-black);
    }

    .ant-modal-body {
      overflow-y: auto;

      .Modal-advanced-body {
        margin: -12px 0px 0px;

        .ant-divider {
          margin: 8px 0px;
          border-top-color: rgb(36, 104, 242);
          color: var(--saas-font-size-black);
        }

        .Modal-advanced-body-condition {
          background-color: var(--saas-crud-advanced-modle-body-condition-color);
          margin-bottom: 8px;
          padding-top: 8px;

          .filter-row {
            margin: 0px;
            padding-right: 12px;

            .#{$ns}Form-item {
              justify-content: right;
              margin-left: 0;
              margin-right: 0;


              >.#{$ns}Form-label {
                width: auto;
                flex: 1;
                overflow: hidden;
                padding-left: 12px;
                padding-top: 0;
              }

              >.#{$ns}Form-value {
                max-width: 360px;
                min-width: 360px;
              }
              // debug-
              .#{$ns}TextControl-input, .#{$ns}DateRangePicker, .#{$ns}DatePicker {
                height: 30px !important;
                padding: 1px 4px !important;
                align-items: center;
              }
              .#{$ns}Form-control {
                .#{$ns}DateRangePicker-toggler {
                  margin-top: -4px;
                }
              }
              .#{$ns}DatePicker-toggler {
                display: flex;
                svg.icon {
                  top: unset;
                }
              }
              @media screen and (min-width: 1280px) and (max-width: 1440px) {
                >.#{$ns}Form-label {
                  padding: 0;
                  font-size: 12px;
                }

                .#{$ns}TextControl--withPopover {
                  left: 0;
                }
              }

              @media screen and (min-width: 1441px) and (max-width: 1680px) {
                >.#{$ns}Form-label {
                  padding: 0;
                  font-size: 13px;
                }
              }
            }
          }
        }

        .Modal-advanced-body-caseSensitive,
        .Modal-advanced-body-but {
          margin-top: 10px;
          
        }

        .Modal-advanced-body-caseSensitive {
          color: var(--saas-font-size-black);
        }

        .Modal-advanced-body-but {
          button:not(:disabled):not(.is-disabled):hover {
            &:hover {
              background: var(--saas-crud-advanced-modle-body-condition-Button);
            }
          }
        }

        .transfer-check {
          overflow: hidden;

          .transfer-check-group {
            margin-top: 0;
          }
        }

        .advanced-filter-row {
          color: var(--saas-font-size-black);
          // debug-
          .condition, .fa-minus-square-o  {
            top: 0;
          }
          .#{$ns}Checkbox--checkbox {
            display: flex;
            align-items: center;
          }
          .#{$ns}TransferDropDown-icon {
            margin: 5px 0 5px auto;
          }
          .#{$ns}TextControl-placeholder {
            top: 3px;
            left: 4px
          }
          .#{$ns}Picker-input {
            padding: 0 4px;
          }
          .#{$ns}ResultBox-value-wrap {
            padding: 0;
          }
          svg.icon {
            top: unset;
          }
          .advanced-filter-row-select {
            .ant-select {
              color: var(--saas-font-size-black);

              &.ant-select-disabled {
                .ant-select-selector {
                  background: $gray200;
                }
              }

              .ant-select-selector {
                border-radius: 4px;
                background-color: var(--Form-input-bg);
                border-color: var(--DatePicker-borderColor);

                &:hover {
                  border-color: #40a9ff;
                }
              }
            }
          }
        }
      }
    }

    .ant-modal-footer {
      border-top-color: var(--saas-border-color);

      .defaultModal-footer {
        display: flex;
        justify-content: space-between;

        &-left {
          display: flex;

          button {
            margin-right: 10px;
          }

          .template-name {
            display: flex;
          }

          .defaultModal-select-content {
            .ant-select-selector {
              border-radius: var(--Button-borderRadius);
              height: 30px;
            }
          }
        }

        &-right {
          display: flex;
          align-items: center;
        }
      }

      .defaultModal-select-content {
        width: 200px;
        vertical-align: top;
      }

    }
  }
  @media screen and (max-width: 1280px) {
    top: 15px;

    .ant-modal-content {
      .ant-modal-header {
        padding: 4px 24px;

        .ant-modal-title {
          font-size: 13px;
        }
      }

      .ant-modal-close {
        .ant-modal-close-x {
          width: 30px;
          height: 30px;
          font-size: 13px;
          line-height: 30px;
        }
      }

      .ant-modal-header+.ant-modal-body {
        max-height: calc(100vh - 100px);
      }

      .ant-modal-body {
        padding: 4px 24px;
        .Modal-advanced-body {
          margin: 0;

          .ant-divider {
            margin: 3px 0;
            font-size: 13px;
          }

          .Modal-advanced-body-condition {
            margin-bottom: 3px;
            padding-top: 3px
          }

          .advanced-filter-row {
            min-height: 36px;

            .ant-col {
              .condition {
                width: 16px;
                height: 16px;
                line-height: 16px;
              }

              .ant-select {
                font-size: 12px;
                line-height: 30px;

                .ant-select-selector {
                  height: 30px;

                  .ant-select-selection-search {
                    .ant-select-selection-search-input {
                      height: 30px
                    }
                  }

                  .ant-select-selection-item {
                    line-height: 30px;
                  }
                }
              }
              .#{$ns}DateRangePicker, .#{$ns}DatePicker, .#{$ns}TextControl-input, .#{$ns}ResultBox {
                height: 30px;
                min-height: unset;
                padding: 1px 4px;
              }
            }
          }

          .Modal-advanced-body-caseSensitive,
          .Modal-advanced-body-but {
            margin-top: 4px;
            .#{$ns}Button {
              height: 24px;
              padding: 0;
            }
          }

          .transfer-check {
            .transfer-check-group {
              margin-bottom: 6px;
            }

            .transfer-container {
              height: 220px;

              .transfer-source {
                .transfer-source-header {
                  height: 30px;

                  .option-group,
                  .title {
                    font-size: 12px;
                  }

                }

                .transfer-source-content {
                  .source-content-inner {
                    .display-field {
                      padding: 3px 0 3px 10px;
                      font-size: 12px;
                    }
                  }
                }
              }

              .transfer-target-group {
                .target-box {
                  .transfer-target {
                    .transfer-target-header {
                      height: 30px;
                    }

                    .transfer-target-content {
                      height: 75px;
                    }
                  }
                }
              }
            }

            .transfer-check-group {
              .ant-checkbox-wrapper {
                font-size: 12px;
              }
            }

            .transfer-segment-container {
              .left-content {
                .segment-select {
                  .segment-select-item {
                    font-size: 12px;
                    margin-top: 5px;

                    .ant-select {
                      font-size: 12px;

                      .ant-select-selector {
                        height: 25px;

                      }

                      .ant-select-selection-item {
                        line-height: 25px
                      }
                    }

                    .ant-input-number {
                      .ant-input-number-input-wrap {
                        .ant-input-number-input {
                          height: 25px;
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }

      .ant-modal-footer {
        padding: 6px 16px;
      }

      .ant-modal-footer {
        .defaultModal-footer {
          .#{$ns}Button {
            padding: 0 10px;
            height: 24px;
            font-size: 12px;
            line-height: 24px;
          }
          .defaultModal-select-content {

            .ant-select-selector {
              height: 24px;

              .ant-select-selection-search {
                input {
                  line-height: 24px
                }
              }


              .ant-select-selection-item {
                font-size: 12px;
                line-height: 24px
              }
            }
          }
        }
      }
    }
  }
  @media screen and (min-width: 1280px) and (max-width: 1440px) {
    top: 15px;

    .ant-modal-content {
      .ant-modal-header {
        padding: 4px 24px;

        .ant-modal-title {
          font-size: 13px;
        }
      }

      .ant-modal-close {
        .ant-modal-close-x {
          width: 30px;
          height: 30px;
          font-size: 13px;
          line-height: 30px;
        }
      }

      .ant-modal-header+.ant-modal-body {
        max-height: calc(100vh - 100px);
      }

      .ant-modal-body {
        padding: 4px 24px;



        .Modal-advanced-body {
          margin: 0;

          .ant-divider {
            margin: 3px 0;
            font-size: 13px;
          }

          .Modal-advanced-body-condition {
            margin-bottom: 3px;
            padding-top: 3px
          }

          .advanced-filter-row {
            min-height: 36px;
            .ant-col {
              .condition {
                width: 16px;
                height: 16px;
                line-height: 16px;
              }

              .ant-select {
                font-size: 12px;
                line-height: 30px;

                .ant-select-selector {
                  height: 30px;

                  .ant-select-selection-search {
                    .ant-select-selection-search-input {
                      height: 30px
                    }
                  }

                  .ant-select-selection-item {
                    // line-height: 20px;
                    line-height: 30px;
                  }
                }
              }
              .#{$ns}DateRangePicker, .#{$ns}DatePicker, .#{$ns}TextControl-input, .#{$ns}ResultBox {
                height: 30px;
                min-height: unset;
                padding: 1px 4px;
              }
            }
          }

          .Modal-advanced-body-caseSensitive,
          .Modal-advanced-body-but {
            margin-top: 4px;
            .#{$ns}Button {
              height: 24px;
            }
          }

          .transfer-check {
            .transfer-check-group {
              margin-bottom: 6px;
            }

            .transfer-container {
              height: 220px;

              .transfer-source {
                .transfer-source-header {
                  height: 30px;

                  .option-group,
                  .title {
                    font-size: 12px;
                  }

                }

                .transfer-source-content {
                  .source-content-inner {
                    .display-field {
                      padding: 3px 0 3px 10px;
                      font-size: 12px;
                    }
                  }
                }
              }

              .transfer-target-group {
                .target-box {
                  .transfer-target {
                    .transfer-target-header {
                      height: 30px;
                    }

                    .transfer-target-content {
                      height: 75px;
                    }
                  }
                }
              }
            }

            .transfer-check-group {
              .ant-checkbox-wrapper {
                font-size: 12px;
              }
            }

            .transfer-segment-container {
              .left-content {
                .segment-select {
                  .segment-select-item {
                    font-size: 12px;
                    margin-top: 5px;

                    .ant-select {
                      font-size: 12px;

                      .ant-select-selector {
                        height: 25px;

                      }

                      .ant-select-selection-item {
                        line-height: 25px
                      }
                    }

                    .ant-input-number {
                      .ant-input-number-input-wrap {
                        .ant-input-number-input {
                          height: 25px;
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }

      .ant-modal-footer {
        padding: 6px 16px;
      }

      .ant-modal-footer {
        .defaultModal-footer {
          .#{$ns}Button {
            padding: 0 10px;
            height: 24px;
            line-height: 24px;
          }
          .defaultModal-select-content {

            .ant-select-selector {
              height: 24px;

              .ant-select-selection-search {
                input {
                  line-height: 24px
                }
              }


              .ant-select-selection-item {
                font-size: 12px;
                line-height: 24px
              }
            }
          }
        }
      }
    }
  }

  @media screen and (min-width: 1441px) and (max-width: 1680px) {
    top: 50px;

    .ant-modal-content {
      .ant-modal-header {
        padding: 8px 24px;

        .ant-modal-title {
          font-size: 14px;
        }
      }

      .ant-modal-close {
        .ant-modal-close-x {
          width: 38px;
          height: 38px;
          font-size: 14px;
          line-height: 38px;
        }
      }

      .ant-modal-header+.ant-modal-body {
        max-height: calc(100vh - 160px);
      }

      .ant-modal-body {
        padding: 4px 24px;


        .Modal-advanced-body {
          margin:0;

          .ant-divider {
            margin: 6px 0;
            font-size: 14px;
          }

          .Modal-advanced-body-condition {
            margin-bottom: 6px;
            padding-top: 6px
          }

          .advanced-filter-row {
            min-height: 36px;
            .ant-col {
              .condition {
                width: 16px;
                height: 16px;
                line-height: 16px;
              }

              .ant-select {
                font-size: 13px;
                line-height: 30px;

                .ant-select-selector {
                  height: 30px;

                  .ant-select-selection-search {
                    .ant-select-selection-search-input {
                      height: 30px
                    }
                  }

                  .ant-select-selection-item {
                    line-height: 30px;
                  }
                }
              }
              .#{$ns}DateRangePicker, .#{$ns}DatePicker, .#{$ns}TextControl-input, .#{$ns}ResultBox {
                height: 30px;
                min-height: unset;
                padding: 1px 4px;
              }
            }
          }

          .Modal-advanced-body-caseSensitive,
          .Modal-advanced-body-but {
            margin-top: 5px;
            .#{$ns}Button {
              height: 24px;
            }
          }

          .transfer-check {
            .transfer-check-group {
              margin: 5px 0;
            }

            .transfer-container {
              height: 240px;

              .transfer-source {
                .transfer-source-header {
                  height: 30px;

                  .option-group,
                  .title {
                    font-size: 13px;
                  }

                }

                .transfer-source-content {
                  .source-content-inner {
                    .display-field {
                      padding: 3px 0 3px 10px;
                      font-size: 13px;
                    }
                  }
                }
              }

              .transfer-target-group {
                .target-box {
                  .transfer-target {
                    .transfer-target-header {
                      height: 30px;
                    }

                    .transfer-target-content {
                      height: 85px;
                    }
                  }
                }
              }
            }

            .transfer-check-group {
              .ant-checkbox-wrapper {
                font-size: 13px;
              }
            }

            .transfer-segment-container {
              .left-content {
                .segment-select {
                  .segment-select-item {
                    font-size: 13px;
                    margin-top: 5px;

                    .ant-select {
                      font-size: 13px;

                      .ant-select-selector {
                        height: 25px;

                      }

                      .ant-select-selection-item {
                        line-height: 25px
                      }
                    }

                    .ant-input-number {
                      .ant-input-number-input-wrap {
                        .ant-input-number-input {
                          height: 25px;
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }

      .ant-modal-footer {
        padding: 6px 16px;
      }

      .ant-modal-footer {
        .defaultModal-footer {
          .#{$ns}Button {
            padding: 0 10px;
          }
          .defaultModal-select-content {
            .ant-select-selector {
              height: 25px;

              .ant-select-selection-search {
                input {
                  line-height: 25px
                }
              }

              .ant-select-selection-item {
                font-size: 12px;
                line-height: 25px
              }
            }
          }
        }
      }
    }
  }
  
  @media screen and (min-width: 1680px) {
    top: 50px;

    .ant-modal-content {
      .ant-modal-header {
        padding: 8px 24px;

        .ant-modal-title {
          font-size: 14px;
        }
      }

      .ant-modal-close {
        .ant-modal-close-x {
          width: 38px;
          height: 38px;
          font-size: 14px;
          line-height: 38px;
        }
      }

      .ant-modal-header+.ant-modal-body {
        max-height: calc(100vh - 160px);
      }

      .ant-modal-body {
        padding: 4px 24px;


        .Modal-advanced-body {
          margin: 0;

          .ant-divider {
            margin: 6px 0;
            font-size: 14px;
          }

          .Modal-advanced-body-condition {
            margin-bottom: 6px;
            padding-top: 6px
          }

          .advanced-filter-row {
            min-height: 36px;
            .ant-col {
              .condition {
                width: 16px;
                height: 16px;
                line-height: 16px;
              }

              .ant-select {
                font-size: 13px;
                // line-height: 25px;
                line-height: 30px;

                .ant-select-selector {
                  // height: 25px;
                  height: 30px;

                  .ant-select-selection-search {
                    .ant-select-selection-search-input {
                      // height: 25px
                      height: 30px
                    }
                  }

                  .ant-select-selection-item {
                    // line-height: 25px;
                    line-height: 30px;
                  }
                }
              }
              .#{$ns}DateRangePicker, .#{$ns}DatePicker, .#{$ns}TextControl-input, .#{$ns}ResultBox {
                height: 30px;
                min-height: unset;
                padding: 1px 4px;
              }
            }
          }

          .Modal-advanced-body-caseSensitive,
          .Modal-advanced-body-but {
            margin-top: 5px;
            .#{$ns}Button {
              height: 28px;
              line-height: 1;
            }
          }

          .transfer-check {
            .transfer-check-group {
              margin: 5px 0;
            }

            .transfer-container {
              height: 240px;

              .transfer-source {
                .transfer-source-header {
                  height: 30px;

                  .option-group,
                  .title {
                    font-size: 13px;
                  }

                }

                .transfer-source-content {
                  .source-content-inner {
                    .display-field {
                      padding: 3px 0 3px 10px;
                      font-size: 13px;
                    }
                  }
                }
              }

              .transfer-target-group {
                .target-box {
                  .transfer-target {
                    .transfer-target-header {
                      height: 30px;
                    }

                    .transfer-target-content {
                      height: 85px;
                    }
                  }
                }
              }
            }

            .transfer-check-group {
              .ant-checkbox-wrapper {
                font-size: 13px;
              }
            }

            .transfer-segment-container {
              .left-content {
                .segment-select {
                  .segment-select-item {
                    font-size: 13px;
                    margin-top: 5px;

                    .ant-select {
                      font-size: 13px;

                      .ant-select-selector {
                        height: 25px;

                      }

                      .ant-select-selection-item {
                        line-height: 25px
                      }
                    }

                    .ant-input-number {
                      .ant-input-number-input-wrap {
                        .ant-input-number-input {
                          height: 25px;
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }

      .ant-modal-footer {
        padding: 6px 16px;
      }

      .ant-modal-footer {
        .defaultModal-footer {
          .defaultModal-select-content {
            .ant-select-selector {
              height: 32px;

              .ant-select-selection-search {
                input {
                  line-height: 32px
                }
              }

              .ant-select-selection-item {
                font-size: 12px;
                line-height: 32px
              }
            }
          }
        }
      }
    }
  }
}

.dropdown-select-style {
  background-color: var(--saasBodyMessageTablePaginationColor);

  .ant-select-item {
    color: var(--saas-font-size-black);
  }

  .ant-select-item-option-selected {
    background-color: var(--frameworkSelectedBackGroundColor);
    color: #2a77eb;
  }

  .ant-select-item-option-active {
    background-color: var(--frameworkBackGroundColorf5);

  }
}

.defaultModal {
  width: 370px;

  .ant-modal-body {
    display: flex;
    align-items: center;

    >span {
      display: inline-block;
      white-space: nowrap;
      margin-right: 5px;
    }

    .defaultModal-select-content {
      width: 260px;
    }
  }
}

.defaultModal-isMobile {
  .ant-modal-close {
    display: none;
  }

  .ant-modal-content {
    border-radius: 8px;
    overflow: hidden;

    .ant-modal-header {
      border-bottom: none;
    }

    .ant-modal-body {
      padding-top: 0;
    }
  }
}

.defaultModal-select-content-option {
  .ant-select-item-option-content {
    display: flex;
    align-items: center;

    .defaultModal-select-content-option-tempName {
      flex: 1;
    }

    .defaultModal-select-content-option-click {
      width: 60px;
      display: flex;
      justify-content: space-around;
      align-items: center;
    }
  }
}