.new-certificate__buttons-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0 0;
}
.new-certificate__buttons-wrap .button-wrap {
  padding: 0 3.5px;
}
.new-certificate__buttons-wrap .button-wrap .button {
  border-radius: 4px;
  width: 110px;
  height: 40px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.new-certificate__buttons-wrap .button-wrap .button:hover {
  opacity: 0.7;
}
.new-certificate__buttons-wrap .button-wrap .button .text {
  font-size: 15px;
  color: #FFFFFF;
}
.new-certificate__buttons-wrap .button-wrap .button.more {
  background-color: #f6921e;
}
.new-certificate__buttons-wrap .button-wrap .button.add {
  background-color: #4BB134;
}

.addpopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.addpopup * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.addpopup .popup-wrap {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.addpopup .popup-wrap .popup-box {
  padding: 7px 33px;
  background-color: #FFFFFF;
  border-radius: 4px;
  width: 100%;
  max-width: 615px;
  max-height: 60vh;
  overflow-y: auto;
}
.addpopup .popup-wrap .popup-box .box-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #DDDDDD;
  padding: 17px 0;
}
.addpopup .popup-wrap .popup-box .box-top .title-wrap .text {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
}
.addpopup .popup-wrap .popup-box .box-top .close-wrap .button {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.addpopup .popup-wrap .popup-box .box-top .close-wrap .button .line {
  width: 17px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #333333;
}
.addpopup .popup-wrap .popup-box .box-top .close-wrap .button .line.first {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
          transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.addpopup .popup-wrap .popup-box .box-top .close-wrap .button .line.second {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
          transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.addpopup .popup-wrap .popup-box .box-content .block-item-wrap {
  padding: 20px 0;
  border-bottom: 1px solid #EAEAEA;
}
.addpopup .popup-wrap .popup-box .box-content .block-item-wrap .item-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.addpopup .popup-wrap .popup-box .box-content .block-item-wrap .item-flex .del-wrap {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #f03c3c;
  border-radius: 50%;
  top: -10px;
  left: -10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.addpopup .popup-wrap .popup-box .box-content .block-item-wrap .item-flex .del-wrap .del-icon {
  position: relative;
  width: 100%;
  height: 100%;
}
.addpopup .popup-wrap .popup-box .box-content .block-item-wrap .item-flex .del-wrap .del-icon::after, .addpopup .popup-wrap .popup-box .box-content .block-item-wrap .item-flex .del-wrap .del-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 2px;
  background-color: #FFFFFF;
}
.addpopup .popup-wrap .popup-box .box-content .block-item-wrap .item-flex .del-wrap .del-icon::after {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
          transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.addpopup .popup-wrap .popup-box .box-content .block-item-wrap .item-flex .del-wrap .del-icon::before {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
          transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.addpopup .popup-wrap .popup-box .box-content .block-item-wrap .item-flex .del-wrap:hover {
  opacity: 0.8;
}
.addpopup .popup-wrap .popup-box .box-content .block-item-wrap .item-flex .icon-wrap {
  padding-right: 32px;
}
.addpopup .popup-wrap .popup-box .box-content .block-item-wrap .item-flex .icon-wrap .icon {
  width: 90px;
  height: 90px;
  border: 8px solid #E5E5E5;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}
.addpopup .popup-wrap .popup-box .box-content .block-item-wrap .item-flex .item-title .title-wrap {
  padding: 3.5px 0;
}
.addpopup .popup-wrap .popup-box .box-content .block-item-wrap .item-flex .item-title .title-wrap .text {
  font-size: 24px;
  color: #333333;
  font-weight: 500;
}
.addpopup .popup-wrap .popup-box .box-content .block-item-wrap .item-flex .item-title .subtitle-wrap {
  padding: 3.5px 0;
}
.addpopup .popup-wrap .popup-box .box-content .block-item-wrap .item-flex .item-title .subtitle-wrap .text {
  font-size: 18px;
  color: #888888;
  font-weight: 400;
}
.addpopup .popup-wrap .popup-box .buttons-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
}
.addpopup .popup-wrap .popup-box .buttons-wrap .button-wrap .button {
  cursor: pointer;
  border-radius: 4px;
  background-color: #4BB134;
  padding: 9px 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.addpopup .popup-wrap .popup-box .buttons-wrap .button-wrap .button .text {
  font-size: 15px;
  color: #FFFFFF;
  line-height: 1.4;
}
.addpopup .popup-wrap .popup-box .buttons-wrap .button-wrap .button:hover {
  opacity: 0.7;
}
.addpopup.active {
  opacity: 1;
  visibility: visible;
}