/*
 * @FilePath   : /css/categories/view_components/style_collection_modal/index.css
 * @Description: 样式收藏【弹框】
 */
.style_collection__modal[scoped="c3R5bGU"]>#Collection {
  z-index: 1000001;
}

.style_collection__modal[scoped="c3R5bGU"]>#Collection .modal-dialog {
  overflow: hidden;
  width: 373px;
  min-height: 332px;
  margin-top: 10%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 18px 18px 18px 18px;
}

.style_collection__modal[scoped="c3R5bGU"]>#Collection .modal-dialog .modal-content {
  width: 100%;
  height: auto;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 6px !important;
}

.style_collection__modal[scoped="c3R5bGU"]>#Collection .modal-dialog .modal-content .modal-header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 14px 0 12px 20px;
  border-bottom: 1px solid #e4e4e4;
}

.style_collection__modal[scoped="c3R5bGU"]>#Collection .modal-dialog .modal-content .modal-header .modal-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.style_collection__modal[scoped="c3R5bGU"]>#Collection .modal-dialog .modal-content .modal-header .modal-title .main_title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  color: #212529;
}

.style_collection__modal[scoped="c3R5bGU"]>#Collection .modal-dialog .modal-content .modal-header .modal-title .sub_title {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}

.style_collection__modal[scoped="c3R5bGU"]>#Collection .modal-dialog .modal-content .modal-header .close {
  margin-left: 0;
  padding: 10px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.style_collection__modal[scoped="c3R5bGU"]>#Collection .modal-dialog .modal-content .modal-body {
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-height: 400px;
  padding: 10px;
  padding: 16px 24px 8px;
}

.style_collection__modal[scoped="c3R5bGU"]>#Collection .modal-dialog .modal-content .modal-body>.text-success {
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  color: #45ab71;
  margin-bottom: 16px;
}

.style_collection__modal[scoped="c3R5bGU"]>#Collection .modal-dialog .modal-content .modal-body>.text-success i {
  margin-right: 10px;
}

.style_collection__modal[scoped="c3R5bGU"]>#Collection .modal-dialog .modal-content .modal-body ul#collectionUlList {
  width: 100%;
  margin: 0;
  padding: 0;
}

.style_collection__modal[scoped="c3R5bGU"]>#Collection .modal-dialog .modal-content .modal-body ul#collectionUlList>li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 32px;
  padding: 0 4px 0 14px;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
}

.style_collection__modal[scoped="c3R5bGU"]>#Collection .modal-dialog .modal-content .modal-body ul#collectionUlList>li+li {
  margin-top: 14px;
}

.style_collection__modal[scoped="c3R5bGU"]>#Collection .modal-dialog .modal-content .modal-body ul#collectionUlList>li:hover button {
  display: inline-block;
}

.style_collection__modal[scoped="c3R5bGU"]>#Collection .modal-dialog .modal-content .modal-body ul#collectionUlList>li:has(.existence) {
  background: #f4f5f6;
}

.style_collection__modal[scoped="c3R5bGU"]>#Collection .modal-dialog .modal-content .modal-body ul#collectionUlList>li p {
  font-size: 14px;
  margin-bottom: 0;
  color: #333333;
}

.style_collection__modal[scoped="c3R5bGU"]>#Collection .modal-dialog .modal-content .modal-body ul#collectionUlList>li button {
  font-size: 12px;
  display: none;
  padding: 2px 14px;
  color: #ffffff;
  border: none;
  border-radius: 7px;
}

