@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
*{
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif
}
html,body{
  height:100%;
  overflow-x: hidden;
}
body{
  background-color: #fff;
  color: #545454;
}
#header_Logout{
  width: 100%;
  text-align: right;
  justify-content: right;
  display:flex;
}
#main{
 min-height: calc(100vh - 43px);
}
#main h3{
  color: #121212;
  font-size: 1.6em;
  text-align: center;
}
.headline{
  margin-top: 60px;
  font-weight:bold;
  background: -webkit-linear-gradient(0deg,#0071E3,#0071E3 30%,#650de8 45%,#650de8 70%,#302A6C 85%);
  background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.headline-date{
  color: #ADA7A7;
  margin-bottom: 60px;
}
.footer{
  text-align: center;
  color: #454545;
}
.footerline{
background: -webkit-linear-gradient(0deg,#b1338a,#0071E3 30%,#650de8 45%,#650de8 70%,#302A6C 85%);
border: 0px;
padding: 0px;
margin: 0px;
width: 100%;
height:10px;
margin-top: 15px;
}
.footer a{
  color: #86868B;
  text-decoration: none;
  margin: 5px 5px 5px 5px;
  font-size:15px;
}

/* Logout Button Style */
.btn {
  display: block;
  height: 50px;
  width: 140px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: white;
  font-size: 14px;
  text-align: center;
  margin: 5px 5px 0px 0px;
  z-index:10;
}
.btn::after {
    position: absolute;
    content:'';
    display: inline-block;
    background: rgba(59,173,227,1);
    background: linear-gradient(45deg, rgba(59,173,227,1) 0%, rgba(87,111,230,1) 25%, rgba(152,68,183,1) 51%, rgba(255,53,127,1) 100%);
    height: 50px;
    width: 372px;
    z-index: -1;
    transform: translateX(-280px);
    transition: transform 400ms ease-in;
  }

  .btn:hover::after {
      transform: translateX(-200px);
  }
  span {
    position: relative;
    top: 16px;
  }
}


/* Codepen */
.mainInner{
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}
#sidebarMenu {
    height: 100%;
    position: fixed;
    left: 0;
    width: 250px;
    margin-top: 0px;
    transform: translateX(-250px);
    transition: transform 250ms ease-in-out;
    background: linear-gradient(180deg, #FC466B 0%, #3F5EFB 100%);
    z-index:100;
    border-radius: 10px;
}
.sidebarMenuInner{
    margin:0;
    padding:0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.sidebarMenuInner li{
    list-style: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.sidebarMenuInner li span{
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.50);
}
.sidebarMenuInner li a{
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}
input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}
[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 22px;
    left: 15px;
    height: 22px;
    width: 22px;
}
.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #fff;
}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}
.column {
  float: left;
  width: 30%;
  padding: 0 10px;
  padding-left:13%;
  margin-top:50px;
  cursor:pointer;
}

/* Remove extra left and right margins, due to padding in columns */
.row {
  margin: 0 -5px;
  margin-bottom: 50px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Style the counter cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6); /* this adds the "card" effect */
  padding: 16px;
  text-align: center;
  background-color: #88B0D7;
  height:130px;
  border-radius: 50px;
}

.card p{
  font-size: 1.3em;
  letter-spacing: 0.5px;
  font-weight: bold;
}
.card ion-icon{
  font-size: 2.5em;
  margin-top:10px;
  z-index: -1;
}
.card:hover{
  background-color: #fff;
}
h3{
  margin-top:15px;
  margin-bottom: 5px;
  font-weight: bold;
}
h4{
  color: #86868b;

}
#welcomediv{
  margin-left:15%;
  margin-right:15%;

}
#mainContent{
  display:flex;
  margin-top:30px;
}
/* Responsive columns - one column layout (vertical) on small screens */
@media screen and (max-width: 600px) {
  .column {
    width: 80%;
    display: block;
    margin-bottom: 20px;
    padding-left:10%;
    padding-right:10%;
    margin-top:25px;
  }
  .row{
    margin-bottom: 150px;
  }


}

