html, body{
  background-color: #ffffff;
    /* background-color: rgb(224 219 250)!important; */
    /* background: linear-gradient(#ddd8fa,#fff); */
    overflow-x: hidden;
    height: 100%!important;
    scroll-behavior: smooth!important;
}

img{
  outline: none!important;
  border: none!important;
}

.topbar-filter, .topbar-refresh{
  font-size: 24px; 
  color: #cd1e7c;
  cursor: pointer;
  box-shadow: none!important;
  opacity: .6;
  outline: none!important;
  border: none!important;
  text-decoration: none;
  position: relative;
  right: -6rem;
}
.topbar-filter{right: -6rem; display: ;}

#gototop{
  display: none;
  position: fixed;
  right: 0.8rem;
  bottom: 7.2rem;
  z-index: 100000;
  font-size: 24px!important;
  background: #e0dbfa;
  color: #ffffff;
  padding: 0px 5px;
  border-radius: 4px;
  line-height: 0;
  outline: none;
  text-decoration: none; 
}
#gototop:hover, #gototop:active, #gototop:focus{
  background: green;
  color: #ffffff; 
}

#showpassword{
  cursor:pointer;
  position: absolute;
  float: right;
  top: 0rem;
  right: 0rem; 
  padding: 11px;
}

.cst-padd{
  padding: 4.4rem 0 3.4rem;
}

a{
    text-decoration: none!important;
}

.vertical-align {
    position: relative;
    top: 14%;
    -webkit-transform: translateY(14%);
    -ms-transform: translateY(14%);
    transform: translateY(14%);
}

.fa-lg{line-height: 1!important;}

.gradient-custom-2 {
  /* fallback for old browsers */
  background: #fccb90;
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-linear-gradient(to right, #ee7724, #d8363a, #e41a7c, #4c48ac);
  border: none;
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: linear-gradient(to right, #ee7724, #d8363a, #e41a7c, #4c48ac);
}

@media (min-width: 768px) {
  .gradient-form {
    height: 100vh !important;
  }
}
@media (min-width: 769px) {
  .gradient-custom-2 {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
  }
}

/* width */
body::-webkit-scrollbar {
  width: 1px!important;
  height: 2px!important;
}
::-webkit-scrollbar {
  width: 3px!important;
  height: 2px!important;
}
/* Track */
::-webkit-scrollbar-track {
  /* background: #f1f1f1; */
  background: transparent;
}
/* Handle */
::-webkit-scrollbar-thumb {
  /* background: #888; */
  background: transparent;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  /* background: #555; */
  background: transparent;
}

::-webkit-input-placeholder { /* Edge */
  font-size: 16px;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: 16px;
}
::placeholder {
  font-size: 16px;
}

.sidemenu, .sidesettings{
  transition: all .2s!important;
}

/* header */
header {
  background-color: #e9ebee7a;
  border-radius: 0;
  box-shadow: 0 0 2px 0 #e9ebef;
  position: fixed;
  top: -2px;
  width: 100%;
  z-index: 100000;
}
#logo {
  width: 40px;
  height: auto;
  padding-bottom: 4px;
  outline: none!important;
}
.navbar-light .navbar-toggler {
  box-shadow: none!important;
}
button, button:focus, button:active {
  border: none!important;
  outline: none!important;
  box-shadow: 0 0 2px 0 #000000!important;
  transition: all 0.9s;
  opacity: .6;
}
@media (min-width: 768px){
  .navbar-expand-md .navbar-nav .nav-link {
      padding-right: 1.5rem;
      padding-left: 1.5rem;
  }
}
.material-icons {
  position: relative;
  line-height: 0.9;
  top: 5px;
}
 
@media (max-width: 768px){
  .navbar-collapse {
      /* border-top: 1px solid rgba(0,0,0,.1); */
      padding-top: 5px;
  }
  .navbar-toggler, .navbar-toggler:focus, .navbar-toggler:active {
    outline: none!important;
    border: none!important;
  }
  .navbar-toggler {
    font-size: 16px;
    padding: 8px 0;
  }
  .bg-light {
    background-color: #ffffff!important;
    box-shadow: 0 0 2px 0 #000000;
  }
  .navbar-light .navbar-nav .nav-link.active {
      /* background-color: transparent!important; */
      border: none!important;
      padding: 10px;
      border-radius: 5px;
  }
}
.nav-tabs {
  border-bottom:none!important;
}
.nav-tabs {
  border: none!important;
}
.dropdown-item {
  color: rgba(0,0,0,.5)!important;
  border: none!important;
  outline: none!important;
}
.nav-tabs .nav-link.active {
  color: #0d8ce6!important;
  background-color: transparent!important;
  border-bottom: 2px solid #0d8ce6!important; 
  font-weight: 600;
  outline: none!important;
  font-size: 16px;
}
.nav-tabs .nav-link{
  border-top-color: #d5d0ec!important; 
  border-left-color: #d5d0ec!important; 
  border-right-color: #d5d0ec!important;  
  /* border: none!important; */
  outline: none!important;
}

.dropdown-item.active, .dropdown-item:active { 
  color: #ffffff!important;
  background-color: #eca1a8!important;
}

@media (min-width: 768px){
  .navbar-expand-md .navbar-nav .dropdown-menu {
      position: absolute;
  }
  .dropdown-menu {
      top: 98%!important;
      /* background: #f8f9fadb; */
      border: none;
      min-width: 15rem;
      padding-top: 1px;
  }
  #myTab {
      transition: all 0.9s!important;
  }
   

  .navbar {
    padding: 0 50px!important;
}
}
/*  */
  
