.rupee-font-family{
  font-family: arial, sans-serif;
}

.item {
  flex: 1 1 auto;
  min-width: 200px;
  max-width: 1100px;
}

.avatar-name-header{
  background-color: #241d91;
  padding: 10px;
  color: #fff;
}

.spe-cards-min-height{
  min-height: 8em;
}

.guage-chart{
  min-height: 190px;
}

.navbar-vertical .navbar-nav .nav-item .nav-link{
  padding-left: 10px;
  
}

.auth-cover-brand{position:absolute;z-index:1;inset-block-start:1.8rem;inset-inline-start:2.7rem}

.app-brand-logo.demo img {
  width: 100%;
  height: 50px;
}

.themecolor{
    background-color: red;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.float-right{
  float: right;
}

.float-left{
  float: left;
}

.loan-calculator {
 font-family: arial, sans-serif;
 width: 740px;
 margin: 24px auto;
 background: #fff;
 box-shadow: 0 12px 50px -11px rgba(0, 0, 0, 0.2);
 border-radius: 8px;
 color: #14213d;
 overflow: hidden;
}

.loan-calculator,
.loan-calculator * {
 box-sizing: border-box;
}

.loan-calculator .top {
 background: #050A30;
 color: #fff;
 padding: 32px;
}

.loan-calculator .top h2 {
 margin-top: 0;
}

.loan-calculator form {
 display: flex;
 flex-direction: column;
 gap: 10px;
 justify-content: space-between;
}  
 
.loan-calculator form .group{
 display: flex;
 flex-direction:row;
 gap: 10px;
 padding-bottom: 4px;
 justify-content: space-between;
}
 
.loan-calculator form .groups{
 display:flex;
 flex-direction:row;
 gap: 15px;
 justify-content: center;
}

.loan-calculator .title {
 margin-bottom: 12px;
}

.loan-calculator form input {
 font-size: 20px;
 padding: 8px 20px;
 border-radius: 10px;
 width: 100%;
 color:#000;
}

.loan-calculator .result {
 display: flex;
 justify-content: space-between;
 align-items: center;
 padding: 32px;
}

.loan-calculator .result .left {
 width: 100%;
 padding: 8px 32px;
}

.loan-calculator .left h3 {
 font-size: 16px;
 font-weight: 400;
 margin-bottom: 8px;
}

.loan-calculator .result .value {
 font-size: 30px;
 font-weight: 900;
 padding-bottom: 10px;
 border-bottom: 1px solid rgba(20, 33, 61, 0.2);
}

.loan-calculator .result .value::before {
 content: "\20B9";
 font-size: 27px;
 font-weight: 400;
 margin-right: 6px;
 opacity: 0.4;
}

.loan-calculator .group1{
 padding-top: 32px;
 text-align: center;
}  
 
.loan-calculator .group1 .calculate-btn {
 background: #e63946;
 color: #fff;
 border: none;
 padding: 8px 32px;
 border-radius: 8px;
 font-size: 18px;
 font-weight: 900;
 cursor: pointer;
 margin: 24px 0;
}

.loan-calculator .right {
 width: 50%;
}

/* Modal container */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Background overlay */
}

/* Checkmark icon */
.check-icon {
  font-size: 40px;
  color: green;
  display: block;
  margin: 20px 0;
}

/* Modal text */
.modal-body p {
  font-size: 18px;
  margin-bottom: 20px;
}

/* OK button */
#modal-ok-btn {
  padding: 10px 20px;
  background-color: #00ccff;
  border: none;
  border-radius: 5px;
  color: white;
  font-size: 16px;
  cursor: pointer;
}

#modal-ok-btn:hover {
  background-color: #0099cc;
}

/* Close button */
.modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 25px;
  color: #aaa;
  cursor: pointer;
}

.modal-close:hover {
  color: #000;
}

.sticky-user-info {
  position: sticky;
  top: 4.5em; /* Adjust as necessary */
  z-index: 1000; /* Ensures it stays above other content */
}

.tbody-data{
  font-size: 16px; 
  color: #000; 
  font-weight: 600
}

div#example_paginate {
  float: right;
  margin-top: 10px;
  padding-right: 36px;
}

div#example_info {
  margin-top: 10px;
  padding-left: 20px;
  justify-content: center;
}

