.swal2-container-cbx {
  button, .button {
    font-weight: normal !important;
    text-transform: none !important;
    text-decoration: none !important;
    font-size: 14px !important;
    line-height: 1.2 !important;

    &:hover {
      text-decoration: none !important;
    }
  }

  .swal2-icon {
    width: 50px;
    height: 50px;
    border: 2px solid !important;
    font-size: 62.5% !important;

    .swal2-icon-content {
      font-size: 40px !important;
      line-height: 1 !important;
    }
  }

  .swal2-title {
    font-size: 22px !important;
    line-height: 1.2 !important;
  }

  .swal2-html-container {
    font-size: 15px !important;
    line-height: 1.2 !important;
    overflow: visible !important;
  }

  .swal2-actions {
    .swal2-confirm.swal2-styled {
      background-color: #3085d6 !important;
      color: #fff !important;
      border: 0 none !important;

      &:focus {
        box-shadow: 0 0 0 3px rgba(#3085d6, .5);
      }
    }

    .swal2-deny.swal2-styled {
      background-color: #747681 !important;
      color: #fff !important;
      border: 0 none !important;

      &:focus {
        box-shadow: 0 0 0 3px rgba(#747681, .5);
      }

    }

    .swal2-cancel.swal2-styled {
      background-color: #d33 !important;
      color: #fff !important;
      border: 0 none !important;

      &:focus {
        box-shadow: 0 0 0 3px rgba(#d33, .5);
      }
    }
  }
}