.divided-screens .application-frame {
  position: relative;
}

.divided-screens .application-frame .pop-up {
  font-family: "Roboto", sans-serif;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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;
}

.divided-screens .application-frame .pop-up .pop-up-content {
  background: #fff;
  margin: auto;
  width: 70%;
  padding: 30px;
  border-radius: 5px;
}

.divided-screens .application-frame .pop-up .pop-up-content .pop-up-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.divided-screens
  .application-frame
  .pop-up
  .pop-up-content
  .pop-up-header
  .pop-up-head-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.divided-screens
  .application-frame
  .pop-up
  .pop-up-content
  .pop-up-header
  .pop-up-head-left
  .pop-up-image {
  width: 45px;
  height: 45px;
  border-radius: 4px;
  margin-right: 15px;
}

.divided-screens
  .application-frame
  .pop-up
  .pop-up-content
  .pop-up-header
  .pop-up-head-left
  .pop-up-image
  img {
  max-width: 100%;
  height: auto;
}

.divided-screens
  .application-frame
  .pop-up
  .pop-up-content
  .pop-up-header
  .pop-up-head-left
  .pop-up-title {
  font-weight: 900;
  font-size: 22px;
}

.divided-screens
  .application-frame
  .pop-up
  .pop-up-content
  .pop-up-header
  .pop-up-head-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.divided-screens
  .application-frame
  .pop-up
  .pop-up-content
  .pop-up-header
  .pop-up-head-right
  .close-pop-up {
  color: #cfc4c4;
  font-size: 30px;
  font-weight: 600;
  right: 13px;
  top: 0px;
  height: 30px;
  line-height: 0;
  cursor: pointer;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.divided-screens .application-frame .pop-up .pop-up-content .pop-up-body {
  margin: 25px 0;
}

.divided-screens
  .application-frame
  .pop-up
  .pop-up-content
  .pop-up-body
  .pop-up-comment {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

.divided-screens
  .application-frame
  .pop-up
  .pop-up-content
  .pop-up-body
  .pop-desc {
  font-size: 12px;
  font-style: italic;
  padding: 0.2rem 0;
}

.divided-screens
  .application-frame
  .pop-up
  .pop-up-content
  .pop-up-body
  form
  textarea {
  font-family: "Roboto", sans-serif;
  line-height: 20px;
  resize: none;
  width: 100%;
  height: 100px;
  display: block;
  padding: 10px;
  font-size: 13px;
  border-radius: 5px;
  border: 1px solid #999;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.divided-screens
  .application-frame
  .pop-up
  .pop-up-content
  .pop-up-body
  form
  textarea:focus {
  -webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 0.7);
  box-shadow: 0 0 5px rgba(81, 203, 238, 0.7);
  outline: 2px solid #51cbee;
}

.divided-screens
  .application-frame
  .pop-up
  .pop-up-content
  .pop-up-body
  .pop-up-hint {
  margin: 1rem 0;
  font-size: 13px;
}

.divided-screens
  .application-frame
  .pop-up
  .pop-up-content
  .pop-up-body
  .pop-up-hint
  span {
  font-style: italic;
}

.divided-screens
  .application-frame
  .pop-up
  .pop-up-content
  .pop-up-body
  .pop-up-hint
  .share-viewers
  p {
  margin: 0.8rem 0;
}

.divided-screens
  .application-frame
  .pop-up
  .pop-up-content
  .pop-up-body
  .pop-up-hint
  .share-viewers
  .select-box {
  position: relative;
  display: block;
  width: 50%;
  float: left;
  margin: 0 auto;
  font-size: 13px;
  color: #60666d;
  border: 1px solid #000;
}

.divided-screens
  .application-frame
  .pop-up
  .pop-up-content
  .pop-up-body
  .pop-up-hint
  .share-viewers
  .select-box__current {
  position: relative;
  -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  outline: none;
}

.divided-screens
  .application-frame
  .pop-up
  .pop-up-content
  .pop-up-body
  .pop-up-hint
  .share-viewers
  .select-box__current:focus
  + .select-box__list {
  opacity: 1;
}

.divided-screens
  .application-frame
  .pop-up
  .pop-up-content
  .pop-up-body
  .pop-up-hint
  .share-viewers
  .select-box__current:focus
  + .select-box__list
  .select-box__option {
  cursor: pointer;
}

.divided-screens
  .application-frame
  .pop-up
  .pop-up-content
  .pop-up-body
  .pop-up-hint
  .share-viewers
  .select-box__current:focus
  .select-box__icon {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.divided-screens
  .application-frame
  .pop-up
  .pop-up-content
  .pop-up-body
  .pop-up-hint
  .share-viewers
  .select-box__icon {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 13px;
  opacity: 0.3;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.divided-screens
  .application-frame
  .pop-up
  .pop-up-content
  .pop-up-body
  .pop-up-hint
  .share-viewers
  .select-box__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff; /* #F3F2F1; */
}

.divided-screens
  .application-frame
  .pop-up
  .pop-up-content
  .pop-up-body
  .pop-up-hint
  .share-viewers
  .select-box__input {
  display: none;
}

.divided-screens
  .application-frame
  .pop-up
  .pop-up-content
  .pop-up-body
  .pop-up-hint
  .share-viewers
  .select-box__input:checked
  + .select-box__input-text {
  display: block;
}

.divided-screens
  .application-frame
  .pop-up
  .pop-up-content
  .pop-up-body
  .pop-up-hint
  .share-viewers
  .select-box__input-text {
  display: none;
  width: 100%;
  margin: 0;
  padding: 8px;
  background-color: var(--chat-bg-color);
}

.divided-screens
  .application-frame
  .pop-up
  .pop-up-content
  .pop-up-body
  .pop-up-hint
  .share-viewers
  .select-box__list {
  padding-top: 1rem;
  border-radius: 5px;
  position: absolute;
  width: 100%;
  list-style: none;
  opacity: 0;
  box-shadow: 5px 3px 7px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 5px 3px 7px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 3px 7px 2px rgba(0, 0, 0, 0.1);
}

.divided-screens
  .application-frame
  .pop-up
  .pop-up-content
  .pop-up-body
  .pop-up-hint
  .share-viewers
  .select-box__option {
  display: block;
  padding: 10px 7px;
  background-color: #fff;
}

.divided-screens
  .application-frame
  .pop-up
  .pop-up-content
  .pop-up-body
  .pop-up-hint
  .share-viewers
  .select-box__option:hover,
.divided-screens
  .application-frame
  .pop-up
  .pop-up-content
  .pop-up-body
  .pop-up-hint
  .share-viewers
  .select-box__option:focus {
  font-weight: 500;
}

.divided-screens
  .application-frame
  .pop-up
  .pop-up-content
  .pop-up-body
  .pop-up-hint
  .share-viewers
  #linkedln-post-update {
  width: 45%;
  margin: 0;
}

.divided-screens .application-frame .pop-up .pop-up-content .pop-up-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 1.3rem;
}

.divided-screens
  .application-frame
  .pop-up
  .pop-up-content
  .pop-up-footer
  .submit-btn {
  width: 80px;
  background: #007a53;
  border-color: #007a53 !important;
  color: #fff;
  font-weight: 700;
}

.divided-screens
  .application-frame
  .pop-up
  .pop-up-content
  .pop-up-footer
  .cancel-btn {
  width: 80px;
  background: #fff;
  border-color: #000 !important;
  color: #000;
  font-weight: 700;
}

.divided-screens
  .application-frame
  .pop-up
  .pop-up-content
  .pop-up-footer
  .cancel-btn,
.divided-screens
  .application-frame
  .pop-up
  .pop-up-content
  .pop-up-footer
  .submit-btn {
  cursor: pointer;
  height: 36px;
  padding: 0 15px;
  width: auto;
  border-radius: 4px;
  margin-left: 10px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 500;
  outline: none;
  border: 1px solid #bbbabb;
}

.divided-screens .application-frame .pop-up .finish-popup {
  background-color: #fff;
  width: 100%;
  background-image: url("../image/slack_demo_cta.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  height: 100%;
}

.divided-screens .application-frame .pop-up .finish-popup .final-content {
  -webkit-transform: translate(20%, 80%);
  transform: translate(20%, 80%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.divided-screens
  .application-frame
  .pop-up
  .finish-popup
  .final-content
  .final-heading {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #212b35;
  text-align: center;
  max-width: 390px;
  line-height: 23px;
}

.divided-screens
  .application-frame
  .pop-up
  .finish-popup
  .final-content
  .final-action {
  outline: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0.8px;
  padding: 0 30px;
  height: 60px;
  line-height: 56px;
  min-width: 200px;
  text-transform: uppercase;
  border: 2px solid;
  border-radius: 5px;
  font-weight: 700;
  color: #fff;
  background: #6bc4e8;
}

.divided-screens
  .application-frame
  .pop-up
  .finish-popup
  .final-content
  a:visited {
  color: #fff;
  text-decoration: none;
}

.divided-screens .application-frame .pop-up .finish-popup .final-content a {
  text-decoration: none;
  color: #fff;
}

.divided-screens
  .application-frame
  .pop-up
  .finish-popup
  .final-content
  .final-divider {
  margin: 25px 0 10px;
  text-transform: uppercase;
  opacity: 0.4;
  font-size: 10px;
  letter-spacing: 0.3px;
}

.divided-screens
  .application-frame
  .pop-up
  .finish-popup
  .final-content
  .final-continue {
  color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
/*# sourceMappingURL=pop-up.css.map */