div#example_filter{
  padding-right: 36px;
}

div#example_length {
  padding-left: 20px;
}

.dataTables_length label{
  display: flex;
  align-items: center;
  margin-bottom: 5%;
  width: 25%;
}

.dataTables_length label select{
  display: flex;
  align-items: center;
  margin-bottom: 5%;
  width: 40%;
}

@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

  #toggleEye {
    margin-left: 10px;
}

      /* Custom styles for the calendar */
      #inline-calendar {
        margin: 0;              /* Reset margin */
        padding: 10px;          /* Add padding for visual appeal */
        border: 1px solid #ddd; /* Optional: border for visibility */
        border-radius: 5px;     /* Optional: rounded corners */
        width: 100%;            /* Make the calendar take full width */
        box-sizing: border-box;  /* Include padding and border in total width */
        display: none;
    }

    /* Optional: additional styling for the card */
    .card {
        background-color: #fff; /* Set card background */
        border-radius: 10px;    /* Round card corners */
    }

    /* Highlight styles for the 5th of each month */
    .highlight {
        background-color: #241C91 !important; /* Change background color */
        color: white !important;               /* Change text color */
        border-radius: 50%;                    /* Make it circular */
    }

    /* Tooltip styles */
    .tooltip {
        position: absolute;
        background: rgba(0, 0, 0, 0.75);
        color: white;
        padding: 5px 10px;
        border-radius: 4px;
        display: none; /* Initially hidden */
        font-size: 12px;
        z-index: 10;
    }


@media (max-width: 650px) {
 .loan-calculator {
   width: 90%;
   max-width: 500px;
   min-height: 1400px;
 }

 .loan-calculator form .group {
   flex-direction: column;
   gap: 20px;
 }
 
 .loan-calculator form .groups {
   flex-direction: column;
   gap: 20px;
 }

 .loan-calculator .result {
   flex-direction: column;
   text-align: center;
 }

 .dashboard-margin-top{
  margin-top: 25%;
 }

 .dashboard-box-hieght{
  height: calc(40vh - 0px) !important;
 }
}

