.dropdown-menu{
    min-width: 16rem;
}
.hk-menu .menu-header {
    justify-content: end !important;
}
.hk-menu .menu-header > span{
    justify-content: end !important;
}
.report-area{
    height: 200px !important;
}
.tox-statusbar__branding{
    display: none !important;
}

/* .estimate-table{
    thead{
        background-color: cornflowerblue;
        tr{
            border: none;
            th{
                border-style: solid;
                border-width: 1px;
                border-color: rgb(105, 3, 201) !important;
                color: white !important;
            }
        }
    }
    tbody{
        tr{
            border: none;
            td{
                border-style: solid;
                border-width: 1px;
                border-color: rgb(105, 3, 201) !important;
            }
            .border-none{
                border: none !important;
            }
        }
    }
    tfoot{
        border-style: solid;
        border-width: 1px;
        border-color: rgb(105, 3, 201) !important;
        tr{
            border: none !important;
            background-color:rgb(204, 255, 255);
            td{
                border: none !important; 
            }
        }
    }
} */

.estimate-table thead {
    background-color: cornflowerblue;
  }
  .estimate-table thead tr {
    border: none;
  }
  .estimate-table thead tr th {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(105, 3, 201) !important;
    color: white !important;
  }
  .estimate-table tbody tr {
    border: none;
  }
  .estimate-table tbody tr td {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(105, 3, 201) !important;
  }
  .estimate-table tbody tr .border-none {
    border: none !important;
  }
  .estimate-table tfoot {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(105, 3, 201) !important;
  }
  .estimate-table tfoot tr {
    border: none !important;
    background-color: rgb(204, 255, 255);
  }
  .estimate-table tfoot tr td {
    border: none !important;
  }

  .panel1{
    width: 30%;
    min-width: 45%;
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
  }

  .panel2{
    flex-grow: 1 !important;
    border-color: #eaeaea;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
      border-radius:10px;
    overflow: auto;
  }
  .spec-show-warper{
    height: calc(100% - 46.64px);
    overflow: auto;
  }

  .appendix-wraper .accordion .accordion-item .accordion-header .accordion-button {
    white-space: nowrap; /* Prevents text from wrapping to a new line */
    overflow: hidden; /* Hides text that overflows the button's width */
    text-overflow: ellipsis; /* Adds an ellipsis (...) to the end of the truncated text */
    display: block; /* Ensures the button behaves as a block-level element */
    width: 100%; /* Makes sure the button fills its container */
  }
  .appendix-wraper .accordion .accordion-item .accordion-header .accordion-button::after {
    right: 10px !important;
  }

  .appendix-wraper .accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 0% !important;
  }

  
  .appendix-wraper .accordion .accordion-item .accordion-collapse .accordion-body .card .card-header i {
    color: red;
    cursor: pointer;
  }
  

  .appendix-wraper .accordion .accordion-item .accordion-collapse .accordion-body .card .card-body:hover {
    background-color: #adceff;
    cursor: pointer;
  }
  
  .appendix-wraper .accordion .accordion-item .accordion-collapse .accordion-body .card .card-body  .card-text:hover {
    overflow: hidden;
    height: auto !important;
    -webkit-line-clamp: none;
  }
  


  .summary a:after {
    content: '+ Read More';
    color: blue;
    cursor: pointer;
  }
  
  .summary a:not(.collapsed):after {
    content: '- Read Less';
  }




  

  .resizable {

  }
  .resizable .panel {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    /* overflow: auto; */
     border-color: #eaeaea;
       border-radius:10px;
     box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  }
  .resizable .separator {
    flex-grow: 0;
    flex-shrink: 0;
    background: #f2f4f7;
    cursor: ew-resize;
    width: 5px;
  }

  .height-48px{
    height: 47px;
  }

  .spec-wraper{
    height: 270px;
  }
  /* This styles the scrollbar track */
.element::-webkit-scrollbar-track {
  background-color: #f5f5f5; /* color of the tracking area */
}

