/* @import url('https://fonts.googleapis.com/css?family=Montserrat:400,800'); */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');


* {
    box-sizing: border-box;
} 

body {
  font-family: 'Poppins', sans-serif;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
}

li {
    list-style-type: none;
}

a {
    text-decoration-line: none;
    -moz-text-decoration-line: none;
}

/* Login start */
.main {
    background: #f6f5f7;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    margin: -20px 0 50px;
}

.main-title {
    font-weight: bold;
}

.forgot-pass {
    color: #333;
    font-size: 14px;
    margin-top: 4px;
    margin-bottom: 10px;
    margin-right: auto;
}

.captcha {
  width: 100%;
  height: 10%;
}

.login-btn {
    margin-top: 15px;
    border-radius: 20px;
    border: 1px solid #ff4b2b;
    background-color: #ff4b2b;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: capitalize;
    transition: transform 80ms ease-in;
}

.login-btn:active {
    transform: scale(0.95);
}

.login-btn:focus {
    outline: 0;
}

.login-form {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 50px;
    height: 100%;
    text-align: center;
}

.login-form input {
    background-color: #eee;
    border: none;
    padding: 12px 15px;
    margin: 8px 0;
    width: 100%;
}

.container-custom {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    position: relative;
    overflow: hidden;
    width: 768px;
    max-width: 100%;
    min-height: 480px;
}

.container-custom .form-container {
    position: absolute;
    top: 0;
    height: 100%;
    transition: all 0.6s ease-in-out;
}

.container-custom .sign-in-container {
    left: 0;
    width: 50%;
    z-index: 2;
}

.container-custom .overlay-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: transform 0.6s ease-in-out;
    z-index: 100;
}

.container-custom .overlay {
    /* background: linear-gradient(to right, rgba(255, 248, 190, 1), rgba(26, 131, 255, 1)); */
    /* background: linear-gradient(to right, #bac2f3, #37469f); */
    background-color:#37469f;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    color: #fff;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.container-custom .overlay-panel {
    position: absolute;
    /* display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column; */
    padding: 50px 19px;
    text-align: center;
    top: 0;
    height: 100%;
    width: 50%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.container-custom .overlay-panel .small-txt h6 {
  font-size: 13px;
}

.container-custom .overlay-panel .person {
  text-align: left;
}

.container-custom .overlay-panel .person h5 {
  position: relative;
  padding-bottom: 8px;
  font-size: 18px;
}

.container-custom .overlay-panel .person h5::after {
  position: absolute;
  width: 113px;
  height:2px;
  background: #fff;
  content: '';
  left: 0;
  bottom: 0;
}

.container-custom .overlay-panel .person h6 {
  font-size: 13px;
  margin-bottom: 0;
  line-height: 20px;
}

.container-custom .overlay-panel .address {
  height: 205px;
  padding-top: 38px;
  text-align: left;
}

.container-custom .overlay-panel .address h5 {
  position: relative;
  padding-bottom: 8px;
  font-size: 18px;
}

.container-custom .overlay-panel .address h5::after {
  position: absolute;
  width: 230px;
  height: 2px;
  background: #fff;
  content: '';
  left: 0;
  bottom: 0;
}

.container-custom .overlay-panel .address h6 {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 20px;
}

.container-custom .overlay-right {
    right: 0;
    transform: translateX(0);
}

.container-custom .logo-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.container-custom .logo-section .logo {
    width: 17%;
}

.container-custom .logo-section .logo img {
    width: 100%;
}

.container-custom .logo-section .heading h1 {
  text-shadow: 2px 2px #0000009e;
}

#loginForm .error {
  font-size: 13px;
  color: #ff4b2b;
}

#inputPassword {
  position: relative;
}

#togglePassword {
  position: absolute;
  top: 21px;
  right: 10px;
  cursor: pointer;
}


/* Login end */

/* Dashboard start */
.logo {
    margin: 0px;
    /* margin-left: 15px; */
    font-weight: bold;
    color: #fff;
    margin-bottom: 12px;
    display: inline-block;
    font-size: 28px;
}

.logo span {
	color: #f7403b;
}

.sidenav {
  height: 100%;
  width: 300px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  /* background-color: #242a4c; */
  background-color: #37469f;
  overflow: hidden;
  transition: 0.5s;
  padding-top: 15px;
}

.sidenav a {
  padding: 15px 8px 15px 32px;
  text-decoration: none;
  font-size: 13px;
  color: #fff;
  /* display: block; */
  transition: 0.3s;
  display: flex;
  align-items: baseline;
}

.sidenav a i {
  margin-right: 15px;
}

.sidenav a:hover {
  color: #f1f1f1;
  background-color: #1b203d;
}

.sidenav {
  /* position: absolute;
  top: 0;
  right: 25px; */
  font-size: 36px;
}

#main {
  transition: margin-left .5s;
  margin-left: 300px;
}

.head {
	padding: 20px;
}

.profile {
	float: right;
}

.pro-img {
	float: left;
	width: 40px;
	margin-top: 5px;
}

.profile p {
	color: #fff;
	font-weight: 500;
	margin-left: 55px;
	margin-top: 10px;
	font-size: 13.5px;
}

.profile p span {
	font-weight: 400;
  font-size: 12px;
  display: block;
  color: #8e8b8b;
}

