.detail_company_popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  .detail_company_popup_inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    width: 970px;
    height: 80vh;
    background: #fff;
    border-radius: 3px;
    padding: 28px 20px;
    overflow: hidden;
    .detail_company_popup_box {
      ul.detailed_checkList {
        width: 780px;
        p {
          cursor: pointer;
        }
      }
      .sales_company_list ul.detailed_checkList {
        width: 100%;
      }
    }
    .company_search_scrollBar {
      height: calc(80vh - 190px);
      i.common_checkbox {
        cursor: pointer;
        margin: 0 5px 0 0;
      }
      ul.detailed_checkList {
        width: 100%;
        .ellipsis_search {
          max-height: none;
          height: 25px;
        }
      }
    }
    .sales_company_list {
      ul {
        li {
          > div {
            i.common_checkbox {
              cursor: pointer;
              margin: 2px 10px 2px 2px;
            }
            p {
              width: 96%;
              cursor: pointer;
            }
            i.fa {
              font-size: 18px;
              margin-top: 2px;
              cursor: pointer;
            }
          }
        }
      }
    }
    .detail_company_popup_btn {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 111;
      background: rgba(255, 255, 255);
      box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.04);
      border-radius: 0px 0px 3px 3px;
      padding-top: 16px;
      padding-bottom: 32px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 0.5rem;
      .return_btn {
        display: inline-block;
        background: #fafafa;
        border: 1px solid #95a5b1;
        border-radius: 8px;
        font-weight: bold;
        color: #334155;
        cursor: pointer;
        padding: 0.75rem 1rem;
        box-shadow: 
          0px 1px 2px -1px rgba(0, 0, 0, 0.1),
          0px 1px 3px  0px rgba(0, 0, 0, 0.1);
      }
      .select_btn {
        display: inline-block;
        padding: 0.75rem 2rem;
        background: #334155;
        border-radius: 8px;
        color: #ffffff;
        font-weight: bold;
        cursor: pointer;
        box-shadow: 
          0px 1px 2px -1px rgba(0, 0, 0, 0.1),
          0px 1px 3px  0px rgba(0, 0, 0, 0.1);
      }
    }
  }
}

.company_scrollBar {
  height: calc(80vh - 140px);
  overflow: hidden;
}

.management_company_scrollBar {
  height: calc(80vh - 140px);
  overflow-y: auto;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #999999 !important;
}

.mCSB_scrollTools {
	opacity: 0.75;
}

.mCSB_scrollTools .mCSB_draggerRail {
	background: #eee !important;
}

.mCSB_inside>.mCSB_container {
	margin-right: 15px;
	margin-left: 0;
	padding-bottom: 110px;
}