.navbar {
  padding: 0.3rem 1rem!important;
}

/* footer */
.footer {
    position: fixed;
    bottom: -0.3rem;
    left: 0;
    width: 100%;
    text-align: center;
    transition: all 0.46s;
    z-index: 1;
}

@media (min-width: 768px){
  .footer-menu {
      padding: 0 18rem;
  }
}

.footer-menu {
  box-shadow: 0 1px 4px rgb(0 0 0 / 30%), 0 0 40px rgb(255 251 251 / 10%) inset;
  width: 100%;
  height: auto;
  padding: 0px;
  margin: 0;
  list-style-type: none;
  overflow: auto;
  position: relative;
  /* border-radius: 20px 20px 0 0; */
  display: flex;
  /* background-image: linear-gradient(to right, white, white), linear-gradient(to right, white, white), linear-gradient(to right, rgba(0, 0, 20, .50), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 20, .50), rgba(255, 255, 255, 0)); */
  background-position: left center, right center, left center, right center;
  background-repeat: no-repeat;
  background-color: rgb(255,255,255);
  background-size: 20px 100%, 20px 100%, 20px 100%, 20px 100%;
  background-attachment: local, local, scroll, scroll;
}
@media (min-width: 768px){
  .footer-menu {
      padding: 0 18rem;
  }
}
.footer-menu li {
  flex: 1;
  min-width: 90px;
  border: 1px solid rgba(0,0,0,.1);
}

.footer-menu .footer-menu-link {
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 2px;
  box-sizing: border-box;
  color: #5e5e5e;
  text-decoration: none;
  transition: all 0.46s;
  line-height: 1.1;
  font-weight: 500;
}

.material-icons {
  font-size: 20px;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
/* end footer */

/*  */
.white-box{ 
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 1px 0 #333;
  cursor: pointer;
}
.inner-box{
  padding: 1rem;
}
.bottom-bar{
  background-color: #e7efffc4;
  border-radius: 0 0 10px 10px;
  font-size: 13px;
  padding: 0.4rem 1rem;
  color:#333;
}
.cst-right{  
  position: relative;
  right: 0%;
  top: 0.3rem;
  float: right;
  font-weight: bold!important;
  color:#5e5e5e;
}
.cst-title{ 
  margin: 0;
  font-weight: 500;
  font-size: 13px;
  padding-top: 0.5rem;
  color:#5e5e5e;
  line-height:1.1;
}
.cst_lead_status{
  position: relative;
  width: 50%;
  left: 0;
  right: 0;
  text-align: center;
  top: 0.5rem;
  color: #ffffff;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 1px 0 #333;
  cursor: pointer;
  z-index: -1;
  padding: 0.4rem 0 0.9rem;
}
.white-box label h6{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 120px;
}
.cstoverflow{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 140px;
}
#selectedleadsresponse{
  height: 100%;
  overflow-y: scroll;
}
.btn-group{width: 100%;}
.multiselect-container{transform: none!important; width: 100%;
  overflow:scroll;}