.box {
	width: 94%;
	height: 120px;
	background-color: #272c4a;
	margin-left: 10px;
	padding: 10px;
  border-radius: 8px;
}

.box p {
	font-size: 35px;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
    padding-left: 10px;
    margin-top: 20px;
    display: inline-block;
}

.box p span {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
}

.box-icon {
    font-size: 40px!important;
    float: right;
    margin-top: 35px!important;
    color: #fff;
    padding-right: 10px;
}

.content-box {
	padding: 20px;
}

.content-box p {
	margin: 0px;
    font-size: 20px;
    color: #f7403b;
}

.content-box p span {
	float: right;
    background-color: #ddd;
    padding: 3px 10px;
    font-size: 15px;
}

.box-8, .box-4 {
	width: 95%;
	background-color: #272c4a;
	height: 330px;
}

.hamburger2 {
	display: none;
}

.box-8 {
	margin-left: 10px;
}

table {
  border-collapse: collapse;
  width: 100%;
}

td, th {
  text-align: left;
  padding: 15px;
  /* color: #ddd; */
  border-bottom: 1px solid #81818140;
}

.circle-wrap {
  margin: 50px auto;
  width: 150px;
  height: 150px;
  background: #e6e2e7;
  border-radius: 50%;
}

.circle-wrap .circle .mask,
.circle-wrap .circle .fill {
  width: 150px;
  height: 150px;
  position: absolute;
  border-radius: 50%;
}

.circle-wrap .circle .mask {
  clip: rect(0px, 150px, 150px, 75px);
}

.circle-wrap .circle .mask .fill {
  clip: rect(0px, 75px, 150px, 0px);
  background-color: #f7403b;
}

.circle-wrap .circle .mask.full,
.circle-wrap .circle .fill {
  animation: fill ease-in-out 3s;
  transform: rotate(126deg);
}

@keyframes fill {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(126deg);
  }
}

.circle-wrap .inside-circle {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #fff;
  line-height: 130px;
  text-align: center;
  margin-top: 10px;
  margin-left: 10px;
  position: absolute;
  z-index: 100;
  font-weight: 700;
  font-size: 2em;
}

/* Another css */
#main .head {
  /* background-color: #242a4c; */
  background-color: #37469f;
}

#main .head .profile a {
  color: #fff;
  text-decoration-line: none;
  margin-right: 20px;
  font-size: 14px;
}

#main .head .profile a:last-of-type {
  margin-right: 0;
}

#main .bottom {
  margin-top: 30px;
}

#mySidenav .logo-img {
  width: 60px;
  margin-left: 15px;
  transition: 0.3s;
}

#mySidenav ul {
  padding: 0;
  margin: 0;
}

#main .head .hamburger, .hamburger2 {
  font-size: 24px;
  cursor : pointer;
  color: #fff;
}

.dropdown-items {
  display: none;
  background-color: #272c4a;
}

.dropdown-button2 {
  max-height: 47vh;
  overflow: auto;
}

.dropdown-items2 {
  display: none;
  background-color: #272c4a;
}

.dropdown-button-3 {
  max-height: 47vh;
  overflow: auto;
}
.dropdown-items-3 {
  display: none;
  background-color: #272c4a;
}
.dropdown-button2::-webkit-scrollbar {
  width: 6px;
}

.dropdown-button2::-webkit-scrollbar-track {
  background: transparent;
}

.dropdown-button2::-webkit-scrollbar-thumb {
  background-color: #CFD8DC;
  border-radius: 6px;
  border: 1px solid #CFD8DC;
}



.sidenav .active {
  background-color: #272c4a;
}

.box-1 {
  background-color: #0cbb0c;
}

.box-2 {
  background-color: #255858;
}

.box-3 {
  background-color: #970097;
}
/* Dashboard end */

.p-style {
    padding-left: 315px;
    padding-top: 30px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

/* .bg-style {
	min-height: 100vh;
} */

.form-title {
    font-size: 23px;
    margin-bottom: 25px;
    position: relative;
}

.form-title::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 145px;
    height: 2px;
    background-color: #37469f;
}

.backg-section {
    background-color: #fff;
    padding: 15px 25px;
    /* height: 100%; */
    box-shadow: 0 0 8px #00000040;
}

.backg-section .border-sty {
    border-bottom: 4px dotted #ccc;
    padding-bottom: 15px;
    padding-top: 15px;
}

label {
    margin-bottom: 5px;
    font-size: 13px;
}

.form-control {
  font-size: 13px;
}

.input-group-text {
  font-size: 13px;
}

/* FAQ Start */
.faq {
    /* background-color: #e3e3e3; */
    padding: 10px;
}

.faq .title {
    font-size: 30px;
    font-weight: bold;
    color: var(--deep-blue);
    text-align: center;
    margin-bottom: 40px;
}

.faq .accordion-item {
    box-shadow: 0 0 10px #0000001c;
    margin-bottom: 30px;
}

.faq .accordion-item:last-of-type {
    margin-bottom: 0;
}

.faq .accordion-button {
    background-color: var(--white);
    color: var(--deep-blue);
    font-size: 18px;
    font-weight: 600;
}

.faq .accordion-button:focus {
    box-shadow: none !important;
}

.faq .accordion-button:not(.collapsed) {
    color: var(--white);
    background-color: var(--deep-blue);
    box-shadow: none;
}