@media(min-width: 1200px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
      max-width: 1480px;
  }
  
  .float-xxl-start {
    float: right !important;
  }
  .float-xxl-end {
    float: left !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .opacity-xxl-0 {
    opacity: 0 !important;
  }
  .opacity-xxl-25 {
    opacity: 0.25 !important;
  }
  .opacity-xxl-50 {
    opacity: 0.5 !important;
  }
  .opacity-xxl-75 {
    opacity: 0.75 !important;
  }
  .opacity-xxl-85 {
    opacity: 0.85 !important;
  }
  .opacity-xxl-100 {
    opacity: 1 !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .position-xxl-static {
    position: static !important;
  }
  .position-xxl-absolute {
    position: absolute !important;
  }
  .position-xxl-relative {
    position: relative !important;
  }
  .position-xxl-fixed {
    position: fixed !important;
  }
  .position-xxl-sticky {
    position: sticky !important;
  }
  
  /* Additional styles follow */
  .float-xxl-start {
      float: right !important;
  }
  .float-xxl-end {
      float: left !important;
  }
  .float-xxl-none {
      float: none !important;
  }
  .object-fit-xxl-contain {
      object-fit: contain !important;
  }
  .object-fit-xxl-cover {
      object-fit: cover !important;
  }
  .object-fit-xxl-fill {
      object-fit: fill !important;
  }
  .object-fit-xxl-scale {
      object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
      object-fit: none !important;
  }
  .opacity-xxl-0 {
      opacity: 0 !important;
  }
  .opacity-xxl-25 {
      opacity: .25 !important;
  }
  .opacity-xxl-50 {
      opacity: .5 !important;
  }
  .opacity-xxl-75 {
      opacity: .75 !important;
  }
  .opacity-xxl-85 {
      opacity: .85 !important;
  }
  .opacity-xxl-100 {
      opacity: 1 !important;
  }
  .d-xxl-inline {
      display: inline !important;
  }
  .d-xxl-inline-block {
      display: inline-block !important;
  }
  .d-xxl-block {
      display: block !important;
  }
  .d-xxl-grid {
      display: grid !important;
  }
  .d-xxl-inline-grid {
      display: inline-grid !important;
  }
  .d-xxl-table {
      display: table !important;
  }
  .d-xxl-table-row {
      display: table-row !important;
  }
  .d-xxl-table-cell {
      display: table-cell !important;
  }
  .d-xxl-flex {
      display: flex !important;
  }
  .d-xxl-inline-flex {
      display: inline-flex !important;
  }
  .d-xxl-none {
      display: none !important;
  }
  .position-xxl-static {
      position: static !important;
  }
  .position-xxl-absolute {
      position: absolute !important;
  }
  .position-xxl-relative {
      position: relative !important;
  }
  .position-xxl-fixed {
      position: fixed !important;
  }
  .position-xxl-sticky {
      position: sticky !important;
  }
  .col-xxl {
      flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
      flex: 0 0 auto;
      width: auto;
  }
  .row-cols-xxl-1 > * {
      width: 100%;
  }
  .row-cols-xxl-2 > * {
      width: 50%;
  }
  .row-cols-xxl-3 > * {
      width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
      width: 25%;
  }
  .row-cols-xxl-5 > * {
      width: 20%;
  }
  .row-cols-xxl-6 > * {
      width: 16.66666667%;
  }
  .col-xxl-auto {
      width: auto;
  }
  .col-xxl-1 {
      width: 8.33333333%;
  }
  .col-xxl-2 {
      width: 16.66666667%;
  }
  .col-xxl-3 {
      width: 25%;
  }
  .col-xxl-4 {
      width: 33.33333333%;
  }
  .col-xxl-5 {
      width: 41.66666667%;
  }
  .col-xxl-6 {
      width: 50%;
  }
  .col-xxl-7 {
      width: 58.33333333%;
  }
  .col-xxl-8 {
      width: 66.66666667%;
  }
  .col-xxl-9 {
      width: 75%;
  }
}

@media (max-width: 767px) {
  .guage-chart {
    min-height: 300px;
  }
}

.bg-primary:hover {
  background-color: #0056b3 !important;
}

.bg-danger:hover {
  background-color: #b71c1c !important;
}

.bg-info:hover {
  background-color: #0288d1 !important;
}

.bg-success:hover {
  background-color: #1b5e20 !important;
}

.bg-warning:hover {
  background-color: #ff6f00 !important;
}

.icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d9e7fa;
  border: 2px solid #d9e7fa;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #215cac;
  font-size: 1.25rem; /* Adjusts icon size */
}

.password-container {
  position: relative;
  /* width: 392px; */
}
/* .password-input.input[type="password"] {
  width: 175%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.password-input.input[type="text"] {
  width: 175%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
} */

