.text-primary,
.text-primary-all *,
.text-primary-all ::before,
.text-primary-all ::after {
  color: #6777ef !important;
}

.login-bg {
  background-image: url("../img/login-bg.png") !important;
  background-repeat: no-repeat;
  background-size: calc(100vw) calc(100vh);
  background-position: center;
  width: calc(100vw);
  height: calc(100vh);
}

.login-bg {
  background-image: url("../img/login-bg.png") !important;
  background-repeat: no-repeat;
  background-size: calc(100vw) calc(100vh); /* better than calc */
  background-position: center;

  width: 100%; /* FIX */
  height: 100vh; /* FIX */
  overflow: hidden; /* prevents scroll */
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px) !important;
}

.btn-home {
  padding: 4px !important;
  font-size: 12px !important;
  background: transparent !important;
  color: #000;
}

.dropdown-menu {
  border-radius: 12px !important;
  backdrop-filter: blur(10px) !important;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1) !important;
  border-top: 1px solid rgba(255, 255, 255, 1) !important;
  border-left: 1px solid rgba(255, 255, 255, 1) !important;
}

.register-card {
  width: 100%;
  border-radius: 12px;
  backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px;
}

.register-heading {
  text-align: center;
  text-transform: uppercase !important;
  color: #4b1e2f;
  padding: 10px;
  /* margin: 20px 0; */
  font-size: 24px;
  margin-bottom: 10px;
}

.register-card .form-control:not(.form-control-sm):not(.form-control-lg) {
  font-size: 14px;
  padding: 10px 15px;
  height: 50px;
}