.faq .accordion-button:not(.collapsed)::after {
    background-image: url('../images/arrow-down-sign-to-navigate.png') !important;
    background-size: auto;
}
/* FAQ End */

.form-submit-btn {
    background-color: #37469f;
    color: #fff;
    border: none;
    padding: 8px 18px;
    border-radius: 4px;
    font-size: 14px;
}

.form-submit-btn:hover {
  color: #fff;
}

.table-bg {
  background-color: #fff;
  padding: 15px 20px 0 20px;
}

.table-bg td,th {
  color: #000;
}

.add-industrial-park-btn {
  background-color: #37469f;
  color: #fff;
  padding: 8px 14px;
  border-radius: 4px;
  font-size: 13px;
}

.add-industrial-park-btn:hover {
  color: #fff;
}

.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #ced4da;
  border-radius: 3px;
  padding: 5px;
  background-color: #fff;
  margin-left: 3px;
}
.mid-table
{
  text-align: center;
  background-color: #0001 !important;
  border: 1px solid #0005;
  font-weight: bold;
  margin-bottom: 5px;
}
/* #example
{
  margin-top: 20px !important;
} */

/* #example_wrapper {
  width: 100%;
  overflow-x: auto;
} */

/*.lg-table #example_wrapper table {
  width: 2000px;
} */

.add-tender-button {
  background-color: #37469f;
  color: #fff;
}

.add-tender-button:hover {
  color: #fff;
}

/* .dataTables_info {
  position: absolute;
  bottom: 10px;
  left: 17%;
}

.dataTables_paginate {
  position: absolute;
  bottom: 10px;
  right: 1%;
} */

.dataTables_paginate .paginate_button {
  font-size: 13px;
}

/* .table-section {
  overflow-x: auto;
}

.table-section::-webkit-scrollbar {
  display: none;
}

.table-section table {
  width: 2000px;
} */

table tr td {
  font-size: 11px !important;
}

#paste1 .text-center {
  display: none;
}

#paste2 .text-center {
  display: none;
}

.accor-add-btn {
  padding: 0;
  background: transparent;
  color: #000;
  font-size: 20px;
}

.accor-add-btn:hover {
  color: #000;
}

.dataTables_wrapper .dataTables_info {
  font-size: 12px;
}

/* Dashboard Tab Start */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  color: #37469f;
  font-weight: 500;
}

.dashboard-tab {
  background-color: #d8e4ef;
  min-height: 93vh;
}

.dashboard-tab .nav-tabs .nav-link {
  border-radius: 10px 25px 0 0;
  background-color: #717886;
  box-shadow: 0px -5px 10px #00000024;
  border: none;
  color: #fff;
  margin-right: 10px;
  position: relative;
  font-size: 14px;
  padding: 6px 20px;
  border-bottom: 1px solid #717886;
}

.dashboard-tab .nav-tabs .nav-link:hover::after  {
  z-index: 999;
}

.dashboard-tab .nav-tabs .nav-link.active {
  background-color: #fff;
  color: #00234c;
  border: none;
  z-index: 999;
  border-block-color: #fff;
}

.dashboard-tab .nav-tabs .nav-link::after {
  content: "";
  position: absolute;
  right: -36px;
  top: 3px;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-left: 49px solid #717886;
  z-index: 9;
  border-bottom: 1px solid #717886;
}

.dashboard-tab .nav-tabs .nav-link.active::after {
  border-left-color: #fff;
  border-bottom-color: #fff;
}

.nav-tabs .nav-link.active {
  color: #000;
  border-top: 3px solid #37469f;
}

.dashboard-tab .tab-content {
  padding: 28px 8px;
  box-shadow: 0 0 7px #0000003d;
  border-radius: 0 10px 10px 10px;
  /* background-image: linear-gradient( #c4cad5 0%, #fff 5%); */
  background-color: #fff;
}

.col-md-5 {
  margin-top: 0 !important;
}

/* .dashboard-tab .tab-content>.active {
  border: 3px solid #1d71a3;
  padding: 15px;
} */

.dashboard-tab .nav-tabs {
  border: none;
}

.box {
  width: 100%;
  height: 110px;
  padding: 20px 15px;
  border-radius: 10px;
  margin-bottom: 23px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.box .right i {
  font-size: 18px;
  color: #fff;
}

.rupees {
  font-family: cursive;
  font-weight: 600;
}

#printpdf {
  margin-top: 25px;
  color: #fff;
  border: none;
  font-size: 14px;
  padding: 6px 19px;
  border-radius: 4px;
  float: right;
  background-color: #37469f; 
}

.edit_delete {
  text-align: center;
}

#categoryFilter {
  margin-left: 20px;
  height: 33px;
  width: 130px;
}

#categoryFilter2 {
  margin-left: 20px;
  height: 33px;
  width: 160px;
}

.table-section .dt-buttons {
  float: right;
  margin-left: 15px;
}

.dt-button.buttons-excel.buttons-html5 {
  background-color: #37469f;
  color: #fff;
  padding: 5px 16px;
  border-radius: 4px;
  font-size: 13px;
  margin-right: 15px;
}

.dt-button.buttons-excel.buttons-html5:active {
  background-color: #37469f;
  color: #fff;
  box-shadow: none;
  background-color: #37469f;
}

.dt-button.buttons-excel.buttons-html5:focus {
  background-color: #37469f;
  color: #fff;
  text-shadow: none;
  background: #37469f;
}

