/* body {
  padding: 50px;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

a {
  color: #00B7FF;
}

.row-fees>td>input {
  width: 100px
} */
 .input-field {
        width: 98%;
        padding: 10px;
        border: 1px solid #e9ecef;
    }
.thead-border {
  font-weight: bold;
  border-bottom: 2px solid #04A9F3;
}

.btn-grey {
      color: #fff;
    background-color: #03a9f3;
    border-color: #03a9f3;
}

.breadcrumb-active{ 
  color: #03A9F3 !important; 
}
.btn-custom{
 color: black;
 background-color: white;
 border: none;
 margin-right: 7px;
 font-size: 1.09375rem;
}
.custom a :hover{
 color: black;  
}
.btn-custom a , .btn-custom button {
  color: #000;
  cursor: pointer;
} 
.btn-custom:hover , .btn-custom button:hover {
  color: #000 !important;
  cursor: pointer;
} 
.custom-btn button {
  border: none;
  background-color: transparent;
  font-size: 18px;
  cursor: pointer;
}
.custom-btn button:focus {
  outline: none;
  cursor: pointer;
}
.table td, .table th {
    padding: 15px 15px;
    vertical-align: middle;
}
.btn-custom-disabled{
  color: #666666 !important;
}
.btn-custom-disabled:hover , .btn-custom-disabled button:hover {
  color: #666666 !important;
  cursor: not-allowed;
} 
/*
Admin dashboard
*/
.header-logo{
  height: 66px;
  width: 75px;
}
.header-logo-text{
  padding-top: 23px;
  margin-left: 10px;
  color: white;
}

.count-text{
  font-weight: 500;
  font-size: 18px;
}

.left-border{
  border-right: 2px solid #ddd;
  padding-right: 10px;
}
.square-link{
  color: grey;
}
.square-link :hover{
  color: black;
}

canvas{
    margin: 0 auto;
}

.form-control:focus {
   border:1px solid #5A8DEE !important;
}

a:hover {
  background-color: #e5e5e5;
}
.btn-reset:hover{
  background-color: #e5e5e5;

}
::-ms-reveal {
        display: none;
}
.btn-custom :hover {
   background-color: #e5e5e5;
} 
.danger-text {
    color: rgb(228, 106, 118);
}
.text-red{
    color:red;
}
.font-purple {
        color: purple;
}
.name-link {
  color: #5369f8;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
}
.text-blue {
  color: blue;
}
/* Round Label in Review Permit */
 .round-label {
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #009ef7;/* Replace with desired color */
  text-align: center;
  vertical-align: middle;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
  color: white;
  margin-right: 10px; /* Optional spacing between labels */
  justify-content: center;
  margin-top: 0px
}
.label-text {
  display: flex;
  vertical-align: middle;
}
.label-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px; /* Replace with desired height of the container div */
}
.advancedFilter{
  display: none;
}
.text-green{
  color: green;
}
.btn-blue{
  background-color: #2962FF;
  color: #fff;
}
.jq-toast-wrap {
  display: block;
  position: fixed;
  width: 250px px;
  pointer-events: none !important;
  margin: 0;
  padding: 0;
  letter-spacing: normal;
  z-index: 9999 !important;
}

.capitalize {
  text-transform: capitalize;
}

.popover-detail {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-left: 3px;
    /* max-height: 200px; /* Set a maximum width for the popover 
    overflow-x: auto; */
}

.popover-on-hover {
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.permit-view-active-date{
  padding-left: 282px;
}

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));

  background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}