/* asterisk */
.asterisk {
  color: red;
  font-weight: 600;
}

/*Login Css */
.inputs {
  width: 21% !important;
  font-size: 33px;
  font-weight: bold;
  margin: 3px;
  padding: 20px;
}

/* datepicker */
.datepicker {
  margin-top: 1px;
  z-index: 9999 !important;
}

.datepicker table {
  width: 100%;
  min-width: 240px;
}

.datepicker table thead .dow {
  width: 14.2857%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.datepicker table thead tr:nth-child(2) {
  border-bottom: 1px solid #eee;
}

.datepicker table thead .prev,
.datepicker table thead .next {
  font-size: 1em;
  padding: 5px 10px 0;
}

.datepicker table tbody {
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #eee;
}

.datepicker table tbody .day {
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #eee;
  font-size: 1em;
}

.datepicker table tbody .day.old,
.datepicker table tbody .day.new {
  background: #f2f2f2;
  color: #bbb;
}

.datepicker table tbody tr .day:last-child {
  border-right: none;
}

.datepicker table tbody tr:last-child .day {
  border-bottom: none;
}

.datepicker table .td.active,
.datepicker table .td.active:hover {
  background: #fcf3d0;
  color: #222222;
  text-shadow: none;
}

.datepicker table td.day:hover,
.datepicker table tr td.day:hover,
.datepicker table tr:first-child th:hover {
  border-color: #eee !important;
  background-color: #2487c9;
  color: #fff;
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled {
  background: #fcf3d0 !important;
  border-color: #eee !important;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td.today :hover,
.datepicker table tr td.today.disabled :hover {
  filter: none;
  text-shadow: none;
  background: #2487c9 !important;
  border-color: #eee !important;
  color: #fff !important;
}

.datepicker,
.datepicker table tr td,
.datepicker table tr th,
.datepicker table tr td span {
  -webkit-border-radius: 0.5;
  -moz-border-radius: 0.5;
  -o-border-radius: 0.5;
  -ms-border-radius: 0.5;
  border-radius: 0.5;
}

.datepicker.dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 4px;
}

.datepicker .datepicker-months tbody,
.datepicker .datepicker-years tbody {
  border: none;
}

.datepicker-inline {
  width: 250px;
  border: 1px solid #ddd;
}

.datepicker-inline table tbody .day {
  background: #ffffff;
}

/* End DatePicker */

/* loader */
/* Absolute Center CSS Spinner */
.loader {
  position: fixed;
  z-index: 100000;
  width: 100%;
  height: 100%;
  display: none;
}

.loader_overlay {
  background: black;
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  opacity: 0.4;
}

.loader_img {
  margin: auto;
  display: block;
  position: relative;
  top: 31%;
  width: 170px !important;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotatey(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotatey(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotatey(360deg);
    transform: rotatey(360deg);
  }
}

/* End loader */

/* text-message for loader select2 option */
.text-message-select2 {
  background: green;
  color: white;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  padding: 0px 3px 0px 3px;
}

/* Password information */
.passInfo {
  margin-top: 10px;
  width: 95%;
  position: relative;
  padding: 10px;
  background: #fff;
  font-size: 2em;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 3px #ccc;
  box-shadow: 0 1px 3px #ccc;
  border: 1px solid #ddd;
  display: none;
  z-index: 1;
  color: #000;
}

.passInfo::before {
  content: "\25B2";
  position: absolute;
  top: -13px;
  left: 50%;
  font-size: 14px;
  line-height: 14px;
  color: #ddd;
  text-shadow: none;
  display: block;
}

.passInfo h4 {
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: normal;
  font-size: 15px !important;
}

.passInfo ul {
  padding-left: 0px;
}

.passInfo li {
  list-style: none !important;
}

.invalid {
  background: url(../../img/invalid.png) no-repeat 0 55%;
  background-size: 10px;
  padding-left: 22px;
  line-height: 24px;
  color: #ec3f41;
  font-size: 12px;
}

.valid {
  background: url(../../img/valid.png) no-repeat 0 55%;
  background-size: 10px;
  padding-left: 22px;
  line-height: 24px;
  color: #3a7d34;
  font-size: 12px;
}

.passInfo1 ul {
  padding-left: 0px;
}

.passInfo1 li {
  list-style: none !important;
}

.invalid1 {
  background: url(../../img/invalid.png) no-repeat 0 55%;
  background-size: 10px;
  padding-left: 22px;
  line-height: 24px;
  color: #ec3f41;
  font-size: 12px;
}

.valid1 {
  background: url(../../img/valid.png) no-repeat 0 55%;
  background-size: 10px;
  padding-left: 22px;
  line-height: 24px;
  color: #3a7d34;
  font-size: 12px;
}

/* Select2 Css */
.input-group>.select2-container--bootstrap {
  width: auto !important;
  flex: 1 1 auto !important;
}

.input-group>.select2-container--bootstrap .select2-selection--single {
  height: 100% !important;
  line-height: inherit !important;
  padding: 0.5rem 1rem !important;
}

/* inputerror */
.inputerror {
  border: 2px solid !important;
  border-color: rgb(220, 53, 69) !important;
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  border-radius: 8px;
}

.input-validation-error~.select2 .select2-selection__rendered {
  border: 1px solid red;
}

.cursor-pointer {
  cursor: pointer;
}

.select2-container--open {
  z-index: 9999999
}

.select2-results__options>.select2-results__option[aria-disabled="true"] {
  background-color: rgb(226 232 240);
  border-color: rgb(229 231 235);
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  border-width: 1.5px;
  opacity: 0.5;
  cursor: not-allowed;
  font-weight: 500;
  color: #000;
}

.chzn-drop-up {
  bottom: 100%;
  top: 0px;
}

.group_hightlight_tr td {
  background-color: rgb(229 231 235);
  font-weight: 600;
}

.sub_group_hightlight_tr td {
  background-color: rgb(243 244 246);
  font-weight: 600;
}

.finalsum td {
  background-color: rgb(229 231 235);
}

.finalsumsub td {
  background-color: rgb(243 244 246);
}

.l1row {
  color: red;
  font-weight: bold;
}

.l2row {
  color: green;
  font-weight: bold;
}

.l3row {
  color: blue;
  font-weight: bold;
}

.finalsumTrialBalance td {
  background: wheat !important;
  font-weight: 600;
  text-align: right;
}

.level1head {
  color: red;
  font-weight: bold;
}

.level2head {
  color: green;
  font-weight: bold;
}

.level3head {
  color: blue;
  font-weight: bold;
}


/* Report Button Css */
.btn-glass {
  flex-grow: 1;
  text-align: center;
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  padding: 7px 16px;
  font-family: Lato;
  font-weight: 400;
  border: 1px dotted transparent;
  letter-spacing: 0.98pt;
  text-transform: uppercase;
  transition: background-position 2s cubic-bezier(0, 1, 0, 1), border-color 500ms, background-color 500ms;
  position: relative;
  background-attachment: fixed, scroll;
  background-size: 100vw 100vh, cover;
  background-position: center center, 0 0;
  background-image: repeating-linear-gradient(-45deg,
      rgba(255, 255, 255, 0) 8%,
      rgba(255, 255, 255, 0.075) 10%,
      rgba(255, 255, 255, 0.075) 14%,
      rgba(255, 255, 255, 0.15) 14%,
      rgba(255, 255, 255, 0.15) 15%,
      rgba(255, 255, 255, 0.075) 17%,
      rgba(255, 255, 255, 0) 30%,
      rgba(255, 255, 255, 0) 36%,
      rgba(255, 255, 255, 0.075) 40%,
      rgba(255, 255, 255, 0.15) 42%,
      rgba(255, 255, 255, 0) 43%,
      rgba(255, 255, 255, 0) 55%,
      rgba(255, 255, 255, 0.075) 60%,
      rgba(255, 255, 255, 0.075) 66%,
      rgba(255, 255, 255, 0.15) 66%,
      rgba(255, 255, 255, 0.075) 70%,
      rgba(255, 255, 255, 0) 75%,
      rgba(255, 255, 255, 0) 100%),
    radial-gradient(ellipse farthest-corner, transparent, rgba(0, 0, 0, 0.2) 110%);
}

.btn-glass:hover {
  background-position: -100vw 0, 0 0;
}

.btn-glass:active {
  background-position: -75vw 0, 0 0;
  border-style: solid;
}

.nav-light {
  background-color: white;
  height: 36px;

  width: 100%;
}

.nav-light .btn-glass {
  font-family: unset;
  color: #585858;
  background-color: rgba(17, 17, 17, 0);
}

.nav-light .btn-glass:hover {
  color: rgba(255, 255, 255, 0.7);
  border-color: #000000;
  background-color: #111111;
}

.nav-light .btn-glass:active {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 1em 0.5ex rgba(17, 17, 17, 0.5);
}

.nav-light .btn-glass.btn-primary {
  color: #6ab1d1;
  background-color: rgba(42, 143, 189, 0);
}

.nav-light .btn-glass.btn-primary:hover {
  color: rgba(255, 255, 255, 0.7);
  border-color: #1c607e;
  background-color: #2a8fbd;
}

.nav-light .btn-glass.btn-primary:active {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 1em 0.5ex rgba(42, 143, 189, 0.5);
}

.nav-light .btn-glass.btn-success {
  color: #a5c75f;
  background-color: rgba(127, 175, 27, 0);
}

.nav-light .btn-glass.btn-success:hover {
  color: rgba(255, 255, 255, 0.7);
  border-color: #4f6d11;
  background-color: #7faf1b;
}

.nav-light .btn-glass.btn-success:active {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 1em 0.5ex rgba(127, 175, 27, 0.5);
}

.nav-light .btn-glass.btn-warning {
  color: #fccd69;
  background-color: rgba(251, 184, 41, 0);
}

.nav-light .btn-glass.btn-warning:hover {
  color: rgba(255, 255, 255, 0.7);
  border-color: #d49104;
  background-color: #fbb829;
}

.nav-light .btn-glass.btn-warning:active {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 1em 0.5ex rgba(251, 184, 41, 0.5);
}

.nav-light .btn-glass.btn-danger {
  color: #f56558;
  background-color: rgba(240, 35, 17, 0);
}

.nav-light .btn-glass.btn-danger:hover {
  color: rgba(255, 255, 255, 0.7);
  border-color: #aa180b;
  background-color: #f02311;
}

.nav-light .btn-glass.btn-danger:active {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 1em 0.5ex rgba(240, 35, 17, 0.5);
}

.nav-light .btn-glass.btn-info {
  color: #98e9f0;
  background-color: rgba(108, 223, 234, 0);
}

.nav-light .btn-glass.btn-info:hover {
  color: rgba(255, 255, 255, 0.7);
  border-color: #29d0e0;
  background-color: #6cdfea;
}

.nav-light .btn-glass.btn-info:active {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 1em 0.5ex rgba(108, 223, 234, 0.5);
}


.urdutablefont thead tr th {
  font-family: "Jameel" !important;
  font-size: 20px !important;
}

.urdutablefont tbody tr td {
  font-family: "Jameel" !important;
  font-size: 16px !important;
}

.urdu-font-family {
  font-family: "Jameel" !important;
  font-size: 20px !important;
}

.urdutablefont {
  direction: rtl !important;
  font-size: 20px !important;
}

@font-face {
  font-family: "Jameel";
  src: url("jameel_noori.ttf");
  font-weight: bold !important;
}

.text-rightdir {
  text-align: right;
  direction: ltr;
}

.l3row-right {
  color: blue;

  font-weight: bold;
  text-align: right;
}

.l2row-right {
  color: green;

  font-weight: bold;
  text-align: right;
}

.l1row-right {
  color: red;

  font-weight: bold;
  text-align: right;
}

.btn-row .col-md-3:not(:last-child) {
  padding-right: 5px;
}

.btn-row .col-md-3:not(:first-child) {
  padding-left: 5px;
}

.drpz-container {
	display: block;
	width: 100%;
	background: white;
	padding: 1px 2px;
	border: 2px solid lightgray;
}

#actions {
	margin: 2em 0;
	margin-bottom: 0px;
}

/* Mimic table appearance */
div.table {
	display: table;
}

div.table .file-row {
	display: table-row;
}

div.table .file-row > div {
	display: table-cell;
	vertical-align: middle;
	border-top: 1px solid #ddd;
	padding: 2px 8px;
}

div.table .file-row:nth-child(odd) {
	background: #f9f9f9;
}

/* The total progress gets shown by event listeners */
#total-progress {
	opacity: 0;
	margin-top: 10px;
	transition: opacity 0.3s linear;
}

/* Hide the progress bar when finished */
#previews .file-row.dz-success .progress-cont {
	opacity: 0;
	transition: opacity 0.3s linear;
}
.dz-success-mark,
.dz-error-mark {
	opacity: 0;
	display: none;
}

/* Hide the delete button initially */
#previews .file-row .delete {
	/* display: none; */
	filter: nonesad;
}

/* Hide the start and cancel buttons and show the delete button */
#previews .file-row.dz-success .start,
#previews .file-row.dz-success .cancel {
	display: none;
}

#previews .file-row.dz-success .delete {
	display: block;
}


.fixed-width {
  max-width: 300px; /* Adjust the desired width value */
  max-height: 300px; /* Adjust the desired height value */
  margin-right: auto;
  margin-left: auto;
  overflow: hidden; /* Hide any overflow if the image exceeds the fixed height */
}