#datenschutz{
  color:#454545;
  margin: 0 auto;
  padding-left:10%;
  padding-right:10%;
  max-width:600px;
  padding-bottom:120px;
  height:100%;
}
#datenschutz h4{
  padding-top: 10px;
  padding-bottom: 10px;
    font-size:1.3em;
}

#SubUserDiv input{
  background-color: transparent;
  color: #fff;
  border: none;
  border-bottom: 1px solid #fff;
}

#SubUserDiv{
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom:10%;
}

#SubUserDiv h4{
  color:#fff;
  padding-bottom: 10px;
  padding-top: 10px;
}
#SubUserDiv button{
  background-color: transparent;
  width:70px;
  height:30px;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  cursor:pointer;
  margin-top: 15px;
}
#SubUserDiv button:hover{
  background-color: #fff;
  color: #111;
}
#SubUserDiv label{
  color:#fff;
  padding: 5px;
}
  .responsive-table{
    width:100%;
    margin: 0 auto;
    border: 1px solid #f4f3f3;
    border-radius: 5px;
    padding: 10px 10px 10px 10px;
  }
  #LeadTable{
    margin: 0 auto;
    display:flex;
    margin-bottom: 70px;
  }
  .responsive-table li {
    border-radius: 3px;
    padding: 15px 15px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
    border-bottom: 1px solid #f4f3f3;
    margin-left:15px;
    margin-right:15px;
  }

  .responsive-table .table-header {
    border-bottom: 1px solid #f4f3f3;
    font-size: 14px;
    color:#86868b;
    font-weight: bold;
    letter-spacing: 0.03em;
  }
  #custom-ul{
    width:100%;
  }
  .responsive-table .table-row {
    background-color: #ffffff;
    cursor:pointer;
    font-weight:400;
    letter-spacing: 0.01em;
  }
  .table-row:hover{
      background-color: #F4F3F3;
  }
 .col-1 {
    flex-basis: 8.33%;
    max-width: 8.33%;
    overflow:hidden;
    text-overflow: ellipsis;
  }
 .col-2 {
    flex-basis: 16.66%;
    max-width: 16.66%;
    overflow:hidden;
    text-overflow: ellipsis;
  }
 .col-3 {
    flex-basis: 25%;
    max-width: 25%;
    overflow:hidden;
    text-overflow: ellipsis;
  }

.col-4 {
    flex-basis: 33.33%;
    max-width: 33.33%;
    overflow:hidden;
    text-overflow: ellipsis;
  }
.col-5 {
    flex-basis: 41.66%;
    overflow:hidden;
    text-overflow: ellipsis;
  }
.col-6 {
    min-width:300px;
    flex-basis: 50%;
    max-width: 50%;
    overflow:hidden;
    text-overflow: ellipsis;
  }

  .col-8{
    flex-basis: 66.66%;
  }
 .col-10 {
   max-width:  83.33%;
   overflow:hidden;
   text-overflow: ellipsis;
    flex-basis: 83.33%;
  }
  .col-11 {
     flex-basis: 91.66%;
   }
 .col-12 {
    flex-basis: 100%;
  }
  @media screen and (max-width: 600px) {
    .flex{
      flex-wrap: wrap;
    }
  }

   @media all and (max-width: 767px) {

    .responsive-table .onlydesktop {
      display: none;
    }

  }