/* ends */

.toast {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%!important;
  width: 100%!important;
  margin-bottom: 10px;
  background: #ffffff!important;
}
.toast-header {
  background-color: transparent;
}
.toast-header{border:none!important}
.toast-body {
  padding:0.3rem 0.7rem;
  line-height: 1.7;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 1px 0 #ffffff;
}
button{background-color: transparent;}

/*  */
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  /* background-color: rgb(0,0,0); */
  background-color: #d5d0ec;
  overflow-x: hidden;
  transition: all 0.46s;
  cursor: pointer;
}
.singleleadoverlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  /* background-color: #ecf2ff; */
  background-color: #ffffff;
  overflow-x: hidden;
  transition: all 0.46s;
  cursor: pointer; 
}
.leadsfilter-overlay{
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0; 
  background-color: #ffffff;
  overflow-x: hidden;
  transition: all 0.46s;
  cursor: pointer;
}
.addlead-overlay{
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0; 
  background-color: #e0dbfa;
  overflow-x: hidden;
  transition: all 0.46s;
  cursor: pointer;
}
.userprofile-overlay{
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0; 
  background-color: #ffffff;
  overflow-x: hidden;
  transition: all 0.46s;
  cursor: pointer;
}
.editleadoverlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  /* background-color: #ecf2ff; */
  background-color: #ffffff;
  overflow-x: hidden;
  transition: all 0.46s;
  cursor: pointer; 
}
.privacypolicy-overlay{
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0; 
  background-color: #ffffff;
  overflow-x: hidden;
  transition: all 0.46s;
  cursor: pointer;
}
.overlay .overlay-content{
  position: relative; 
  width: 100%; 
  padding: 3.5rem 0 4rem;
}
.singleleadoverlay .overlay-content, .leadsfilter-overlay .overlay-content, .addlead-overlay .overlay-content, .editleadoverlay .overlay-content{
  position: relative; 
  width: 100%; 
  padding: 3.5rem 1rem 4.8rem;
}
.userprofile-overlay .overlay-content, .privacypolicy-overlay .overlay-content{
  position: relative; 
  width: 100%; 
  padding: 3.5rem 0 4rem;
}
.overlay a , .singleleadoverlay a, .leadsfilter-overlay a, .addlead-overlay a, .userprofile-overlay a, .editleadoverlay a, .privacypolicy-overlay a{
  /* padding: 8px; */
  text-decoration: none;
  /* font-size: 36px; */
  color: #818181;
  display: block;
  transition: 0.3s;
}
.overlay a:hover, .overlay a:focus, .singleleadoverlay a:hover,.singleleadoverlay a:focus, .leadsfilter-overlay a:hover, .leadsfilter-overlay a:focus, .addlead-overlay a:focus, .addlead-overlay a:hover, .userprofile-overlay a:hover, .userprofile-overlay a:focus, .editleadoverlay a:hover, .editleadoverlay a:focus, .privacypolicy-overlay a:hover, .privacypolicy-overlay:focus{
  color: #333;
}

.overlay .closebtn , .singleleadoverlay .closebtn, .leadsfilter-overlay .closebtn, .addlead-overlay .closebtn, .userprofile-overlay .closebtn, .editleadoverlay .closebtn, .privacypolicy-overlay .closebtn{
  position: absolute;
  top: 3.3rem;
  right: 0.6rem;
  font-size: 40px;
  color: #5e5e5e;
  z-index: 100000;
}

