img {
	max-width: 100%;
}
body .direct-chat-messages {
	min-height: 420px;
}
body .chat_conversion_menu .direct-chat-messages {
	min-height: 530px;
}
body .chat_conversion_menu ul {
	list-style: none;
    margin: 0px;
    padding: 0px;
}
body .chat_conversion_menu li {
    position: relative;
}
.direct-chat-messages .direct-chat-text {
    position: relative;
}
.direct-chat-messages .direct-chat-text .removeItms {
  float: right;
}
body .chat_conversion_menu li .removeItms {
  float: right;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 999;
}
body .chat_conversion_menu li a.conversionsItms {
	padding: 5px 20px 5px 10px;
    background-color: #eee;
    margin-bottom: 3px;
    display: block;
}
body .direct-chat-messages pre {
	background-color: #d1d1d136;
	color: #e83e8c;
	padding: 16px;
	border-radius: 8px;
	overflow-x: auto;
	white-space: pre-line; /* Wrap long lines */
	word-break: break-word;
	margin: 20px 0;
}
form, .form-group {
	font-size: 14px;
}
.form-group {
    margin-bottom: 15px;
}
.form-group label {
    font-weight: bold;
}
.text-center {
	text-align: center;
}
.underLineNames {
	min-width: 200px;
	border-bottom: 1px solid;
	display: inline-block;
  line-height: normal;
  text-align: center;
  font-weight: bold;
}
.amounBox span {
  border: 1px solid;
  padding: 5px 10px;
}
.is_expansion {
	color: #ff0000;
  font-weight: bold;
}
.amounBox {
  font-weight: bold;
}
.is_income {
  color: #347715;
  font-weight: bold; 
}
.inner-pages .hero-section h2 {
    color: #fff;
}
.inner-pages .hero-section {
    --default-color: #ffffff;
    --default-color-rgb: 255, 255, 255;
    --background-color: #000000;
    --background-color-rgb: 0, 0, 0;
    width: 100%;
    position: relative;
    padding: 100px 0 80px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.itmsCloneSection .itmsClone:first-child .removeItm {
  display: none;
}
.player-overlay {
  position: relative;
  min-height: 500px;
}
#player-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}

video {
  display: block;
  width: 100%;
  height: 100%;
}
/* 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;
  display: none;
}

/* 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;
}
/* ===== Full-page Loader (CSS only) ===== */
/* Works with: <div class="loader"></div> */

.loader {
  position: fixed;
  inset: 0;
  z-index: 9999;

  /* Center the spinner */
  display: grid;
  place-items: center;

  /* Backdrop */
  background: rgba(255, 255, 255, 0.92);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);

  /* Optional fade-out if you later add .is-hidden */
  transition: opacity .35s ease, visibility .35s ease;
}

@media (prefers-color-scheme: dark) {
  .loader { background: rgba(17, 24, 39, 0.92); }
}

/* Spinner (drawn with borders) */
.loader::before {
  content: "";
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 4px solid transparent;          /* base ring */
  border-top-color: #0ea5e9;               /* accent */
  border-right-color: #0ea5e9;
  animation: loader-spin .8s linear infinite;
}

/* Optional label—set with: <div class="loader" data-label="Loading…"></div> */
.loader::after {
  content: attr(data-label);
  margin-top: 10px;
  font: 500 14px/1.2 system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, "Noto Sans";
  color: #111827;
}
@media (prefers-color-scheme: dark) {
  .loader::after { color: #e5e7eb; }
}

/* Hidden state (toggle by adding the class in HTML) */
.loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.loader-gif{
  background-color: #e5e5e5;
  text-align: center;
}
/* Keyframes */
@keyframes loader-spin { to { transform: rotate(360deg); } }

/* 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);
  }
}
.main-header {
  z-index: 0;
}
.printBtnSection {
    float: right;
    text-align: right;
    margin-bottom: -30px;
    padding: 10px;
    z-index: 1;
}
.onlyPrint {
  display: none;
}
@media print {
    .onlyPrint {
       display: block;
    }
    .noPrint {
      display: none;
    }
    @page {
      margin-top: 0;
      margin-bottom: 0;
    }
    #printSection {
      padding: 10px;
      width: 100%;
    }
    body {
        padding: 1rem;
        border: 5px solid #000;
        margin: 10px;
    }
    body .card-body {
      padding: 10px;
    }
    body, body p, body div, body td, body th, body b, body strong, body li, body span {
        font-size: 22px !important;
        line-height: normal !important;
    }
    img {
      max-width: 100%;
      height: auto;
      max-height: 1180px;
    }
}