/* This styles the scrollbar thumb */
.element::-webkit-scrollbar-thumb {
  background-color: #888; /* color of the scroll thumb */
  border-radius: 10px; /* roundness of the scroll thumb */
  border: 2px solid #f5f5f5; /* creates padding around the thumb */
}

/* This styles the scrollbar itself (width and height) */
.element::-webkit-scrollbar {
  width: 5px; /* width of the vertical scrollbar */
  height: 5px; /* height of the horizontal scrollbar */
}

#measurementtable thead th{
  color: #000 !important;
}

#measurementtable tbody .hilighthead{
  background-color: #f0cfff !important;
}




.btn-add {
  color: #262a2e; 
  opacity: .6;
  outline: none;
  height: auto;
  width: auto;
  text-shadow: none;
  font: normal normal normal 0/1 'Material-Design-Iconic-Font';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-add:before {
  content: "+"; /* Plus symbol */
  font-size: 1rem;
}

.btn-add:focus {
  box-shadow: none;
}

.btn-add:not(:disabled):not(.disabled):focus, 
.btn-add:not(:disabled):not(.disabled):hover {
  color: #6f6f6f;
  opacity: 1;
}

.btn-add span {
  display: none;
}

/* Add-over */
.add-over .btn-add {
  height: 22px;
  width: 22px;
  background: #6f6f6f;
  color: #fff !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  right: -11px;
  top: -11px;
  opacity: 1;
}

.add-over .btn-add:before {
  content: "+"; /* Plus symbol */
  font-size: 1rem;
  line-height: 0;
}

.add-over .btn-add:hover {
  background: #2a2f34;
}


.background-blur {
  background-image: url('../img/bgparticleimg.png');
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(99px);
}


.bg-blue-light{
  background-color: #b5e1ff;
}


.no-border td {
  border: none !important;
}
.secure-logo-clr{
  color: #A53C10;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 250px; /* You can adjust the width as per your requirement */
}
/*.next-prev-btn {
    color: black;
    border: 1px solid #0069f7;
    width: 40px;
    border-radius: 10px;
}*/
.custdatalist{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.media{
	 padding: 0.2rem 0.8rem !important;
}
.tox-promotion{
	display: none !important;
}
.active-media .media{
	background-color: #b5e1ff !important;
}
.est-list .media:hover{
	background-color: #4E73DF !important;
}
.estapp-wrap .estapp-content .estapp-aside .aside-body .est-list .list-group-item .media .media-body > div .est-head, .estapp-wrap .estapp-content .estapp-aside .aside-body .est-list .list-group-item .media .media-body > div .est-subject:hover{
	color: #fff !important;
}
/* @keyframes shake { */
/*   0%, 100% { */
/*     transform: translateX(0); */
/*   } */
/*   10%, 30%, 50%, 70%, 90% { */
/*     transform: translateX(-10px); */
/*   } */
/*   20%, 40%, 60%, 80% { */
/*     transform: translateX(10px); */
/*   } */
/* } */

/* .swal2-show { */
/*   animation: shake 0.5s ease; */
/* } */

.active-media-list{
	background-color: #a6bdff!important;
}


.secure-card{
	background-color:#005fde!important;
}



/* .breadcrumb { */
/*   align-items: center; */
/*   gap: 0.5rem; */
/*   list-style: none; */
/* } */

/* .breadcrumb-item a { */
/*   color: #ff3815 !important;    */
/* } */

/* .breadcrumb-item a:not(:hover) { */
/*   text-decoration: none; */
/* } */



@media (max-width: 768px) {
    .card-title {
        font-size: clamp(12px,4vw,32px);
    }
    .card-text {
         font-size: clamp(12px,4vw,32px);
    }
}



#svgDisplay svg {
    width: 100%;  /* Makes the SVG responsive */
    height: auto; /* Maintains aspect ratio */
}

.fixed-bottom{
	position: absolute;
    display: flex;
    justify-content:space-between;
    bottom: 0;
    padding:15px;
    background-color: #b5e1ff;
}
.table_transparent { --bs-table-bg: transparent !important; }
.secure-rose{
	background-color: #f8d6ff;
}

.role-button:hover{
	cursor: pointer;
}






.measurement_area {
    position: fixed; /* Make it float */
    top: 242px;
    left: 435px;
    height: 500px;
    width: 600px; /* Set a default width */
    z-index: 1000; /* Ensure it stays on top */
    resize: both; /* Allow resizing */
    overflow: auto;
    display: flex;
    flex-direction: column;
}

.mwindow {
    cursor: move; /* Indicate that it's movable */
    user-select: none; /* Prevent text selection during drag */
}





.popup {
  z-index: 9;
  background-color: #f1f1f1;
  border: 1px solid #d3d3d3;
  text-align: center;
  min-height: 150px;
  min-width: 300px;
  max-height: 300px;
  max-width: 600px;
}

/*Drgable */

.popup {
  position: absolute;
  /*resize: both; !*enable this to css resize*! */
  overflow: auto;
}

.popup-header {
  padding: 10px;
  cursor: move;
  z-index: 10;
  background-color: #2196f3;
  color: #fff;
}

/*Resizeable*/

.popup .resizer-right {
  width: 5px;
  height: 100%;
  background: transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: e-resize;
}

.popup .resizer-bottom {
  width: 100%;
  height: 5px;
  background: transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: n-resize;
}

.popup .resizer-both {
  width: 5px;
  height: 5px;
  background: transparent;
  z-index: 10;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: nw-resize;
}

/*NOSELECT*/

.popup * {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}









.csfount2rem{
	font-size: 2rem !important;
}



@keyframes blinking {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

.animated-icon {
    animation: blinking 1s infinite;
}


.list-loading{
	left:0;
	top:0;
	background-color:white;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 1;
}




.jsPanel {
	z-index: 1100 !important;
	
	}
	
.custom-control{
    width: 100%;
    padding: 0.375rem 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: white;
    background-clip: padding-box;
    border: 1px solid #d8d8d8;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.custom-control:hover{
	border-color: #0069F7;
}
.custom-control:disabled {
    background-color: #d8d8d8;
    cursor: not-allowed;
}

.transparent-cursor {
	  caret-color: transparent;
}







.bgground {
  float: left;
  background: #1778f2;
  padding: 5px 29px;
  border-radius: 26px;
  margin-top: 3px;
}
/* .breadcrumbs { */
/*   list-style: none; */
/*   margin: 0; */
/*   padding: 0; */
/* } */
/* .breadcrumbs li:first-child { */
/*   font-size: 15px; */
/* } */
/* .breadcrumbs li { */
/*   margin: 0; */
/*   padding: 0; */
/*   float: left; */
/*   font-family: Helvetica Neue, sans-serif; */
/*   font-size: 12px; */
/*   text-transform: uppercase; */
/*   font-weight: 700; */
/*   letter-spacing: 0.05em; */
/*   line-height: 18px; */
/*   color: #fefefe; */
/* } */

/* .breadcrumbs li a { */
/*   display: block; */
/*   padding: 0 40px 0 0px; */
/*   color: #fff; */
/*   text-decoration: none; */
/*   height: 18px; */
/*   position: relative; */
/*   perspective: 700px; */
/* } */

/* .breadcrumbs li a:after { */
/*   content: ""; */
/*   width: 20px; */
/*   height: 20px; */
/*   border-color: #fff; */
/*   border-style: solid; */
/*   border-width: 1px 1px 0 0; */

/*   -webkit-backface-visibility: hidden; */
/*   outline: 1px solid transparent; */

/*   position: absolute; */
/*   right: 20px; */
/*   -webkit-transition: all 0.15s ease; */
/*   -moz-transition: all 0.15s ease; */
/*   -ms-transition: all 0.15s ease; */
/*   transition: all 0.15s ease; */
/*   -webkit-transform: rotateZ(45deg) skew(10deg, 10deg); */
/*   -moz-transform: rotateZ(45deg) skew(10deg, 10deg); */
/*   -ms-transform: rotateZ(45deg) skew(10deg, 10deg); */
/*   transform: rotateZ(45deg) skew(10deg, 10deg); */
/* } */

/* .breadcrumbs li a:hover:after { */
/*   right: 15px; */
/*   -webkit-transform: rotateZ(45deg) skew(-10deg, -10deg); */
/*   -moz-transform: rotateZ(45deg) skew(-10deg, -10deg); */
/*   -ms-transform: rotateZ(45deg) skew(-10deg, -10deg); */
/*   transform: rotateZ(45deg) skew(-10deg, -10deg); */
/* } */


.custom-spacing {
    padding-right: 20px; 
}


#camera-preview {
	width: 100%;
	height: auto;
}

.custom-select {
    display: inline-block;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 50rem; /* Makes it rounded */
    -webkit-appearance: none; /* Removes default styling */
    -moz-appearance: none; /* Removes default styling */
    appearance: none;
    background-image: url('data:image/svg+xml;charset=UTF8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill="%23000" d="M5.5 7.5l4.5 4.5 4.5-4.5z"/></svg>');
    background-repeat: no-repeat, repeat;
    background-position: right 0.75rem center, 0 0;
    background-size: 8px 10px, 100%;
}

.custom-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

#accordionFlushExample .accordion-item {
	border: none;
}