@media screen and (max-height: 450px) {
 .overlay a , .singleleadoverlay a, .leadsfilter-overlay a, .addlead-overlay a, .userprofile-overlay a, .editleadoverlay a, .privacypolicy-overlay a{font-size: 20px}
  .overlay .closebtn, .singleleadoverlay .closebtn, .leadsfilter-overlay .closebtn, .addlead-overlay .closebtn, .userprofile-overlay .closebtn, .editleadoverlay .closebtn, .privacypolicy-overlay .closebtn{
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

/*  */
.filterleadsearchicon{
  position: absolute;
  top: 2.3rem;
  left: 1.5rem;
  z-index: 100000;
  font-size: 12px!important;
  color: #5e5e5e;
}
.filterleadsearch{
  width: 100%;
  position: relative;
  top: 0.6rem;
  border: none;
  outline: none;
  padding: 0.6rem;
  padding-left: 1.8rem;
  font-size: 16px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 1px 0 #333;
}
/* end */

/*  */
.leadcentresearchfield, .leadphasessearchfield{
  padding: 0 0.6rem;
}
.leadcentresearchicon, .leadphasessearchicon{
  position: absolute; 
  top: 5.1rem;
  left: 1rem;
  z-index: 100000;
  font-size: 12px!important;
  color: #5e5e5e;
}
.leadcentresearch, .leadphasessearch{
  width: 90%;
  position: relative;
  top: 0.6rem;
  border: none;
  outline: none;
  padding: 0.6rem;
  padding-left: 1.5rem; 
  font-size: 16px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 1px 0 #333;
}

.nav-tabs .nav-link{
  border-radius: 0%!important;
}

.leadcentre-tabs, .leadphases-tabs{
  padding: 0.7rem 0 0;
  overflow-x: auto;
  overflow-y:hidden;
  flex-wrap: nowrap;
}
.leadcentre-tabs .nav-item, .leadphases-tabs .nav-item{
  white-space: nowrap;
}
.leadcentre-tabs .nav-link, .leadphases-tabs .nav-link{
  font-size: 15px;
  padding: 10px 15px;
  color: #5e5e5e;
  transition: all 0.4s;
}

.leadcentre-content, .leadphases-content{
  padding: 0.6rem;
}
label{margin-bottom: 0%!important;}
/*  */
.cst-checkbox{
  position: relative;
  top: 0px;
}

.cst-badge{
  position: absolute;
  right: -1px;
  top: -10px;
  /* color: #1877f2; */
  /* background: #ecf2ff; */
  padding: 0.4rem 0.6rem;
  border-radius: 5px 10px 5px 5px;
  font-size: 14px;
  font-weight: 600;
} 
.cst-social-icons{
  /* display: grid; */
  position: absolute;
  right: 0.5rem;
  /* padding: 0.1rem 0; */
  font-size: 13px;
  text-align: right;
  color: #5e5e5e;
  /* top:-9px; */
}
.cst-social-icons a{
  padding-bottom: 0.3rem;
}

.cst-badge .fa-facebook{
  color:#1877f2;
  font-size: 16px;
}
.cst-housing, .cst-magicbricks, .cst-99acres, .cst-google{
  width: 16px;
  position: relative;
  top: -2px;
  border-radius: 3px;
}
.leadcenter-bottom-bar1 .fa-phone-square{
  color: #2480dc; 
  font-size: 16px;
}
.leadcenter-bottom-bar2 .fa-whatsapp{
  color: green; 
  font-size: 16px;
}
.leadcenter-bottom-bar3 .fa-envelope{
  color: #eea62b;
  font-size: 16px;
}
.blink_icon{
  animation: cstblinker 3s linear infinite;
}
@keyframes cstblinker{
  50% {
    opacity: 0;
  }
}

.leadcenter-bottom-bar1{
  border-radius: 0 0 0 10px;
  background-color: #e7efffc4;
  font-size: 14px;
  padding: 0.4rem 1rem;
  color:#333;
}
.leadcenter-bottom-bar2{
  border-radius: none;
  background-color: #e7efffc4;
  font-size: 14px;
  padding: 0.4rem 1rem;
  color:#333;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.leadcenter-bottom-bar3{
  border-radius: 0 0 10px 0;
  background-color: #e7efffc4;
  font-size: 14px;
  padding: 0.4rem 1rem;
  color:#333;
}

.leadcenter-top-bar1 .fa-cogs{
  color: #2480dc; 
  font-size: 16px;
}
.leadcenter-top-bar2 .fa-edit{
  color: green; 
  font-size: 16px;
}
.leadcenter-top-bar3 .fa-trash{
  color: red;
  font-size: 16px;
}
.leadcenter-top-bar1{
  border-radius: 10px 0 0 0;
  background-color: #e7efffc4;
  font-size: 14px;
  padding: 0.4rem 1rem;
  color:#333;
}
.leadcenter-top-bar2{
  border-radius: none;
  background-color: #e7efffc4;
  font-size: 14px;
  padding: 0.4rem 1rem;
  color:#333;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.leadcenter-top-bar3{
  border-radius: 0 10px 0 0;
  background-color: #e7efffc4;
  font-size: 14px;
  padding: 0.4rem 1rem;
  color:#333;
}
/*  */

.singleleadoverlay .cst-icons{
  display: flex; 
  justify-content: center;
  font-size: 20px;
}
.singleleadcstbox{
  /* background: #ffffff; */
  padding: 1rem;
  border-radius: 6px 6px 0 0;
  box-shadow: 0 0 1px 0 #333;
}

/*  */
.timeline {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-left: 24px;
  height: 155px;
  overflow-y: scroll;
}
.timeline-sec {
  height: 100%;
  overflow-y: auto;
  padding-left: 1rem; 
}
.timeline .cstcontainer {  

} 
.content{padding: 10px;}
.timeline p {
  font-size: 16px;
  font-weight: 500;
  color: #5e5e5e;
}
.view-leads .right .cmt-btn {
  font-size: 12px;
} 
.fa-circle:before{content: none!important;}
.timeline .cstcontainer .cstcomment{ 
  position: relative;
  width: 17px;
  height: 17px;
  top: 0.3rem;
  left: -2.1rem;
  /* background-color: #ecf2ff; */
  border-radius: 100%; 
  z-index: 1;
  color: #5e5e5e;
}
.timeline::after {
  content: '';
  position: absolute;
  width: 1px;
  background-color: #5e5e5e;
  top: 0;
  bottom: 0;  
}

.modal-open .modal{
  background: rgba(0,0,0,.8);
}
.modal{
  z-index: 100000;
}
.modal-backdrop{display: none!important;}
.modal-header .close{
  box-shadow: none!important;
}
.modal-header{
  color:#5e5e5e;
}
.modal-content{
  background-color: #ecf2ff;
}

.table td, .table th{
  border-top: 0.1px solid #ecf2ff;
}

.table{margin-bottom: 0%!important;}

.singlelead-bottom-bar1{
  border-radius: 0 0 0 6px;
  background-color: #2480dcdb;
  font-size: 14px;
  padding: 0.4rem 1rem;
  color:#333;
}
.singlelead-bottom-bar2{
  border-radius: none;
  background-color: #008000cf;
  font-size: 14px;
  padding: 0.4rem 1rem;
  color:#333;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.singlelead-bottom-bar3{
  border-radius: 0 0 6px 0;
  background-color: #eea62bcf;
  font-size: 14px;
  padding: 0.4rem 1rem;
  color:#333;
}
.singlelead-bottom-bar1 .fa-phone-square{
  color: #ffffff; 
  /* font-size: 16px; */
}
.singlelead-bottom-bar2 .fa-whatsapp{
  color: #ffffff; 
  /* font-size: 16px; */
}
.singlelead-bottom-bar3 .fa-envelope{
  color: #ffffff;
  /* font-size: 16px; */
}

/* filter */
.leadsfilter-overlay .nav-tabs{
  text-align: left;
  color: #5e5e5e;
  font-size: 15px;  
  font-weight: normal!important; 
  background-color: #f5f5f6!important;
}
.leadsfilter-overlay .nav-tabs .nav-item{
  border-bottom: 1px solid #5e5e5e7a!important;
  width: 100%;
} 
.leadsfilter-overlay .nav-tabs .nav-link.active{
  font-size: 15px!important;
  font-weight: normal!important; 
  background-color: #ffffff!important;
}
.leadsfilter-overlay .tab-content{
  padding: 1rem 0;
}
.leadsfilter-overlay .btn{
  border: none!important;
  outline: none!important;
  position: relative;
  top:0;
  width: 100%; 
  border-radius: 0%; 
  text-align: center;
}
#filter-btm-menu, #filter-btm-menu2{ 
  position: fixed;
  width: 100%;
  bottom: 0%;
  left: 0%;
}
/*  */

/*  */
.addlead-overlay input{
  border: none!important;
  outline: none!important;
  box-shadow: 0 0 1px 0 #5e5e5e;
  padding: 10px 15px;
  font-size: 16px!important;
  border-radius: 4px;
}
.addlead-overlay input[type='number']{
  width: 100%;
}
.addlead-overlay input[type='submit']{
  position: relative;
  top: -3px;
  right: 4px;
}
/*  */

/* change password */
#changepassword .modal-content input{
  width: 100%;
}
#changepassword .modal-content .fa-user, #changepassword .modal-content .fa-eye, #changepassword .modal-content .fa-eye-slash{
  position: relative;
  right: 1.3rem;
  top: 0.8rem;
} 
#changepassword .modal-content .fa-eye, #changepassword .modal-content .fa-eye-slash{font-size: 12px;}
/*  */

/*  */
.card{
  color:#5e5e5e;
  outline: none;
  border: none;
}
.card-circleimg{
  position: absolute;
  width: 100%;
}
.card-circleimg img{
  position: relative;
  top: 8rem;
  width: 120px;
}
.card p{padding-left: 0.5rem;}
.card span{font-weight: 500;}
.card .card-body{padding: 1.25rem 0.6rem;}
/*  */

/* capture */
#camera,
#camera--view,
#camera--sensor,
#camera--output{
    position: absolute;
    height: 250px;
    width: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    right: 0;
    padding: 0%;
    margin: 0%;
}
#camera--view,
#camera--sensor,
#camera--output {
    /* transform: scaleX(-1);
    filter: FlipH; */
} 
.taken {
  height: 100px!important;
  width: 100px!important;
  transition: all 0.5s ease-in; 
  outline: none;
  border:none;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  top: 20px;
  left: 2px!important;
  z-index: 2;
}
/*  */

.carousel-inner{overflow: visible;}

/* userlogin */
#loginuserstatus {position: relative; float: right;}
#loginuserstatus img{    
  position: absolute;
  top: -2.7rem!important;
  right: 0.5rem!important;
  width: 22px; 
}
.form-response{
  position: relative;
  top: -1.3rem;
  text-align: center;
} 
.form-response h6{
  position: absolute;
  left: 0;
  right: 0; 
  font-size: 12px;
}

