.btn-delete-update {
  background-color: #f87e24;
  color: white;
  border-radius: 3px;
  border-color: #f87e24;
  height: 40px;
  width: 100px;
  box-shadow: none !important;
  border-style: none !important;
}

.btn-delete-cancel {
  background-color: #f26522;
  color: white;
  margin-left: 4px;
  margin-right: 20px;
  border-radius: 3px;
  border-color: #f26522;
  height: 40px;
  width: 100px;
  box-shadow: none !important;
  border-style: none !important;
}

.button-style {
  border: 1px solid #4aa9ce;
  padding: 20px;
}

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

.top-border {
  text-align: center !important;
  font-size: 19px;
  padding: 0px;
  background: #13a9cc;
  vertical-align: middle;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: white !important;
  font-weight: 400;
}

.buttons-save {
  border: 1px solid #13a9cc !important;
  background: #fff;
  border-radius: 5px !important;
  white-space: normal;
  font-size: 14px;
}

.overflow-none {
  overflow: hidden;
}

.btn-del:not(.btn-del-sm):not(.btn-del-lg) {
  line-height: 1.44;
}

.btn-del {
  outline: none !important;
  transition: all 0.1s ease-in-out;
  padding: 10px 70px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.padding_message{
  padding-left:15px;
  padding-right:15px;
}
