@import url('fonts/inter.css');
body{
    margin: 0px;
}

.grecaptcha-badge { 
  visibility: hidden;
}

.sidebar{
    position: fixed;
    width: 270px;
    height: 100%;
    background: #EEF2F8;
    box-shadow: inset -9px 0 50px -9px rgba(0, 0, 0, 0.06);
}
.main-content{
  position: fixed;
    margin-left: 270px;
    width: calc(100% - 270px);
    min-height: 100%;
    
}
.export-select-status{
  font-family: Inter;
  color: rgb(70 70 70);
  font-size: 15px;
  font-weight: 500;
}
.main-dashboard-content{
  max-height: calc(100vh - 135px);
  overflow-y: scroll;
}
.upgrade{
    bottom: 0;
    position: absolute;
}
.logo-notification{
    display: flex;
    justify-content: space-between;
    padding-top: 13px;
    padding-left: 20px;
    padding-right: 24px;
    padding-bottom: 13px;
    border-bottom: 1px solid rgba(0, 115, 176, 0.1);
    align-items: center;
}
.notification{
    padding-top: 8px;
}
.user-data{
    justify-content: start;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 20px;
}
.user-options{
    margin-left: auto;
}
.user-details{
    margin-left: 20px;
}
.your-plan{
    margin-top: 5px;
    font-family: Inter;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 15px;
color: #666666;
}
.your-plan .plan{
    color:#0073B0;
}
.user-image{
    width: 40px;
    height: 40px;
}
.user-image img{
    border-radius: 50%;
}
.user-name{
    font-family: Inter;
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 18px;
text-transform:capitalize;
/* Brand Blue */

color: #223260;
}
.product-list{
    border-bottom: 1px solid rgba(0, 115, 176, 0.1);
}
.product-ul{
    font-family: Inter;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 18px;
list-style-type: none;
padding-left: 0px;
margin-block-start: 0.7em;
    margin-block-end: 0.7em;
}
.product-ul li{
    padding-top: 10px;
    padding-bottom: 10px;
}
.product-ul a{
    text-decoration: none;
    color: #666666;
}
.list-item{
    padding-left: 20px;
    display: flex;
    align-items: center;
}
.list-item span{
margin-left: 15px;
}
.product-ul .active{
    border-left: 3px solid #0073B0;
    }
    .active span{
      font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  
  /* Brand Black */
  
  color: #2C2C2C;
      }
    .nav-menu{
border-bottom: 1px solid rgba(0, 115, 176, 0.1);
    }
    .nave-menu{
        margin-block-start: 0.7em;
    margin-block-end: 0.7em;
        font-family: Inter;
font-style: normal;
font-weight: normal;
font-size: 13px;
line-height: 16px;
color: #666666;
list-style-type: none;
padding-left: 20px;
    }
    .nave-menu a{
        text-decoration: none;
        color: #666666;
    }
    .nave-menu li{
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .upgrade{
        max-width: 240px;
    margin-left: 15px;
        background: #FFFFFF;
border-radius: 15px 15px 0px 0px;
    }
    .upgrade-content{
display: flex;
flex-direction: column;
        
    }
    .upgrade-content span{
        font-family: Inter;
font-style: normal;
font-weight: normal;
font-size: 10px;
line-height: 16px;

color: #666666;
    }
    #install-chrome-tool-info{
      display: none;
    }
    .upgrade-now{
        border: 1px solid #0073B0;
    box-sizing: border-box;
    align-items: center;
    border-radius: 2px;
    margin-right: auto;
    margin-left: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 12px;
    text-align: center;
    text-decoration: none;
    color: #0073B0;
    padding: 7px;
    }
    .upgrade-image{
        display: grid;
        grid-template-columns: 60% 40%;
        height: 45px;
        margin-top: 20px;
    }
    .upgrade-image span{
        margin-left: 15px;
        font-family: Inter;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 16px;
white-space: nowrap;
color: #666666;
    }
    .upgrade-il{
        position: relative;
        bottom: 50px;
    
    }
@media screen and (max-width:960px){
    .sidebar{
        margin-left:-270px ;
    }
    .main-content{
        margin-left: 0px;
    }
    .fixed-header{
        width: 100%;
    }
}
    
/* End Side Bar */