input[type="password"] {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

input[type="text"] {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
}


.eye-icon {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 20px;
}
.listing-carousel-wrapper  {
	margin: 50px 0 20px;
}
.listing-carousel-wrapper.lc_hero {
	margin: 0;
}
.listing-carousel-wrapper.lc_hero .lc-wbtn {
	color:#fff;
}
.listing-carousel-wrapper .section-tile {
	left:-10px;
}
.listing-carousel  {
    margin :0 -10px  ; 
}
.listing-carousel .listing-item , .featured-carosuel .listing-item {
	width:100%;
	padding: 0;
	margin: 0;
}
.slick-slide-item  {
	float:left;
	width:100%;
}
.listing-carousel .slick-slide{
    padding : 0 10px;
}
.geodir-category-img_item {
	position:relative;
	z-index: 1;
	display: block;
}
.geodir-category-img_item .overlay {
	opacity:0.25;
	transition: all 200ms linear;
}
.geodir-category-img:hover .overlay {
	opacity:0.4;
}
.geodir-category-img img  , .card-info-media img{
	width: 100%;
	height: 300px;
}
.geodir-category-img .geodir-category-location{
	position:absolute;
	left: 20px;
	bottom: 15px;
	z-index: 5;
} 
.geodir-category-img .geodir-category-location a{
	color:#fff;
}
.geodir-category-img .list-single-opt_header_cat {
	position: absolute;
	left: 20px;
	top: 30px;
	z-index: 5;
}
.geodir-category-img .list-single-opt_header_cat_edit {
	position: absolute;
	left: 20px;
	top: 20px;
  right: 10px;
	z-index: 5;
}
.geodir_save-btn , .compare-btn {
	position:absolute;
	right: 20px;
	top: 30px;
	z-index: 5;
	width: 34px;
	height: 34px;
	line-height: 34px;
	background: rgba(255,255,255,1.4);
	color:#fff;
	font-size: 13px;
	border-radius: 4px;
}
.compare-btn {
	top:75px;
}
.geodir_save-btn:hover i , .compare-btn:hover i {
	font-weight:900;
}
.geodir-category-content {
	padding:15px 20px;
	background: #fff;
	border: 1px solid #eee;
	border-top:none;
	border-radius: 0 0 6px 6px;
}
.geodir-category-content h3 {
	text-align:left;
	padding: 0 0 5px 0;
	font-weight: 600;
	font-size: 18px;
}
.geodir-category-content h3 a {
	color:#757B8D;
}
.geodir-category-content h3 a:hover {
	color:#272B32;
}
.geodir-category-content_price {
	text-align: left;
	font-weight: 500;
	font-size: 18px;
}
.geodir-category-content p {
	font-weight:400;
}
.geodir-category-content-details li {
	float:left;
	margin: 0 18px 0 0;
}
.geodir-category-content-details li i {
	margin: 0 7px 0 0;
	font-size: 19px;
	color:#999;
}
.geodir-category-content-details li span {
    font-weight: 600;
	font-size: 12px;
	color:#333;
}
.geodir-category-footer {
	padding:10px 0 0;
	border-top: 1px solid #eee;
	margin-top: 15px;
}
.geodir-category-footer .btn {
	margin-top: 0;
}
.geodir-category-footer .btn {
	margin-top: 0;
}
.geodir-category-footer .card-popup-rainingvis {
	float:right;
	top: 12px;
}
.geodir-category-listing_media-list {
	position:absolute;
	bottom: 15px;
	right: 20px;
	color: #fff;
	z-index: 5;
}
.geodir-category-listing_media-list span {
	float:left;
	margin-left: 6px;
}
.listing-carousel .slick-dots {
	bottom: -40px;
}
.listing-carousel   .slick-dots li button {
	background:#ccc;
}
.listing-carousel-wrapper  {
	margin: 50px 0 20px;
}
.listing-carousel-wrapper.lc_hero {
	margin: 0;
}
.lc-wbtn {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 36px;
	line-height: 36px;
	background: #fff;
	z-index: 20;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 5px 5px rgba(0,0,0,0.05);
	transition: all 200ms linear;
	font-size: 11px;
}
.lc-wbtn.lc-wbtn_prev {
	left:-60px;
}
.lc-wbtn.lc-wbtn_next {
	right:-60px;
}
.lc-wbtn:hover {
	box-shadow: 0 0px 0px rgba(0,0,0,0.05);
}
#blocksContainer .block-card {
  flex: 1 1 calc(25% - 1rem); /* Default to 4 columns */
  min-width: 200px;
  max-width: 300px;
}

.block-card {
  margin-bottom: 1rem;
}

.icon-preview i,
.icon-preview img {
  display: inline-block;
}

.testimonial-card{
  border: 1px solid lightgray;
  border-radius: 5px;
}

.floating-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Search */

.logo {
  text-align: center;
  margin-top: 0%;
}

.search-container input[type="text"] {
  width: 135%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 35px;
  padding-left: 35px;
}

.search-container1 {
  position: relative;
  
  width: 190%;
  max-width: 600px; /* Controls the maximum width of the search bar */
  margin: 0 auto; /* Centers the input box on the page */
}

.search-container1 input[type="text"] {
  width: 105%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 35px;
  padding-left: 35px;
}

.search-containernew {
  position: relative;
  
  width: 190%;
  max-width: 600px; /* Controls the maximum width of the search bar */
  margin: 0 auto; /* Centers the input box on the page */
}

.search-containernew input[type="text"] {
  width: 120%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 35px;
  padding-left: 35px;
}
.search {
  text-align: center;
}

#search {
  background-color: #fff;
  border: none;
  height: 44px;
  width: 584px;
  margin-top: 30px;
  vertical-align: top;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
  padding-left: 20px;
}

#search:focus {
  outline: none;
}

#search:hover {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16),
    0 0 0 1px rgba(0, 0, 0, 0.08),
    0 1px 9px rgba(0, 0, 0, 0.16);
  transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
}


.buttons {
  text-align: center;
  width: 100%;
  height: 60px;
  padding: 30px 0;
}

