/*
* demo.css
* File include item demo only specific css only
******************************************************************************/
:root {
  --primary: #1FB37A;
  --primary-light: #e8fadf;
  --success: #11734b;
  --success_light: #d4edbc; 
  --warning: #f1c232;
  --warning_light: #ffe5a0;
  --opportunity: #215a6c;
  --danger: #b10202;
  --danger_light: #ffcfc9;
  --info: #0a53a8;
  --info_light: #bfe1f6;
  --light: #e8eaed;
}

.menu .app-brand.demo {
  height: 64px;
  margin-top: 12px;
}
.text-primary{
  color: var(--primary);
}
.app-brand-logo.demo svg {
  width: 22px;
  height: 38px;
}

.app-brand-text.demo {
  font-size: 1.75rem;
  letter-spacing: -0.5px;
  text-transform: lowercase;
}

.list-style-none {
  list-style-type: none;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
/* Detached navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 76px !important;
}
/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}

.header_option_btn {
  cursor: pointer;
}

/*---- Himanshu Css ----*/
.menu-inner{
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
}
.menu-item .menu-link{
  color: #697a8d;
  font-size: 16px;
  padding: 0.565rem 1rem;
  transition: all .3s ease;
}

.menu-item .menu-link:hover{
  background-color: rgba(67,89,113,.04);
  color: #1FB37A;
}
.menu-item .active{
  background-color: rgba(67,89,113,.04);
  color: #1FB37A;
}
.filter-form-dropdown .dropdown-item:hover{
  background-color: transparent !important;
}
.filter-form label{
  width: 50px !important;
}
/*---- Btn Primary ---*/
.btn-primary{
  background-color: #1FB37A !important;
  border: 1px solid #1FB37A !important;
  box-shadow: none;
}
.btn-primary:hover{
  border: 1px solid #1FB37A !important;
  transform: none;
}
.text-primary{
  color: #1FB37A !important;
}
.btn-dark{
  box-shadow: none !important;
}
.bg-primary{
  background-color: #1FB37A !important;
}
p {
  font-size: 13px;;
}
.card > a {
  color: #000;
}
.table > thead {
  background-color: var(--primary);
}
.table:not(.table-dark) th {
  color: #fff;
}
table.dataTable {
  min-height: 60vh;
  vertical-align: top;
}
table.dataTable tbody tr {
  padding: 30px;
}
table.dataTable tbody tr.even {
  background-color: #f5f5f5;
}
div table.dataTable tbody th, div table.dataTable tbody td {
  border: none;
  padding: 15px 10px;
  vertical-align: middle;
}
.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: none;
}
div table.dataTable.no-footer {
  border-bottom: none;
}
#inquiryTable tbody tr.hovered, #inquiryTable tbody tr.clicked {
  background-color: var(--primary-light);
}
.details-control i {
  color: #000;
}
#inquiryTable_wrapper > .bottom, #usersTable_wrapper > .bottom {
  display: grid;
  grid-template-columns: 240px 1fr 240px;
}
#inquiryTable_wrapper > .bottom .dataTables_info, #usersTable_wrapper > .bottom .dataTables_info {
  text-align: center;
}
.inq_readMore {
  display: inline-block;
  color: #000;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.inq_readMore:hover {
  color: var(--primary);
}
div .dataTables_wrapper .dataTables_length select {
  border-color: #eee;
}
#usersTable_wrapper 
/*  */
.content_header_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
}
.dropdown_body {
  max-width: 450px;
  padding: 30px;
}
.columns_options {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px;
  width: 450px;
  padding: 30px;

}
.toggle-vis {
  padding: 5px 15px;
  border: 1px solid #eee;
  color: #9d9d9d !important;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.toggle-vis:hover, .toggle-vis.active {
  border-color: var(--primary-light);
  background-color: var(--primary-light);
  color: var(--primary) !important;
}

