/************************************************************************************************************************
* Custom sweet alert 2
************************************************************************************************************************/
.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
    background: rgba(69, 96, 159, 0.38);
  }
  
  .swal2-popup {
    border-radius: 0.225em !important;
    background: rgba(9, 59, 95, 0.93) !important;
  }
  
  .swal2-title {
    font-size: 1em !important;
    color: #fff !important;
  }
  
  .swal2-content {
    font-size: 0.95em !important;
    color: #fff !important;
  }
  .swal2-content p {
    margin: 0 !important;
  }
  
  .swal2-html-container {
    font-size: 0.95em !important;
    color: #fff !important;
  }
  
  .swal2-icon {
    margin: 0em auto 0em !important;
  }
  
  .swal2-styled {
    padding: 0.125em 2em !important;
    font-size: 0.95em !important;
  }
  .swal2-styled.swal2-confirm {
    border-radius: 1.25em !important;
    background-color: #0f1eee !important;
  }
  .swal2-styled.swal2-cancel {
    border-radius: 1.25em !important;
  }
  .swal2-styled:focus {
    box-shadow: none !important;
  }
  
  .swal2-success-circular-line-left {
    background-color: transparent !important;
  }
  
  .swal2-success-fix {
    background-color: transparent !important;
  }
  
  .swal2-success-circular-line-right {
    background-color: transparent !important;
  }
  
  .swal2-footer {
    border-top: 1px solid #a3a3a3 !important;
    color: #b5fcff !important;
    font-size: 0.75em !important;
  }

  /** Fix swal2 padding for dialog **/
  .swal2-modal{padding-top: 20px !important}