.search-button {
  font-family: arial, sans-serif;
  font-size: 13px;
  color: #757575;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  height: 36px;
  width: 176px;
  margin: 30px 5px;
  font-weight: bold;
  padding: 10px;
  text-decoration: none;
}

.search-button:hover {
  border: 1px solid #c6c6c6;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #222;
  background-image: -webkit-linear-gradient(top, #f8f8f8, #f1f1f1);
  background-color: #f8f8f8;
}

.lucky-button {
  font-family: arial, sans-serif;
  font-size: 13px;
  color: #757575;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  height: 36px;
  width: 140px;
  margin: 30px 5px;
  font-weight: bold;
  padding: 10px 0;
}

.lucky-button:hover {
  border: 1px solid #c6c6c6;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #222;
  background-image: -webkit-linear-gradient(top, #f8f8f8, #f1f1f1);
  background-color: #f8f8f8;
}

.footer {
  width: 100%;
  height: 40px;
  border-top: 1px solid #e4e4e4;
  line-height: 40px;
  bottom: 0;
  position: absolute;
  padding: 0;
}

.footer-links a {
  /* color: #666; */
  color:#f4eded;
  font-family: arial, sans-serif;
  font-size: 13px;
  padding: 14px;
}

.footer-links a:active {
  color: #dd4b39;
}

.left-links {
  float: left;
  margin-left: 25px;
}

.right-links {
  float: right;
  margin-right: 16px;
}
.home {
  display: flex;
  gap: 3px;
   /* Adds space between each <li> */
}

.home li {
  list-style-type: none; /* Remove default list styling */
}

.home li a {
  padding: 10px 5px;
  color:#000 /* Optional, for internal spacing inside the <a> tags */
}

.search-container {
  position: relative;
  
  width: 200%;
  max-width: 600px; /* Controls the maximum width of the search bar */
  margin: 0 auto; /* Centers the input box on the page */
}

/* Styling the search input field to look like Google search bar */
.newsearch {
  width: 100%; /* Ensures the input takes up the full container width */
  padding: 12px 40px 12px 20px; /* Padding inside the input, gives space for the icon */
  font-size: 16px; /* Font size similar to Google’s search bar */
  border-radius: 24px; /* Rounded corners for the search bar */
  border: 1px solid #ccc; /* Light border like Google’s */
  background-color: #fff; /* White background */
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); /* Slight shadow for depth */
  transition: box-shadow 0.3s ease-in-out; /* Smooth transition on focus */
}

/* Focus effect on the input */
.newsearch:focus {
  outline: none; /* Remove default focus outline */
  border-color: #4285f4; /* Google blue border color */
  box-shadow: 0 0 8px rgba(66, 133, 244, 0.3); /* Add blue glow effect */
}

/* .newsearch {
  
   background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAACrElEQVR42u2Xz2sTQRSAX8VSb1K8iNqKooJH2Ux6Ksn+iPQqxZMIehJB0do/IMhmQWsvHr2KSEGk0tSLIoWIYNUKij20F2/N7iaUZnYT0kYzzhMKs0HDJiTdLcwHDwKZSd63781LBiQSSW9JZdkhzfKm1Rz9mjZp/W9YdEU3vXv4HsQZ40FtNG36q5rls//Ej4tmbSS2T15Mvp3ExOPmEMQNbBtMMEyoljcFcQN7PqyAlqNfIG7gYQ0tYNIaxA1MrJPY3wImbUqBKAXSFv0tBSIVMOkvKRDtGKWN/T6FdqRAxFNoWwpEPIXqUqBT6ALU/UVgu8GW4GD3f6f9TRDYNJTDrk7YbtiqUumHwIYoUJuHERDAS0r4CvgFECgbY+cFAR7KT+g1POmCKFDNw6WggHc3fBtVb4CAoyauBgXIG+g1Xh5mRAGah6cggBd11fK/h7lOprIs0H6uRl6KAo5O7kOv4QmPiwJ4Jqqv4FiwCtXjvD2+tRmfK6kZ/ygI2HritK0rDVGgrClJ6DWMwYC/AGuCBMYcIC2V0CzvjmbRz3j3xUjn6CfeYreUJ2wQkGD75INPX1mFfsEFrrcIYCvdhC4paWQakxajpJMr0C9YFg54i7AsClRmh9/xnr0NHcInzZStk2aLwAcGMAD9pPIazvFKVDD5rdnhJeHLX5RTyRPQHpz5o66emMc9wdlPtvA8wF7Aq2BUHh1525qEo5JtR1WeOXpickO9cJIpyuD6xJmhYiZ5ytWSl3mlnuOaf+2zDaLDXmJrSgZ/MYVEugo+gSh+FkSBa4yd5Ul87DZ5XpFl/AyIEjzYjkau8WqshU2cr13HPbgX4gJOD97n465GZlyVvC9mSKloKI2iTnbwNT+gBX54H+IaXAtxJzE3ycSAFqSAFJACUkAikXD+AHj5/wx2o5osAAAAAElFTkSuQmCC); 
  background-position: 540px 10px;
  background-repeat: no-repeat;
  background-size: 25px;
} */


/* Styling the search icon */
.search-box-icon {
  position: absolute;
  right: 15px; /* Position the icon on the right inside the input */
  top: 50%;
  transform: translateY(-50%); /* Vertically center the icon */
  font-size: 18px; /* Adjust the size of the icon */
  color: #4285f4; /* Google blue color for the icon */
  pointer-events: none; /* Prevents the icon from interfering with typing */
}

/* Optional: Add a hover effect to the icon */
.search-box-icon:hover {
  cursor: pointer;
}
.share-holder {
  display: inline-block;
  align-items: center;
  gap: 10px;
  position: relative;
}

.share-btn {
  background-color: rgb(9, 115, 228);
  color: white;
  /* padding: 10px 15px; */
  border: none;
  cursor: pointer;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.share-btn i {
  font-size: 18px;
}

.share-container {
  display: none;
  position: absolute;
  right: -430%;
  bottom: -27%;
  transform: translateY(-50%);
  background: white;
  padding: 6px;
  border-radius: 5px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}

.share-container a {
  margin: 0 5px;
  color: white;
  padding: 10px;
  border-radius: 50%;
  display: flex;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  align-items: center;
}

.share-container a.facebook {
  background: #3b5998;
}

.share-container a.twitter {
  background: #1da1f2;
}

.share-container a.linkedin {
  background: #0077b5;
}

.share-container a.whatsapp {
  background: #25d366;
}

.share-container.show {
  display: flex;
}
.share-container a.google {
  background: #3b5998;
}
.button-container {
  display: flex;
  gap: 10px; /* Adjust the gap size */
}
.pagination-container {
  text-align: center;
  margin-top: 20px;
}

.pagination-container a {
  display: inline-block;
  padding: 8px 15px;
  margin: 0 5px;
  text-decoration: none;
  color: #fff;
  background-color: #007bff;
  border-radius: 5px;
}

.pagination-container a:hover {
  background-color: #0056b3;
}

.pagination-container .active {
  font-weight: bold;
  background-color: #0056b3;
}
.admin.bg-holder {
  background-size: contain; /* Adjusts size */
  background-position: center;
  background-repeat: no-repeat;
  overflow: auto; /* Makes it scrollable */
  height: 300px;
  
}
.admin.avatar-profile {
  position: absolute; /* Keeps it within the parent */
  top: 80%; /* Adjust the position slightly above the bottom */
  left: 6%; /* Centers it horizontally */
  transform: translateX(-50%); /* Ensures perfect centering */
  z-index: 10; /* Keeps it on top */
  width: 120px;
  height: 120px;
  background-color: white; /* Optional: Adds a background */
  border-radius: 50%;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.agent-profile.avatar-profile {
  position: absolute; /* Keeps it within the parent */
  bottom:-75%; /* Adjust the position slightly above the bottom */
  left: 8%; /* Centers it horizontally */
  transform: translateX(-50%); /* Ensures perfect centering */
  z-index: 10; /* Keeps it on top */
  width: 130px;
  height: 130px;
  background-color: white; /* Optional: Adds a background */
  border-radius: 50%;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.bootstrap-tagsinput {
    width: 100% !important;
    min-height: 38px;
    padding: 0.375rem 0.75rem;
    border: 1px solid #ced4da;
    display: block;
}

.bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: white;
    background-color: #007bff;
    padding: 0.2rem 0.5rem;
    border-radius: 3px;
}