.text-left{
  text-align: left !important;
}
.text-right{
  text-align: right !important;
}
#SubUserDiv #showPwdOfNewUser {
  color: #fff;
  font-size: 1.3em;
  margin: 15px 0px -5px 10px;
}
#createUserDiv{
  border: 1px solid #fff;
  border-radius: 20px;
  max-width:300px;
  padding:15px;
  margin: 0 auto;
  margin-top: 5%;
}
#newUserInputEmail:focus{
  outline: none;
}
#createUserDiv label{
  display:inline-block;
  width:90px;
}
.text-center{
  text-align:center;
}
#SubUserDiv .user_toolsdiv{
  display:none;
}
.iconbig{
  font-size: 30px;
}
.textbig{
  font-size:1.25em;
}
.textsmall{
  font-size:0.7em;
}
.margintop5{
  margin-top: 5%;
}
.white{
  color: #fff;
}
.marginleft10px{
  margin-left:10px;
}
.marginleft50px{
  margin-left:50px;
}
.green{
  color: #028A0F;
}
.red {
  color: #FF0000;
}
#SettingsDiv{
  max-width: 700px;
  margin: 0 auto;
  padding-bottom: 5%;
}
#facebookbutton{
  background-color: #4267B2;
  color: #fff;
  border-radius: 0px;
  border: 1px solid #4267B2;
  width: 160px;
  height: 50px;
  cursor: pointer;
  font-size: 1em;
  padding-top: 10px;
  padding-bottom: 10px;
}
#facebookbutton:hover{
    background-color: #6d82ab;
    border: 1px solid  #6d82ab;
}

.LeadDetails{
  overflow: hidden;
  background-color: #f1f1f1;
  transition: max-height 0.2s;
  display:flex;
}
.showLeadDetail{

  max-height: 500px;
  padding: 10px 10px 10px 10px;
  margin-bottom: 20px;
  margin-top: -10px;
}
.hideLeadDetail{
  max-height: 0px;
}
.left-side{
  display:flex;
  border-right: 1px dashed #454545;
}
.right-side{
  display:flex;
}
.customSelect{
  background: #fff;
  border: 1px solid #f4f3f3;

  border-radius: 5px;
  color: #545454;
  height:30px;
  width:80%;
  text-align: center;
  text-decoration: none;
  outline: none;
}
.dot {
  height: 25px;
  width: 25px;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
}
#LeadDetailView{
  margin-left: 4%;
  margin-right: 4%;
  margin-bottom: 25px;
}
.w-100{
  width: 100%;
}
.flex{
  display:flex;
}
#leadprofil{
  background-color: #F4F3F3;
  border-radius: 10px;
  /*height: 100%;*/
  min-height: 500px;
  height:fit-content;
  padding: 30px 30px 30px 30px;
}
#leadprofil h3{
  margin: 0;
  padding: 0;
  color: #111;
  font-weight: bold;
  margin-bottom:50px;
  font-size:35px;
}
#leadKontakt{
  background-color: #fff;
  border-radius: 10px;
  /*height: 100%;
  min-height: 600px;
  */
  height:fit-content;
  padding: 0;
  margin-left:2.5%;
}

.purpleicon{
  color:  #0071E3;
  font-size: 1.65em;
}
.blueicon{
    color: #0071E3;
    font-size: 1.65em;
}
.leaddetail-question{
  font-weight: bold;
  font-size: 1.1em;
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.questionblock{
  margin-bottom: 30px;

}
.questionblock .col-1{
  flex-basis: 4%;
  text-align: left;
}
.PersonalInfoSection{
  height:fit-content;
  background-color:#F4F3F3;
  margin-bottom: 50px;
  border-radius: 10px;
  padding:30px;
  flex-wrap: wrap;
}
.PersonalInfoSection .customSelect{
  padding-left: 10px !important;
  padding-right: 10px !important;
  width: fit-content;
}
.PersonalInfoSection h4{
  padding: 0 !important;
  margin-top: 20px !important;
}
.PersonalInfoSection h3{
  padding: 0 !important;
  margin: 0 !important;
  text-align: left !important;

}
.PersonalInfoSection a{
  color: #86868B !important;
  text-decoration: none !important;
  font-size: 1.3em;
  margin-right:10px;
}
.sendComment{
  background-color: transparent;
  margin-bottom: 15px;
  border-radius: 0px;
  text-align:center;
  border-bottom: 1px solid #5454;
}
.CommentSection {
  margin-left: 5%;
  margin-right:5%;
  width:90%;
}
.sendComment input{
  height: 30px;
  background: transparent;
  outline: none;
  border: none;
  width: 90%;
  margin-right:-30px;
  padding-right: 30px;
  font-size:16px;
}
#leadKontakt h4{
  margin: 0;
  padding: 0;
  font-size: 25px;
  padding-bottom: 10px;
  color: #111;
  font-weight: bold;
  margin-bottom:5px;
  margin-top: 30px !important
}

