html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}



footer {
  background-color: #343a40;
  color: white;
  text-align: center;
}

.navbar-nav .nav-item:hover {
  background-color: rgba(180, 190, 203, 0.4);
}

.main-content {
  min-height: 90%; height:auto;
  width: 100%;
}

.table-bordered{
  border-color: rgb(207, 207, 207) !important;
  border-top: 1px solid rgb(207, 207, 207) !important;
}

table th {
  border-bottom: 1px solid rgb(207, 207, 207) !important;
}

.wrap-length-filter{
  border: 1px solid rgb(207, 207, 207) !important;
  border-bottom: none;
  background-color: #dbdbdb;
}

.dataTables_wrapper .dataTables_filter { 
  float: none;
  
}

#id-clockwerk_filter input {
  background-color: #ffffff !important;
}

#id-clockwerk_length select {
  background-color: #ffffff !important;
}

.card-img-top {
  width: 35%;
  border-radius: 50%;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}


.input-container {
  display: flex;
  align-items: center;
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  overflow: hidden;
}

.status-select, .status-input {
  flex: 1;
  padding: 0;
  border: none;
  outline: none;
  width: 100%;
}

.status-select {
  background: transparent;
  padding-left: 10px;
  max-width: 70px !important;
}

.status-input {
  padding: 10px;
}

.status-button {
  padding: 10px 20px;
  background-color: transparent;
  color: #007bff;
  border: none;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}

/* Style for hover effect on the button */
.status-button:hover {
  color: #51a2f8;
}



.icon-container {
  width: 50px;
  height: 50px;
  position: relative;
  margin:10px;
}

.round-img {
  margin-top: 10px;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}

.status-circle-IN {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #60c060;
  border: 2px solid white;
  bottom: -10px;
  right: 0;
  position: absolute;
}

.status-circle-OUT {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #da4932;
  border: 2px solid white;
  bottom: -10px;
  right: 0;
  position: absolute;
}

.icon-container-user {
  width: 150px;
  height: 150px;
  position: relative;
  margin:10px;
}

.status-circle-user-OUT {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #da4932;
  border: 2px solid white;
  bottom: 5px;
  right: 5px;
  position: absolute;
}

.status-circle-user-IN {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #60c060;
  border: 2px solid white;
  bottom: 5px;
  right: 5px;
  position: absolute;
}

.IN {
  color:#60c060;
}

.OUT{
  color: #da4932;
}

.loader-container {
  width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: 'Recursive';
}

.loader {
  position: relative; 
}

.loader img {
  width: 100%;
}

.slide-box {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  height: 100%;
}

.solid {
  width: 100%;
  background-color: white;
  animation: slide 2.05s infinite; /* Add this line */
}


/* Add this block */
@keyframes slide {
  from { width: 100%; }
  to { width: 0; }
}

#id-clockwerk-report td, th {
      vertical-align: middle;
      text-align: center;
  }

#id-clockwerk-report .odd {
  background-color: #ffffff !important;
}


#id-clockwerk-report td {
  line-height: 1.5; /* Adjust this value as needed */
}

.profile-pic {
  max-width: 200px;
  max-height: 200px;
  min-width: 200px;
  min-height: 200px;
  display: inline-block;
}

#fileUpload{
  display: none;
}