.register-card .btn-register {
  margin-top: 20px !important;
  padding: 9px 16px !important;
  font-size: 16px !important;
  background: linear-gradient(135deg, #289cf5, #84c0ec) !important;
  /* background-image: linear-gradient(
    150.5deg,
    rgba(207, 189, 167, 1) 11.2%,
    rgba(219, 203, 180, 1) 100.2%
  ); */
  color: #1c3444;
  border-top: 1px solid rgba(0, 47, 255, 0.5) !important;
  border-left: 1px solid rgba(0, 47, 255, 0.5) !important;
}

.register-card .btn-register:hover {
  border-top: 1px solid rgba(0, 47, 255, 0.5) !important;
  border-left: 1px solid rgba(0, 47, 255, 0.5) !important;
}

.register-card .btn-otp {
  margin-top: 20px !important;
  padding: 10px !important;
  font-size: 16px !important;
  background-image: linear-gradient(
    150.5deg,
    rgb(201, 207, 167) 11.2%,
    rgb(219, 216, 180) 100.2%
  );
  color: #32a30f;
  border-top: 1px solid rgba(255, 255, 255, 0.5) !important;
  border-left: 1px solid rgba(255, 255, 255, 0.5) !important;
}

.register-card .btn-otp:hover {
  border-top: 1px solid rgba(255, 255, 255, 0.5) !important;
  border-left: 1px solid rgba(255, 255, 255, 0.5) !important;
}

.register-card .form-group {
  margin-bottom: 5px !important;
}

.register-card .form-group > label {
  font-size: 13px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5rem !important;
}

.register-card .form-group ::-ms-input-placeholder {
  /* Edge 12-18 */
  text-transform: uppercase !important;
  letter-spacing: 0.5rem !important;
  color: #413e3a !important;
}

.register-card .form-group ::placeholder {
  text-transform: uppercase !important;
  letter-spacing: 0.5rem !important;
  color: #413e3a !important;
}

.register-card .form-group > input,
.register-card .form-group > select,
.register-card .form-group > textarea {
  background-color: rgba(255, 255, 255, 0.5) !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
  border: none !important;
}

.register-card .form-group > input:focus,
.register-card .form-group > select:focus {
  border: none !important;
}

.register-card .form-control:focus {
  border-color: rgba(255, 255, 255, 0.5) !important;
}

.register-card .sign-info {
  margin: 25px 20px 10px !important;
}

.register-card .sign-info span {
  color: #ffffff !important;
}

.register-card .sign-info .signup-link {
  color: #6777ef !important;
}

/* ------------------------ */

.login-card {
  width: 100%;
  border-radius: 12px;
  backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px;
}

.login-heading {
  text-align: center;
  text-transform: uppercase !important;
  color: #ebc689;
  padding: 10px;
  /* margin: 20px 0; */
  font-size: 26px;
  margin-bottom: 10px;
}

.login-card .form-control:not(.form-control-sm):not(.form-control-lg) {
  font-size: 14px;
  padding: 10px 15px;
  height: 50px;
}

.login-card .btn-login {
  margin-top: 20px !important;
  padding: 12px !important;
  font-size: 16px !important;
  background-image: linear-gradient(
    150.5deg,
    rgb(229 161 78) 11.2%,
    rgb(213 163 92) 100.2%
  );
  color: #533104;
  border-top: 1px solid rgba(255, 255, 255, 0.5) !important;
  border-right: 1px solid rgba(255, 255, 255, 0.5) !important;
}

.login-card .btn-login:hover {
  border-top: 1px solid rgba(255, 255, 255, 0.5) !important;
  border-right: 1px solid rgba(255, 255, 255, 0.5) !important;
}

.login-card .btn-otp {
  margin-top: 20px !important;
  padding: 10px !important;
  font-size: 16px !important;
  background-image: linear-gradient(
    150.5deg,
    rgb(201, 207, 167) 11.2%,
    rgb(219, 216, 180) 100.2%
  );
  color: #32a30f;
  border-top: 1px solid rgba(255, 255, 255, 0.5) !important;
  border-left: 1px solid rgba(255, 255, 255, 0.5) !important;
}

.login-card .btn-otp:hover {
  border-top: 1px solid rgba(255, 255, 255, 0.5) !important;
  border-left: 1px solid rgba(255, 255, 255, 0.5) !important;
}

.login-card .form-group {
  margin-bottom: 5px !important;
}

.login-card .form-group > label {
  font-size: 13px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5rem !important;
}

.login-card .form-group ::-ms-input-placeholder {
  /* Edge 12-18 */
  text-transform: uppercase !important;
  letter-spacing: 1.3rem !important;
  color: #000 !important;
}

.login-card .form-group ::placeholder {
  text-transform: uppercase !important;
  letter-spacing: 1.3rem !important;
  color: #000 !important;
}

.login-card .form-group > input {
  background-color: rgba(253, 247, 239, 0.459) !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
  border: none !important;
}

.login-card .form-group > input:focus {
  border: none !important;
}

.login-card .form-control:focus {
  border-color: rgba(255, 255, 255, 0.5) !important;
}

.login-card .sign-info {
  margin: 25px 20px 10px !important;
}

.login-card .sign-info span {
  color: #ffffff !important;
}

.login-card .sign-info .signup-link {
  color: #0011ff !important;
}

.info-card {
  margin-bottom: 20px;
}

.info-card h1 {
  text-align: center;
  text-transform: uppercase !important;
  color: #05458f;
  padding: 10px;
  font-size: 24px;
  margin-bottom: 10px;
}

.info-card .address-block span:after {
  content: " ";
  display: block;
}

.info-card .info-block ol li span {
  width: 200px !important;
}

.info-card .info-block p span:after {
  content: " ";
  display: block;
}

.info-card .address,
.info-card .telephone,
.info-card .email {
  color: #000000;
}

.info-block hr,
.info-block p {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.info-block li::marker {
  color: rgb(233 75 75);
  font-weight: 900;
  font-size: 1rem;
}

.info-block li::marker:after {
  content: " ) " !important;
}

.scroll-card {
  width: 100%;
  border-radius: 12px;
  backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, 0.589);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgb(213 163 92);
  border-left: 1px solid rgb(213 163 92);
  padding: 10px;
  margin: 0px 20px;
}

.scroll-heading {
  text-align: center;
  text-transform: uppercase !important;
  color: #ebc689;
  padding: 10px;
  font-size: 18px !important;
  margin-bottom: 10px;
}

.scroll-card .form-control:not(.form-control-sm):not(.form-control-lg) {
  font-size: 14px;
  padding: 10px 15px;
  height: 50px;
}

.scroll-card .btn-login {
  margin-top: 20px !important;
  padding: 12px !important;
  font-size: 16px !important;
  background-image: linear-gradient(
    150.5deg,
    rgb(229 161 78) 11.2%,
    rgb(213 163 92) 100.2%
  );
  color: #533104;
  border-top: 1px solid rgba(255, 255, 255, 0.5) !important;
  border-right: 1px solid rgba(255, 255, 255, 0.5) !important;
}

.scroll-card .btn-login:hover {
  border-top: 1px solid rgba(255, 255, 255, 0.5) !important;
  border-right: 1px solid rgba(255, 255, 255, 0.5) !important;
}

.scroll-card .btn-otp {
  margin-top: 20px !important;
  padding: 10px !important;
  font-size: 16px !important;
  background-image: linear-gradient(
    150.5deg,
    rgb(201, 207, 167) 11.2%,
    rgb(219, 216, 180) 100.2%
  );
  color: #32a30f;
  border-top: 1px solid rgba(255, 255, 255, 0.5) !important;
  border-left: 1px solid rgba(255, 255, 255, 0.5) !important;
}

.scroll-card .btn-otp:hover {
  border-top: 1px solid rgba(255, 255, 255, 0.5) !important;
  border-left: 1px solid rgba(255, 255, 255, 0.5) !important;
}

.scroll-card .form-group {
  margin-bottom: 5px !important;
}

.scroll-card .form-group > label {
  font-size: 13px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5rem !important;
}

.scroll-card .form-group ::-ms-input-placeholder {
  /* Edge 12-18 */
  text-transform: uppercase !important;
  letter-spacing: 1.3rem !important;
  color: #000 !important;
}

.scroll-card .form-group ::placeholder {
  text-transform: uppercase !important;
  letter-spacing: 1.3rem !important;
  color: #000 !important;
}

.scroll-card .form-group > input {
  background-color: rgba(253, 247, 239, 0.459) !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
  border: none !important;
}

.scroll-card .form-group > input:focus {
  border: none !important;
}

.scroll-card .form-control:focus {
  border-color: rgba(255, 255, 255, 0.5) !important;
}

.scroll-card .sign-info {
  margin: 25px 20px 10px !important;
}

.scroll-card .sign-info span {
  color: #ffffff !important;
}

.scroll-card .sign-info .signup-link {
  color: #0011ff !important;
}

.theme-white .navbar {
  /* backdrop-filter: blur(5px); */
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 15px 9px 25px 0 rgba(0, 0, 0, 0.1);
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.5); */
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1) !important;
}

