.modal-dialog .modal-content {
  border: 0;
  border-radius: 12px;
  box-shadow: 0 5px 11px #0000002e, 0 4px 15px #00000026;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0;
}

.modal-content .modal-header {
  background-color: #33b5e5;
  padding: 12px 15px;
  border: 0;
  box-shadow: 0 1px #00000029;
  color: white;
}

.modal-content .modal-body {
  color: #616161;
}

.modal-content .modal-footer {
  padding: 8px 15px;
  background-color: #e6f2fd;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn-accept {
  /*padding: 6px 20px;*/
  /*background-color: #33b5e5;*/
  color: white;
}

.btn-accept:hover {
  /*background-color: #187192;*/
  color: white;
  box-shadow: 0 0 5px .25rem rgba(13, 110, 253, .25) !important;
}

.btn-cancel {
  /*padding: 6px 20px;*/
  /*color: rgb(209, 72, 95);*/
  /*border-color: rgb(209, 72, 95);*/
  padding: 6px 20px;
  color: rgb(51,181,229);
  border-color: rgb(51,181,229);
}

.btn-cancel:hover {
  color: rgb(51,181,229);
  text-shadow: 0 0 8px #2222229e;
  /*border-color: rgb(209, 72, 95);*/
  /*background-color: rgb(209, 72, 95);*/
  box-shadow: 0 0 5px .25rem rgba(13, 110, 253, .25) !important;
}

/* استایل های مربوط به مودال نمایش گردش کار */

.divWorkFlow {
  margin: 20px 25px 10px 0;
  padding: 20px 20px 20px 10px;
  border-right: 5px solid rgb(186,186,186);
  position: relative;
}

.divWorkFlow .iconTop {
  position: absolute;
  top: -25px;
  right: -20px;
  font-size: 35px;
  background-color: white;
  border-radius: 50%;
}

.divWorkFlow .iconBottom {
  position: absolute;
  bottom: -15px;
  right: -20px;
  font-size: 35px;
  background-color: white;
  border-radius: 50%;
}

.divWorkFlow .divActionUser {
  margin-bottom: 15px;
}

.divWorkFlow .divActionUser .divActionUserDate {
  position: relative;
  min-height: 45px;
}

.divWorkFlow .divActionUser .divActionUserDate span {
  font-size: 12px;
  font-family: 'VazirMediumFD';
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e5b9fe;
  color: #222;
  direction: rtl;
  padding: 8px 10px;
  border-radius: 7px;
  box-shadow: 0 0 5px #a9a9a9;
  position: absolute;
  right: -40px;
  white-space: nowrap;
}

.divWorkFlow .divActionUser .divAction {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 45px;
  position: relative;
}

.divWorkFlow .divActionUser .divAction img {
  width: 40px;
  height: 40px;
  border: 4px solid #e5b9fe;
  border-radius: 50%;
  position: absolute;
  right: -53px;
}

.divWorkFlow .divActionUser .divAction .spanAction {
  font-family: 'VazirMediumFD';
  font-size: 12px;
  margin-left: 10px;
  text-align: right;
}

.divWorkFlow .divActionUser .divAction .spanDescription {
  font-size: 12px;
  margin-left: 10px;
  text-align: right;
}

.divWorkFlow .divActionUser .divAction .spanData {
  direction: ltr;
  font-size: 12px;
  white-space: pre-line;
  max-width: 80px;
  text-align: left;
}

/* پایان استایل های مودال گردش کار */