.header{
    display: flex;
    justify-content: space-between;
    height: 65px;
    border-bottom: 1px solid #E0E0E0;
    align-items: center;
}
.fixed-header{
    position: fixed;
    width: calc(100% - 270px);
    top: 0;
    z-index: 10;
    background-color: white;
}
.my-list-section{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.user-logout{
    cursor: pointer;
    height: 65px;
    display: flex;
    padding-left: 24px;
    padding-right: 18px;
    border-left: 1px solid #E0E0E0;
    align-items: center;
}
.mylist-btn{
    position: relative;
  display: inline-block;
}
.mylist-menu{
    font-family: Inter;
font-style: normal;
font-weight: normal;
font-size: 13px;
line-height: 25px;
/* identical to box height, or 192% */

text-align: center;

/* Brand Black */

color: #2C2C2C;
  cursor: pointer;
}
.mylist-content{
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    max-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.mylist-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    right: 4px;
    left: auto;
  }
  
  .mylist-content a:hover {background-color: #f1f1f1}
  
  .mylist-btn:hover .mylist-content {
    display: block;
  }
  
  .mylist-btn:hover .mylist-menu {
    background-color: #f1f1f1;
  }
  .input-group{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    background: #FFFFFF;
  }
  .input-group-prepend{
    margin-right: -1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
  }
  .input-group-text{
    cursor: pointer;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .585rem .75rem;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    border-radius: .25rem;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 4px 0px 4px 4px;
    font-family: Inter;
font-style: normal;
font-weight: normal;
font-size: 13px;
line-height: 16px;

color: #2C2C2C;
  }
  .a-m{
      border-radius: 0px;
  }
  .a-r{
    border-radius: 0px 4px 4px 0px;
  }
  .a-l{
    border-radius: 4px 0px 0px 4px;
  }
  .form-control{
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
    display: block;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #666666;
  }
  .input-group-append{
    margin-left: -1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .search-btn{
      cursor: pointer;
    border-top-right-radius: 0; 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .95rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    background: #0073B0;
    /* White on #0073B0. It was never declared, so the label just inherited
       whatever the parent set - white where a container happened to set it,
       black everywhere else. The light variants (.btn-close, and the Cancel
       buttons that set colour inline) override this with !important and inline
       styles respectively, so they are unaffected. */
    color: #FFFFFF;
    /* Square on the left because this button butts against the search input it
       is named for. Standalone uses need all four corners - see below. */
border-radius: 0px 4px 4px 0px;
  }
  /* The archive popups list their buttons on their own, not joined to an input,
     so the square left edge reads as a rendering bug there. */
  #archive_list_modal .search-btn,
  #delete-archive-list .search-btn{
    border-radius: 4px;
  }
  .page-name{
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    
    text-align: center; 
    color: #223260;
    display: flex;
  }
  .lead-action-section{
      display: flex;
      justify-content: space-between;
height: 65px;
align-items: center;
padding-right: 15px;
padding-left: 15px;
  }
  .leads-action{
    display: flex;
    justify-content: space-between;
  }
  .leads-manage{
    display: flex;
    justify-content: space-between;

  }
  .leads-manage select{
    font-family: Inter;
font-style: normal;
font-weight: normal;
font-size: 13px;
line-height: 25px;

text-align: right;

color: #9A9A9A;
  }
  .leads-status{
    display: flex;
    justify-content: space-between;
    margin-left: 20px;
  }
  .list-name{
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 25px;
    text-transform:capitalize;
    color: #2C2C2C;
    display: flex;
  }
  .list-name span{
    margin-right: 5px;
  }
  /* Table */
.table-section{
    margin-left: 15px;
    margin-right: 15px;
}
  table{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
      border: 1px solid #E1E6ED;
      box-sizing: border-box;
      table-layout: fixed;
  }
  .sorting{
      margin-left: 5.25px;
  }
  table tr {
    border: 1px solid #E1E6ED;
box-sizing: border-box;
padding-top: 10px;
padding-bottom: 10px;
  }
  tr:nth-child(odd) {
    background: #FFFFFF;
}
  tr:nth-child(even) {
    background: #F8F8F8;
    }
    thead th:nth-child(1) {padding-left: 12px;}
    thead th:nth-child(2) {padding-left: 10px;}
    tbody td:nth-child(1) {padding-left: 12px;}
    tbody td:nth-child(2) {padding-left: 8px;}
    /* tbody td:last-child {text-align: center;} */
thead tr{
    background: #E1E6ED !important;
    border-radius: 4px 4px 0px 0px;
    height: 40px;
    text-align: left;

  }
  tbody tr{
      height: 50px;
  }
  tr th{
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #223260;
  }
  tr th span{
      cursor: pointer;
  }
  tr td{
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #666666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 10px;
  }
  .email-td span{
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .email-td .person-email{
    overflow: hidden;
  }
  .people-info{
      display: flex;
      margin-top: 8px;
  }
  .name-desc{
      display: flex;
      flex-direction: column;
      margin-left: -8px;
      margin-top: 2px;
      white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .person-name{
      display: flex;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #0073B0;
    padding-right: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    text-transform:capitalize;
  }
  .designation{
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    color: #666666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .person-name a{
      margin-top: 1px;
      margin-left: 5px;
  }
  .person-name span{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .ck-button-all{
    width: 27px;
    height: 19px;
  }
.ck-button-all .checkbox-label {
    display: initial;
    position: relative;
    cursor: pointer;
    clear: both;
}

.ck-button-all .checkbox-label .checkbox-custom {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 12.5px;
    width: 12.5px;
    background-color: transparent;
    border-radius: 3px;
  	transition: all 0.3s ease-out;
  	-webkit-transition: all 0.3s ease-out;
  	-moz-transition: all 0.3s ease-out;
  	-ms-transition: all 0.3s ease-out;
  	-o-transition: all 0.3s ease-out;
    border: 2px solid #223260;
}

.ck-button-all .checkbox-label input:checked ~ .checkbox-custom {
    background-color: #223260;
    
}

.ck-button-all .checkbox-label .checkbox-custom::after {
    position: absolute;
    content: "";
    left: 7px;
    top: 7px;
    height: 0px;
    width: 0px;
    border-radius: 5px;
    border: solid #009BFF;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(0deg) scale(0);
    -ms-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
    opacity:1;
  	transition: all 0.3s ease-out;
  	-webkit-transition: all 0.3s ease-out;
  	-moz-transition: all 0.3s ease-out;
  	-ms-transition: all 0.3s ease-out;
  	-o-transition: all 0.3s ease-out;
}

.ck-button-all .checkbox-label input:checked ~ .checkbox-custom::after {
    transform: rotate(45deg) scale(1);
    opacity: 1;
    left: 3px;
    top: 1px;
    width: 4px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    background-color: transparent;
    border-radius: 0;
}

.ck-button-all .checkbox-label input:checked ~ .checkbox-custom::before {
    left: -3px;
    top: -3px;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity:0;
    z-index: 999;
    transition: all 0.3s ease-out;
  	-webkit-transition: all 0.3s ease-out;
  	-moz-transition: all 0.3s ease-out;
  	-ms-transition: all 0.3s ease-out;
  	-o-transition: all 0.3s ease-out;
}
.ck-button{
    margin-bottom: 10px;
}
.ck-button .checkbox-label {
    display: initial;
    position: relative;
    cursor: pointer;
    clear: both;
}
.ck-button input{
    all: unset;
}
.ck-button-all input{
    all: unset;
}
.ck-button .checkbox-label .checkbox-custom {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 12.5px;
    width: 12.5px;
    background-color: transparent;
    border-radius: 3px;
  	transition: all 0.3s ease-out;
  	-webkit-transition: all 0.3s ease-out;
  	-moz-transition: all 0.3s ease-out;
  	-ms-transition: all 0.3s ease-out;
  	-o-transition: all 0.3s ease-out;
    border: 2px solid #C9CCD1;
}

.ck-button .checkbox-label input:checked ~ .checkbox-custom {
    background-color: #223260;
    border: 2px solid  #223260;
}

.ck-button .checkbox-label .checkbox-custom::after {
    position: absolute;
    content: "";
    left: 7px;
    top: 7px;
    height: 0px;
    width: 0px;
    border-radius: 5px;
    border: solid #009BFF;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(0deg) scale(0);
    -ms-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
    opacity:1;
  	transition: all 0.3s ease-out;
  	-webkit-transition: all 0.3s ease-out;
  	-moz-transition: all 0.3s ease-out;
  	-ms-transition: all 0.3s ease-out;
  	-o-transition: all 0.3s ease-out;
}

.ck-button .checkbox-label input:checked ~ .checkbox-custom::after {
    transform: rotate(45deg) scale(1);
    opacity: 1;
    left: 3px;
    top: 1px;
    width: 4px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    background-color: transparent;
    border-radius: 0;
}

.ck-button .checkbox-label input:checked ~ .checkbox-custom::before {
    left: -3px;
    top: -3px;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity:0;
    z-index: 999;
    transition: all 0.3s ease-out;
  	-webkit-transition: all 0.3s ease-out;
  	-moz-transition: all 0.3s ease-out;
  	-ms-transition: all 0.3s ease-out;
  	-o-transition: all 0.3s ease-out;
}
.ck-button-select{
  
}
.ck-button-select .checkbox-label {
  display: initial;
  position: relative;
  cursor: pointer;
  clear: both;
}
.ck-button-select input{
  all: unset;
}
.ck-button-select .checkbox-label .checkbox-custom {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 12.5px;
  width: 12.5px;
  background-color: transparent;
  border-radius: 3px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  border: 2px solid #C9CCD1;
}

.ck-button-select .checkbox-label input:checked ~ .checkbox-custom {
  background-color: white;
  border: 2px solid  #C9CCD1;
}

.ck-button-select .checkbox-label .checkbox-custom::after {
  position: absolute;
  content: "";
  left: 7px;
  top: 7px;
  height: 0px;
  width: 0px;
  border-radius: 5px;
  border: solid #009BFF;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(0deg) scale(0);
  -ms-transform: rotate(0deg) scale(0);
  transform: rotate(0deg) scale(0);
  opacity:1;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.ck-button-select .checkbox-label input:checked ~ .checkbox-custom::after {
  transform: rotate(45deg) scale(1);
  opacity: 1;
  left: 3px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid #0073b0;
  border-width: 0 2px 2px 0;
  background-color: transparent;
  border-radius: 0;
}

.ck-button-select .checkbox-label input:checked ~ .checkbox-custom::before {
  left: -3px;
  top: -3px;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  -webkit-transform: scale(3);
  -ms-transform: scale(3);
  transform: scale(3);
  opacity:0;
  z-index: 999;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.table-pagination{
    display: flex;
    margin-left: auto;
    margin-left: 15px;
    margin-right: 15px;
}
.page-number{
    display: flex;
    margin-left: auto;
    list-style-type: none;
    padding-left: 0px;
}
.page-number li{
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    margin-left: 5px;
    padding-bottom: 5px;
}
.page-number a{
font-family: Inter;
font-style: normal;
font-weight: normal;
font-size: 13px;
line-height: 25px;
text-align: center;
color: #0073B0;
text-decoration: none;
}


/* List */

.user-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 .1rem;
    position: relative;
}
.user-list-option{
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.user-list-text-header{
    width: 80px;
    transition: all .3s;
    background-color: #f5f6fc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 38px;
    /* width: 38px; */
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 4px;
}
.user-list-text{
    color: #8a88a2;
    font-weight: 500;
    margin-left: 3px;
}
.list-content{
    display: none;
    width: 260px;
    position: absolute;
    will-change: transform;
    top: -20px;
    left: 0px;
    transform: translate3d(-160px, 70px, 0px);
    color: black;
    animation: dropdown-menu-fade-in .3s ease 1, dropdown-menu-move-up .3s ease-out 1;
    padding: 0;
    border: 0 !important;
    margin: 0;
    border-radius: 0;
    min-width: 14rem;
    padding: 0;
    -webkit-box-shadow: 0 0 50px 0 rgba(82, 63, 105, .15);
    box-shadow: 0 0 50px 0 rgba(82, 63, 105, .15);
    padding: 1rem 0;
    border-radius: 4px;
    left: 0;
    position: absolute;
    /* top: 100%; */
    left: 0;
    z-index: 95;
    /* display: none; */
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}
.list-content form{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 1rem;
    color: #212529;
    text-align: left;
}
.tab-content{
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
}
.tab-contant-container{
    position: relative;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
}
.page-title{
  display: flex;
  align-items: center;
}
.menu-taggle{
  margin-right: 5px;
  background: #EDF1F7;
  border-radius: 0px 5px 5px 0px;
  height: 50px;
  display: flex;
  padding-top: 5px;
  align-items: center;
}
.menu-taggle a{
  cursor: pointer;
  font-size: 26px;
  font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #223260;
}
.list-menu-content{
    max-height: 300px;
    overflow: auto;
    position: relative;
}
.list-menu-content a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.7rem 1.5rem;
    border-bottom: 1px solid #f7f8fa;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    outline: 0 !important;
    color: #5867dd;
    text-decoration: none;
    background-color: transparent;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #666666;
}
.show{
    display: block!important;
}
.kt-badge {
     width: 35px;
height: 35px;
color: #fff;
background: #1dc9b7;
font-size: 1.1rem;
font-weight: 500;
padding: 0;
margin: 0;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-radius: 50%;
font-size: .8rem;
}
.profile-error-userdetail{
    font-size: 3.1rem;
    height: 100px;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    color: #fff;
    display: -webkit-inline-box;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 50%;
    width: 100px;
    flex-shrink: 0;
}
.kt-badge--brand {
    background: #22b9ff;
}

.kt-badge--info {
    background: #2786fb;
}
.kt-badge--success{
    background: #1dc9b7;
}
.kt-badge--danger{
    background: #fd27eb;
}
.profile-img{
    cursor: pointer;
    width: 35px;
    height: 35px;
}
.profile-img img{
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.disabled{
    cursor: not-allowed;
    color: #88898a;
}
.disabled a{
    cursor: not-allowed;
    color: #88898a;
}

    .vi-m{
        filter:blur(3px);
    }
.icon-style{
    font-size: 0.8rem;
    color: rgb(89, 93, 110);
    margin-left: 5px;
}
.react-table-loader {
    position: relative;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #0073b0;
    width: 70px;
    height: 70px;
    left:50%;
    top:50%;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
  }
  #react-table-overlay{
      position: absolute;
      top:0px;
      left:0px;
      width: 100%;
      height: 100%;
      background: white;
      opacity: .5;
  }
  .react-table-container{
      position:relative;
      height: 300px;
      width: 200px;
      border:1px solid
  }
  .ci-wraper{
    display: flex;
    cursor: pointer;
    align-items: center;
    width: fit-content;
    padding: 3px;
    border-radius: 4px;
  }
  .ci-wraper:hover{
    background: #E1E6ED;
  }
  .ci-svg{
    margin-left: 0.6rem;
    width: 1.15rem;
  }
  .ci-popup{
    opacity: 1 !important;
  }

  .ci-popup .rc-tooltip-inner{
    background: #FFFFFF;
    color: #2C2C2C;
    padding:unset;
    padding-bottom: 1.5rem;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.14), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);;
  }
  .ci-popup .rc-tooltip-arrow{
    top: 0.813rem !important;
    right: 2px !important;
    border-width: 7px 0 7px 7px !important;
    border-left-color: #E1E6ED !important;
  }
  .ci-popup-inner{
    width: 18rem;
    display: flex;
    flex-direction: column;
    font-family: Inter;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 18px;
  }
  .ci-popup-header{
    padding: 0.75rem 1.25rem;
    background:  #E1E6ED;
    border-radius: 5px 5px 0px 0px;
  }
  .ci-popup-sub-header{
    padding-top: 0.875rem;
    padding-bottom: 0.313rem;
    padding-left: 1.25rem;
    font-size: 0.819rem;
    font-weight: 600;
    display: flex;
    align-items: center;
  }
  .ci-popup-img{
    width: 0.94rem;
    margin-right: 0.875rem;
  }
  .ci-popup-value{
    padding: 0.375rem 0.375rem 0.375rem 3rem ;
    font-size: 0.819rem;
    color: #0073B0;
  }
  .ci-popup-value:hover{
    background: #F8F8F8;
  }

  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  .drop-down-list-div{
    margin-left: 0;
    margin-bottom: 0;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    position: relative;
    vertical-align: middle;
  }
  .drop-down-list-btn{
    background: #fff;
    color: #595d6e;
    border-color: #e2e5ec;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    outline: 0!important;
    padding: .65rem 1rem;
    border-radius: 4px!important;
    cursor: pointer;
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    margin: 0;
    justify-content: space-between;      

  }
  .drop-down-list-option{
    position: static;
    top: 0;
    left: 0;
    float: left;
    height: 100%;
    width: 100%;
    text-align: left;
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
.drop-down-menu{
    display: none;
    margin-top: 0;
    margin-bottom: .125rem;
    border: 0!important;
    position: absolute;
    left: 0;
    z-index: 95;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    color: #212529;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    border-radius: .25rem;
    background: #FFFFFF;
        box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 10px 20px rgba(0, 0, 0, 0.04);
        border-radius: 5px;
        font-family: Inter;
font-style: normal;
font-weight: normal;
font-size: 13px;
line-height: 16px;
color: #666666;
}
.drop-down-menu-inner-div{
    text-align: left;
    list-style: none;
}
.dropdown-menu-ul{
    padding: 0.5rem;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    top: auto;
    bottom: 100%;
    border: 0!important;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
}
.dropdown-menu-ul a{
    display: block;
    position: relative;
    outline: 0!important;
    padding: 10px 10px;
    cursor: pointer;
    user-select: none;
    text-decoration: none;
    flex-grow: 1;
    text-align: inherit;
    white-space: nowrap;
    border: 0;
}
.dropdown-menu-ul a:hover{
    background: #f7f8fa;
}
.max-page-num{
    min-width: 3.5rem;
}
.userlist-add-btn{
    cursor: pointer;
    border: none;
}
.create-new-list-title{
    font-family: Inter;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 15px;
color: #666666;
margin-left: 18px;
}
/* "View Archives" is the last child of the scrolling list section below, so on
   an account with more than about four lists it sat past the fold and nobody
   knew the archive was there. Sticky keeps it on screen while the lists scroll
   underneath, and it still comes to rest at the natural end of the list.
   The opaque background is what stops list rows showing through the gap above
   the button. */
.archive-list-btn-pin{
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    background: #FFFFFF;
    padding-top: 8px;
    display: flex;
    flex-direction: column;
}
.create-list-btn-section{
    margin-left: 31px;
    margin-top: 15px;
    padding-left:17px;
    border-left: 1px solid rgba(0, 115, 176, 0.1);
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    max-height: 350px;
    overflow: auto;
    margin-right: 6px;
    padding-right: 10px;
}
.create-new-list-inner-title{
    font-family: Inter;
font-style: italic;
font-weight: normal;
font-size: 12px;
line-height: 15px;
color: #666666;

}
.create-list-btn{
    text-decoration: none;
    font-family: Inter;
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 18px;
text-align: center;
color: #FFFFFF;
    background: #0073B0;
border-radius: 5px;
padding-left: 10px;
padding-right: 26px;
padding-bottom: 11px;
padding-top: 11px;
margin-top: 15px;
cursor: pointer;
}
.create-list-menu{
}
.user-option-div{
    background: transparent;
}
.user-option-list{
    width: auto;
    top: -45px;
    left: 0px;
}
.user-edit-list{
  width: auto;
    top: -65px;
    left: 60px;
    min-width: 6rem;
}
.user-option-div a{
    white-space: nowrap;
    border-bottom:none;
}
.user-option-upgrade{
    border-bottom: 1px solid rgba(0, 115, 176, 0.1)!important;
    color: #0073B0!important;
}
.user-option-div a div{
    display: flex;
    align-items: center;
}
.user-option-div a span{
    margin-left: 9px;
}

/* Modal */

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    margin: auto auto;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: auto;
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
  }
  .modal-content {
    position: relative;
    background-color: #fefefe;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s;
    margin: auto;
    margin-top: 10%;
    width: 60%;
    background: #FFFFFF;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 10px 20px rgba(0, 0, 0, 0.04);
    border-radius: 5px;
  }
  .close {
    color: #666666;
    float: right;
    font-size: 24px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  
  .modal-header {
    padding: 11px 20px;
    padding-left: 20px;
    padding-right: 10px;
    background: #F8F8F8;
    border-radius: 5px 5px 0px 0px;
  }
  
  .modal-body {
        display: flex;
      padding: 20px 40px;
    }
 
  .userdetails-data{
      width: 45%;
      display: flex;
      flex-direction: column;
  }
  .userdeatails-profile-img{
    margin-bottom: 20px;
    width: 100px;
    height: 100px;
    display: flex;
  }
  .profile-image-userdetail{
    width: 100px;
    height: 100px;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    box-sizing: border-box;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
  }
  .linkedin-image-userdetail{
    position: relative;
    background: #FFFFFF;
    border: 1px solid #0073B0;
    box-sizing: border-box;
    border-radius: 50%;
    width: 30px;
    height: 29px;
    top: 70px;
    right: 30px;
  }
  .linkedin-image-userdetail img{
    padding: 6px;
  }
  .userdetail-fullname{
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #223260;
    margin-bottom: 10px;
    text-transform:capitalize;
  }
  .userdetail-designation{
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;   
    color: #2C2C2C;
    margin-bottom: 10px;
  }
  .userdetails-location{
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #666666;
    margin-bottom: 10px;
  }
  .userdetails-view-profile{
      margin-top: 20px;
  }
  .userdetails-view-profile a{
    border: 1px solid #0073B0;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: Inter;
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 18px;
text-align: center;
color: #0073B0;
padding: 9px 17px;
text-decoration: none;
  }
  .userdetails-company-data{
    width: 65%;
    display: flex;
    flex-direction: column;
    border-left: 1px solid #E0E0E0;
    padding-left: 20px;
}
.userdetail-dd{
    display: flex;
    margin-bottom: 20px;
}
.userdetail-tl{
    width: 30%;
    font-family: Inter;
font-style: normal;
font-weight: normal;
font-size: 13px;
line-height: 16px;
color: #666666;
}
.userdetail-company-name{
  margin-bottom: 20px;
  background: #EEF2F8;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  padding: 10px;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #0073B0;
}
.userdetail-company-name span{
  margin-top: 10px;
}
.userdetail-vl{
    width: 70%;
    font-family: Inter;
font-style: normal;
font-weight: normal;
font-size: 13px;
line-height: 16px;

color: #2C2C2C;
}
  /* Add Animation */
  @-webkit-keyframes slideIn {
    from {top: -300px; opacity: 0} 
    to {top: 0; opacity: 1}
  }
  
  @keyframes slideIn {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
  }
  
  @-webkit-keyframes fadeIn {
    from {opacity: 0} 
    to {opacity: 1}
  }
  
  @keyframes fadeIn {
    from {opacity: 0} 
    to {opacity: 1}
  }

  .userdetails-heading{
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    
    /* Brand Black */
    
    color: #2C2C2C;
  }
  .email{
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #0073B0;
    display: flex;
  }
  .email img{
    width: 14px;
    height: 14px;
    margin-top: 2px;
    margin-left: 8px;
  }
  .email a{
    text-decoration: none;
    color: #0073B0;
  }
  .modal-sm{
    max-width: 300px;
    margin-top: 30px;
  }
  .modal-mm{
    max-width: 500px;
    margin-top: 30px;
  }
  .full-width{
      width: 100%;
  }
  .inner-flex-drop{
      display: flex;
      justify-content: space-between;
  }
  .create-list-div{
      display: flex;
      flex-direction: column;
  }
  .create-list-modal-btn{
      display: flex;
      justify-content: flex-end;
  }
  .create-list-modal-btn div{
      display: flex;
  }
  .create-list-modal-btn a{
      text-decoration: none;
      color: white;
      border-radius: 4px;
      margin-left: 10px;
  }
  .listname-input{
      margin-bottom: 20px;
    border-bottom: 1px solid #ebedf2;
    
  }
  .listname-input input{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .585rem .75rem;
    margin-bottom: 0;
    /* text-align: center; */
    white-space: nowrap;
    border-radius: .25rem;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #2C2C2C;
  }
  .btn-close{
    background: #FFFFFF;
    color: #2C2C2C!important;
    border: 1px solid #E0E0E0;
  }
  .toggle-logo{
    background: none;
    padding-left: 15px;
    padding-right: 10px;
  }
  .user-list-items-div{
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid rgba(0, 115, 176, 0.1);
    padding: 10px 0px;
  }
  .user-list-name-span{
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #0073B0;
    text-transform:capitalize;
  }
  .user-list-lastupdated-label{
    font-family: Inter;
    font-style: italic;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #666666;
  }
  .user-list-lastupdated-date{
    font-family: Inter;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #2b2b2b;
  }
  .create-list-btn-section a{
    text-decoration: none;
  }
  .drop-down-menu-inner-div ::-webkit-scrollbar {
    width: 5px;
  }
  
  ::-webkit-scrollbar {
    width: 10px;
  }
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f8f8f8;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #1e8bc5;
    border-radius: 3px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #0073b0; 
  }
  .has-tooltip {
    /*position: relative;*/
    display: inline;
  }
  .tooltip-wrapper {
    position: absolute;
    visibility: hidden;
  }
  .has-tooltip:hover .tooltip-wrapper {
    visibility: visible;
    opacity: 1;
  }

  .tooltip {
    position: relative;
    top: -2.5em;
    right: 80%;
    text-align: center;
    padding: 5px 5px;
    background: #FFFFFF;
    border-radius: 3px;
    font-family: Inter;
      font-style: normal;
      font-weight: normal;
      font-size: 11px;
      line-height: 13px;

      /* Brand Black */

      color: #2C2C2C;
  }
  .tooltip:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    transform: rotate(180deg);
    border-bottom: 8px solid #FFFFFF;;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
  }

  .email-td{
    display: flex;
  }
  .email-td span{
    margin-left: 5px;
  }
  .linkedin-image-table{
    position: relative;
    background: #FFFFFF;
    border: 1px solid #2786fb;
    box-sizing: border-box;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    top: 17px;
    right: 15px;
}

.linkedin-image-table img {
    padding: 3px;
    width: 10px;
    height: 10px;
}


.tooltip-count{
  display: flex;
    margin-left: 30px;
    background: #0073b0;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #ffffff;
    padding: 6px;
    border-radius: 5px;
}
.tooltip-count #tooltip-count{
  margin-left: 23px;
}
.btn-disabled{
  background: #E0E0E0;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    text-align: right;
    color: #9A9A9A;
}
.btn-enabled{
  color: white;
  background: #0073B0;
  border: 1px solid #0073b0;
}
.select-all-tooltip-a{
  cursor: pointer;
}
.tootip {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tootip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
top:-5px;
  left: 130%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  white-space: normal;
}
.tootip .tooltiptext::after {
  content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #555 transparent transparent;
}
.tootip-show:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.tootiptext-verified{
  left: 200%!important;
}
.input-group-text:focus {
  outline: none;
}
.eject-rotated{
  transform: rotate(180deg);
  margin-bottom: 10px;
  cursor: pointer;
}
.rename-list{
  font-weight: 600;
    border-radius: 4px 0px 0px 4px;
    width: auto;
    flex: none;
}
#edit-list-name-form a{
text-decoration: none;
}
#edit-list-name-form input:focus{
  outline: none;
  }
  #verify-email{
    all: unset;
    cursor: pointer;
    margin-left: 5px;
    margin-top: -2px;
    display: inline-block;
    padding: 3px 10px;
    max-width: 60px;
    opacity: 1!important;
    background: #FFFFFF;
    border: 1px solid #fd8312;
    box-sizing: border-box;
    border-radius: 3px;
    font-family: Inter;
    font-style: normal;
    color: #fd8312;
  }
  .extension-not-installed-section{
   display: none;
    background-color: #fff1f1;
padding: 15px;
font-family: Inter;
font-style: normal;
font-weight: normal;
font-size: 17px;
line-height: 18px;
text-align: center;
color: #2C2C2C;
}
.install-extension-btn{
    padding: 6px 15px;
background: #f8f9fe;
border: 1px solid #0073B0;
box-sizing: border-box;
border-radius: 5px;
font-family: Inter;
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 18px;
text-align: center;
color: #0073B0;
text-decoration: none;
}
.notify-changed{
  background-color: #e60d0d;
    text-align: center;
    border-radius: 5px;
    font-size: 10px;
    color: #fff;
    padding: 0.5px 2px;
    margin-left: 5px;
}
.setting-content{
  display: flex;
    padding: 40px 100px;
    justify-content: center;
}
.team-content{
  display: flex;
    padding: 40px 30px;
    justify-content: center;
}
.personal-info{
  width: 60%;
  border-radius: 8px;
  box-shadow: 1px 2px 9px 3px #d2d2d2;
  border: 1px solid #e5efff;
  background-color: #fff;
  padding: 20px;
  margin-right: 20px;
}
.email-setting{
  width: 100%;
  border-radius: 8px;
  box-shadow: 4.9px 4.9px 0 0 rgba(196,219,255,.18);
  border: 1px solid #e5efff;
  background-color: #fff;
  padding: 20px;
}
.personal-upgrade{
  all: unset;
    border: 1px solid #0073B0;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: Inter;
    font-style: normal;
    font-size: 13px;
    color: #0073B0; 
    padding: 3px 17px;
    text-decoration: none;
    cursor: pointer;
}
.personal-delete-account{
  all: unset;
  border: 1px solid #fb6657;
  box-sizing: border-box;
  border-radius: 5px;
  font-family: Inter;
  font-style: normal;
  /* font-weight: 400; */
  font-size: 13px;
  /* line-height: 18px; */
  /* text-align: center; */
  color: #fb6657;
  padding: 3px 17px;
  text-decoration: none;
  cursor: pointer;
}
.checkbox.checbox-switch {
  padding-left: 0;
}