.dataTables_length {
  margin-top: 14px;
  display: inline-flex;
}

.dataTables_length select.form-control {
  padding: 0.25rem 0.5rem !important;
}

/*

label{
  color: #fff !important;
}
*/

.listtable tr:nth-child(even) {
  /* background-color: #f2dfce; */
  /* background-color: #d8f2ff; */
  background-color: #d8f2ff75;
}

.table-striped tbody tr:nth-of-type(odd) {
  /*background-color: rgb(255 141 0 / 9%);*/
  background-color: #f0f3ff;
}

.no-padding {
  padding: 0px !important;
}
.no-margin {
  margin: 0px !important;
}

hr {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  border: 0;
  border-top: 1px solid #9e9e9e;
  /* border-top: 1px solid rgba(248, 248, 248, 0.1); */
}

/* custom color */

.bg-red {
  background-color: #f44336 !important;
  color: #fff;
}
.bg-red .content .text,
.bg-red .content .number {
  color: #fff !important;
}

.bg-deep-red {
  background-color: #9f0909 !important;
  color: #fff;
}
.bg-pink .content .text,
.bg-pink .content .number {
  color: #fff !important;
}

.bg-pink {
  background-color: #e91e63 !important;
  color: #fff;
}
.bg-pink .content .text,
.bg-pink .content .number {
  color: #fff !important;
}

.bg-purple {
  background-color: #9c27b0 !important;
  color: #fff;
}
.bg-purple .content .text,
.bg-purple .content .number {
  color: #fff !important;
}

.bg-deep-purple {
  background-color: #673ab7 !important;
  color: #fff;
}
.bg-deep-purple .content .text,
.bg-deep-purple .content .number {
  color: #fff !important;
}

.bg-indigo {
  background-color: #3f51b5 !important;
  color: #fff;
}
.bg-indigo .content .text,
.bg-indigo .content .number {
  color: #fff !important;
}

.bg-blue {
  background-color: #2196f3 !important;
  color: #fff;
}
.bg-blue .content .text,
.bg-blue .content .number {
  color: #fff !important;
}

.bg-light-blue {
  background-color: #03a9f4 !important;
  color: #fff;
}
.bg-light-blue .content .text,
.bg-light-blue .content .number {
  color: #fff !important;
}

.bg-cyan {
  background-color: #00bcd4 !important;
  color: #fff;
}
.bg-cyan .content .text,
.bg-cyan .content .number {
  color: #fff !important;
}

.bg-teal {
  background-color: #009688 !important;
  color: #fff;
}
.bg-teal .content .text,
.bg-teal .content .number {
  color: #fff !important;
}

.bg-green {
  background-color: #4caf50 !important;
  color: #fff;
}
.bg-green .content .text,
.bg-green .content .number {
  color: #fff !important;
}

.col-deep-green {
  color: #6af189 !important;
}

.bg-deep-green .content .text,
.bg-deep-green .content .number {
  color: #fff !important;
}

.bg-light-green {
  background-color: #8bc34a !important;
  color: #fff;
}
.bg-light-green .content .text,
.bg-light-green .content .number {
  color: #fff !important;
}

.bg-lime {
  background-color: #cddc39 !important;
  color: #fff;
}

.bg-lime .content .text,
.bg-lime .content .number {
  color: #fff !important;
}

.bg-ndsc {
  background-color: #71a93f !important;
  color: #fff;
}

.bg-lime .content .text,
.bg-lime .content .number {
  color: #fff !important;
}

.bg-yellow {
  background-color: #ffe821 !important;
  color: #fff;
}
.bg-yellow .content .text,
.bg-yellow .content .number {
  color: #fff !important;
}

.bg-amber {
  background-color: #ffc107 !important;
  color: #fff;
}
.bg-amber .content .text,
.bg-amber .content .number {
  color: #fff !important;
}

.bg-orange {
  background-color: #ff9800 !important;
  color: #fff;
}
.bg-orange .content .text,
.bg-orange .content .number {
  color: #fff !important;
}

.bg-deep-orange {
  background-color: #ff5722 !important;
  color: #fff;
}
.bg-deep-orange .content .text,
.bg-deep-orange .content .number {
  color: #fff !important;
}