.list-group-item-action.active{
	background: #495057 !important;
}
.list-group-item-action:hover{
	background: #d9d9d9 !important;
}



@keyframes checkmarkanim {
    0% {
        width: 0;
        height: 0;
        opacity: 1;
    }
    20% {
        width: 0;
        height: 0;
        opacity: 1;
    }
    40% {
        width: 20px;
        height: 10px;
        opacity: 1;
    }
    100% {
        width: 20px;
        height: 10px;
        opacity: 1;
    }
}

.checkmarkanim {
    display: block;
    width: 20px;
    height: 10px;
    border-bottom: 2px solid white;
    border-left: 2px solid white;
    transform: rotate(-45deg);
    margin: -5px auto;
    animation-name: checkmark;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

.float-container {
	z-index: 2000;
    position: fixed;
    top: 33%;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.float-container a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 60px;
    margin-right: -150px;
    margin-bottom: 10px;
    padding: 10px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: white;
    border-color: #46b8da;
    border-radius: 5px 0 0 5px;
    background-color: #495057;
    -webkit-box-shadow: 0 2px 4px #7d7d7d;
    box-shadow: 0 2px 4px #7d7d7d;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-family: sans-serif;
}
.float-container a:hover {
    margin-right: 0;
    background-color: #d9d9d9;
    -webkit-box-shadow: 0 2px 4px #7d7d7d;
    box-shadow: 0 2px 4px #7d7d7d;
}
.float-container .icon:before {
    font-family: 'Font Awesome 5 Free';  /* Ensures the correct font family */
    font-weight: 900;  /* Important: FontAwesome 5 requires this for solid icons */
    margin-right: 25px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.icon.add-gst:before {
    content: "\f055"; /* Plus icon */
}

.icon.dataanalysis:before {
    content: "\f0ce"; /* Table icon */
}

.icon.some:before {
    content: "\f1d8";
}

.dropdown {
    position: relative;
    display: inline-block;
}

/* Button used to open the dropdown */
.dropbtn {
    background-color: #005fde;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 0.875rem;
    padding: .25rem .8rem;
    border-radius: 0.375rem;
    width: 150px; /* Adjust width as needed */
}

/* Dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 150px; /* Match button width */
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 0 0 8px 8px;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 6px 8px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Add a background color to the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #2980b9;
}

.dropdown-content .items {
    color: black;
    padding: 6px 8px;
    text-decoration: none;
    display: block;


}
.dropdown-content .items:hover {background-color: #f1f1f1}
.rsponserow{
	height: 50vh; 
	overflow-y: auto;
}


 .addattach .dropdown-content {
    min-width: 250px;
}

.est-list .list-group-item .media{
	background-color: #e6e6e6 !important;
	color:black;
}
.est-list.active-media .list-group-item .media {
    background-color: #4e73df !important;
}

.active-media .media .media-body .est-subject {
    color:white !important;
}

.list-group-item .media:hover{
	background-color: #4e73df !important;
	color:white;
}




.menu {
  height:40px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  background: #fff;

}

.menu-box,
.menu-box-one {
  position: relative;
  width: 200px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
}

.menu-box:nth-child(1),
.menu-box-one:nth-child(1) {
	font-weight:bolder;
}
.menu-box:nth-child(2),
.menu-box-one:nth-child(2) {
	font-weight:bolder;
}
.menu-box:nth-child(3),
.menu-box-one:nth-child(3) {
	font-weight:bolder;
}
.menu-box:nth-child(4),
.menu-box-one:nth-child(4) {
	font-weight:bolder;
}

.menu-box::before {
  position: absolute;
  content: "" attr(data-title) "";
  top: 36%;
  left: 50%;
  -moz-transform: translateY(60px) translateX(-50%);
  -webkit-transform: translateY(60px) translateX(-50%);
  transform: translateY(60px) translateX(-50%);
  z-index: 10;
  font-size: 12px;
  font-family: inherit;
  letter-spacing: 0.52px;
  transition: 300ms;
}

.menu-box:hover::before {
  -moz-transform: translateY(0) translateX(-50%);
  -webkit-transform: translateY(0) translateX(-50%);
  transform: translateY(0) translateX(-50%);
}

.menu-box:hover .menu-icon {
  -moz-transform: translateY(-60px);
  -webkit-transform: translateY(-60px);
  transform: translateY(-60px);
}

.menu-icon {
  display: inline-block;
  transition: 350ms;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.captcha-refresh-icon{
	margin-left: -25px;
	margin-top: 9px;
}
/* For Webkit Browsers */
.thin-scrollbar::-webkit-scrollbar {
    width: 8px;  /* Width of the vertical scrollbar */
    height: 8px; /* Height of the horizontal scrollbar */
}

.thin-scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1;  /* Background of the scrollbar track */
}

.thin-scrollbar::-webkit-scrollbar-thumb {
    background: #888;  /* Color of the scrollbar thumb */
    border-radius: 10px; /* Rounded corners */
}

.thin-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #555;  /* Color of the scrollbar thumb on hover */
}
/* For Firefox */
.thin-scrollbar {
    scrollbar-width: thin;  /* Makes the scrollbar thin */
    scrollbar-color: #888 #f1f1f1;  /* thumb color and track color */
}

.thin-scrollbar:hover {
    scrollbar-color: #555 #f1f1f1;  /* thumb color and track color on hover */

}


.card-hover:hover {
   background-color: #D0D0D0;
}

.highlighted-option {
    background-color: #d1e7dd; 
    font-weight: bold;
}

.cardlabel{
	background-color:#e6e6e6!important
}
.vh-93{
	height: 93vh !important;
}
.watermarkimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-image: url(../../index/images/water_mark.png);
    z-index: 0;
}