.popover_filters {
  position: absolute;
  margin: 0px;
  transform: translate(871px,52px);
  inset: 0px auto auto 0px;
}
/*-- View action button ---*/
td{
  position: relative;
}
.view-action-btn{
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  background: transparent !important;
  border: none !important;
  color: #000;
}
.view-action-btn:hover,.view-action-btn:focus{
   border: none !important;
   color: #000 !important;
}
/*--- Table Style ----*/
.inquiry-table .card{
  overflow-x: scroll;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-radius: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #1FB37A; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #1FB37A; 
}
/*--- Team Count ---*/
.team-count{
  display: flex;
  justify-content: space-between;
  
}
.team-count-small {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px;
  justify-content: center;
  align-items: center;
}

.team-count-small span {
  padding: 5px 15px;
  border: 1px solid #eee;
}

.dataTable td, .dataTable select, .dataTable input {
  font-size: 12px;
}

.dataTable select, .dataTable input, .batch_style {
  padding: 2px 12px;
  border: none;
  border-radius: 30px;
  box-shadow: 0 3px 30px rgba(0,0,0,0.07);
  width: fit-content;
}
.cust-tr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5px 15px;
}
.cust-tr-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 10px;
}
.cust-tr-col span:nth-child(2) {
  padding: 1px 10px;
  border-radius: 30px;
  border: 1px solid var(--primary);
  color: var(--primary);
}
.cust-tr-col span:nth-child(2) input {
  border: none;
  background-color: transparent;
  padding: 0;
}
.dataTable .cust-tr-col span select{
  border: none;
  background-color: transparent;
}
.cust-tr-col.commercials_col span:nth-child(2) {
  border: none;
  padding: 0;
  border-radius: 0;
}
.form-check-input:checked, .form-check-input[type=checkbox]:indeterminate {
  background-color: var(--primary);
  border-color: var(--primary);
  box-shadow: 0 2px 4px 0 rgba(31, 179, 122, 0.5);
}
.dataTable select.lead_status {
  background-color: var(--warning_light);
  color: #555 !important;
}
.dataTable select.text-success, .dataTable .cust-tr-col span select.text-success, .custom_search_filter_pop_card-body .text-success {
  background-color: var(--success_light);
  color: var(--success) !important;
}
.dataTable select.text-danger, .dataTable .cust-tr-col span select.text-danger, .custom_search_filter_pop_card-body .text-danger {
  background-color: var(--danger_light);
  color: var(--danger) !important;
}
.dataTable select.text-dont-want, .dataTable .cust-tr-col span select.text-dont-want, .custom_search_filter_pop_card-body .text-dont-want {
  background-color: #8B0000;
  color: white !important;
}
.dataTable select.text-info {
  background-color: var(--info_light);
  color: var(--info) !important;
}
.dataTable select.text-dark {
  background-color: #777;
  color: #fff !important;
}
.dataTable select.form-control:disabled, .dataTable select .form-control[readonly], .dataTable input.form-control:disabled {
  background-color: #f5f5f5 !important;
  opacity: 0.8;
  color: #999 !important;
}
.dataTables_wrapper .dataTables_filter {
  position: absolute;
  left: 0;
  right: 0;
  top: -55px;
  width: 250px;
  margin: auto;
}
.dataTables_wrapper .dataTables_filter i {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.dataTables_wrapper .dataTables_filter input[type="search"] {
  border-color: #ddd;
  width: 100%;
  padding: 7px 45px 7px 15px;
}
/* Custom Popover */
.cust_popover-main {
  position: relative;
}
.header_option_btn {
  padding: 5px 15px;
  border: 1px solid #eee;
  cursor: pointer;
  border-radius: 4px;
  display: flex;
  align-items: center;
  grid-gap: 5px;
}
.header_option_btn span {
  display: flex;
}

.cust_popover_content {
  position: absolute;
  top: 100%;
  padding: 30px;
  box-shadow: 0 3px 30px rgba(0,0,0,0.07);
  z-index: 99999;
  background-color: #fff;
  min-width: 350px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: all 0.3s ease;
  border-radius: 4px;
}
.cust_popover_content.pos_right {
  right: 0;
}
.cust_popover_content .filter_btns {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 15px;
}
.cust_popover_content.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.btn-underline {
  padding: 0;
  border: none;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.btn-underline:hover {
  color: var(--primary);
}
.bg-success.toast, .bg-success.bs-toast {
  background-color: var(--primary) !important;
  color: #fff;

}
.bg-success.toast .toast-header .btn-close, .bg-success.bs-toast .toast-header .btn-close{
  background-color:  var(--primary) !important;
}
.end-0{
  right: 106px !important;
}
div.dataTables_wrapper .dataTables_paginate .paginate_button:not(.next) {
  border-radius: 50%;
}
div.dataTables_wrapper .dataTables_paginate .paginate_button.current{
  background-color: var(--primary) !important;
  border:  1px solid var(--primary) !important;
  color: #fff !important;
}
div.dataTables_wrapper .dataTables_paginate .paginate_button.current, div.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
 color: #fff !important;
}
div.dataTables_wrapper .dataTables_paginate .paginate_button:active{
  background: #F7D600 !important;
  color: #000 !important;
  border: 1px solid #F7D600 !important;
  box-shadow:  none !important;
}
.avatar-initial img{
  border-radius: 50%;
 }
 .bg-label-primary{
   background-color: #fff!important;
 }
 .avatar {
  margin: auto;
}
.custom_search_filter {
  width: 350px;
  position: relative;
}
.custom_search_filter_inputMask {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  color: var(--primary);
}
.custom_search_filter .form-control:hover, .custom_search_filter .form-control:focus {
  border-color: var(--primary);
}
.custom_search_filter_pop {
  position: absolute;
  top: calc(100% - 23px);
  width: calc(100% - 46px);
  background-color: #fff;
  z-index: 9999;
  border-radius: 4px;
  box-shadow: 0 5px 30px rgba(0,0,0,0.07);
  border: 1px solid #eee;
}
.custom_search_filter_pop_wrap {
  position: relative;
  padding: 15px;
}
.custom_search_filter_pop_wrap > h5 {
  background-color: var(--primary-light);
  padding: 15px;
  border-radius: 4px;
}
.custom_search_filter_pop_body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
} 
.custom_search_filter_pop_card {
  border: 1px solid #eee;
  padding: 10px;
  border-radius: 10px;
  position: relative;
}
.custom_search_filter_pop_card-header {
  padding: 20px;
  background-color: var(--primary-light);
  border-radius: 4px;
}
.custom_search_filter_pop_wrap ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.custom_search_filter_pop_left ul li a {
  color: #000;
  transition: all 0.3s ease;
}
.custom_search_filter_pop_left ul li a:hover {
  color: var(--primary);
}
.custom_search_filter_pop_card-body {
  padding: 0 20px 20px;
}
.custom_search_filter_pop_card-body ul li {
  display: grid;
  grid-template-columns: auto 1fr;
}
.custom_search_filter_pop_card-body ul li:not(:last-child), .custom_search_filter_pop_left ul li:not(:last-child) {
  margin-bottom: 15px;
}
.custom_search_filter_pop_card-body ul li a {
  color: #000;
}
.custom_search_filter_pop_card-body ul li span {
 margin-left: 15px; 
}
.custom_search_filter_pop_right_basicInfo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.custom_search_filter_pop_right_basicInfo li:not(:first-child) {
  margin-left: 30px;
}
.custom_search_filter_pop_right_basicInfo li span:first-child {
  margin-right: 5px;
  color: var(--primary);
}
.custom_search_filter_pop_right_headSource {
  position: absolute;
  right: 20px;
  top: 20px;
  background: var(--primary);
  color: #fff;
  padding: 3px 10px;
  border-radius: 30px;
  font-size: 14px;
}
/* Loader */
.full-screen-loader {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ----- Custom Modal Style ----- */
.modal.cust_mod_style .modal-header {
  background: var(--primary);
  margin: 10px;
  border-radius: 4px;
  padding: 10px;
}
.modal.cust_mod_style .modal-header .modal-title {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}


.inquiry_row_fade{
  background-color: #C3C9C8!important;
}