.bg-brown {
  background-color: #795548 !important;
  color: #fff;
}
.bg-brown .content .text,
.bg-brown .content .number {
  color: #fff !important;
}

.bg-grey {
  background-color: #9e9e9e !important;
  color: #fff;
}
.bg-grey .content .text,
.bg-grey .content .number {
  color: #fff !important;
}

.bg-blue-grey {
  background-color: #607d8b !important;
  color: #fff;
}
.bg-blue-grey .content .text,
.bg-blue-grey .content .number {
  color: #fff !important;
}

.bg-black {
  background-color: #000000 !important;
  color: #fff;
}
.bg-black .content .text,
.bg-black .content .number {
  color: #fff !important;
}

.bg-white {
  background-color: #ffffff !important;
  color: #fff;
}
.bg-white .content .text,
.bg-white .content .number {
  color: #fff !important;
}

.col-red {
  color: #f44336 !important;
}

.col-deep-red {
  color: #9f0909 !important;
}

.col-pink {
  color: #e91e63 !important;
}

.col-purple {
  color: #9c27b0 !important;
}

.col-deep-purple {
  color: #673ab7 !important;
}

.col-indigo {
  color: #3f51b5 !important;
}

.col-blue {
  color: #2196f3 !important;
}

.col-light-blue {
  color: #03a9f4 !important;
}

.col-cyan {
  color: #00bcd4 !important;
}

.col-teal {
  color: #009688 !important;
}

.col-green {
  color: #4caf50 !important;
}

.col-light-green {
  color: #8bc34a !important;
}

.col-lime {
  color: #cddc39 !important;
}

.col-yellow {
  color: #ffe821 !important;
}

.col-amber {
  color: #ffc107 !important;
}

.col-orange {
  color: #ff9800 !important;
}

.col-deep-orange {
  color: #ff5722 !important;
}

.col-brown {
  color: #795548 !important;
}

.col-grey {
  color: #9e9e9e !important;
}

.col-blue-grey {
  color: #607d8b !important;
}

.col-black {
  color: #000000 !important;
}

.col-white {
  color: #ffffff !important;
}

.border-red {
  border-color: #f44336 !important;
}

.border-deep-red {
  border-color: #9f0909 !important;
}

.border-pink {
  border-color: #e91e63 !important;
}

.border-purple {
  border-color: #9c27b0 !important;
}

.border-deep-purple {
  border-color: #673ab7 !important;
}

.border-indigo {
  border-color: #3f51b5 !important;
}

.border-blue {
  border-color: #2196f3 !important;
}

.border-light-blue {
  border-color: #03a9f4 !important;
}

.border-cyan {
  border-color: #00bcd4 !important;
}

.border-teal {
  border-color: #009688 !important;
}

.border-green {
  border-color: #4caf50 !important;
}

.border-light-green {
  border-color: #8bc34a !important;
}

.border-lime {
  border-color: #cddc39 !important;
}

.border-yellow {
  border-color: #ffe821 !important;
}

.border-amber {
  border-color: #ffc107 !important;
}

.border-orange {
  border-color: #ff9800 !important;
}

.border-deep-orange {
  border-color: #ff5722 !important;
}

.border-brown {
  border-color: #795548 !important;
}

.border-grey {
  border-color: #9e9e9e !important;
}

.border-blue-grey {
  border-color: #607d8b !important;
}

.border-black {
  border-color: #000000 !important;
}

.border-white {
  border-color: #ffffff !important;
}

/* .bg-short{
  background: #d4b99b !important;
  color: #c05000;
  fill: #e40c0c !important;
} */

.bg-short {
  background: rgb(198 255 168) !important;
  color: #045007;
  fill: #045007 !important;
  border: 1px solid #045007 !important;
}

.overlay {
  position: absolute;
  text-align: center;
  padding-top: 5px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgb(170, 245, 132);
  color: #4caf50;
  opacity: 0.5;
}

.rotate {
  display: block;
  position: relative;
}

span.rotate {
  font: bold 12px Sans-Serif;
  letter-spacing: 5px;
  text-transform: uppercase;
  background: rgb(51, 153, 78);
  border: 1px solid #045007;
  color: #fff;
  padding: 5px;
  /* margin-top: 8px;
	line-height: 18px; */
  display: inline-block;
  transform: rotate(-45deg);
  transform-origin: center;
}

button.ordr {
  font: bold 12px Sans-Serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  background: rgb(51, 153, 78);
  border: 1px solid #045007;
  color: #fff;
  padding: 5px 10px;
  margin-top: 8px;
  line-height: 18px;
  display: inline-block;
  /* transform: rotate(-45deg); */
  transform-origin: center;
}

.navbar-nav a {
  text-decoration: none;
}

.logo-name {
  color: #1b5e92;
  text-decoration: none;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #030742 !important;
}