.circle {
  border-radius: 100% !important;
  overflow: hidden;
  max-width: 200px !important;
  max-height: 200px !important;
  min-width: 200px !important;
  min-height: 200px !important;
  border: 2px solid rgba(255, 255, 255, 0.2);

  top: 72px;
}
.profile-img {
  max-width: 200px !important;
  max-height: 200px !important;
  min-width: 200px !important;
  min-height: 200px !important;
}
.p-image {
position: absolute;
top: 210px;
left: 150;
color: #666666;
transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}
.p-image:hover {
transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

.modal-custom-width {
  width: 750px;
}

.close-modal {
  border: none !important;
  background-color: transparent !important;
  font-size: 25px;
}

.float-right {
  float:right;
}

.badge {
  padding: 0.5em 0.75em;
  min-width: 100px;
}

.PENDING {
  background-color: #e2b900;
  color: #7c6500;
}

.IN_PROGRESS {
  background-color: #00c0ef;
  color: #006d88;
}

.COMPLETED {
  background-color: #92d050 !important;
  color: #006a40 !important;
}

.CANCELLED {
  background-color: #d9534f !important;
  color: #690000 !important;
}

.help-block {
  color: red;
}

.text-PENDING {
  color: #929292;
}

.text-IN_PROGRESS {
  color: #af970c;
}

.text-COMPLETED {
  color: #006a40;
}

.text-CANCELLED {
  color: #b41616;
}

.row {
  margin-bottom: 8px !important;
}

.bootstrap-select {
  width: 100% !important;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  background-color: #ffffff !important;
}

.task-table tr:nth-child(even) {background:#f8f8f8 !important}
.task-table tr:nth-child(odd) {background:#ffffff !important}


.dropzone .dz-preview .dz-error-message {
  top: 150px!important;
}

.dz {
  border: dashed !important;
  border-color: skyblue !important;
  border-radius: 8px;
  width: auto;
  height: auto;
  min-height: 200px !important;
}

.dz:hover {
background-color: aliceblue !important;
}

.dz-details {
  z-index: 0;
}
.dz-preview .dz-remove.dz-remove {
/* this ones makes sure your link element gets above 
   other elements, I just added the repeated class at the end
   to make sure to increase its specificity score 
*/
  z-index: 100;
}


.dropzone:hover {
background: #0db4f12f !important;
border-radius: 5px;
border: 1px solid rgba(214, 214, 214, 0.767) !important ;

}


th{
  background-color: #dbdbdb !important;
}

.full-width-btn {
  display: block;
  width: 100%;
}


.fc-left h2{
  color:#000000
}
.fa{
  display:inline-block !important;

}
.fc-content{
    float: left;
    width: 100% !important;
    margin-bottom: 0px !important;
}

.I_edit, .I_delete
{
  cursor:pointer;
}
.I_edit
{
  margin-right: 8px;
}
.I_delete
{
  margin-right: 5px;
}

.site-header {
    margin: 1.4em 28em;
  position: absolute;
    top: -4%;
    width: 41%;
}

.input-wrapper {


  height: 30px;

}

::-webkit-input-placeholder {
  color: #fff;
}

.search-field {
  background-color: transparent;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDYxMi4wMSA2MTIuMDEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDYxMi4wMSA2MTIuMDE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iX3gzNF9fNF8iPgoJCTxnPgoJCQk8cGF0aCBkPSJNNjA2LjIwOSw1NzguNzE0TDQ0OC4xOTgsNDIzLjIyOEM0ODkuNTc2LDM3OC4yNzIsNTE1LDMxOC44MTcsNTE1LDI1My4zOTNDNTE0Ljk4LDExMy40MzksMzk5LjcwNCwwLDI1Ny40OTMsMCAgICAgQzExNS4yODIsMCwwLjAwNiwxMTMuNDM5LDAuMDA2LDI1My4zOTNzMTE1LjI3NiwyNTMuMzkzLDI1Ny40ODcsMjUzLjM5M2M2MS40NDUsMCwxMTcuODAxLTIxLjI1MywxNjIuMDY4LTU2LjU4NiAgICAgbDE1OC42MjQsMTU2LjA5OWM3LjcyOSw3LjYxNCwyMC4yNzcsNy42MTQsMjguMDA2LDBDNjEzLjkzOCw1OTguNjg2LDYxMy45MzgsNTg2LjMyOCw2MDYuMjA5LDU3OC43MTR6IE0yNTcuNDkzLDQ2Ny44ICAgICBjLTEyMC4zMjYsMC0yMTcuODY5LTk1Ljk5My0yMTcuODY5LTIxNC40MDdTMTM3LjE2NywzOC45ODYsMjU3LjQ5MywzOC45ODZjMTIwLjMyNywwLDIxNy44NjksOTUuOTkzLDIxNy44NjksMjE0LjQwNyAgICAgUzM3Ny44Miw0NjcuOCwyNTcuNDkzLDQ2Ny44eiIgZmlsbD0iI0ZGRkZGRiIvPgoJCTwvZz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
  background-position: 20px 14px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  height: 100%;
  letter-spacing: 2px;
  outline: none;
  padding: 0 10px 0 65px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
}
#calendar{
    margin: -54px 5px;
    position: absolute;

}
.search-field:placeholder-shown {
  color: #fff;
}

.search-field:focus {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDYxMi4wMSA2MTIuMDEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDYxMi4wMSA2MTIuMDE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iX3gzNF9fNF8iPgoJCTxnPgoJCQk8cGF0aCBkPSJNNjA2LjIwOSw1NzguNzE0TDQ0OC4xOTgsNDIzLjIyOEM0ODkuNTc2LDM3OC4yNzIsNTE1LDMxOC44MTcsNTE1LDI1My4zOTNDNTE0Ljk4LDExMy40MzksMzk5LjcwNCwwLDI1Ny40OTMsMCAgICAgQzExNS4yODIsMCwwLjAwNiwxMTMuNDM5LDAuMDA2LDI1My4zOTNzMTE1LjI3NiwyNTMuMzkzLDI1Ny40ODcsMjUzLjM5M2M2MS40NDUsMCwxMTcuODAxLTIxLjI1MywxNjIuMDY4LTU2LjU4NiAgICAgbDE1OC42MjQsMTU2LjA5OWM3LjcyOSw3LjYxNCwyMC4yNzcsNy42MTQsMjguMDA2LDBDNjEzLjkzOCw1OTguNjg2LDYxMy45MzgsNTg2LjMyOCw2MDYuMjA5LDU3OC43MTR6IE0yNTcuNDkzLDQ2Ny44ICAgICBjLTEyMC4zMjYsMC0yMTcuODY5LTk1Ljk5My0yMTcuODY5LTIxNC40MDdTMTM3LjE2NywzOC45ODYsMjU3LjQ5MywzOC45ODZjMTIwLjMyNywwLDIxNy44NjksOTUuOTkzLDIxNy44NjksMjE0LjQwNyAgICAgUzM3Ny44Miw0NjcuOCwyNTcuNDkzLDQ2Ny44eiIgZmlsbD0iIzAwMDAwMCIvPgoJCTwvZz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
  color: #000;
}

.focus-background {
  background-color: #fff;
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 8;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

.search-field:focus ~ .focus-background {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}


#calendar-popup {
  display:none;
  position: absolute;
  margin-bottom: 0;
  padding: 0 1.33em;
  z-index: 1000;

  border: solid rgba(200, 200, 200, 0.75) 2px;
  border-radius: 10px;
  color: black;
  background: #FFF;
}
.calander_popip_title{
 border-bottom: 1px solid #484141;
    text-align: center;
    margin: 1em 1em;
    padding: .5em;
    font-size: 20px;
    background: #eee;
}
   
#calendar-popup * {
  display: block;
}
.fc-day-grid-event .fc-content{
  margin-bottom:10px;
}
#calendar-popup header {
    text-align: center;
    font-size: 1.5em;
    line-height: 1.9em;
    margin-bottom: 0.5em;
   background: #a1a1ad;
}