/*  */ 
#chnagepass-response img, #chnagepass-response small{
  position: absolute; 
  left: 1rem;
  bottom: 1.4rem;
}
/*  */

/*  */
.cst-counter{
  position: relative;
  top: 2px; 
  color:#d33184;
} 

.fade:not(.show){opacity: 0.9!important;}
.lead-response, .followup-response{
  position: absolute;
  right: 0.2rem;
  top: -0.8rem;
}

/*  */
@keyframes rotate360{
  to{transform: rotate(360deg);}
}
.cstloading{ animation: 1.5s rotate360 infinite linear; }

.leadcentretabs-response, .cstloadresponse{
  position: relative; 
  top: 0.8rem; 
  color: #e077b0;
  font-weight: 500;
  animation: cstloadingfade 0.8s infinite alternate;
}
@keyframes cstloadingfade { 
  from { opacity: 0; } 
}

/* preloader */
/* .preloader{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  z-index: 2000000!important;
  background-color: #ffffff;
  padding: 8rem;
  overflow: hidden;
}
.preloader img{
  animation: cstloadingfade 0.8s infinite alternate;
  width: 100%;
  transform: translate(0, 5rem);
} */
.defaultloader{
  display: none; 
  position: relative; 
  text-align: center;
}
.defaultloader img{
  width: 90px; 
  position: relative;
  top: 15rem;
  animation: cstloadingfade 0.8s infinite alternate;
}

.logout-response{
  /* position: absolute!important; */
  width: 100%!important;
  height: 100%!important;
  z-index: 100000000!important;
  background: #ffffff!important;
  text-align: center;
}
.logout-response img{
  width: 100px;
  transform: translate(0px, 10rem);
}

/*  */ 
#mobilecapturelabel {
  width: 100%;
  color: #5e5e5e;
  background: #fff;
  /* padding: 0.8rem 1rem; */
  border-radius: .3rem;
  cursor: pointer;
  font-weight: 500;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.2); 
  text-align: center;
  margin: 0%!important;
}
#mobilecapturelabel:hover { 
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.2); 
  transition: all 0.3s ease;
}
#mobilecapturelabel input {
  display: none!important;  
} 
#mcaptureresponse{color: green!important;}

.alert{padding: .75rem .75rem;}