/* .select2-container--default .select2-selection--multiple .select2-selection__choice, .select2-container--default .select2-results__option[aria-selected="true"], .select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #8d8d8d;
	color: #fff;
} */

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice,
.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #e6e6e6 !important;
  color: #000;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-right: 5px;
  color: #ff0000;
}

.card .card-footer {
  background-color: transparent;
  padding: 20px 25px 20px 25px !important;
}

/* .bg-whitesmoke {
	background-color: #ebebeb !important;
} */

.is-invalid.select2-container .select2-selection--multiple,
.is-invalid.select2-container .select2-selection--single {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.text-overlay {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem;
  font-size: 2.2vw;
  font-weight: 100;
  color: rgb(255, 0, 0);
  background: rgba(255, 255, 255, 0.6);
  border-radius: 2px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  border: 1px solid rgb(255, 0, 0);
  z-index: 1000 !important;
}

.simple {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}

.otto {
  color: white;
  text-shadow:
    0 1px 0 #ccc,
    0 2px 0 #c9c9c9,
    0 3px 0 #bbb,
    0 4px 0 #b9b9b9,
    0 5px 0 #aaa,
    0 6px 1px rgba(0, 0, 0, 0.1),
    0 0 5px rgba(0, 0, 0, 0.1),
    0 1px 3px rgba(0, 0, 0, 0.3),
    0 3px 5px rgba(0, 0, 0, 0.2),
    0 5px 10px rgba(0, 0, 0, 0.25),
    0 10px 10px rgba(0, 0, 0, 0.2),
    0 20px 20px rgba(0, 0, 0, 0.15);
}

.relief {
  color: #e0eff2;
  font:
    italic bold 2vw Georgia,
    Serif;
  text-shadow:
    -4px 3px 0 #3a50d9,
    -14px 7px 0 #0a0e27;
}

.close {
  color: #202c2d;
  text-shadow:
    0 1px #808d93,
    -1px 0 #cdd2d5,
    -1px 2px #808d93,
    -2px 1px #cdd2d5,
    -2px 3px #808d93,
    -3px 2px #cdd2d5,
    -3px 4px #808d93,
    -4px 3px #cdd2d5,
    -4px 5px #808d93,
    -5px 4px #cdd2d5,
    -5px 6px #808d93,
    -6px 5px #cdd2d5,
    -6px 7px #808d93,
    -7px 6px #cdd2d5,
    -7px 8px #808d93,
    -8px 7px #cdd2d5;
}

.printers {
  color: #bc2e1e;
  text-shadow:
    0 1px 0px #378ab4,
    1px 0 0px #5dabcd,
    1px 2px 1px #378ab4,
    2px 1px 1px #5dabcd,
    2px 3px 2px #378ab4,
    3px 2px 2px #5dabcd,
    3px 4px 2px #378ab4,
    4px 3px 3px #5dabcd,
    4px 5px 3px #378ab4,
    5px 4px 2px #5dabcd,
    5px 6px 2px #378ab4,
    6px 5px 2px #5dabcd,
    6px 7px 1px #378ab4,
    7px 6px 1px #5dabcd,
    7px 8px 0px #378ab4,
    8px 7px 0px #5dabcd;
}

.glow {
  text-shadow:
    1px 0px 1px #ccc,
    0px 1px 1px #eee,
    2px 1px 1px #ccc,
    1px 2px 1px #eee,
    3px 2px 1px #ccc,
    2px 3px 1px #eee,
    4px 3px 1px #ccc,
    3px 4px 1px #eee,
    5px 4px 1px #ccc,
    4px 5px 1px #eee,
    6px 5px 1px #ccc,
    5px 6px 1px #eee,
    7px 6px 1px #ccc;
}

.vamp {
  color: #92a5de;
  text-shadow:
    0px 0px 0 rgb(137, 156, 213),
    1px 1px 0 rgb(129, 148, 205),
    2px 2px 0 rgb(120, 139, 196),
    3px 3px 0 rgb(111, 130, 187),
    4px 4px 0 rgb(103, 122, 179),
    5px 5px 0 rgb(94, 113, 170),
    6px 6px 0 rgb(85, 104, 161),
    7px 7px 0 rgb(76, 95, 152),
    8px 8px 0 rgb(68, 87, 144),
    9px 9px 0 rgb(59, 78, 135),
    10px 10px 0 rgb(50, 69, 126),
    11px 11px 0 rgb(42, 61, 118),
    12px 12px 0 rgb(33, 52, 109),
    13px 13px 0 rgb(24, 43, 100),
    14px 14px 0 rgb(15, 34, 91),
    15px 15px 0 rgb(7, 26, 83),
    16px 16px 0 rgb(-2, 17, 74),
    17px 17px 0 rgb(-11, 8, 65),
    18px 18px 0 rgb(-19, 0, 57),
    19px 19px 0 rgb(-28, -9, 48),
    20px 20px 0 rgb(-37, -18, 39),
    21px 21px 20px rgba(0, 0, 0, 1),
    21px 21px 1px rgba(0, 0, 0, 0.5),
    0px 0px 20px rgba(0, 0, 0, 0.2);
}

.card-inverse-primary {
  background: rgba(57, 44, 112, 0.2);
  border: 1px solid #342867;
  color: #2b2155;
}

.card-inverse-secondary {
  background: rgba(222, 222, 222, 0.2);
  border: 1px solid #cccccc;
  color: darkgray;
}

.card-inverse-success {
  background: rgba(4, 183, 107, 0.2);
  border: 1px solid #04a862;
  color: #038b51;
}

.card-inverse-info {
  background: rgba(11, 148, 247, 0.2);
  border: 1px solid #0a88e3;
  color: #0870bc;
}

.card-inverse-warning {
  background: rgba(245, 166, 35, 0.2);
  border: 1px solid #e19920;
  color: #ba7e1b;
}

.card-inverse-danger {
  background: rgba(255, 94, 109, 0.2);
  border: 1px solid #eb5664;
  color: #c24753;
}

.card-inverse-light {
  background: rgba(233, 232, 239, 0.2);
  border: 1px solid #d6d5dc;
  color: #b1b0b6;
}

.card-inverse-dark {
  background: rgba(58, 63, 81, 0.2);
  border: 1px solid #353a4b;
  color: #2c303e;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../img/loading.gif") 50% 50% no-repeat #f9f9f973 !important;
  opacity: 1;
}

.loader-light {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../img/loading.gif") 50% 50% no-repeat #f9f9f973 !important;
  opacity: 1;
}

.t1st-tab {
  background-image: linear-gradient(
    -225deg,
    #5d9fff 0%,
    #b8dcff 48%,
    #6bbbff 100%
  ) !important;
  color: black;
  margin: 10px 0px;
  border: 1px solid #024dbe;
}
.t1st-tab:hover,
.t1st-tab:active,
.t1st-tab:visited {
  color: #024dbe !important;
}
.t1st-tab .btn {
  color: #024dbe !important;
  border: 1px solid #024dbe !important;
}
.t1st-tab .btn:hover {
  color: #ffffff !important;
  background-color: #024dbe !important;
}

.t2st-tab {
  background-image: linear-gradient(
    -225deg,
    #965dff 0%,
    #e0d5fa 48%,
    #9f6bff 100%
  ) !important;
  color: black;
  margin: 10px 0px;
  border: 1px solid #4506b9;
}
.t2st-tab:hover,
.t2st-tab:active,
.t2st-tab:visited {
  color: #4506b9 !important;
}
.t2st-tab .btn {
  color: #4506b9 !important;
  border: 1px solid #4506b9 !important;
}
.t2st-tab .btn:hover {
  color: #ffffff !important;
  background-color: #4506b9 !important;
}

.t3st-tab {
  background-image: linear-gradient(
    -225deg,
    #f6d365 0%,
    #f8efd7 48%,
    #fda085 100%
  ) !important;
  color: black;
  margin: 10px 0px;
  border: 1px solid #bd4408;
}
.t3st-tab:hover,
.t3st-tab:active,
.t3st-tab:visited {
  color: #bd4408 !important;
}
.t3st-tab .btn {
  color: #bd4408 !important;
  border: 1px solid #bd4408 !important;
}
.t3st-tab .btn:hover {
  color: #ffffff !important;
  background-color: #bd4408 !important;
}

.t4st-tab {
  background-image: linear-gradient(
    -225deg,
    #738cf8 0%,
    #cff1fa 50%,
    #87a7d9 100%
  ) !important;
  color: black;
  margin: 10px 0px;
  border: 1px solid #244057;
}
.t4st-tab:hover,
.t4st-tab:active,
.t4st-tab:visited {
  color: #244057 !important;
}
.t4st-tab .btn {
  color: #244057 !important;
  border: 1px solid #244057 !important;
}
.t4st-tab .btn:hover {
  color: #ffffff !important;
  background-color: #244057 !important;
}

.t5st-tab {
  background-image: linear-gradient(
    -225deg,
    #87a8aa 0%,
    #d1f3fc 48%,
    #455757 100%
  ) !important;
  color: black;
  margin: 10px 0px;
  border: 1px solid #165e54;
}
.t5st-tab:hover,
.t5st-tab:active,
.t5st-tab:visited {
  color: #165e54 !important;
}
.t5st-tab .btn {
  color: #165e54 !important;
  border: 1px solid #165e54 !important;
}
.t5st-tab .btn:hover {
  color: #ffffff !important;
  background-color: #165e54 !important;
}

.t6st-tab {
  background-image: linear-gradient(
    -225deg,
    #75f7f0 0%,
    #cdfadb 48%,
    #50c9c3 100%
  ) !important;
  color: black;
  margin: 10px 0px;
  border: 1px solid #017771;
}
.t6st-tab:hover,
.t6st-tab:active,
.t6st-tab:visited {
  color: #017771 !important;
}
.t6st-tab .btn {
  color: #017771 !important;
  border: 1px solid #017771 !important;
}
.t6st-tab .btn:hover {
  color: #ffffff !important;
  background-color: #017771 !important;
}

.t7st-tab {
  background-image: linear-gradient(
    -225deg,
    #fa7171 0%,
    #fcd2d2 48%,
    #c95050 100%
  ) !important;
  color: black;
  margin: 10px 0px;
  border: 1px solid #bd0404;
}
.t7st-tab:hover,
.t7st-tab:active,
.t7st-tab:visited {
  color: #bd0404 !important;
}
.t7st-tab .btn {
  color: #bd0404 !important;
  border: 1px solid #bd0404 !important;
}
.t7st-tab .btn:hover {
  color: #ffffff !important;
  background-color: #bd0404 !important;
}

.t8st-tab {
  background-image: linear-gradient(
    -225deg,
    #ed73f8 0%,
    #fdd1fb 48%,
    #c550c9 100%
  ) !important;
  color: black;
  margin: 10px 0px;
  border: 1px solid #6b0079;
}
.t8st-tab:hover,
.t8st-tab:active,
.t8st-tab:visited {
  color: #6b0079 !important;
}
.t8st-tab .btn {
  color: #6b0079 !important;
  border: 1px solid #6b0079 !important;
}
.t8st-tab .btn:hover {
  color: #ffffff !important;
  background-color: #6b0079 !important;
}

.t9st-tab {
  background-image: linear-gradient(
    -225deg,
    #73f873 0%,
    #d6fdd1 48%,
    #5ec950 100%
  ) !important;
  color: black;
  margin: 10px 0px;
  border: 1px solid #007906;
}
.t9st-tab:hover,
.t9st-tab:active,
.t9st-tab:visited {
  color: #007906 !important;
}
.t9st-tab .btn {
  color: #007906 !important;
  border: 1px solid #007906 !important;
}
.t9st-tab .btn:hover {
  color: #ffffff !important;
  background-color: #007906 !important;
}

.t10st-tab {
  background-image: linear-gradient(
    -225deg,
    #f8f673 0%,
    #fdf9d1 48%,
    #c9c750 100%
  ) !important;
  color: black;
  margin: 10px 0px;
  border: 1px solid #ada203;
}
.t10st-tab:hover,
.t10st-tab:active,
.t10st-tab:visited {
  color: #ada203 !important;
}
.t10st-tab .btn {
  color: #ada203 !important;
  border: 1px solid #ada203 !important;
}
.t10st-tab .btn:hover {
  color: #ffffff !important;
  background-color: #ada203 !important;
}

.t11st-tab {
  background-image: linear-gradient(
    -225deg,
    #7573f8 0%,
    #d5d1fd 48%,
    #6650c9 100%
  ) !important;
  color: black;
  margin: 10px 0px;
  border: 1px solid #0e03ad;
}
.t11st-tab:hover,
.t11st-tab:active,
.t11st-tab:visited {
  color: #0e03ad !important;
}
.t11st-tab .btn {
  color: #0e03ad !important;
  border: 1px solid #0e03ad !important;
}
.t11st-tab .btn:hover {
  color: #ffffff !important;
  background-color: #0e03ad !important;
}

.t12st-tab {
  background-image: linear-gradient(
    -225deg,
    #dbf873 0%,
    #f1fdd1 48%,
    #a9c950 100%
  ) !important;
  color: black;
  margin: 10px 0px;
  border: 1px solid #71ad03;
}
.t12st-tab:hover,
.t12st-tab:active,
.t12st-tab:visited {
  color: #71ad03 !important;
}
.t12st-tab .btn {
  color: #71ad03 !important;
  border: 1px solid #71ad03 !important;
}
.t12st-tab .btn:hover {
  color: #ffffff !important;
  background-color: #71ad03 !important;
}

/* custom button css */
.btn-outline-light-dark {
  color: #244057;
  border-color: #244057;
}

.btn-outline-light-dark:hover,
.btn-outline-light-dark:focus,
.btn-outline-light-dark:active,
.btn-outline-light-dark.disabled:hover,
.btn-outline-light-dark.disabled:focus,
.btn-outline-light-dark.disabled:active {
  background-color: #244057 !important;
  color: #fff !important;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  border: 1px solid #b9bbcc;
}

.select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  right: 10px;
  z-index: 100;
}