/* #calendar-popup button.close {
  margin: 10px 10px 0 0;
} */

#calendar-popup label,
#calendar-popup input,
#calendar-popup textarea {
  font-size: 0.9em;
  font-weight: normal;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
}

#calendar-popup input {
  margin-bottom: 0.5em;
  padding: 0;

}
#calendar-popup .submit_btn {
      width:86%;
      background-color:#eee;
}


#calendar-popup time {
  font-style: italic;
  line-height: 1em;
  margin-top: 0;
}

#calendar-popup form,
#calendar-popup div#event {
  margin: 0.75em 0 0.75em 0;
/*   padding-left: 20px; */
}

#calendar-popup li {
  margin-bottom: 0.33em;
    margin-right: 42px;
}
#calendar-popup li:nth-child(odd) {
  background:#eee;
}
#calendar-popup li:nth-child(even) {
background: #5555;
}
#calendar-popup li.location,
#calendar-popup li.details {
  font-size: 0.85em;
  color: #333;
}

#calendar-popup div.prong {
  position: relative;
  float: right;

  bottom: 0;
  right: 15px;

  height: 0;
  width: 20px;

}

#calendar-popup div.prong div.bottom-prong-dk {
  position: relative;
  top: 0;
  left: 0;

  border: 10px solid;
  border-color: rgba(200, 200, 200, 0.75) transparent;
  border-bottom: 0;
}

#calendar-popup div.prong div.bottom-prong-lt {
  position: relative;
  top: -10px;
  left: 2px;
  width: 0;

  border: 8px solid;
  border-color: white transparent;
  border-bottom: 0;
}

#calendar-popup div.prong div.top-prong-dk {
  position: relative;
  top: 2px;
  left: 0;

  border: 10px solid;
  border-color: rgba(200, 200, 200, 0.75) transparent;
  border-top: 0;
}

#calendar-popup div.prong div.top-prong-lt {
  position: relative;
  top: -6px;
  left: 2px;
  width: 0;

  border: 8px solid;
  border-color: white transparent;
  border-top: 0;
}





.modle{
  display:none;
  position:fixed;
  z-index:1;
  left:0;
  top:0;
  height:100%;
  width:100%;
  background-color:rgba(0,0,0,.3);
 overflow:auto;
}
.modle-continer{
    background-color:#f4f4f4;
  margin:5% auto;
  width:70%;
  box-shadow:0 5px 8px rgba(0,0,0,.2),0 7px 20px rgba(0,0,0,.2);
animation-name:modalopen;
  animation-duration:1s;
}
.modal-header{
  background:#eee;
  padding:15px;
  color:#000;
}

.modal-header-calendar {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.modal-header-calendar h2{
  margin-top:10px;
}

.modal-header h2{
    position: absolute;
    right: 46%;
}

.close-btn{
  position: absolute;
  right: 10px;
  top: 10px;
  font-size:30px;
}
.close-btn:hover,.close-btn:focus{
  color:#000;
  text-decoration:none;
  cursor:pointer;
}
/* .modal-body{
  padding:10px 20px;
  overflow-y: scroll;
  height: auto;
  max-height: 660px;
} */
.modal-footer{
  background:#eee;
  padding:10px;
  color:#000;
  text-align:center;
}
.modal-footer h3{
  margin:0;
  
}
@keyframes modalopen{
  from{opacity:0}
  to{opacity:1}
  
}
#search_result{
      position: absolute;
    top: 62px;
    left: 594px;
    border: 1px solid #111;
    padding: 1em 7.7em;
 display:none;
}


.autocomplete {
  background: #fff;
  position: relative;
  
 
}
.autocomplete .close {
  position: absolute;
  font-size: 13px;
  z-index: 10;
  top: 17px;
  left: calc(100% - 50px);
  color: #000;
  cursor: pointer;
  display: none;
}
.autocomplete .close.visible {
  display: block;
}
.dialog {
    width: 51%;
    display: none;
    min-height: 40px;
    max-height: 329px;
    overflow: scroll;
    border-top: 1px solid #f4f4f4;
    z-index: 12 !important;
    margin: 6px 145px;
  position:absolute;
}
.dialog.open {
   display: block;
    background: #FFF;
    z-index: 11 !important;
    color: black;
}
.dialog div {
     padding: 20px 10px;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.2s;
    position: absolute;
    left: 93px;
      width: 100%;
    height: 100%;
}




.vertical-date {
  list-style: none;
  padding: 1em;
  text-align: left;
      border-bottom: 2px solid #000;
}

.list-daynumber {
  line-height: .5em;
  font-size: 46px;
  font-weight: 800;
  opacity: 0.9;
}

.list-monthname {
  font-size: 32px;
  opacity: 0.6;
  border-bottom: 5px solid #FF4D55;
 width: 59px;
}