.watermarkcontainer {
    position: relative;
}

#reportcard.fullscreen {
    position: absolute !important;
}


.dropdownsvg:hover .dropdown-menu {
      display: block;
      margin-top: 0;
    }

    .dropdownsvg:hover .dropdown-toggle::after {
      transform: rotate(180deg);
    }

.cardbox-shadow{
    border-color: #eaeaea;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    border-radius:8px;
    }

    .fbback{
    background-color: #f2f4f7 !important;

}

.usrapp-aside border{
border-right  : 1px solid #dfdfdf !important;

}

.aside-header border{
border-bottom : 1px solid #dfdfdf !important;
}



.estapp-wrap .estapp-content .estapp-aside .aside-body .active-media {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
}



.estapp-wrap .estapp-content .estapp-single-est {

    z-index: 1032!important;
}


.usermapping-list {
    max-height: 400px;
    overflow-y: auto;  
}

.icon-userform {
    width: 15px;
    height: 15px;
  }
  .userform-link {
    transition: background-color 0.3s ease, color 0.3s ease;
}

.custom-nav-link {
  position: relative;
  transition: color 0.3s ease-in-out;
}

.custom-nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #007bff; 
  transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
}

.custom-nav-link.active {
  color: #007bff; 
}

.custom-nav-link.active::after {
  width: 100%;
  left: 0;
}