.custom-tdth {
  padding: 5px 10px !important;
  vertical-align: middle !important;
  text-align: center !important;
}

/* Double the radio button size */
input[type="radio"] {
  transform: scale(1.6);
}

ol.style_info {
  counter-reset: li;
  padding-left: 2.5rem;
  padding: 0.68rem 2.75rem 0.25rem 2.75rem;
  /* border: 1px solid #808080;
	border-radius: 4px !important; */
  margin: 0px !important;
}
ol.style_info small {
  opacity: 0.3;
}
ol.style_info ol,
ol.style_info ul {
  padding: 0.75rem 0 0 1.5rem;
}
ol.style_info li {
  margin-bottom: 0.375rem;
}
ol.style_info > li {
  position: relative;
  counter-increment: li;
  min-height: 2rem;
  padding-top: 0.1rem;
  list-style: none;
}
ol.style_info > li::before,
ol.style_info > li::after {
  position: absolute;
  display: flex;
  opacity: 1;
}
ol.style_info > li::before {
  content: counter(li);
  left: -2.2rem;
  top: 0;
  height: calc(2rem - 1px);
  width: calc(2rem - 1px);
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid currentcolor;
}
ol.style_info > li::after {
  content: "";
  left: -1.75rem;
  top: calc(2rem + 1px);
  height: calc(100% - 2.5rem);
  border-left: 1px solid currentcolor;
}

