

    .nav-padding{
    padding-left:26px;
    }

    .background{
    background: rgba(0, 0, 0, 0.4);
    background-size: cover;
    height: 100%;
    max-height: 100%;
    }

    .text-primary-color{
      color:#1b7ae2 !important;
    }
    .text-secondary-color{
      color: #fb8c00 !important;
    }
   
    .bg-primary-color{
      background-color:#1b7ae2 !important;
    }
    .bg-secondary-color{
      background-color: #fb8c00 !important;
    }
    .bg-3{
      background-color: #8d00f7 !important;
    }
    .bg-4{
      background-color: #f7e400 !important;
    }
    .text-5{
      color: #339537 !important;
    }

    .espl-text-size{
      font-size:13px !important;
    }
    
    .espl-text-size2{
      font-size:14px !important;
    }
    
    .input-group>.form-control{
      width:100% !important;
    }

    .brand-img{
    /* width: 80px; */
    margin-top:3px;
    max-height: 5rem!important;
    }

    .sidenav-header {
        height: 10rem;
    }
    /* */
    .bg-color{
    background-color:#f3f3f3;
    }

    .bg-gray{
      background-color: #fafafa !important;
    }

    /* .current-page{
        background-image: linear-gradient(195deg,#e91e63,#e91e63);
    } */
    .table-hover>tbody>tr:hover {
      --bs-table-accent-bg: #f6faff !important;
      color: var(--bs-table-hover-color);
  }

  .dataTable-sorter2 {
    display: none !important;
  }

.async-hide {
    opacity: 0 !important
}

.aside-img {
  height: 100% !important;
  background-image: none !important;
  background-color: white !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06) !important;
}

.navbar {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06) !important;
}


.espl-nav-link{
  padding-top: 0.45rem !important; 
  padding-bottom: 0.45rem !important;
  color:rgb(0, 0, 0) !important;
  font-weight:400 !important
}

.sidenav .navbar-brand {
  padding: 1rem 1.5rem;
}

.navbar .nav-link{
  font-size: 13px !important;
}
.dataTable-wrapper .dataTable-container .table thead tr th {
  text-transform: none!important;

}

.bg-gradient-primary {
  background-image: linear-gradient(195deg, #ec407a, #d81b60);
}

.btn-white{
  background-color: white;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06) !important;
  color: #0984e3;
}

.btn-white:hover{
  color: #666666;
}
.btn-gray{
  background-color: white;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06) !important;
  color: #0984e3;
}

.btn-gray:hover{
  color: #666666;
}

.btn-secondary{
  background-color: #6e6d6d;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06) !important;
}

.btn-secondary:hover{
  background-color: #807f7f;
}


.nav-link {
  font-weight: 500;
  font-size: 13px !important;
  color: #000000 ;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
 
  color: #1b7ae2 ;
}

.nav-link:focus, .nav-link:hover {
  color: #1b7ae2;
}


.input-group.input-group-outline .form-control {
  border-top-left-radius: 0.2rem!important;
  border-bottom-left-radius: 0.2rem!important;
}


.text-dark{
  color:#000 !important;
}

#style-3::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(196, 196, 196, 0.3);
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb
{
	background-color: #c7c7c7;
}

label{
  color:#000;
  font-size: 13px;
  font-weight: 500;
}
.form-head{
  background-color:white;
  top: 0; 
  z-index: 1023;
  width:100%; 
  box-shadow: 0 1px 0px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06) !important;
  
}
.dyn-height {
  width:85%;
  height:100%;
  overflow-y:auto;
  position: fixed;
  margin-left:20px;
  margin-right:20px;
}

input, select {
  height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem !important;
  font-size: 13px!important;
  line-height: 1.5!important;
  border-radius: .2rem!important;
}

.input-group.input-group-outline .form-control {
  padding: 0.325rem 0.75rem!important;
}

.form-check:not(.form-switch) .form-check-input[type=checkbox]:checked:after {
  opacity: 1;
  padding-right: 15px;
  padding-bottom: 7px;
}

.navbar-main.fixed-top {
  background-color: white;margin-left: 14.125rem !important;
  width: calc(100% - 13.125rem);
}

.table-striped>tbody>tr:nth-of-type(odd) {
  --bs-table-accent-bg: #f6faff!important;
  color: var(--bs-table-striped-color);
}


.dataTable-wrapper .dataTable-bottom {
  padding: 1.5rem;
  padding-top: 1.5rem !important;
}
.dataTable-wrapper .dataTable-top .dataTable-search input {
  width: 300px !important;
}

@media (min-width: 1200px){
  .sidenav.fixed-start+.main-content {
      margin-left: 14.125rem !important;
  }
}