.dt-button.buttons-excel.buttons-html5:focus-visible {
  background-color: #37469f;
  color: #fff;
}

.dt-button.buttons-excel.buttons-html5:hover {
  background-color: #37469f;
  color: #fff;
}

.process_tender_listing_section {
  max-width: 100vw;
  overflow-x: auto;
}

.box p {
	font-size: 20px;
  color: #fff;
  font-weight: normal;
  line-height: 26px;
  padding-left: 10px;
  margin-top: 16px;
  display: inline-block;
}

.box p span {
	font-size: 18px;
	color: #fff;
  font-weight: 600;
}

.box-icon {
	font-size: 18px!important;
  float: right;
  margin-top: 0px!important;
  color: #fff;
  padding-right: 10px;
}

.content-box {
	padding: 20px;
}

.content-box p {
	margin: 0px;
  font-size: 20px;
  color: #f7403b;
}

.content-box p span {
	float: right;
  background-color: #ddd;
  padding: 3px 10px;
  font-size: 15px;
}

.box-8, .box-4 {
	width: 95%;
	background-color: #272c4a;
	height: 330px;
}

.box-8 {
	margin-left: 10px;
}

.box-1 {
  background-color: #2c602c;
}

.box-2 {
  background-color: #2a4d4d;
}

.box-3 {
  background-color: #4a384a;
}

.box .left {
  color: #fff;
}

.box .left h4 {
  letter-spacing: 0.3px;
  margin-bottom: 14px;
  font-size: 14px;
}

.box .left h5 {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 18px;
}

.card-date {
  font-size: 12px !important;
  display: block;
  margin-bottom: 0;
}

/* Dashboard Tab End */

#example_wrapper {
  width: 100%;
  /* overflow-x: auto;
  overflow-y: clip;
  min-height: 115vh; */
}

#example_wrapper table {
  max-width: 100% !important;
  /* width: 2200px !important; */
}

.graphical_chart_tab {
  margin-top: 35px;
}

.table-section {
  width: 100%;
  overflow-x: auto;
}

.table-section #example {
  width: 1600px !important;
}

.captchadiv {
  margin-right: auto;
  margin-bottom: 10px;
}

.captchadiv .refereshrecapcha {
  margin-right: 15px;
}

.captchadiv .refresh-img-link {
  font-size: 21px;
  color: #313131;
}

#DataTables_Table_0 {
  font-size: 12px;
}

.defect-year-show {
  border: 1px solid #ccc;
  padding: 6px;
  border-radius: 4px;
  font-size: 13px;
}

#addNewUserModal .modal-header .modal-title {
  font-size: 14px;
}

#addNewUserModal .modal-header .btn-close {
  font-size: 14px;
}

#addNewUserModal .modal-footer button {
  font-size: 13px;
  padding-top: 4px;
  padding-bottom: 4px;
}

#addNewUserModal .modal-footer .btn.btn-primary.submit_btn {
  background-color: #37469f;
  border: 1px solid #37469f;
}

#addNewUserModal .form-select {
  font-size: 13px;
}

#edit_modal .modal-header .modal-title {
  font-size: 14px;
}

#edit_modal .modal-header .btn-close {
  font-size: 14px;
}

#edit_modal .modal-footer button {
  font-size: 13px;
}

#edit_modal .modal-footer .btn.btn-primary.submit_btn {
  background-color: #37469f;
  border: 1px solid #37469f;
}

#edit_modal .form-select {
  font-size: 13px;
}

/*** multi file upload style Somprakash **/
.file {
  position: relative;
  max-width: 22.5rem;
  font-size: 1.0625rem;
  font-weight: 600;
}
.file__value {
  background-color: rgb(55 70 159 / 14%);
  border-radius: 3px;
  margin-bottom: 8px;
  /* color: rgba(255, 255, 255, 0.3); */
  padding: 10px;
}
.file__input--file {
  opacity: 1;
  font-size: 13px;
  margin-bottom: 15px;
}
.file__input--label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  cursor: pointer;
}
.file__value {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* color: rgba(255, 255, 255, 0.6);*/
  font-size: 11px;
}
.file__value:hover:after {
  color: #000;
}
.file__value:after {
  content: 'X';
  cursor: pointer;
}
.file__value:after:hover {
  color: #000;
}
.file__remove {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
}

/*** multi file upload style Somprakash **/

/* .dropdown-button2 {
  max-height: 290px;
  overflow-y: auto;
} */

/* .dropdown-button2::-webkit-scrollbar {
  display: none;
} */
.godocfile {
  word-break: break-all;
  background-color: #e5e5e5;
  margin-top: 10px;
  font-size: 11px;
  padding: 6px;
  text-decoration-line: underline;
}

.godocfile a {
  color: #000;
}

.ghff .fa-circle-minus{
  color: #37469f;
}

/* lightbox css start */
.lightbox-container,
.lightbox-btn,
.lightbox-image-wrapper,
.lightbox-image {
  transition: all .4s ease-in-out;
}

.lightbox-container {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, .6);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
}

.lightbox-container.active {
  opacity: 1;
  pointer-events: all;
}

.lightbox-image-wrapper {
  display: flex;
  transform: scale(0);
  align-items: center;
  justify-content: center;
  max-width: 90vw;
  max-height: 50vh;
  position: relative;
}

.lightbox-image-wrapper .date {
    position: absolute;
    left: 10px;
    top: -105px;
}

.lightbox-image-wrapper .lightbox-image {
    background-color:#fff;
    padding: 25px 0;
}

.lightbox-container.active .lightbox-image-wrapper {
  transform: scale(1);
}

.lightbox-btn,
#close {
  color: white;
  z-index: 9999999;
  cursor: pointer;
  position: absolute;
  font-size: 50px;
}

.lightbox-btn:focus {
  outline: none;
}

.lightbox-container .left {
  left: 50px;
}

.lightbox-container .right {
  right: 50px;
}

.lightbox-container #close {
  top: 50px;
  right: 50px;
}

.lightbox-image {
  width: 100%;
  -webkit-box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, 0.19);
  box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, 0.19);
  max-height: 95vh;
  object-fit: cover;
}

@keyframes slideleft {
  33% {
      transform: translateX(-300px);
      opacity: 0;
      -webkit-transform: translateX(-300px);
      -moz-transform: translateX(-300px);
      -ms-transform: translateX(-300px);
      -o-transform: translateX(-300px);
}
  66% {
      transform: translateX(300px);
      opacity: 0;
      -webkit-transform: translateX(300px);
      -moz-transform: translateX(300px);
      -ms-transform: translateX(300px);
      -o-transform: translateX(300px);
}
}

.slideleft {
  animation-name: slideleft;
  animation-duration: .5s;
  animation-timing-function: ease;
}

@keyframes slideright {
  33% {
      transform: translateX(300px);
      opacity: 0;
      -webkit-transform: translateX(300px);
      -moz-transform: translateX(300px);
      -ms-transform: translateX(300px);
      -o-transform: translateX(300px);
}
  66% {
      transform: translateX(-300px);
      opacity: 0;
      -webkit-transform: translateX(-300px);
      -moz-transform: translateX(-300px);
      -ms-transform: translateX(-300px);
      -o-transform: translateX(-300px);
}
}

.slideright {
  animation-name: slideright;
  animation-duration: .5s;
  animation-timing-function: ease;
}

.lightbox-enabled {
  cursor: pointer;
}
/* lightbox css end */

.fa-solid.fa-file{
  font-size: 16px;
  color: #37469f;
}

/* Dashboard Map Start */
.interactive-map > img {
  vertical-align: top;
  position: relative;
  width: 100%;
 
}

.map-point i {
  font-size:20px;
  color:#b92020;
  visibility: hidden;
}

.map-point img,
.map-point span {
  cursor: pointer;
  outline: none;
  z-index: 2;
  position: absolute;
}

.map-point {
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.tooltip2 {
  display: block;
  position: absolute;
  z-index: 0;
}

.tooltip-item::after {
  content: '';
  position: absolute;
  width: 360px;
  height: 20px;
  bottom: 100%;
  left: 50%;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tooltip2:hover .tooltip-item::after {
  pointer-events: auto;
}

.tooltip-content {
  position: absolute;
  min-width: 215px;
  width: max-content;
  padding: 7px 7px 0 7px;
  left: -55px;
  margin: 0 0 20px -114px;
  bottom: -565%;
  text-align: left;
 
  box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
  background: #2a3035;
  opacity: 0;
  cursor: default;
  pointer-events: none;
  height: 110px;
}

.tooltip-effect-4 .tooltip-content {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: scale3d(0.7, 0.3, 1);
  transform: scale3d(0.7, 0.3, 1);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  -moz-transform: scale3d(0.7, 0.3, 1);
  -ms-transform: scale3d(0.7, 0.3, 1);
  -o-transform: scale3d(0.7, 0.3, 1);
}

.tooltip2:hover .tooltip-content {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
  transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}

.tooltip2:hover {
  z-index: 9999;
}

.tooltip-content::after {
  content: '';
  top: -16%;
  left: 71%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-bottom-color: #2a3035;
  border-width: 10px;
  margin-left: -10px;
  z-index: 99999;
}

.tooltip-text {
  font-size: 12px;
  display: block;
  color: #fff;
  position: relative !important;
}

.tooltip-text:first-child {
  color:  #3cf436;
  font-weight: 600;
}

.tooltip-text:last-child {
  color: yellow;
}

.clearfix {
  clear: both;
}
/* Dashboard Map End */

.process_tender_listing_section #example_wrapper table {
  width: max-content !important;
  max-width: max-content !important;
}

.process_tender_listing_section #example_wrapper table thead tr th:nth-child(7) {
  width: 400px !important;
  max-width: 400px !important;
}

.process_tender_listing_section #example_wrapper table tbody tr td:nth-child(7) {
  width: 400px !important;
  max-width: 400px !important;
}

/* Map pulse css */

