/* @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: Montserrat, sans-serif; */
  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: 900px;
    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, #242a4c); 
    background-color:#37469f;*/
    /* background-color:#242a4c; */
    background-color: #534383;
    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: 15%;
}

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

.container-custom .logo-section .heading h1 {
  text-shadow: 2px 2px #0000009e;
}
/* 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: #242a4c;*/
  /* 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: #242a4c;*/
}

#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;
}

/* 20-05-2023 Start */

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

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

/* 20-05-2023 End */

#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: #242a4c;
}

.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;
}

.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: #242a4c;
    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: 20px;
}

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

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

.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: #242a4c;
  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 {
  /* padding: 6px 8px; */
  padding: 0;
  border-radius: 4px;
  margin: 0 5px;
  /* background-color: #242a4c; */
  background-color: transparent;
  /* color: #fff; */
  color: #21364b;
  border: none;
  font-size: 13px;
  cursor: pointer;
}

/* .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: 13px;
}

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

.nav-tabs .nav-link {
  color: #242a4c;
  font-weight: 600;
}

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

.dashboard-tab .tab-content {
  padding-top: 25px;
}

.box {
	width: 99%;
	height: 110px;
	background-color: #272c4a;
	margin-left: 10px;
	padding: 5px;
  padding-top: 25px;
  border-radius: 8px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.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: 2px;
  margin-bottom: 15px;
  font-size: 14px;
}

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

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

/* 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;
}

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

#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: #242a4c;
  border: 1px solid #242a4c;
}

#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: #242a4c;
}

/* 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: -1px;
}

.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: #242a4c;
}

/* 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: -30px;
  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 {
  max-width: unset !important;
  width: 2200px !important;
}

.logo-section .heading h3 {
  font-size: 20px;
}

.logo-section .heading h6 {
  font-size: 15px;
}

.sidenav .sidenav-top {
  background-color: transparent !important;
}

.sidenav .sidenav-top .logo-large img {
  background-color: #fff;
  padding: 3px;
  width: 42px !important
}

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

.sidenav .sidenav-top .logo-large .logo2::after {
  content: 'B AND R';
  -webkit-text-stroke: 0.5px #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  font-size: 22px;
  bottom: 0;
  -webkit-text-fill-color: #005c1c;
  opacity: 1;
  z-index: 0;
  width: 100%;
  font-weight: 600;
}

/* New Table Style Start */

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f1f1f1!important;
  border: 1px solid #dee2e6 !important;
  border-left: none !important;
  border-right: none !important;
}

.dataTable>tbody>tr:nth-of-type(odd) {
  background-color: #f1f1f1!important;
  border: 1px solid #dee2e6 !important;
  border-left: none !important;
  border-right: none !important;
}

.table-striped tr td {
  padding: 15px !important;
}

.dataTable tr td {
  padding: 15px !important;
}

table th {
  font-weight: bold !important;
  background: #fff!important;
  color: #878a99 !important;
  font-size: 13px !important;
}

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

table thead {
  border: none !important;
}

table thead {
  border: none !important;
}

table thead tr {
  border: none !important;
}

table thead tr th {
  border: none !important;
}

table tbody {
  border: none !important;
}

table tbody tr {
  border: none !important;
}

table tbody tr td {
  border: none !important;
}

.table-striped>tbody>tr:nth-of-type(even):hover {
  background: #e7f1ff!important;
}

.dataTable>tbody>tr:nth-of-type(even):hover {
  background: #e7f1ff!important;
}

/* New Table Style End */

/* 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 */