[id^=cpopup-modal] .text-center {
  text-align: center;
}

[id^=cpopup-modal] .modal-dialog {
  margin: 0;
}

[id^=cpopup-modal] .modal-fw {
  width: 100vw;
}

[id^=cpopup-modal] .modal-content {
  height: 100vh;
  box-shadow: none;
  border-radius: 0;
  border: none;
}

.modal-backdrop {
  background-color: #fff !important;
  opacity: 1 !important;
}

[id^=cpopup-modal] .modal-header {
  background-color: #241647;
  position: relative;
}

[id^=cpopup-modal] .modal-header svg {
  width: 200px;
  height: 80px;
}

[id^=cpopup-modal] .cpopup-close-btn {
  position: absolute;
  right: 50px;
  top: 43px;
  background-color: transparent;
  border: none;
  font-size: 30px;
  color: #cbcbcb !important;
}

[id^=cpopup-modal] .cpopup-close-btn:hover {
  color: #0ac0ab !important;
}

[id^=cpopup-modal] .modal-footer {
  border: none;
}

[id^=cpopup-modal] .modal-body, 
[id^=cpopup-modal] .modal-footer {
  width: 700px;
  margin: 0 auto;
}

.cpopup-header-wrapper img {
  width: 200px;
  height: auto;
}

.cpopup-checkmarks-wrapper ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 400px;
  padding-top: 10px;
}

.cpopup-checkmarks-wrapper ul li {
  display: flex;
  align-items: center;
  text-align: left;
  padding-bottom: 12px;
}

.cpopup-checkmarks-wrapper ul li img {
  width: 20px;
  margin-right: 5px;
}

.cpopup-clipboard-wrapper {
  padding-top: 20px;
  margin: 0 40px;
  cursor: pointer;
}

.cpopup-clipboard {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f1f2f3;
  padding: 10px 16px;
}

.cpopup-copy-code {
  font-size: 25px;
}

.cpopup-copy-action-wrapper img {
  width: 25px;
  cursor: pointer;
}

.cpopup-copy-action-text {
  display: block;
  font-size: 12px;
  width: 120px;
}

.cpopup-btn {
  background-color: rgba(10,192,171,1) !important;
  border-color: rgba(10,192,171,1) !important;
}

.cpopup-btn.btn-lg {
  padding: 15px 120px !important;
}

.cpopup-btn:hover {
  background: #01a894 !important;
  border-color: #01a894 !important;
}

.cpopup-btn:focus, .cpopup-btn:active {
  background: #01a894 !important;
  border-color: #01a894 !important;
}

.fw-700 {
  font-weight: 700;
}

@media(max-width: 767px) {
  [id^=cpopup-modal] .modal-body, 
  [id^=cpopup-modal] .modal-footer {
    width: auto;
  }

  .cpopup-clipboard-wrapper {
    margin: 0;
  }
}

@media(max-width: 960px) {
  .cpopup-checkmarks-wrapper ul {
    width: 100%;
  }
}