.custom-nav-link:not(.active)::after {
  width: 0;
  left: 50%;
}

#asregisterdt th,#asregisterbk th,#asregisterpt th {
    text-transform: none;
}

#asregisterpt_wrapper .dataTables_filter input {
    margin-left: 0 !important;
    width: 205px !important;
}

#tsregisterpt_wrapper .dataTables_filter input {
    margin-left: 0 !important;
    width: 205px !important;
}

#mgnregisterpt_wrapper .dataTables_filter input {
    margin-left: 0 !important;
    width: 205px !important;
}
#timelagfirstpanchayatdt_wrapper .dataTables_filter input {
    margin-left: 0 !important;
    width: 205px !important;
}
#tsregisterdt th,#tsregisterbk th,#tsregisterpt th {
    text-transform: none;
}
#mgnregisterdt th,#mgnregisterbk th,#mgnregisterpt th {
    text-transform: none;
}
#timelagsecondpanchayatdt_wrapper .dataTables_filter input {
    margin-left: 0 !important;
    width: 205px !important;
}
#previouswork th{
    text-transform: none;
}
#previousworkpt_wrapper .dataTables_filter input {
    margin-left: 0 !important;
    width: 205px !important;
}

#previousworkst th,#previousworkdt th,#previousworkbk th,#previousworkpt th{
    text-transform: none;
}