/* .aside-img{
    background-image: url("http://localhost:8080/espl/admin_resource/assets/img/esp-1 copy.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;

} */
.logo-text{
    height: 6.475rem;
}
.breadcrumb-item  .breadcrumb-item::before {
    float: left; 
    padding-right:2px;  
    /* color: #666666; */
    color: #000 !important;
    content: var(--bs-breadcrumb-divider, ">") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumbs-color{
    /* color:#b0bec5; */
    color:#000;
}
.current-page{
    background-image: linear-gradient(195deg,#1b7ae2,#1b7ae2);
    margin: 0 1rem;
    border-radius: .375rem;
    color: white !important;
}

.navbar-vertical .navbar-nav .nav-link {
  padding-left: 0 !important;
}

.navbar-vertical .navbar-nav .nav-link[data-bs-toggle=collapse]:after {
  color: black !important;
}



.optionbox {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%)
}

.optionbox select {
background: #E91E63;
color: #fff;
padding: 10px;
width: 250px;
height: 50px;
border: none;
font-size: 20px;
box-shadow: 0 5px 48px rgb(93, 15, 9);
-webkit-appearance: button;
outline: none
}

.optionbox:before {
content: '\f358';
font-family: "Font Awesome 5 free";
position: absolute;
top: 0;
right: 0;
height: 50px;
width: 50px;
background: #E91E63;
text-align: center;
line-height: 50px;
color: #fff;
font-size: 30px;
pointer-events: none
}

.optionbox:hover:before {
background: #c72059
}

.espl-overflow-wrap{
  white-space: initial !important;
}

.client-name:hover{
  color:#0984e3!important;

}

.navbar-vertical .navbar-nav>.nav-item .nav-link.active {
  background-color: hsl(0deg 0% 78% / 0%) !important;
}

/*css for image upload for album*/

.imageThumb {
    max-height: 75px;
    border: 2px solid;
    padding: 1px;
    cursor: pointer;
  }
  .pip {
    display: inline-block;
    margin: 10px 10px 0 0;
  }
.remove {
    display: block;
    background: #444;
    border: 1px solid black;
    color: white;
    text-align: center;
    cursor: pointer;
  }
  .remove:hover {
    background: white;
    color: black;
  }

 .approve-pending{
    background: orange;
    color: black;
    content: 'Pending';
  }
  
 .approved{
    background: green;
    color: black;
    content: 'Approved';
  }

  .approve-cancel{
    background: red;
    color: black;
    content: 'Cancel';
  }

  .circle {
    border-radius: 100% !important;
    overflow: hidden;
    width: 128px;
    height: 128px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    /* position: absolute; */
    top: 72px;
}

.profile-pic {
  width: 200px;
  max-height: 200px;
  display: inline-block;
}
img {
  max-width: 100%;
  height: auto;
}

.p-image {
  /* position: absolute; */
  top: 167px;
  right: 30px;
  color: #666666;
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

.upload-button {
  font-size: 12px;
  font-family: Roboto, Helvetica, Arial, sans-serif !important;
}

.file-upload {
  display: none;
}

.resize-td{
  white-space: -o-pre-wrap; 
  word-wrap: break-word;
  white-space: pre-wrap; 
  white-space: -moz-pre-wrap; 
  white-space: -pre-wrap;
}

.bg_brochure{
  /* background-image: url("http://localhost:8080/mhlaxmi-TMT/admin_resource/assets/img/Rate-card1.jpg");
  background-repeat: no-repeat;
  background-size: cover; */
  background-color: greenyellow;
  height: 154vh;
}
.brochure-barnd-img{
  width: 178px;
  margin-top: 3px;
  max-height: 12rem!important;
}
.iso-img{
  width: 80px;
  margin-top:3px;
  max-height: 5rem!important;
}
.basic-rate-margin{
    margin-bottom: 5vh;
    margin-top: 5vh;
}
.dataTable-wrapper .dataTable-container .table thead tr th {
	opacity: 1!important;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 150%;
  left: 50%;
  margin-left: -60px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
.espl-icon{
  margin-left: 10px;
  top: 20% !important;
  font-size: 2.5rem !important;
}





@media(max-width:480px){
  .crm-dash-upmeet{
    margin-top:18px;
    padding:0px !important;
  }
  .navbar-main.fixed-top {
    background-color: white;
     margin-left: 0rem !important; 
    width: calc(100% - 0.125rem) !important;
}

.dyn-height {
    width: 90%;
    height: 840px;
    overflow-y: auto;
    position: fixed;
     margin-left: 0px !important; 
    margin-right: 20px;
    }
}

@media (max-width: 1024px){
  .navbar-main.fixed-top {
    background-color: white;
    margin-left: 0rem !important;
    width: calc(100% - 0.125rem)!important;
}
 
} 

@media(width:1366px){
  .dyn-height {
    width:78% !important;
      
  }
  
}
@media screen and (max-width: 1366px) and (max-height: 768px) {
  .nav-padding {
      padding-left: 20px; /* Adjusted padding */
  }

  .background {
      background: rgba(0, 0, 0, 0.4);
      background-size: cover;
      height: 100%;
      max-height: 100%;
  }

  .espl-text-size {
      font-size: 12px !important; /* Reduced font size for smaller screen */
  }

  .espl-text-size2 {
      font-size: 13px !important;
  }

  .brand-img {
      margin-top: 2px;
      max-height: 4rem !important; /* Reduced size for better fit */
  }

  .navbar-main.fixed-top {
      margin-left: 10rem !important; /* Adjusted navbar margin */
      width: calc(100% - 10rem); /* Adjusted width */
  }

  .sidenav-header {
      height: 8rem; /* Reduced sidenav header size */
  }

  .dyn-height {
      height: 680px; /* Adjusted height for smaller screen */
      overflow-y: auto;
  }

  .dataTable-wrapper .dataTable-top .dataTable-search input {
      width: 250px !important; /* Reduced search box width */
  }

  .dataTable-wrapper .dataTable-bottom {
      padding: 1rem !important; /* Adjusted padding for smaller layout */
  }

  .btn-white,
  .btn-gray {
      font-size: 12px; /* Reduced button font size */
  }

  .navbar .nav-link {
      font-size: 12px !important; /* Adjusted font size for navbar links */
  }

  input, select {
      font-size: 12px !important;
      padding: 0.25rem 0.5rem !important; /* Adjusted padding for form inputs */
  }
}



@media(max-width:768px){
  .crm-dash-upmeet{
    margin-top:18px;
    padding:0px !important;
  }
  .icon-lg {
    width: 54px;
    height: 54px;
}
  .espl-icon{
    margin-left: 9px!important;
    top: 16%!important;
    font-size: 2.2rem!important;

  }
}


.first-letter {
  text-transform: capitalize
}