#addleadresponse, #editleadresponse{
  position: relative;
  top:6px;
  left: 6px;
  font-size: 1rem;
  font-weight: 500;
}
#new-menu{display: none; opacity: 0;}
#new-menu li{display: inline-flex; min-width: 110px;}
#filterleadbtmmenu{ 
  position: fixed;
  width: 100%;
  z-index: 1;
  bottom: 0;
  left: 0;
  display: none;
}
#sales_executive, #tele_caller, #branch_admin{display: none;}

#roleresponse{display: none; float:right; color:red}
#assign_lead{display: none;}

/* filters */
#filterresult{padding: 0.7rem 0;}
.filter-checkbox{
  position: relative;
  top: 4px;
}

/*  */ 
#loginuser, #getstarted, #usignin{ 
  padding-bottom: 0.5rem;
  position: relative; 
} 
#loginuser:hover, #getstarted:hover, #usignin:hover{ 
  transform: scale(0.98);
} 
.ripple {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 100%;
  background-color: #ffffff;
  pointer-events: none;
  opacity: .4;
  animation: ripple 1s linear;
}
@keyframes ripple {
  to {
      width: 100rem;
      height: 50rem;
      opacity: 0;
  }
}

/* signin */
#carouseldemo{height: 13rem;}
.carousel-caption{
  position: relative;
  width: 100%;
  height: 100%;
  color: #e41a7c;
  left: 0%;
  right: 0%;
}
.carousel-indicators li{
  border: none!important;
  background-color: #a82c8f;
  border-radius:5px;
}

#getstartedstatus , #usigninstatus{position: relative; float: right;}
#getstartedstatus img, #getstartedstatus i, #usigninstatus img, #usigninstatus i{    
  position: absolute;
  top: -2.7rem!important;
  right: 0.5rem!important;
  width: 22px; 
}

#uterms{
  width: 15px;
  height: 15px;
  position: relative;
  top: 3px;
}

.followup{
  display: none;
}

#word1{
  color: #c71475;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
}

#word2{
  color: #c71475;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
}

#edit_word1{
  color: #c71475;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
}

#edit_word2{
  color: #c71475;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
}

.carpet_area_error, .price_error{
  font-size: 13px;
  text-align: center;
  color: #e60808;
  font-weight: 700;
  display: none;
  /* Position the tooltip */
}

#locloader{display: none;}

#signoutresponse{display:none;}

/*  */
#statusedit .modal-dialog{
  top: 5%;
}
#statusedit .modal-footer, .modal-header{
  border-bottom: 0px solid #dee2e6;
  border-top: 0px solid #dee2e6;
}
#statusedit .modal-content{
  background-color: white;
}

#allleads, #assignleads, #nonassignleads, #todayfollowup, #missedleads, #newlead, #ringing, #notinterested, #wrongnumber, #callbacklater, #callnotconnected, #busy, #interested, #followup, #visitproposed, #visitconfirmed, #notinterestedptwo, #hot, #warm, #cold, #bookingdone, #lost, #sitevisitdone{position:relative}

#allleads .white-box h6,
#assignleads .white-box h6, 
#nonassignleads .white-box h6, 
#todayfollowup .white-box h6, 
#missedleads .white-box h6, 
#newlead .white-box h6, 
#ringing .white-box h6, 
#notinterested .white-box h6, 
#wrongnumber .white-box h6, 
#callbacklater .white-box h6, 
#callnotconnected .white-box h6, 
#busy .white-box h6, 
#interested .white-box h6, 
#followup .white-box h6, 
#visitproposed .white-box h6, 
#visitconfirmed .white-box h6, 
#notinterestedptwo .white-box h6, 
#hot .white-box h6, 
#warm .white-box h6, 
#cold .white-box h6, 
#bookingdone .white-box h6, 
#lost .white-box h6, 
#sitevisitdone .white-box h6{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 209px;
}

.cst-social-icons .loc{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 88px;
}


.leadsprogressbar{
  position: absolute;
  top: -1.2rem;
  width: 100vh;
  background: #d5d0ec;
  padding: 6px 0 6px 0;
  left: -1rem;
  height: 15px;
  overflow: hidden;
  z-index: 1;
  display: none;
}

#leadcentre .inner-box, #leadphases .inner-box, #leadphasetwo .inner-box, #leadphasethree .inner-box{
  padding: 1rem 1rem 2.5rem;
}