body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  font-family: bodyfont !important;
  height: 100%;
  overflow: auto;
  text-rendering: optimizeLegibility;
  user-select: none;
  width: 100%;
  zoom: 1;
}

h1 {
  font-weight: 400;
  margin: 0;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

input[type="search"].dark::-webkit-search-cancel-button {
  filter: invert(1);
}

input[type="search"].dark:focus::-webkit-search-cancel-button,
input[type="search"]:focus::-webkit-search-cancel-button {
  opacity: 0.3;
  pointer-events: all;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  background-size: contain;
  background: url(https://pro.fontawesome.com/releases/v5.10.0/svgs/solid/times-circle.svg)
    no-repeat 50% 50%;
  border-radius: 50em;
  height: 1em;
  opacity: 0;
  pointer-events: none;
  width: 1em;
}

input[type="search"]:focus::-webkit-search-cancel-button {
  opacity: 0.3;
  pointer-events: all;
}

label {
  margin: unset;
}

p {
  line-height: 1.4;
  margin-bottom: 0.5rem;
  padding: 0;
}

select {
  border-radius: 6px;
  border: solid 1px rgba(112, 112, 112, 0.5);
  box-sizing: border-box;
  margin-bottom: 16px;
  margin-top: 6px;
  padding: 12px;
  resize: vertical;
  width: 100%;
}

select,
.text-m {
  border-radius: 6px;
  border: solid 1px rgba(112, 112, 112, 0.5);
  box-sizing: border-box;
  margin: 6px 0 16px;
  padding: 12px;
  resize: vertical;
  width: 100%;
}

.blog_img {
  height: 200px;
  width: 100%;
}

.btn-cancel {
  background-color: #fff;
  border-color: #ccc;
  color: #333;
}

.btn_submit {
  background: transparent
    linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 100%) 0 0
    no-repeat padding-box;
  border-color: #0060a1;
  border-radius: 6px;
  color: #fff;
  font-family: bodyfont !important;
  font-size: 16px;
  font-weight: 500;
  height: 46px;
  letter-spacing: 0.16px;
  line-height: 1.13;
  text-align: center;
  width: 100%;
}

.hidden {
  display: none;
}

.modal-body {
  padding: 1rem 1em 0;
}

.modal-header {
  border: 0;
  display: block !important;
  padding-bottom: 0;
}

.modal-header > .modal-title {
  color: #0060a1;
  font-weight: 700;
  margin-top: 25px;
  text-align: center;
  width: 100%;
}

.modal-header > button {
  font-size: 40px;
  position: absolute;
  right: 15px;
  top: 5px;
}

.modal-left {
  text-align: left;
}

.modalContainer {
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
}

.show {
  display: block;
}

.text-m {
  border-radius: 6px;
  border: solid 1px rgba(112, 112, 112, 0.5);
  box-sizing: border-box;
  margin-bottom: 16px;
  margin-top: 6px;
  padding: 12px;
  resize: vertical;
  width: 100%;
}

.perfect-datetimepicker td.disabled {
  filter: invert(50%);
  filter: opacity(50%);
}

.perfect-datetimepicker td.oday  {
  filter: opacity(30%);
}