/*=============== FILE UPLOAD PRELOADER STYLE ========================*/

.background_overlay_preloader {
  z-index: 20000;
  background: rgba(0, 0, 0, 0.58);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}

.preloader_inner_text {
  position: absolute;
  top: 258px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 20px;
  font-family: monospace;
  font-weight: 300;
  color: #71f8ff;
}

.preloader_inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 4em;
  height: 4em;
  line-height: 4em;
  text-align: center;
  font-size: 3em;
  font-family: monospace;
  font-weight: 300;
  color: #71f8ff;
}

/*=============== ALERT PRELOADER STYLE ========================*/
.background_overlay {
  z-index: 20000;
  background: rgba(0, 0, 0, 0.58);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}

.preloader {
  position: fixed;
  z-index: 55;
  top: 40%;
  left: 48%;
  width: 50px;
  height: 50px;
}

.brand {
  height: 48px;
}

.page_container {
  padding: 0px 10px;
  width: 100%;
  margin-top: 10px;
  overflow-x: auto;
}

.entry_modal {
  max-width: 99%;
  margin: 8px auto;
}

.entry_modal_body {
  max-height: 78vh;
  overflow-y: auto;
}

.entry_modal_footer {
  padding: 5px;
}

.show_record_div {
  width: 100%;
  min-width: 500px;
  overflow-x: auto;
}

.page_render_div {
  width: 100%;
  height: 85vh;
  overflow-y: auto;
  background: #fafafb;
}

/* width */
.page_render_div::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.page_render_div::-webkit-scrollbar-track {
  background: #fafafb;
}

/* Handle */
.page_render_div::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.page_render_div::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.page_subheader {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  margin-bottom: 10px;
  position: sticky;
  z-index: 1;
  top: 0;
}

.row {
  margin-left: 0px;
  margin-right: 0px;
}

a {
  cursor: pointer;
}

.dataTables_wrapper .dt-buttons {
  top: 38px;
}

.dataTables_length {
  position: relative;
  top: 83px;
  width: 50%;
  display: none;
}

.dataTables_wrapper {
  margin-top: -38px;
}

.topbar_company_details {
  width: auto;
  font-size: 17px;
  color: #000;
  line-height: 45px;
  margin-right: 8px;
  font-weight: 500;
}

.drill_down_div {
  width: 100%;
  padding-left: 25px;
}

.particulars_name {
  cursor: pointer;
}

.input_group_div {
  width: 100%;
  border: 1px solid #ddd;
  padding: 30px 12px 0px 12px;
  border-radius: 6px;
  position: relative;
  margin-bottom: 20px;
}

.input_group_heading {
  background-color: white;
  position: absolute;
  top: -11px;
  padding-left: 9px;
  color: #f64e60;
}

.flex-container {
  display: flex;
  flex-wrap: nowrap;
}

.dataTables_filter {
  /* width: 800px; */
  text-align: right;
}

.input_alert {
  margin-top: 3px;
  font-size: 12px !important;
  margin-bottom: 0px;
}

.inp-alert-default {
  color: #737373 !important;
}

.form-group {
  margin-bottom: 10px;
}

.toast {
  opacity: 1 !important;
}

.dt-buttons {
  width: fit-content;
}

tbody {
  white-space: nowrap;
}

thead {
  white-space: nowrap;
}

.modal-div {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00000091;
}

.modal-div-in {
  width: 350px;
}

.modal-div-in .input {
  width: 40px;
  border: none;
  border-bottom: 3px solid rgba(0, 0, 0, 0.5);
  margin: 0 10px;
  text-align: center;
  font-size: 36px;
  cursor: not-allowed;
  pointer-events: none;
}

.modal-div-in .input:focus {
  border-bottom: 3px solid orange;
  outline: none;
}

.modal-div-in .input:nth-child(1) {
  cursor: pointer;
  pointer-events: all;
}

#timer_button{
  display: none;
}
#self_button {
  display: block;
}

.menu-link.manu-link-active{
  background-color: #1b1b28 !important;
}

.req-label-btn{
  cursor: pointer;
  font-size: 13px;
  color: red !important;
}

.front {
  color: #ffffff !important;
}