.text-red {
  color: #d40101 !important;
}

.textWhite {
  color: #fff !important;
}

h6 b {
  font-size: var(--font16);
}

.modal-header,
.modal-title {
  text-align: center;
  background-color: #d40101;
  color: #fff;
}

.modal-header {
  border-radius: 7px 7px 0 0;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 20px;
  gap: 1.6rem;
}

.modal-header .close {
  margin-top: -2px;
  opacity: 0.8;
  text-shadow: none;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
  right: 10px !important;
}

.modal-title,
.subHead {
  font-size: var(--font-default);
}

.modal-body {
  padding: 30px 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 0px solid #e5e5e5 !important;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

.close-login {
  font-size: var(--font30);
  color: #ffffff;
  opacity: 0.5;
}

.close {
  float: right;
  font-size: var(--font30);
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.modal-dialog {
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.form-control:not(textarea) {
  font-size: var(--font16) !important;
  border-radius: 10px;
  padding: 3px 28px !important;
}

.jobbkk-form-control {
  height: 34px !important;
}

.jobbkk-form-control-area {
  font-size: var(--font16) !important;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: var(--font14) !important;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
}

.input-group-addon span,
.input-group-addon i {
  font-size: var(--font12);
  cursor: no-drop;
}

.i-train {
  background: transparent;
  border: 0;
  color: #1d8094;
}

.i-trash-red {
  background: transparent;
  border: 0;
  color: #d40101;
  cursor: pointer;
}

.text-form-select {
  color: #555;
}

.mem-cancel {
  text-align: center !important;
}

.mem-cancel ul {
  list-style: none;
}

.mem-cancel ul li button {
  background: #d40101;
  border: 1px solid #d40101;
  border-radius: 4px;
  padding: 5px 15px;
  color: var(--bg-white);
  transition: all 0.3s ease-in;
}

.mem-cancel ul li:last-child button {
  background: #fff;
  border: 1px solid #bfbfbf;
  color: #555;
}

.mem-cancel ul li {
  float: left;
  padding: 0 10px;
}

@media screen and (min-width: 767px) {
  .modal-style {
    width: 600px !important;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 600px !important;
  }
}