
.error{
	color:red;
}
.form-control:focus{
	border-color: red !important;
}

.page_loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	transition: opacity 0.5s ease, visibility 0.5s ease;
  }
  
  .page_loader.hide {
	opacity: 0;
	visibility: hidden;
  }
  
  .loader_inner img {
	max-width: 100px;
	margin-bottom: 20px;
  }
    .loader_dots span {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 10px;
	background: #92210F;
	border-radius: 50%;
	animation: blink 1.4s infinite both;
  }
  
  .loader_dots span:nth-child(2) {
	animation-delay: 0.2s;
  }
  
  .loader_dots span:nth-child(3) {
	animation-delay: 0.4s;
  }
  
  @keyframes blink {
	0%, 80%, 100% {
	  transform: scale(0);
	  opacity: 0.3;
	}
	40% {
	  transform: scale(1);
	  opacity: 1;
	}
  }

  #card-loader-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.6); /* semi-transparent */
	z-index: 10;
	display: none;
  }
  .loader-wrapper {
	height: 100%;
  }
  
   .loader {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999;
    margin-top: 0;
    top: 0;
    background: #fff;
}

.loader .spinner1 {
    width: 100px;
    height: 100px;
    background-color: transparent;
    background-image: url('../images/logo/small-logo.png');
    position: absolute;
    left: 50%;
    top: 40%;
    margin-left: -50px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -50px;
}

.loader .spinner2 {
    width: 100px;
    height: 100px;
    background: conic-gradient(from 210deg, #0acaff, #00ffa3, #0acaff);
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 40%;
    -webkit-animation: sk-scaleout 1s infinite ease-in-out;
    animation: sk-scaleout 1s infinite ease-in-out;
    z-index: 0;
    margin-left: -50px;
    margin-top: -50px;
}


@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@media only screen and (max-width: 767px) {
    .shape-bg2,.shape-bg5 {
        background:#fafafa
    }

    .shape-bg1,.shape-bg3,.shape-bg4 {
        background: #1c3988
    }
}

.shake-x {
    animation-name: shake-x;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes shake-x {
    16.65% {
        transform: translateX(8px)
    }

    33.3% {
        transform: translateX(-6px)
    }

    49.95% {
        transform: translateX(4px)
    }

    66.6% {
        transform: translateX(-2px)
    }

    83.25% {
        transform: translateX(1px)
    }

    100% {
        transform: translateX(0)
    }
}

@-webkit-keyframes shake-x {
    16.65% {
        transform: translateX(8px)
    }

    33.3% {
        transform: translateX(-6px)
    }

    49.95% {
        transform: translateX(4px)
    }

    66.6% {
        transform: translateX(-2px)
    }

    83.25% {
        transform: translateX(1px)
    }

    100% {
        transform: translateX(0)
    }
}

.shake-y {
    animation-name: shake-y;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes shake-y {
    16.65% {
        transform: translateY(8px)
    }

    33.3% {
        transform: translateY(-6px)
    }

    49.95% {
        transform: translateY(4px)
    }

    66.6% {
        transform: translateY(-2px)
    }

    83.25% {
        transform: translateY(1px)
    }

    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes shake-y {
    16.65% {
        transform: translateY(8px)
    }

    33.3% {
        transform: translateY(-6px)
    }

    49.95% {
        transform: translateY(4px)
    }

    66.6% {
        transform: translateY(-2px)
    }

    83.25% {
        transform: translateY(1px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes pulse-anim {
    25% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1)
    }

    75% {
        transform: scale(.9);
        -webkit-transform: scale(.9)
    }
}

@-webkit-keyframes pulse-anim {
    25% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1)
    }

    75% {
        transform: scale(.9);
        -webkit-transform: scale(.9)
    }
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

@-webkit-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

@keyframes up-down {
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0)
    }

    100% {
        transform: translateY(20px);
        -webkit-transform: translateY(20px)
    }
}

@-webkit-keyframes up-down {
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0)
    }

    100% {
        transform: translateY(20px);
        -webkit-transform: translateY(20px)
    }
}

@keyframes left-right {
    0% {
        transform: translateX(0);
        -webkit-transform: translateX(0)
    }

    100% {
        transform: translateX(10px);
        -webkit-transform: translateX(10px)
    }
}

@-webkit-keyframes left-right {
    0% {
        transform: translateX(0);
        -webkit-transform: translateX(0)
    }

    100% {
        transform: translateX(10px);
        -webkit-transform: translateX(10px)
    }
}
.view_details{
    cursor: pointer;
}

#table-loader-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6); /* semi-transparent */
  z-index: 10;
  display: none;
}
.loader-wrapper {
  height: 100%;
}

label.required::after {
  content: " *";
  color: red;
  font-size: 15px;
}

.flatpickr-input {
  background-color: #fff !important;
  color: #212529 !important;
  opacity: 1 !important;
  cursor: text;
}

.info-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    background: #4f46e5; /* Indigo app look */
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    cursor: pointer;
    margin-left: 6px;
    transition: 0.2s ease;
}

.info-icon:hover {
    background: #4338ca;
}

/* Tooltip */
.tooltip-box {
    position: absolute;
    top: 40px;
    left: 0;
    width: 260px;
    padding: 12px 14px;
    background: #111827; /* Tailwind dark slate */
    color: #f9fafb;
    border-radius: 10px;
    font-size: 13px;
    line-height: 1.4;
    box-shadow: 0 6px 20px rgba(0,0,0,0.18);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-6px);
    transition: opacity 0.23s ease, transform 0.23s ease;
    z-index: 1000;
}

/* Tooltip Arrow */
.tooltip-arrow {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #111827; /* same color as tooltip */
    position: absolute;
    top: -7px;
    left: 12px;
}

/* Visible state */
.tooltip-box.show {
    opacity: 1;
    transform: translateY(0px);
    pointer-events: all;
}
a {
     color: unset;
    text-decoration: none;
}

a:hover {
    color: unset;
    text-decoration: none;
}