
/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
.pagedisplay {
  vertical-align: bottom;
}

.icon {
  color: #012970;
  cursor: pointer;
  vertical-align: -webkit-baseline-middle;
}

.icon.disabled {
  cursor: auto;
}

label.error{
  color: red;
}

.pagetitle{
  display: inline-block;
}

/* Sweetalert  Style */
.swal-button--catch:not([disabled]):hover {
  background-color: #bb2d3b;
}
.swal-button--cancel:not([disabled]):hover {
  background-color: #5c636a;
}
.swal-button:focus {
  box-shadow: none;
}
/* End Sweetalert  Style */

.pass-check{
  cursor: pointer;
}
.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label{
z-index: 9;
}