.checkbox.checbox-switch label,
.checkbox-inline.checbox-switch {
  display: inline-block;
  position: relative;
  padding-left: 0;
}
.checkbox.checbox-switch label input,
.checkbox-inline.checbox-switch input {
  display: none;
}
.checkbox.checbox-switch label span,
.checkbox-inline.checbox-switch span {
  width: 35px;
  border-radius: 20px;
  height: 18px;
  border: 1px solid #dbdbdb;
  background-color: rgb(255, 255, 255);
  border-color: rgb(223, 223, 223);
  box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.checkbox.checbox-switch label span:before,
.checkbox-inline.checbox-switch span:before {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgb(255,255,255);
  content: " ";
  top: 0;
  position: relative;
  left: 0;
  transition: all 0.3s ease;
  box-shadow: 0 1px 4px rgba(0,0,0,0.4);
}
.checkbox.checbox-switch label > input:checked + span:before,
.checkbox-inline.checbox-switch > input:checked + span:before {
  left: 17px;
}
                              .checkbox.checbox-switch.switch-danger label > input:checked + span,
.checkbox-inline.checbox-switch.switch-danger > input:checked + span {
  background-color: rgb(30 139 197);
  border-color: rgb(30 139 197);
  box-shadow: rgb(30 139 197) 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
                              .checkbox.checbox-switch.switch-danger label > input:checked:disabled + span,
.checkbox-inline.checbox-switch.switch-danger > input:checked:disabled + span {
  background-color: rgb(216, 119, 129);
  border-color: rgb(216, 119, 129);
  box-shadow: rgb(216, 119, 129) 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
[class*="loader-13"] {
	display: inline-block;
	width: 1em;
	height: 1em;
	color: inherit;
	vertical-align: middle;
	pointer-events: none;
}
.loader-13:before,
.loader-13:after,
.loader-13 {
	border-radius: 50%;
	animation-fill-mode: both;
	animation: loader-13 1.8s infinite ease-in-out;
}

.loader-13 {
	color: currentcolor;
	position: relative;
	transform: translateZ(0);
	animation-delay: -0.16s;
	top: -1em;
	
}

.loader-13::before {
    right: 100%;
    animation-delay: -0.32s;
}
.loader-13::after {
    left: 100%;
}
.loader-13::before,
.loader-13::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: inherit;
    height: inherit;
}

.domain-search-section-container{
  display: flex;
    padding-right: 15px;
    padding-left: 15px;
    max-height: calc(100vh - 66px);
    flex-direction: column;
    justify-content: unset;
    align-items: center;
    overflow-y: auto;
}
.domain-search-section{
  padding: 20px 20px;
  border: 1px solid #f5f5f5;
  margin-top: 30px;
  margin-bottom: 20px;
  width: 80%;
  display: flex;
  border-radius: 5px;
  justify-content: center;
  box-shadow: 0px 0px 20px 0px #e5edf1;
}
.domain-search-section-content{
  width: 100%;
}

.domain-search-input{
  justify-content: center;
}
.domain-search-box{
  text-align: left;
    cursor: auto;
    width: 80%;
}
.domain-search-suggesion{
  width: 93%;
    margin: 0 auto;
    border-bottom: 1px solid #E0E0E0;
    border-left: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    color: #2C2C2C;
}

.suggesion-company{
  padding: 5px 15px 5px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.suggesion-company:hover{
  background-color: rgb(221, 243, 255);
}
.suggesion-company-name-section{
  display: flex;
  justify-content: flex-start;
  width: 80%;
  align-items: center;
}

.suggesion-company-img{
  width: 30px;
    border-radius: 3px;
}

.suggesion-company-name{
  display: flex;
    flex-direction: column;
    margin-left: 15px;
}
.suggesion-company-count{
  padding: 3px;
    background-color: #cee2ec;
    border-radius: 3px;
}

.result-search{
  margin-left: 15px;
    margin-right: 15px;
    width: auto;
    border-bottom: none;
    border-left: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    border-bottom-right-radius: unset;
    border-bottom-left-radius: unset;
    border-top: 1px solid #E0E0E0;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.unlock-email{
  all: unset;
    cursor: pointer;
    margin-left: 5px;
    margin-top: -2px;
    display: inline-block;
    padding: 3px 10px;
    max-width: 60px;
    opacity: 1!important;
    background: #FFFFFF;
    border: 1px solid #0073b0;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: Inter;
    font-style: normal;
    color: #0073b0;
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
    }

    .pricing-btn{
      background: #0073B0;
  border-radius: 5px;
  margin-top: 25px;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  cursor: pointer;
  color: #FFFFFF;
  }
  .pricing-btn a{
      color: #FFFFFF;
  }

  /* Email Filder */

  .email-finder-name-box{
    text-align: left;
    cursor: auto;
    width: 23%;
    margin-right: 10px;
  }

  .email-finder-domain-name-box{
    text-align: left;
    cursor: auto;
    width: 40%;
  }
  .email-verifier-box{
    text-align: left;
    cursor: auto;
    width: 60%;
  }
.email-finder-result{
  width: 93%;
  border: none;
  margin-top: 30px;
  background-color: #fafbfb;
    box-shadow: 0px 0px 9px 1px #e8eff3;
}
.ef-result{
  padding: 5px 15px 5px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: auto;
}
.ef-result-fullname{
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 0px;
}
.ss-result-fullname{
  text-transform: none;
  align-items: center;
  display: flex;
}
.ss-searching-tooltip{
  align-items: center;
  display: flex;
}
.ss-label-icon{
  margin-right: 5px;
  font-size: 20px;
}
.ss-profile-img-link{
  display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}
.ss-label-icon-linkedin{
  color: #0077b5;
}
.ss-label-icon-facebook{
  color: #4267B2;
}
.ss-label-icon-twitter{
  color: #1DA1F2;
}
.ss-label-icon-github{
  color: #171515;
}
.ss-label-icon-question{
  color: #ee8787;
}

.ef-label-icon{
  margin-right: 5px;
    color: #223260;
}
.ef-result-email{
  cursor: pointer;
  margin-left: 0px!important;
  margin-right: 5px;
  color: #0073b0;
}
.mobile-ef-button{
  display: none;
}
.main-setting-content{
  max-height: calc(100vh - 70px);
  overflow-y:auto;
}
.custom-file-label{
  display: inline-block;
  margin-bottom: 0.5rem;
  width: 450px;
  border-radius: 5px;
  cursor: pointer;
 border: 1px solid #99a2a8;
 text-align: center;
 transition: all .3s linear 0s;
  color: #5f6771;
  font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 75px;
}
.custom-file-label:hover{
  background: #eef2f8;
}
.bulk-finder-instruction{
  display: flex;
    flex-direction: column;
    font-family: Inter;
    font-style: normal;
    margin-bottom: 40px;
}
.bulk-finder-header{
  font-weight: 500;
    font-size: 17px;
    margin-bottom: 5px;
}
.bulk-finder-desc{
    font-size: 14px;
    margin-left: 5px;
    line-height: 25px;
}
.preview-table tr{
    height: 30px;
}

.loader-42 {
  border: .05em #80c3bb solid;
  border-radius: 1em;
  background: linear-gradient(-60deg, transparent 0%, transparent 50%, #80c3bb 50%, #80c3bb 75%, transparent 75%, transparent);
  background-size: 1em 2em;
  background-position: 0 0;
  animation: loader-42 0.8s infinite linear;
  display: inline-block;
      width: 445px;
      height: 0.7em;
      color: inherit;
      vertical-align: middle;
      pointer-events: none;
      font-size: 10px;
      text-align: center;
      font-family: sans-serif;
      line-height: 1.15;
}
.bulk-finder-result{
  width: 100%;
}
.efb-result{
  padding: 15px 15px 15px 15px;
}
.efb-result-fullname {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 0px;
  color: #0073b0;
}
.efb-mini-info span{
      margin-left: 20px;
      font-family: Inter;
      font-style: normal;
      font-size: 13px;
}
.efb-mini-info span:first-of-type{
  margin-left: 0px;
}
.efb-result-action{
  display: flex;
}
.efb-result-action button:last-of-type{
  margin-left: 20px;
}
.bulk-ds-inner{
  display: flex;
}
.meter{
  margin: 10px 0px 10px 0px;
    height: 10px;
    width: 280px;
    position: relative;
    background: #eef2f8;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 5px;
    box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
}
.meter span {
    display: block;
    height: 100%;
    border-radius: 20px;
    background-color: #0073b0;
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(0 115 176)), color-stop(1, rgb(160 214 243)) );
    box-shadow: inset 0 2px 9px rgba(255,255,255,0.3), inset 0 -2px 6px rgba(0,0,0,0.4);
    position: relative;
    overflow: hidden;
}
.meter-progress span {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.meter-progress span:after {
  content: "";
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  background-image: linear-gradient(
    -45deg, 
    rgba(255, 255, 255, .2) 25%, 
    transparent 25%, 
    transparent 50%, 
    rgba(255, 255, 255, .2) 50%, 
    rgba(255, 255, 255, .2) 75%, 
    transparent 75%, 
    transparent
  );
  z-index: 1;
  background-size: 20px 20px;
  animation: move 2s linear infinite;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
  animation: move 4s linear infinite;
}
.recent-history{
  margin-left: 20px;
    margin-bottom: 10px;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #223260;
}
.page-name-mob-2{
display: none;
}
.switch-btn-mob-2{
  display: none;
}
.bulk-finder-result-section{
  max-height: calc(100vh - 425px);
}
@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
@keyframes loader-42 {
  from { background-position: 0 0; }
  to { background-position: -2em 0; }
}

@keyframes loader-13 {
	0%,
	80%,
	100% {
		box-shadow: 0 1em 0 -1em;
	}
	40% {
		box-shadow: 0 1em 0 -.2em;
	}
}
@media only screen and (max-device-width: 480px) {
  /* styles for mobile browsers smaller than 480px; (iPhone) */

 .search-section{
   display: none;
 }
 .main-content{
  margin-left: 0px;
  position: relative;
  width: 100%;
 }
 .lead-action-section{
  flex-direction: column;
  height: 100%;
 }
.leads-action{
  margin-bottom: 10px;
  flex-direction: row-reverse;
}
.leads-status{
  margin-left: 0px;
  margin-right: 10px;
  display: none;
}
#team-manage .userdetail-dd{
  margin-right: 0px!important;
}
.leads-manage{
  margin-left: 10px;
}
.team-content{
  padding: 10px 10px;
}
.number_per_page{
  display: none;
}
.input-group-text{
  padding: .585rem .55rem;
}
.table-section{
  margin-left: 5px;
    margin-right: 5px;
    width: 100%;
}
table{
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
    border: 1px solid #E1E6ED;
    box-sizing: border-box;
    table-layout: fixed;
}
table {
  width: 200%;
}
.select-all-tooltip-a{
  display: none;
}
.table-pagination {
  margin-bottom: 80px;
}
body{
  width: 100%;
    position: fixed;
}
.modal-content {
  width: 90%;
}
.modal-body {
  padding: 10px 10px;
  flex-direction: column;
}
.userdetails-data {
  width: 100%;
  align-items: center;
}
.userdetails-company-data {
  width: 100%;
  border-left: none;
   padding-left: 0px;
  margin-top: 20px;
}
.setting-content{
  padding: 40px 0px;
}
.setting-content .personal-info{
  width: 80%;
  margin-right: 0px;
}
.current-plan-vl{
  width: 40% !important;
}
.personal-upgrade{
  margin-right: 20px;
  text-align: center;
}
.personal-delete-account{
    text-align: center;
}
.email-finder-name-box{
  width: 100%;
    margin-top: 10px;
}
.email-finder-domain-name-box{
  width: 97%;
  margin-right: 10px;
  border-radius: 4px;
  margin-top: 10px;
}
.email-verifier-box{
  width: 97%;
  margin-right: 10px;
  border-radius: 4px;
  margin-top: 10px;
}
.mobile-ef-button{
  margin-right: 0px;
  border-radius: 4px;
  margin-top: 10px;
  display: block;
}

.mobile-ef-button span{
  display: flex;
    justify-content: center;
    align-items: center;
}
.mobile-ef-button-b{
  display: none;
}
.domain-search-section-container{
  padding: 0px;
}
.email-finder-result{
  width: 100%;
}
.ef-result{
  flex-direction: column;
}
.ef-result .suggesion-company-name-section{
  flex-direction: column;
    margin-top: 10px;
    width: 100%;
}
.ef-result .suggesion-company-img{
  width: 75px;
    margin-bottom: 5px;
}
.domain-search-suggesion{
width: 96%;
margin: 0px;
}
.bulk-search-section{
  flex-direction: column;
}
.bulk-ds-inner{
  display: unset;
}
.custom-file-label{
  width: 300px;
  line-height: 50px;
}
.loader-42{
  width: 300px;
  margin-left: 16px;
}
.preview-table{
  width: 100%;
}
.page-name-mob-1{
  display: none;
}
.page-name-mob-2{
  display: block;
  text-align: left;
}
.switch-btn-mob-1{
  display: none;
}
.switch-btn-mob-2{
  display: block;
  margin-top: 0px;
}
.bulk-finder-result-section{
  max-height: calc(100vh - 725px);
}
}

#prospect-finder-main .label-icon {
  text-decoration: none;
  background-color: #e6f6ff;
  border-right: unset;
}

.prospect-finder-country-box{
  width: 39%;
  margin-right: 22px;
}
.prospect-finder-city-box{
    text-align: left;
    cursor: auto;
    width: 39%;
}

.prospect-finder-jf-box{
  text-align: left;
  cursor: auto;
  margin-right: 22px;
}
.prospect-finder-jl-box{
    text-align: left;
    cursor: auto;
    width: 30%;
}

.prospect-finder-name-box{
  text-align: left;
  cursor: auto;
  width: 84.5%;
}

@media screen and (min-width: 1024px) and (max-width: 1329px) {
  .prospect-finder-name-box{
    width: 85%;
  }
  }
  
  @media screen and (min-width: 1330px) {
    .prospect-finder-name-box{
      width: 85.5%;
    }
  }
.ds-result-filter{
  margin-top: 1rem;
  padding-bottom: 0.4rem;
}
#prospect-finder-main .domain-search-input,.ds-result-filter .domain-search-input{
  justify-content: center;
  margin-bottom: 1rem;
  background-color: #fafbfc;
}
#prospect-finder-main .domain-search-section{
  background-color: #fafbfc;
}
.prospect-dropdown-btn{
  width: 100%;
}
.prospect-dropdown-label{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.prospect-dropdown-items{
  width: 100%;
}
.prospect-menu-ul{
  max-height: 14rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.drop-input{
  height: 2rem;
  text-align: left;
  width: 100%;
}
.prospect-selected-chip{
  width: 88%;
  margin-top: 2px;
  margin-left: 10%;
}
.prospect-selected-chip ul{
  margin-block-start: unset;
    margin-block-end: unset;
    padding-inline-start: unset;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}
.prospect-selected-chip li{
  margin-right: 10px;
  margin-top: 5px;
}
.prospect-selected-chip div{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #c1e2f4;
  padding: 5px 8px;
  font-size: 14px;
  border-radius: 20px;
}
.prospect-selected-chip span{
  font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #2C2C2C;
}
.prospect-selected-chip i{
  margin-left: 5px;
    cursor: pointer;
}
#prospect-finder-main .checkbox.checbox-switch.switch-danger label > input:checked + span,
#prospect-finder-main .checkbox-inline.checbox-switch.switch-danger > input:checked + span {
  background-color: #c1e2f4;
  border-color: #c1e2f4;
  box-shadow: #c1e2f4 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.prospect-finder-container{
  max-height: calc(100vh - 66px);
  overflow-y: auto;
  overflow-x: hidden;
}


.propsect-save-msg{
  margin-left: 20px;
  font-size: 14px;
  font-weight: 400;
  font-family: Inter;
  font-style: normal;
  color: #666666;

}









.toggle {
  margin: 0 0 1.5rem;
  box-sizing: border-box;
  font-size: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
.toggle input {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
}
.toggle input + label {
  margin: 0;
  padding: 0.5rem 1rem;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  border: solid 1px #ddd;
  background-color: #fff;
  font-family: Inter;
    font-style: normal;
  font-size: 0.9rem;
  color: #223260;
  line-height: 140%;
  font-weight: 500;
  text-align: center;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  transition: border-color 0.15s ease-out, color 0.25s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out;
  /* ADD THESE PROPERTIES TO SWITCH FROM AUTO WIDTH TO FULL WIDTH */
  /*flex: 0 0 50%; display: flex; justify-content: center; align-items: center;*/
  /* ----- */
}
.toggle input + label:first-of-type {
  border-radius: 6px 0 0 6px;
  border-right: none;
}
.toggle input + label:last-of-type {
  border-radius: 0 6px 6px 0;
  border-left: none;
}
.toggle input:hover + label {
  border-color: #213140;
}
.toggle input:checked + label {
  background-color: #2685e2;
  color: #fff;
  box-shadow: 0 0 10px rgba(102, 179, 251, 0.5);
  border-color: #2685e2;
  z-index: 1;
}
.toggle input:disabled + label {
  color: #c1c3c9;
  cursor: not-allowed;
}
.toggle input:focus + label {
  outline: dotted 1px #ccc;
  outline-offset: 0.45rem;
}
@media (max-width: 800px) {
  .toggle input + label {
    padding: 0.75rem 0.25rem;
    flex: 0 0 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* STYLING FOR THE STATUS HELPER TEXT FOR THE DEMO */
.status {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
}
.status span {
  font-weight: 600;
  color: #b6985a;
}
.status span:first-of-type {
  display: inline;
}
.status span:last-of-type {
  display: none;
}
@media (max-width: 800px) {
  .status span:first-of-type {
    display: none;
  }
  .status span:last-of-type {
    display: inline;
  }
}


.row-blur{
  filter:blur(4px);
    -o-filter:blur(4px);
    -ms-filter:blur(4px);
    -moz-filter:blur(4px);
    -webkit-filter: blur(4px);
}

.prospect-loader{
  width: 90%;
    margin-left: 4rem;
    margin-bottom: 2rem;
    margin-top: 1rem;
}

.prospect-finder-half-box{
  width: 45%;
}

.prospect-finder-half-box-input{
  width: 100%;
  text-align: left;
  cursor: auto;
}
.mr-22{
  margin-right: 22px;
}


.video-demo{
  width: 50%;
    height: 2.8rem;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 5px;
    display: flex;
    margin: 0.8rem auto auto auto;
}

.video-demo .content{
  display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;text-decoration: none;margin-left: 1rem;
    cursor: pointer;
}
.video-demo .media-play-circle{
  width: 35px;
    height: 35px;
}
.video-demo .watch-demo{
  width: 100%;
    height: 21px;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 21px;
    color: #000000;margin-left: 1rem;
}
.email-preference{
  width: 26%;
}
.email-preference-note{
  width: 55%;
}

.list-updated-time{
  font-size: 12px;
  margin-left: 10px;
  color: green;
  font-style: italic;
}

.ds-input-bulk{
  background-color: unset !important;
}

@media only screen and (max-device-width: 480px) {
  #prospect-finder-main .domain-search-input{
    margin-bottom: 20px;
  }
  #prospect-finder-main .halbox-root{
    margin-bottom: 20px;
    flex-direction: column;
    align-items: center;
  }
  #prospect-finder-main .mb20{
    margin-bottom: 20px;
  }
  .prospect-finder-half-box{
    width: 96%;
  }
  .mr-22{
    margin-right: unset;
  }
  .email-preference{
    width: 96%;
  }
  .email-preference-note{
    width: 96%;
  }
}

.ds-suggestion{
  width: 85%;
}
.ci-text-divider {
  margin: 0.775rem 1.25rem 0.375rem 1.25rem;
}
.ci-text-divider:before {
  content: " ";
  display: block;
  border-top: 1.5px solid #F8F8F8;
  border-bottom: 1.5px solid #F8F8F8;
}
.text-divider {
  margin: 1em 0;
  margin-left: 3rem;
  line-height: 0;
  text-align: center;
}
.text-divider:before {
    content: " ";
    display: block;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #f7f7f7;
}
.text-divider span {
  background-color: #f8f8f8;
  padding: 0.7em;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  color: #666666;
}
/* User popup on /app/pipi-dashboard/ - PipiUserDetailModal.
   Rides on the existing .modal / .modal-content / .modal-header markup, so the
   overlay, the fade and the close handling in dashboard.js all apply unchanged
   and only the inside of the body is styled here. */
.monitor-user-cell {
  cursor: pointer;
}
.monitor-detail-modal {
  max-width: 860px;
  margin-top: 40px;
}
/* .modal-body is display:flex for the lead popup this borrows its shell from.
   The sections here stack. */
.monitor-detail-body {
  display: block;
  max-height: 74vh;
  overflow-y: auto;
  padding: 20px 24px;
}
.monitor-detail-head {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
}
/* Sized on the container as well as the image, and never allowed to shrink:
   as a bare flex item it would otherwise be squeezed by a long name, and
   inheriting the table's 35px .profile-img box let the image overflow it and
   run underneath the text. */
.monitor-detail-img {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
}
.monitor-detail-img img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}
.monitor-detail-head-text {
  display: flex;
  flex-direction: column;
  margin-left: 14px;
  /* A flex item will not shrink below its content by default, and a long email
     address has nothing to wrap on. */
  min-width: 0;
  word-break: break-word;
}
.monitor-detail-name {
  font-size: 16px;
  font-weight: 600;
  color: #223260;
}
.monitor-detail-email {
  font-size: 13px;
  color: #666666;
}
.monitor-detail-id {
  font-size: 11px;
  color: #999999;
}
.monitor-detail-crm {
  font-size: 12px;
  color: #0073B0;
  text-decoration: none;
  margin-top: 4px;
}
/* auto-fill rather than a fixed column count: the popup is one column on a
   laptop split-screen and three on a full window, without a media query. */
.monitor-detail-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 2px 24px;
  padding: 14px 0;
}
.monitor-detail-line {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 5px 0;
  border-bottom: 1px solid #f6f6f6;
}
.monitor-detail-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #999999;
  white-space: nowrap;
  margin-right: 12px;
}
.monitor-detail-value {
  font-size: 13px;
  color: #223260;
  text-align: right;
  /* IPs, versions and device strings have no spaces to break on and would
     otherwise push the grid column wider than its track. */
  word-break: break-word;
}
.monitor-detail-note {
  display: flex;
  flex-direction: column;
  background: #FAFAFA;
  border-left: 3px solid #0073B0;
  border-radius: 3px;
  padding: 10px 14px;
  margin: 10px 0;
}
.monitor-detail-note-subject {
  font-size: 13px;
  color: #223260;
  margin-top: 4px;
}
.monitor-detail-note-meta {
  font-size: 11px;
  color: #999999;
  margin-top: 4px;
}
/* Staff actions block in the user popup. */
.monitor-detail-section-title {
  font-size: 13px;
  font-weight: 600;
  color: #223260;
  margin: 16px 0 8px 0;
}
.monitor-action-section {
  border-top: 1px solid #eee;
  margin-top: 16px;
  padding-top: 4px;
}
.monitor-action-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
  flex-wrap: wrap;
}
.monitor-action-input {
  flex: 1 1 180px;
  min-width: 150px;
  height: 34px;
  padding: 0 10px;
  font-size: 13px;
  color: #223260;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  background: #FFFFFF;
}
.monitor-action-static {
  font-size: 13px;
  color: #666666;
}
/* Deliberately loud. Every line in it is something that happens to a real
   account the moment the button is pressed, and two of them reach beyond this
   account to everyone who signs up from that domain or IP later. */
.monitor-action-confirm {
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: #FFF8F0;
  border: 1px solid #F0D9C0;
  border-radius: 3px;
  padding: 12px 14px;
  margin: 8px 0;
  font-size: 13px;
  color: #223260;
}
.monitor-action-confirm-title {
  font-weight: 600;
}
.monitor-action-confirm .search-btn {
  align-self: flex-start;
  margin-top: 4px;
}
.monitor-action-success {
  display: block;
  font-size: 12px;
  color: #1B7F4F;
  padding: 6px 0;
}
.monitor-action-error {
  display: block;
  font-size: 12px;
  color: #C0392B;
  padding: 6px 0;
}
.btn-grey {
  background: #999999 !important;
  border-color: #999999 !important;
}