.pulse {

   /* background:rgba(0,0,0,0.2); */
   background: #ff6503;
  
   border-radius: 50%;
  
   -webkit-border-radius: 50%;
  
   -moz-border-radius: 50%;
  
   -ms-border-radius: 50%;
  
   -o-border-radius: 50%;
  
   height: 14px;
  
   width: 14px;
  
   position: absolute;
  
   left: 50%;
  
   top: 50%;
  
   margin: 11px 0px 0px -12px;
  
   transform: rotateX(55deg);
  
   -webkit-transform: rotateX(55deg);
  
   -moz-transform: rotateX(55deg);
  
   -ms-transform: rotateX(55deg);
  
   -o-transform: rotateX(55deg);
  
   z-index: -2;
  
   height: 14px;
  
   width: 14px;
  
   position: absolute;
  
   left:80%;
  
   top:10%;
  
   margin:11px 0px 0px -12px;
  
   transform: rotateX(55deg);
  
  }
  
  
  
  .pulse:after {
  
   content: "";
  
   border-radius:50%;
  
   -webkit-border-radius:50%;
  
   -moz-border-radius:50%;
  
   -ms-border-radius:50%;
  
   -o-border-radius:50%;
  
   height: 40px;
  
   width: 40px;
  
   position: absolute;
  
   margin: -13px 0 0 -13px;
  
   animation: pulsate 1s ease-out;
  
   animation-iteration-count: infinite;
  
   animation-delay: 1.1s;
  
   opacity: 0.0;
  
   box-shadow: 0 0 1px 2px #e5a57c;
  
  }
  
  
  
  @keyframes pulsate {
  
   0% {
  
   transform: scale(0.1, 0.1);
  
   -webkit-transform:scale(0.1, 0.1);
  
   -moz-transform:scale(0.1, 0.1);
  
   -ms-transform:scale(0.1, 0.1);
  
   -o-transform:scale(0.1, 0.1);
  
   opacity: 0.0; 
  
   }
  
   
  
   50% {
  
   opacity: 1.0;
  
   }
  
   
  
   100% {
  
   transform: scale(1.2, 1.2);
  
   -webkit-transform: scale(1.2, 1.2);
  
   -moz-transform: scale(1.2, 1.2);
  
   -ms-transform: scale(1.2, 1.2);
  
   -o-transform: scale(1.2, 1.2);
  
   opacity: 0;
  
   } 
  
  }
/* Map pulse css */

/* 27-06-2023 */


#main {
  position: sticky;
  top: 0;
  z-index: 9999;
}

#main {
  margin-left: unset !important;
}

#main .head-top {
  background-color: #37469f;
  position: sticky;
  top: 0;
  right: 0;
  z-index: 9;
}

#main .head-top {
  padding: 8px 10px;
}

#main .head {
  background-image: unset;
}

.head {
  padding: unset;
}

.head-top .col-md-2 {
  width: max-content !important;
}

.sidenav {
  font-size: unset;
}

.sidenav {
  height: unset;
  width: unset;
  position: unset;
  z-index: unset;
  top: unset;
  left: unset;
  background-color: transparent;
  background-image: unset;
  overflow: unset;
  transition: unset;
  padding-top: unset;
}

.sidenav .sidenav-top .logo-large img {
  width: 51px !important;
}

.sidenav {
  font-size: unset;
  padding-left: 10px;
}

.sidenav .sidenav-top .logo-large .logo2 {
  position: relative;
}

.logo2 {
  display: inline-block;
  margin-bottom: 0px;
  color: #1f723f;
  font-weight: bold;
  vertical-align: middle;
}

.logo2 {
  margin-left: 5px;
  font-size: 22px;
  color: #fff;
  text-shadow: 2px 2px #0000009e;
}

.head-top .col-md-7 {
  width: max-content !important;
}

.top-nav ul {
  list-style: none;
}

.top-nav ul li {
  display: inline-block;
}

#main .head a {
  color: #fff;
  text-decoration-line: none;
  -moz-text-decoration-line: none;
}

#main .head a {
  font-size: 13px;
  padding: 10px 15px 10px 0;
}

.top-nav ul li a {
  display: block;
}

ul.dropdown-menu {
  display: none;
}

ul.dropdown-menu {
  position: absolute;
  left: -50%;
  min-width: 205px;
  background-color: #273143;
}

ul.dropdown-menu {
  min-width: auto !important;
}

ul.dropdown-menu li {
  display: block !important;
  white-space: nowrap;
  width: 100%;
}

#main .head .dropdown-menu a {
  padding: 10px 15px 10px 15px;
}

#main .head a {
  color: #fff;
  text-decoration-line: none;
  -moz-text-decoration-line: none;
}

#main .head a {
  font-size: 13px;
  padding: 10px 15px 10px 0;
}

.top-nav ul li a {
  display: block;
}

.head-top .col-md-3 {
  width: 20% !important;
}

.head-top .col-md-3 .top-nav {
  display: flex;
  justify-content: flex-end;
}

.top-nav ul li {
  display: inline-block;
}

.dropdown-custom {
  position: relative;
}

#main .head a {
  color: #fff;
  text-decoration-line: none;
  -moz-text-decoration-line: none;
}

#main .head a {
  font-size: 13px;
  padding: 10px 15px 10px 0;
}

.top-nav ul li a {
  display: block;
}