.duration {
      display: block;
    color: #908383;
    font-weight: 600;
    margin-top: 0.8em;
}


 .s_title {
 color: #ed8392;
    font-size: 1.3em;
    margin: -13px 34px;
    position: absolute;
    font-weight: 900;
}


.s_des{
font-size: 16px;
  font-style: italic;
}


.bg-light-gray {
  background: #eee;
}


.bg-yellow {
  background-color: #e2b900;
} 


.card-box {
  position: relative;
  color: #fff;
  padding: 20px 10px 40px;
  margin: 10px 0;
}
.card-box:hover {
  text-decoration: none;
  color: #f1f1f1;
}
.card-box:hover .icon i {
  font-size: 100px;
  transition: 1s;
  -webkit-transition: 1s;
}
.card-box .inner {
  padding: 5px 10px 0 10px;
}
.card-box h3 {
  font-size: 27px;
  font-weight: bold;
  margin: 0 0 8px 0;
  white-space: nowrap;
  padding: 0;
  text-align: left;
}
.card-box p {
  font-size: 15px;
}
.card-box .icon {
  position: absolute;
  top: auto;
  bottom: 5px;
  right: 5px;
  z-index: 0;
  font-size: 72px;
  color: rgba(0, 0, 0, 0.15);
}
.card-box .card-box-footer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  text-align: center;
  padding: 3px 0;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  text-decoration: none;
}
.card-box:hover .card-box-footer {
  background: rgba(0, 0, 0, 0.3);
}
.bg-blue {
  background-color: #00c0ef !important;
}
.bg-green {
  background-color: #92d050 !important;
}
.bg-orange {
  background-color: #d9534f !important;
}
.bg-red {
  background-color: #48566a !important;
}

.fc-view-container .fc-view.fc-month-view {
  background-color: #f0f8ff; /* Change to your desired color */
}

.fc-head {
  color: #868686;

}

.fc-unthemed {
  margin-right: 12px !important;
  overflow: hidden !important;
}

.centered-message {
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  height: 20vh; /* Full viewport height */
  text-align: center; /* Center text inside the div */
}

.task-stats{
  font-size: 23px;
}


.fc-event-container {
  height: 10px !important;
}


@media screen and (max-width: 1575px) {
  table.responsive-stacked thead {
    display: none;
  }

  table.responsive-stacked tbody tr {
    display: block;
    margin-bottom: 1rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
  }

  table.responsive-stacked tbody td {
    display: flex;
    justify-content: space-between;
    padding: 8px;
    border-bottom: 1px solid #eee;
  }

  table.responsive-stacked tbody td::before {
    content: attr(data-label);
    font-weight: bold;
    text-align: left;
  }

  table.responsive-stacked tbody td:last-child {
    border-bottom: none;
  }

  .modle-continer{
    width: 100%;
  }
}

.custom-checkbox {
  margin-left: 10px !important;
}

.custom-checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-right: 10px !important;
  vertical-align: middle;
  cursor: pointer;
}

.checkbox-group label {
  display: flex;
  align-items: center;
  font-size: 18px; /* Make text bigger */
  margin-bottom: 10px;
}

.checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.checkbox-group ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.checkbox-group ul li {
  display: flex;
  align-items: center;
}

fieldset {
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 20px;
  position: relative;
  padding-top:10px;
}

legend {
  font-weight: bold;
  font-size: 16px;
  border-radius: 5px;
  background: white; /* Ensure background matches the form */
  position: relative;
}

/* Ensure the modal body takes the full height minus the header and footer */
.modal-dialog.modal-fullscreen {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.modal-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}



.modal-footer {
  margin-top: auto; /* Push the footer to the bottom */
}


#file-viewer table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
}

#file-viewer th, #file-viewer td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

#file-viewer th {
  background-color: #f2f2f2;
  font-weight: bold;
}


.dropdown-menu {
  max-height: 250px !important; /* Limit the height */
  overflow-y: auto;  /* Enable vertical scrolling */
}


.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
