.table thead {
    background: #03ACEE !important;
    color: #fff !important;
    font-size: 90%;
}
.table tbody{
	font-size: 79%;
}

.custm-btn{
	border-radius:22px !important;
}

label.error{
	color: red;
}

.text-yellow{
	color: #e0992f;
}

.text-green{
	color: #81b983;
}

.text-blue {
    color: blue;
}

.text-cs {
    color: #be9fc5;
}
    /* Style the Bootstrap close button */
.btn-close.custom-close {
  background-color: #000;          /* black background */
  border-radius: 50%;              /* circle shape */
  width: 30px;
  height: 30px;
  opacity: 1;                      /* always visible */
  background-image: none;          /* remove default x */
  position: relative;
  cursor: pointer;                 /* 👈 cursor pointer */
}

/* White cross inside */
.btn-close.custom-close::before,
.btn-close.custom-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background-color: #fff;          /* white cross */
  transform-origin: center;
}

.btn-close.custom-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.btn-close.custom-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* Optional hover effect */
.btn-close.custom-close:hover {
  background-color: #444;          /* dark gray on hover */
}

#ajaxLoader {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    transform: translate(-50%, -50%);
}
#ajaxLoader img {
    width: 64px;   /* adjust size */
    height: 64px;
}
/* C:\Program Files\PHP */
/* 
curl.cainfo = "C:\Program Files\PHP\extras\ssl\curl-ca-bundle.crt"
openssl.cafile = "C:\Program Files\PHP\extras\ssl\curl-ca-bundle.crt" */