.BewerbungSection{
  display:none !Important;
  min-height: 133px;
  background-color: #F4F3F3;
  border-radius: 10px;
  padding: 5%;
}
.headerline{
  border-bottom: 3px solid;
  margin-bottom: 30px;
  padding-bottom: 10px;
  display: flex;
  margin-top: 70px;
}
.statusIndicator{
  height: 5px;
  width: 35px;
  border-radius: 5px;
  display: inline-block;
  margin-left:50px;
  margin-top: -8px;
  margin-right: 15px;
}
.headerline h4{
  font-weight: bold;
  font-size:1.2em;
  color: #000;
}
#leadKontakt .statusIndicator{
  margin-top: 0px;
  margin-left:100px;
}
.search-container{
  display:flex;
  border: 1px solid #f4f3f3;
  border-radius: 6px;
  width:100%;
  max-width:300px;
  margin:0 auto;
}
.search-container input{
  border: none;
  outline: none;
  background-color transparent;
  width: 80%;
  height: 40px;
  font-size: 15px;
  color: #545454;
}
.search-container ion-icon{
  width: 20%;
  font-size: 25px;
  padding-top: 8px;

}
#filterStatusSelect{
  height:40px;
  width:160px;
  border: 1px solid #f4f3f3;
  border-radius: 6px;
  background-color: transparent;
  font-size:15px;
  color: #86868b;
  text-align: center;
  -moz-appearance:none; /* Firefox */
      -webkit-appearance:none; /* Safari and Chrome */
      appearance:none;
  	background-image:  url("data:image/svg+xml;utf8,<svg fill='purple' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  	background-repeat: no-repeat;
      background-position: right 0.2rem center;
      background-size: 1.4em;
      cursor:pointer;
}
#filterStatusSelect option{
  background: #fff;
  color: #545454;
  cursor:pointer;
}
#formModeSelect{
  height:40px;
  width:160px;
  border: 1px solid #f4f3f3;
  border-radius: 6px;
  background-color: #f4f3f3;
  font-size:15px;
  color: #86868b;
  text-align: center;
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari and Chrome */
  appearance:none;
  background-image:  url("data:image/svg+xml;utf8,<svg fill='purple' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position: right 0.2rem center;
  background-size: 1.4em;
  cursor:pointer;
}
#formModeSelect option{
  background: #fff;
  color: #545454;
  cursor:pointer;
}
#AddLeadButtonDiv{
  position:fixed;
  top: unset;
  right: 50px;
  bottom: 50px;
  cursor:pointer;
}
#AddLeadButtonDiv ion-icon{
  text-align: right;
  background-color:transparent;
  border-radius: 10px;
}


/* #AddLeadButtonDiv{
  position: absolute;
  right: 12%;
  top: 26%;
  cursor: pointer;
}
#AddLeadButtonDiv ion-icon{
  text-align: right;
} */

#filterFormSelect{
  height:40px;
  width:170px;
  border: 1px solid #f4f3f3;
  border-radius: 6px;
  background-color: transparent;
  font-size:15px;
  color: #86868b;
  text-align: center;
-moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
	background-image:  url("data:image/svg+xml;utf8,<svg fill='purple' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
	background-repeat: no-repeat;
    background-position: right 0.2rem center;
    background-size: 1.4em;
        cursor:pointer;
}
#filterFormSelect option{
  background: #fff;
  color:  #545454;
  cursor:pointer;
}
#header{
  height: 64px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(100,100,100,.2);
}
#header img{
  padding-left:5%;
  padding-right:5%;
  cursor: pointer;
}
@media screen and (max-width:1500px){
  #welcomediv {
    margin-left:10%;
    margin-right:10%;
  }
}

@media screen and (max-width:1400px){
  #welcomediv {
    margin-left:2.5%;
    margin-right:2.5%;
  }
  .questionblock .col-1{
    flex-basis: unset;
  }
}
@media screen and (max-width:1280px){
  #welcomediv .col-5{
    display:inline-flex !important;
  }

}

@media screen and (max-width:850px){
  #welcomediv {
    margin-left:2.5%;
    margin-right:2.5%;
  }
  .sendComment input{
    width: max-content;
  }
}



@media screen and (max-width: 600px) {
  #header img {
    height:auto;
    padding-left:5%;
    padding-top:8px;
    width:100%;
  }
  #header div{
    max-width:50%;
  }
  #header{
    display:flex !Important;
  }
  #header ion-icon{
    display: none;
  }
  #header .col-4{
    display:ruby !important;
    margin-left:auto;
  }
  #LeadDetailView .col-6{
    width:100%;
    max-width: none;
    flex-basis:auto;
    margin-left:0;
    margin-right:0;
    margin-bottom:5%;
    padding: 0;
padding-left: 15px;
padding-top: 15px;
  }
  .leaddetail-question{
    margin-bottom: 10px;
    flex-basis:70%;
  }
  .questionblock .col-1{
    flex-basis: 12%;
    max-width:none;
  }
  #leadKontakt{
    padding-left: 0px !important;
  }
  .persIcon{
    padding-left:4%;
    color: #650de8 !important;
    font-size: 35px;
  }
  .leadprofil h3{
    padding-left:4%;
    margin-bottom: 20px;
  }
  .PersonalInfoSection h3{
    line-height:25px !important;
  }
  .PersonalInfoSection .customSelect{
    height:30px;
    margin-bottom: 0px;
    margin-left:0px;
    margin-top: 10px;
  }
  .PersonalInfoSection a{
    font-size:15px;
    margin-right:10px;
  }
  .PersonalInfoSection .col-6{
    margin-bottom: 10px !important;
  }
  #leadKontakt h4{
    margin-top: 10px;
  }
  .PersonalInfoSection{
    margin-bottom: auto;
    flex-wrap: wrap;
    padding: 10px;
  }
  .CommentSection{
    margin-bottom: 15%;
  }
  .CommentSection input{
    margin-right:5px;
    width:70%;
  }
  .CommentSection .purpleicon{
    font-size:20px;
  }
  .main .col-4{
    flex-basis: auto;
    max-width: none;
    text-align:center;
    margin-bottom: 0px;
    text-align: center !important;
    width:100%;
  }
  .main .col-5{
    flex-basis: auto;
    max-width: none;
    text-align:center;
    margin-bottom: 0px;
    text-align: center !important;
    width:100%;
  }
  #filterStatusSelect{

    margin-bottom: 15px;
    margin-right:2.5%;
    margin-left:2.5%;
    width:50%;

  }
  #UebersichtBtn{
    line-height:80px;
  }
  #StatistikBtn{
    line-height: 80px;
  }
  #filterFormSelect{
    width:50%;
    margin-right:2.5%;
    margin-left:2.5%;
  }
  #formModeSelect{
    width:50%;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .search-container{
    display:none;
  }
  #welcomediv{
    margin-left:0%;
    margin-right:0%;
  }
  #mainContent{
    margin-top:5px;
  }
  .responsive-table{
    padding:0;
  }
  #LeadTable{
    display:unset;
    margin-left:2.5%;
    margin-right:2.5%;
  }
  .table-header .col-2{
    flex-basis:25%;
    max-width: unset;
    font-size:12px;
  }
  .table-header{
    letter-spacing: unset;
  }
  .table-row .col-2{
    flex-basis:25%;
    max-width: unset;
    font-size:12px;
  }
  .table-row .col-1{
    display:none !important;
  }
  .table-header .col-1{
    display:none !important;
  }
  .responsive-table li{
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px 5px;
  }
  .table-row .col-2:nth-of-type(3){
    flex-basis: 30%;
  }
  .table-header .col-2:nth-of-type(3){
    flex-basis: 30%;
  }
  .table-row .col-2:nth-of-type(4){
    flex-basis: 15%;
  }
  .table-header .col-2:nth-of-type(4){
    flex-basis: 15%;
  }
  .table-row .customSelect{
    width:100%;
    font-size:10px;
    height:20px;
  }
  .headline-date{
    margin-bottom:40px;
  }
  #stats_button{
    height:20px;
  }
  #AddLeadButtonDiv{
    position:fixed;
    top: unset;
    right: 10px;
    bottom: 10px;
    cursor:pointer;
  }
  #AddLeadButtonDiv ion-icon{
    text-align: right;
    background-color:#f4f3f3;
    border-radius: 10px;
  }
  .new_lead_data_container label{
    font-size: small;
  }



  }
}






#header div{

}
.logMessage{
  width: 100%;
  border: 1px solid #F4F3F3;
  background-color: #F4F3F3;
  border-radius: 7px;
  margin-bottom: 15px;
}
.logMessage-name{
  font-size:0.8em;
  width:100%;
  padding: 5px;
}
.logMessage-name div{
  width: fit-content;
  overflow: hidden;
  margin-right: 20px;
  color: #121212;
}
.logName{
  background-color: #98CBFF;
  border-radius: 5px;
  padding:3px;
}

.logMessage-message{
  background-color: #F4F3F3;
  border-radius: 5px;
  width:fit-content;
  margin: 0px;
  color: #86868B;
  padding:0px 5px 5px 5px;
}
.iconLeadDetail{
  font-size:20px;
  margin-bottom: -4px;
  cursor:pointer;
  margin-left:10px;
}
.persIcon{
  color: #650de8 !important;
  font-size: 35px;
}
.statsContentDiv{
  flex-basis: 100%;
  max-width:600px;
  margin: 0 auto;
}
.statsContentDiv h4{
  margin-bottom: 20px;
  margin-top: 20px;
}
.statsOuterDiv{
  text-align: center;
}
/* POPUP */

#popup{
    display: none;
}
.popup-container{
    height: 100vh;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: rgb(96 95 127 / 70%);
    position: absolute;
    top: 0;
    left: 0;
}
.popup{
    background-color: #ffffff;
    padding: 20px 30px;
    width: 40%;
    border-radius: 15px;
    min-width:280px;
}
.close-popup{
    display: flex;
    justify-content: flex-end;
}
.close-popup a{
    font-size: 1.2rem;
    background-color: rebeccapurple;
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 10px;
    display: inline-block;
}
.popup > h2{
    font-size: 1.6rem;
    margin-bottom: 20px;
}
.popup > p{
    font-size: 1.2rem;
    margin-bottom: 10px;
}
.popup-btn{
    display: inline-block;
    text-decoration: none;
    border: 2px solid rebeccapurple;
    padding: 5px 15px;
    border-radius: 5px;
    margin: 10px 0px;
    transition: .2s all ease-in;
}
.popup-btn:hover{
    background-color: rebeccapurple;
    color: #fff;
}
.new_lead_data_container input{
  width: 100%;
  max-width:300px;
  height: 50px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #f4f3f3;
  outline: none;
  font-size: 1em;
  padding: 0 35px 0 5px;
  color: #86868B;
  margin-left: 15px;
}
.new_lead_data_container label{

}
#new_lead_select{
  height: 40px;
  width: 100%;
  max-width:300px;
  border: 1px solid #f4f3f3;
  border-radius: 6px;
  background-color: transparent;
  font-size: 15px;
  color: #86868b;
  text-align: center;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='purple' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position: right 0.2rem center;
  background-size: 1.4em;
  cursor: pointer;
}