.style_collection__modal[scoped="c3R5bGU"]>#Collection .modal-dialog .modal-content .modal-body ul#collectionUlList>li button:not(.existence) {
  background: -webkit-gradient(linear, left top, right top, from(#fb6701), to(#f03402));
  background: -webkit-linear-gradient(left, #fb6701 0%, #f03402 100%);
  background: -moz-linear-gradient(left, #fb6701 0%, #f03402 100%);
  background: -o-linear-gradient(left, #fb6701 0%, #f03402 100%);
  background: linear-gradient(90deg, #fb6701 0%, #f03402 100%);
}

.style_collection__modal[scoped="c3R5bGU"]>#Collection .modal-dialog .modal-content .modal-body ul#collectionUlList>li button.existence {
  display: none;
  background: #999999;
}

.style_collection__modal[scoped="c3R5bGU"]>#Collection .modal-dialog .modal-content #collectionBtns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding-top: 8px;
}

.style_collection__modal[scoped="c3R5bGU"]>#Collection .modal-dialog .modal-content #collectionBtns .btn {
  font-size: 14px;
  line-height: normal;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 97px;
  height: 32px;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 8px;
}

.style_collection__modal[scoped="c3R5bGU"]>#Collection .modal-dialog .modal-content #collectionBtns .btn+.btn {
  margin-left: 20px;
}

.style_collection__modal[scoped="c3R5bGU"]>#Collection .modal-dialog .modal-content #collectionBtns .btn.btn-manage {
  color: #ffffff;
  border-color: #fb6701;
  background: -webkit-gradient(linear, left top, left bottom, from(#fb6701), to(#f03402));
  background: -webkit-linear-gradient(top, #fb6701 0%, #f03402 100%);
  background: -moz-linear-gradient(top, #fb6701 0%, #f03402 100%);
  background: -o-linear-gradient(top, #fb6701 0%, #f03402 100%);
  background: linear-gradient(180deg, #fb6701 0%, #f03402 100%);
}

.style_collection__modal[scoped="c3R5bGU"]>#Collection .modal-dialog .modal-content #collectionBtns .btn.btn-add {
  color: #333333;
  border-color: #e4e4e4;
}

.style_collection__modal[scoped="c3R5bGU"]>#Collection .modal-dialog .modal-content>p.newtip.text-center {
  font-size: 14px;
  font-weight: 400;
  margin: 10px 0 0;
  cursor: pointer;
  color: #999999;
}

.style_collection__modal[scoped="c3R5bGU"]>#CreateFavorite {
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1000002;
}

.style_collection__modal[scoped="c3R5bGU"]>#CreateFavorite .modal-dialog {
  width: 300px;
  max-width: 300px;
  margin-top: 15%;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.style_collection__modal[scoped="c3R5bGU"]>#CreateFavorite .modal-dialog .modal-body {
  padding: 10px;
  max-height: 400px;
  overflow: auto;
  padding-top: 24px;
}

.style_collection__modal[scoped="c3R5bGU"]>#CreateFavorite .modal-dialog .modal-body label {
  color: #212529;
  font-size: 14px;
  line-height: 1.5;
}

.style_collection__modal[scoped="c3R5bGU"]>#CreateFavorite .modal-dialog .modal-body label #Foldername {
  border: 1px solid #eee;
  padding: 5px 10px;
  margin-left: 10px;
  outline: none;
}

.style_collection__modal[scoped="c3R5bGU"]>#CreateFavorite .modal-dialog .Create_Favorite_Folder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -moz-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  margin: 15px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 30px;
}

.style_collection__modal[scoped="c3R5bGU"]>#CreateFavorite .modal-dialog .Create_Favorite_Folder button {
  width: auto;
  height: auto;
  padding: 5px 18px;
  border-radius: 8px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  line-height: normal;
}

.style_collection__modal[scoped="c3R5bGU"]>#CreateFavorite .modal-dialog .Create_Favorite_Folder button+button {
  margin-left: 18px;
}

.style_collection__modal[scoped="c3R5bGU"]>#CreateFavorite .modal-dialog .Create_Favorite_Folder button.sure {
  background: #ff793f;
  color: #fff;
}

.style_collection__modal[scoped="c3R5bGU"]>#CreateFavorite .modal-dialog .Create_Favorite_Folder button.giveUp {
  background: #ccc;
  color: #fff;
}