#workdetails th{
    text-transform: none;
}

#estimatestatusdt th,#estimatestatusbk th,#estimatestatuspt th{
    text-transform: none;
}

#workdetailsdt th,#workdetailsbk th,#workdetailspt th{
    text-transform: none;
}
#workdetailspt_wrapper .dataTables_filter input {
    margin-left: 0 !important;
    width: 205px !important;
}
#estimatestatuspt_wrapper .dataTables_filter input {
    margin-left: 0 !important;
    width: 205px !important;
}
#viewtemplate_wrapper .dataTables_filter input {
    margin-left: 0 !important;
    width: 205px !important;
}
#wcreport_wrapper .dataTables_filter input {
    margin-left: 0 !important;
    width: 205px !important;
}
#workstatusstrp th,#workstatusdt th,#workstatusbk th,#workstatuspt th{
    text-transform: none;
}
#workstatuspt_wrapper .dataTables_filter input {
    margin-left: 0 !important;
    width: 205px !important;
}
.slide-in-panel {
            position: fixed;
            top: 0;
            right: -90vw;
            width: 90vw; 
            height: 100%;
            background-color: white;
            transition: right 0.5s ease; 
            z-index: 1200;
}
.panel-content {
            padding: 20px;
}
.open-panel {
            margin-bottom: 20px;
}
.max-h-300 {
    max-height: 300px;
}
.custom-modal-width {
    max-width: 75vw;
}
.custom-fixed-height {
    height: 75vh; 
}

.rounded-table-para {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 0.5rem;
  overflow: hidden; /* For rounded corners */
}
.rounded-table-para th,
.rounded-table-para td {
  border: 0.5px solid #ddd;
  border-radius: 0.5rem;
}

.rounded-table {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 0.5rem;
  overflow: hidden; /* For rounded corners */
}
.rounded-table th,
.rounded-table td {
  border: 0.5px solid #ddd;
}

.hover-effect {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hover-effect:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}
.bi-arrow-clockwise.spin {
        animation: refreshSpin 1s infinite linear;
    }

    @keyframes refreshSpin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }
