* {
  font-family: 'Sarabun', 'Sriracha';
}

.form-group.error input,
.form-group.error select,
.form-group.error textarea {
  border: 1px solid #f25767;
}

.page-titles h4{
  margin-bottom: 5px;
}

#toast-container>div {
  min-width: 250px !important;
  max-width: 350px !important;
}

.close-fixed-content {
  cursor: pointer;
}

.file-upload {
  min-height: 150px;
  background: #fff;
  padding: 20px 20px;
  border: 2px dashed rgba(0, 0, 0, .3);
  cursor: pointer;
}

.deznav .menu-tabs li a span.badge {
  position: absolute;
  top: 20px;
  right: 5px;
  font-size: 10px;
}

.deznav .menu-tabs li a svg {
  fill: #ffffff;
  stroke: #ffffff;
}

.deznav .menu-tabs li a.active svg {
  fill: #3699FF;
  stroke: #3699FF;
}

.input-group-append {
  margin-left: -1px;
  margin-top: -1px;
}

.logo-abbr {
  border-radius: 0.375rem;
}

#document-canvas {
  position: relative;
  border: 1px solid #f1f1f1;
}

.dragging {
  opacity: 0.4;
  cursor: move;
}

a.nav-link button {
  display: none;
}

a.nav-link.active button {
  display: inline-block;
}

[draggable] {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -khtml-user-drag: element;
  -webkit-user-drag: element;
  cursor: move !important;
}

.dropdown-menu {
  min-width: 8rem;
  box-shadow: 0 10px 40px 0 rgba(32, 28, 69, 0.2);
}

dt,
dd {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}

dt:last-of-type {
  border-bottom: none;
}

dd:last-child {
  border-bottom: none !important;
}

.widget-timeline {
  height: auto;
}

ul.timeline li:last-child::before {
  display: block !important;
  background-color: white;
  position: absolute;
  width: 3px;
  height: 100%;
  left: 9px;
  bottom: -15px;
  margin-right: -1.5px;
}

#sign-here {
  border: 1px dashed rgba(0, 0, 0, .3);
}


*:focus {
  outline: none;
}

.close-fixed-content {
  cursor: pointer;
}

.dropzone {
  border: 2px dashed rgba(0, 0, 0, .3);
}

.footer {
  padding-bottom: 90px;
}

.footer-action {
  position: fixed;
  width: 100%;
  height: 90px;
  bottom: 0;
  background: rgba(58, 122, 254, 1);
  padding-left: 20.937rem;
}

.footer-action .content {
  width: 100%;
  padding: 0 1.875rem;
}

.input-group-append {
  margin-left: -1px;
  margin-top: -1px;
}

.logo-abbr {
  border-radius: 0.375rem;
}

.dragging {
  opacity: 0.4;
  cursor: move;
}

a.nav-link button {
  display: none;
}

a.nav-link.active button {
  display: inline-block;
}

.btn-group.flex {
  position: relative;
  display: flex;
  vertical-align: middle;
}

.btn-group.flex .btn-remove {
  min-width: 35px !important;
  max-width: 35px !important;
}

.btn-group.flex .btn-sorting {
  min-width: 35px !important;
  max-width: 35px !important;
}

.btn-group.flex .btn-name,
.btn-group.flex .btn-filename {
  word-wrap: anywhere;
}

.default-tab .nav-link span.document-title {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 170px;
}

.div-disabled {
  opacity: 0.4;
  pointer-events: none;
}

a.dropdown-item.disabled {
  color: #cfcfcf !important;
  pointer-events: auto !important;
  cursor: not-allowed !important;
}

.dataTables_wrapper .row {
  margin: 0 !important;
}

.dataTables_wrapper .row:nth-child(2) .col-sm-12 {
  padding: 0 !important;
}

.table-responsive .table-width-845 {
  min-width: 845px;
}

.page-title {
  margin-top: -15px;
  font-size: 2rem;
  padding: 0 15px;
}

.table-filter-box .select-status .single-select{
  width: 180px;
}

.table-filter-box .select-date input.input-daterange-datepicker {
  opacity: 0;
  position: absolute;
}

.table-filter-box .select-date i.la-calendar-o {
  font-size: 1.4rem
}

.table-seach-box {
  width: 300px;
}

.blink {
  animation: blinker 0.6s infinite ease-in-out;
}

.img-btn > input{
  display: none
}

.img-btn > img{
  cursor: pointer;
  opacity: 0.5;
  border: 3px solid transparent;
  padding: 3px;
}

.img-btn > input[type="radio"]:checked + img{
  opacity: 1;
  border-color: #3a7afe;
  border-radius: 5px;
}

.form-check.signature-category {
  width: 50% !important;
  display: inline-block !important;
  padding: 5px;
}

@keyframes blinker {
  50% {
    opacity: 0.3;
  }
}

@media only screen and (max-width: 575px) {
  .page-title {
    display: none;
  }

  .table-seach-box {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .footer-action {
    padding-left: 5rem;
  }
}

@media (max-width: 767px) {

  .footer-action {
    padding-left: 0;
  }
}