.sidenav-custom {
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 68px;
  right: 0;
  /* background-color: #273143; */
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.4s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.height {
  height: 93vh !important;
}

.side-search {
  width: 100%;
  margin-top: 30px;
}

.side-search .form-search {
  margin: 0 auto;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  position: relative;
}

.side-search .form-search input {
  width: 30%;
  box-sizing: border-box;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  background-color: #ffffff;
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
  padding: 9px 9px 9px 20px;
  border: 1px solid #b6c3cd;
  color: #4E565C;
  outline: none;
  -webkit-appearance: none;
}

.side-menu {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  max-height: 100%;
  padding: 30px 0 0 22px;
}

.side-menu {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    max-height: 100%;
    padding: 30px 0 0 22px;
}
.side-menu {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.side-menu div {
  width: 25%;
  margin-bottom: 25px;
}

.side-menu a {
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}

.side-menu div img {
  width: 45px;
  margin-bottom: 17px;
}

.side-menu div h3 {
  font-size: 15px !important;
  color: #2587d3 !important;
  font-weight: 400;
}

.side-menu div p {
  color: #000;
  font-size: 12px;
  margin-bottom: 0;
}

.side-menu {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  max-height: 100%;
  padding-top: 30px;
}

.side-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.side-menu::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}

.side-menu::-webkit-scrollbar-thumb {
  background-color: #000000;
}

.sidenav-custom .closebtn {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 16px !important;
}

.sidenav-custom a {
  text-decoration: none;
  display: block;
  transition: 0.3s;
}

.sidenav-custom a {
  padding: 10px 30px 10px 15px !important;
}

.container-fluid.bg-style.p-style {
  padding-left: unset !important;
  padding-left: var(--bs-gutter-x,.75rem) !important;
}

.container-fluid.bg-style.p-style {
  padding-top: 15px;
}

.dashboard-tab .box-area-sec {
  padding: 20px;
  margin-bottom: 25px;
}

#main .head .right {
  width: max-content;
}

.head-top .col-md-3 {
  width: max-content !important;
}

#main .head .left {
  width: max-content;
}

.top-nav .admin-dropdown-menu::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #273143;
  top: -10px;
  left: 45%;
}

#settingLink {
  font-size: 18px !important;
  padding-right: 0 !important;
  cursor: pointer;
}

#settingLink .fa-gear {
  transition: 0.4s;
}

#settingLink i {
  color: #fff !important;
}

.rotate {
  transform: rotate(60deg);
}

#settingLink i {
  color: #fff !important;
}

.table-section {
  max-height: 80vh;
  margin-top: 30px;
}

@media only screen and (max-width: 1899px) {
  .table-section {
    max-height: 68vh;
  }
}

.table-section::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.table-section::-webkit-scrollbar
{
	width: 11px;
  height: 11px;
	background-color: #F5F5F5;
}

.table-section::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}

.table-section #example {
  width: max-content !important;
}

.modal {
  z-index: 9999;
}

.modal .modal-header {
  background-color: #687dd2;
}

.modal .modal-header .modal-title {
  color: #fff;
  font-size: 13px;
  line-height: 0;
}

.modal .modal-header .btn-close {
  font-size: 11px;
  filter: invert(1);
  opacity: 1;
}

.modal .modal-footer {
  padding-top: 5px;
  padding-bottom: 5px;
}

.modal .modal-footer .btn.btn-secondary {
  font-size: 12px;
  background-color: #ea4335;
  border: none;
}

.modal .modal-footer button[type="submit"] {
  border: none;
  font-size: 14px;
  padding: 4px 16px;
  background-color: #37469f;
  color: #fff;
  border-radius: 4px;
}

.tender-popup-body .form-submit-btn {
  border: none;
  font-size: 14px;
  padding: 4px 16px;
  background-color: #37469f;
  color: #fff;
  border-radius: 4px;
  margin-top: 8px;
}

.accordion-button {
  background-color: #37469f !important;
  color: #fff !important;
  font-size: 14px !important;
}

.accordion-button::after {
  font-size: 11px;
  filter: invert(1);
  opacity: 1;
}

#chh .form-group.d-inline-block.ms-3 {
  font-size: 13px;
}

.fa-pen-to-square {
  color: #000000d6;
  padding: 0 4px;
}

.fa-eye {
  color: #000000d6;
  padding: 0 4px;
}

.fa-trash {
  color: red;
  padding: 0 4px;
}

#example tr td {
  border: none;
}

/* #example thead tr:first-child td:first-child {
  border-right: 1px solid gray;
} */

div.dataTables_wrapper div.dataTables_paginate {
  margin-bottom: 10px;
}

#example thead tr:first-child td:nth-child(1) {
  border: none;
}

#example thead tr:first-child td:nth-child(2) {
  border: 1px solid gray;
}

#example thead tr:first-child td:nth-child(3) {
  border: 1px solid gray;
  border-left: none;
}

#example thead tr:first-child td:nth-child(4) {
  border: 1px solid gray;
  border-left: none;
}

#example thead tr:first-child td:last-child {
  border: none;
}

.table-row td:nth-child(1) {
  border: 1px solid gray !important;
}

.table-row td:nth-child(2) {
  border: 1px solid gray !important;
  border-left: none !important;
}

.table-row td:nth-child(3) {
  border: 1px solid gray !important;
  border-left: none !important;
}

.table-row td:nth-child(4) {
  border: 1px solid gray !important;
  border-left: none !important;
}

table table {
  border: none !important;
}

table table table {
  border: none !important;
}

table table table table {
  border: none !important;
}

table table table table table {
  border: none !important;
}

table table table table table table {
  border: none !important;
}

table table table table table table table {
  border: none !important;
}

/* .table-bg {
  max-width: 100vw;
  overflow-x: auto;
} */

.table-bg #example {
  min-width: 100% !important;
  width: max-content !important;
  max-width: max-content !important;
  margin-top: 0 !important;
}

.table>thead {
  position: sticky;
  top: 0;
  background-color: #fff;
}

.table-row {
  background-color: #fff;
}

