.jconfirm.jconfirm-custom .jconfirm-bg {
  background-color: white;
  opacity: .8;
}

.jconfirm.jconfirm-custom .jconfirm-box {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  background: #445260;
  border-radius: 5px;
  color: white;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 30px;
}

.jconfirm.jconfirm-custom .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  margin-right: 8px;
  margin-left: 0px;
}

.jconfirm.jconfirm-custom .jconfirm-box .jconfirm-buttons {
  text-align: center;
}

.jconfirm.jconfirm-custom .jconfirm-box .jconfirm-buttons button {
  border: none;
  background-image: none;
  text-transform: normal;
  font-size: 14px;
  font-weight: bold;
  text-shadow: none;
  -webkit-transition: background .1s;
  transition: background .1s;
  color: white;
}

.jconfirm.jconfirm-custom .jconfirm-box .jconfirm-buttons button.btn-default {
          color: white; 
          background-color: transparent; 
          border: 1px solid white; 
          border-radius: 5px;
          font-size: 12px !important;
          font-family: 'Soberana Sans Light';
          font-weight: 500;
          cursor:pointer;
          text-align: center;
          padding:8px 30px;
          margin-left: 10px;
          margin-right: 10px;
}

.jconfirm.jconfirm-custom .jconfirm-box .jconfirm-buttons button.btn-default:hover {
            text-decoration: none !important;
            color: white; 
}

.jconfirm.jconfirm-custom.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0px;
}