.blink {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

fieldset {
  margin: 0 0 20px 0;
  border: 1px solid #d3d3d3 !important;
  padding: 5px 10px;
}

legend {
  background: transparent !important;
  padding: 2px 10px;
  color: #000;
  margin: 0 auto;
  display: block;
  width: auto !important;
  text-transform: uppercase !important;
  font-size: 0.8rem !important;
}

.image-preview,
#callback-preview {
  width: 250px !important;
  height: 250px !important;
  margin: auto;
}

.image-preview label,
#callback-preview label {
  width: 90%;
  border-radius: 4px !important;
  backdrop-filter: blur(10px) !important;
  background: rgba(187, 187, 187, 0.5);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1) !important;
  border-top: 1px solid rgb(156, 156, 156) !important;
  border-left: 1px solid rgb(156, 156, 156) !important;
  color: #000000;
  font-size: 16px !important;
  font-weight: 600;
}

/* custom file upload */

.file-upload {
  background-color: #ffffff;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}

.file-upload-btn {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #7e8581;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #6e7471;
  transition: all 0.2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.file-upload-btn:hover {
  background: #a7aaa9;
  color: #000000;
  transition: all 0.2s ease;
  cursor: pointer;
}

.file-upload-btn:active {
  border: 0;
  transition: all 0.2s ease;
}

.file-upload-content {
  display: none;
  text-align: center;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap {
  margin-top: 10px;
  border: 1px solid #b9bbcc;
  position: relative;
}

.image-dropping,
.image-upload-wrap:hover {
  background-color: #f0eded;
  border: 1px solid #ffffff;
}

.image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222;
}

.drag-text {
  text-align: center;
}

.drag-text h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: #2a2e2c;
  padding: 60px 0;
}

.file-upload-image {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  padding: 20px;
}

.remove-image {
  width: 200px;
  margin: 0;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #b02818;
  transition: all 0.2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.remove-image:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all 0.2s ease;
  cursor: pointer;
}

.remove-image:active {
  border: 0;
  transition: all 0.2s ease;
}

/* .datepicker table tr td span {
  display: block;
  width: 100% !important;
  height: 40px !important;
  line-height: 40px !important;
  float: none !important; 
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
} */

.datepicker .month.quarter {
  background-color: #f0f8ff;
  font-weight: bold;
  border-radius: 4px;
  color: #007bff;
  cursor: pointer;
}

/* Optional: add hover effect for quarter items */
.datepicker .month.quarter:hover {
  background-color: #e0f0ff;
}

.datepicker.dropdown-menu {
  width: auto !important;
  min-width: 180px; /* Optional */
}

@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

@media print {
  .no-print,
  .no-print * {
    display: none !important;
  }
  .pagebreak {
    page-break-after: always;
  }
  h3 {
    text-align: center !important;
  }
  table tr td,
  table tr th {
    color: black !important;
    border: 1px solid black !important;
  }

  .badge {
    vertical-align: middle;
    padding: 7px 12px;
    font-weight: 600;
    letter-spacing: 0.3px;
    font-size: 12px;
    border: 1px solid rgb(83, 83, 83) !important;
  }
}

.animated-new {
  display: inline-block;
  padding: 3px 8px 1px 8px;
  background-color: white;
  color: red;
  font-weight: bold;
  font-size: 10px;
  border-radius: 4px;
  animation: pulse 1s infinite;
  text-transform: uppercase;
  box-shadow: 0 0 5px yellow;
  margin-left: 8px;
  margin-right: 8px;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 0 2px red;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
    box-shadow: 0 0 5px red;
  }
  100% {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 0 2px red;
  }
}

.animated-menu-new {
  display: inline-block;
  padding: 0px 6px;
  background-color: white;
  color: red;
  font-weight: bold;
  font-size: 7pt;
  border-radius: 2px;
  animation: pulseMenu 1s infinite;
  text-transform: uppercase;
  margin-left: 0px;
  margin-right: 0px;
}

@keyframes pulseMenu {
  0% {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 0 1px red;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
    box-shadow: 0 0 2px red;
  }
  100% {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 0 1px red;
  }
}

.datepicker
  .datepicker-dropdown
  .dropdown-menu
  .datepicker-orient-left
  .datepicker-orient-top {
  z-index: 1040 !important;
}
