.cwb-modal {
  border-radius: 6px;
  background-color: #f9f9f9;
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2),
    0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
  border-top: 4px solid #2ed2ff;
  width: 450px;
  top: 5%;
  &.cwb-modal-danger {
    border-top: 4px solid #ff1870;
  }
  &.cwb-modal-success {
    border-top: 4px solid #4ae3b2;
  }
  &.cwb-modal-action {
    border-top: 4px solid #00aaff;
  }
  .modal-header {
    padding: 0px;
    border-bottom: none;
    padding-bottom: 10px;
    justify-content: center;
    .modal-title {
      font-weight: bold;
      font-size: 18px;
      letter-spacing: 0.19px;
    }
  }
  .modal-content {
    border: none;
    padding: 20px 32px 0px 32px;
  }
  .modal-body {
    color: #63737b;
    padding: 0px 0px 25px 0px;
    text-align: center;
  }
  .modal-footer {
    border-top: none;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    .modal-buttons {
      width: 100%;
      display: flex;
      justify-content: center;
      align-content: center;
    }
  }
  .close-modal {
    height: 10px;
    width: 10px;
    font-size: 10px;
    position: absolute;
    top: 14px;
    right: 14px;
    cursor: pointer;

    &:before {
      color: black;
    }
  }

  .cwb-btn-modal {
    margin: 0px;
    font-weight: bold;
    font-size: 13px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