.table-bg table {
  min-width: 100% !important;
  width: max-content !important;
  max-width: max-content !important;
}

.sub_components .sub-title {
  font-size: 13px !important;
  margin: 0 !important;
  margin-top: 27px !important;
}

#newexample thead tr th {
  font-size: 13px;
  font-weight: 500;
}

#collapseSeven #newexample tbody tr.dtrg-start th {
  font-size: 13px;
  font-weight: 500;
}

.image-gall .col-md-3 {
  font-size: 13px;
}

.image-gall .col-md-2 {
  font-size: 13px;
}

.image-gall .col-md-2:last-child input[type="submit"] {
  padding: 5px 18px;
}

.all-project-images-title {
  font-size: 16px;
  margin-left: 22px;
}

div.dataTables_wrapper div.dataTables_length {
  float: left;
}

div.dataTables_wrapper div.dataTables_filter {
  float: right;
}

.shwheadingOverall {
  text-align: center;
  margin-bottom: 20px;
  font-size: 13px;
  color: #084298;
  background-color: #cfe2ff;
  /* border: 1px solid #b6d4fe; */
  /* padding: 8px; */
  border-radius: 4px;
  font-weight: 500;
  line-height: 20px;
}

.shwheading {
  text-align: center;
  margin-bottom: 20px;
  font-size: 13px;
  color: #084298;
  background-color: #cfe2ff;
  border-radius: 4px;
  font-weight: 500;
  line-height: 30px;
}

.page-ttl {
  padding-left: 2px;
}

.page-ttl span:first-child {
  font-size: 16px;
}

.wht-tr th {
  color: #fff;
}

.role-tbl tbody th {
  font-weight: 500;
}

.permissions-modules-item.mt-1.mb-4 .form-check {
  padding-left: 0;
}

.permissions-modules-item.mt-1.mb-4 .form-check .permissions-modules-item-title input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin-left: 1px;
  margin-right: 10px;
}

.permissions-modules-item.mt-1.mb-4 .permissions-modules-item-checkbox.checkbox {
  padding-left: 1.7rem;
}

.permissions-modules-item.mt-1.mb-4 .permissions-modules-item-checkbox.checkbox .form-check {
  padding-left: 1.5rem;
}

.row.div_append {
  margin-top: 18px;
}

.modal-footer button {
  font-size: 13px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.modal-footer input[type="submit"] {
  font-size: 13px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.fa-trash-can {
  color: red;
  margin: 0 4px;
}

.usr-tbl thead tr th {
  color: #fff;
}

.interactive-map.px-3 {
  position: relative;
}

.map-title {
  position: absolute;
  top: 1.5px;
  left: 18px;
  z-index: 9;
  color: #37469f;
  font-size: 13px;
  background: #fff;
  padding: 3px 6px;
  display: inline-block;
}

.map-title-bottom {
  position: absolute;
  bottom: -3px;
  right: 23px;
  font-size: 10px;
  font-weight: bold;
  color: #000;
}

.footer_text {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #000000cc;
  color: #fff;
  font-size: 12.5px;
  font-weight: 300;
  padding: 3px 0;
  z-index: 9;
  /* display: none; */
}

.footer_text .footer_text_content p {
  text-align: center;
  margin-bottom: 0;
  color: #fff;
}

.footer_text .footer_text_content p a {
  color: #fff;
}

.footer_text .footer_text_content p a:hover {
  text-decoration-line: underline;
}

.dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

.dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: inherit !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: rgba(230, 230, 230, 0.1);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(230, 230, 230, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: -webkit-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -moz-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -o-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
}

.dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: inherit !important;
  border: 1px solid transparent;
  border-radius: 2px;
}

label[for="name_of_park"] {
  font-weight: 500;
}

select[name="park_id"].form-control.form-select.d-inline-block.w-75 {
  width: 100% !important;
}

.child-tbl thead tr:last-child th {
  font-size: 12px;
}

.child-tbl tbody th {
  font-size: 12px;
}

.calcule_left.d-inline-block.me-3 {
  font-size: 13px;
}

/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.add-industrial-tab {
  padding: 25px;
}

.add-industrial-tab input[type="submit"] {
  font-size: 13px;
  padding: 7px 12px;
}

.add-industrial-tab button {
  font-size: 13px;
  padding: 7px 12px;
}

.add-industrial-tab #addTender {
  font-size: 13px;
  padding: 7px 12px;
}

.add-industrial-tab #addAward {
  font-size: 13px;
  padding: 7px 12px;
}

.add-industrial-tab .w-75 {
  width: 89% !important;
}

.add-industrial-tab p {
  font-size: 13px;
}

@media only screen and (max-width: 1600px) {
  .map-title {
    top: 1.4px;
    left: 17px;
  }

  .add-industrial-tab .nav-tabs .nav-link {
    font-size: 11px;
    padding: 6px 18.5px;
  }

  .add-industrial-tab .nav-tabs .nav-link::after {
    border-top: 26px solid transparent;
  }
  
  .add-industrial-tab .tab-content {
    border-radius: 0 0px 10px 10px;
  }
}

@media only screen and (max-width: 1399px) {
  .add-industrial-tab .nav-tabs .nav-link {
    padding: 6px 12px;
  }
}

.process_tender_listing_section.table-section .dt-buttons {
  float: right;
  margin-left: 67px;
}

.dtrg-group.dtrg-start {
  font-size: 12px;
}

