/* 
    Created on : Feb 17, 2022, 12:55:29 PM
    Author     : Sandeep Verma
*/

/*// Display as table in Desktop*/
.leadsrender{
    /*margin-top:0.5em;*/
}

.leads_list {
    display: flex;
    flex-direction: column;
}

.leadsrender .paddingindleadsrender{
    padding:0.1em;
}

.leads_list .leadcard-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-radius: 10px 10px 0px 0px;
    padding: 0em;
}

.leads_list .leads_card{
    position:relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background: #fff;
    padding: 0em;
    transition: all 1s linear;
    margin: 0px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}

.leads_list .leads_card .leadsmain{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0em;
    transition: all 1s linear;
}


.leads_list .leads_card .acc-content{
    width: 100%;
    margin-top: 0.8em;
    background: #fff;
    border-radius: 0.8em;
    overflow: hidden;
    transition: all 1s linear;
}
 .fadeout {
    max-height: 0;            
    overflow-y: hidden;
    -webkit-transition: max-height 0.5s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
}
.fadein {
    max-height:auto;  
}
.leads_list .leads_card .acc-content .latestnotesleadcard{
    margin-top: 0.9em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0.5em 0.5em 0.5em 3.5em;
}



.leads_list .leads_card .acc-content .latestnotesleadcard .latestnoteshead{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.acc-content .latestnotesleadcard .latestnoteshead h6{
    font-size:15px;
    color:#f60;
    margin-bottom:0px;
}

.acc-content .latestnotesleadcard .latestnoteshead button{
    background:#eee;
    color:#333;
    border-radius:10px;
    border:none;
    font-size:15px;
    padding:2px 10px;
}

.acc-content .latestnotesleadcard .latestnoteslist{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0em 0em;
}


.acc-content .latestnotesleadcard .latestnoteslist .commenthistory{
    color:#999;
    margin-bottom:0px;
    display: inline;
     width:100%;
    color: #999;
    text-align: justify;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

.acc-content .latestnotesleadcard .latestnoteslist .commenthistory .detailedview_comm{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.commenthistory .detailedview_comm .commentdatetime{
    display: inherit;
    flex-direction: column;
}
.commenthistory .detailedview_comm .commentdatetime p{
    margin-bottom:0.2em;
    color:#ccc;
    font-size:13px;
}
.commenthistory .detailedview_comm .commentdatetime span{
    margin-bottom:0.2em;
    color:#080808;
    font-size:14px;
}

/*.acc-content .latestnotesleadcard .latestnoteslist .commenthistory p{
    margin-bottom:0.2em;
}

.acc-content .latestnotesleadcard .latestnoteslist .commentdatetime{
    color:#ccc;
    text-align: left;
     width:100%;
    font-size:12px;
}*/



.leads_list .leadcard-header .firstcol,.leads_list .leads_card .leadsmain .firstcol{
    width: 4.5%;
}
.leads_list .leadcard-header .secondcol,.leads_list .leads_card .leadsmain .secondcol{
    width: 20%;
}

.leads_list .leadcard-header .thirdcol,.leads_list .leads_card .leadsmain .thirdcol{
    width: 14%;
}

.leads_list .leadcard-header .fourthcol,.leads_list .leads_card .leadsmain .fourthcol{
    width: 14%;
}

.leads_list .leadcard-header .fifthcol,.leads_list .leads_card .leadsmain .fifthcol{
    width: 9%;
}

.leads_list .leadcard-header .sixthcol,.leads_list .leads_card .leadsmain .sixthcol{
    width: 8%;
}

.leads_list .leadcard-header .seventhcol,.leads_list .leads_card .leadsmain .seventhcol{
    width: 23.5%;
}
.leads_list .leadcard-header .ninethcol,.leads_list .leads_card .leadsmain .ninethcoll{
    width: 8%;
}

.allheadertitle {
    color: #92929D;
    font-size: 14px;
    letter-spacing: 0.1px;
}

.checkboxes_custom {
    display: block;
    position: relative;
}


.name_leadsource{
    display: flex;
    flex-direction: column;
}

.name_leadsource h6{
    margin-bottom:0px;
    font-size:16px;
    letter-spacing: 0.1px;
    color:#696974;
}
.name_leadsource p{
    margin-bottom:0px;  
    color:#767676;
    font-size:0.8em;
}
.textother {
    color: #696974;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.1px;
}

.lead_typebadge {
    background: #FF7D98;
    border-radius: 5px;
    padding: 3px 10px;
    color: #fff;
    font-size: 13px;
    white-space: nowrap;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inherit;
    text-align: center;
    text-transform: capitalize;
}

.button-wrap {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.button-wrap button {
    display: flex;
    margin: 0px 0.2px;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    border-radius: 3em;
    font-size: 1.2em;
    width: 2.5em;
    height: 2.5em;
}

.button-wrap button:last-child {
    border:none;
}

.button-wrap button.call{
    color:#0f9349;
}

.button-wrap button.whatsapp{
    color:#43CCA1;
}

.button-wrap button.sms{
    color:#FFC75E;
}

.button-wrap button.mail{
    color:#F67A7A;
}

.button-wrap button.feedback{
    color:#333333;
}


.button-wrap button .countbadge:after {
    content: attr(data-count);
    border:0.5px solid #E2E2E2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: -3px;
    right: -5px;
    font-weight: 400;
    font-size: 55%;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    background: #fff;
    color: #444444;
}


.modal-body {
    padding:0rem 1rem;
}

.modal-content {
    border-radius: 10px;
}
.btn-close,.btn-close:focus,.btn-close:active{
    outline:none;
    
}
.modal-header,.modal-footer{
    border-bottom:none;
    border-top:none;
}
.modal-backdrop.show {
opacity: .9;
}

.modal-backdrop {
position: fixed;
top: 0;
left: 0;
z-index: 1050;
width: 100vw;
height: 100vh;
background-color: rgb(0, 79, 158);
}

#connectionDialog .button-wrap button{
    z-index: 11;
}

#connectionDialog .stepper{
    position: relative;
}

.stepper .button-wrap:after {
    content: '';
    position: absolute;
    background: #eee;
    display: block;
    width: 100%;
    height: 0.2rem;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 10;
}


.button-wrap button.activetab{
    background: linear-gradient(90.17deg, #0f9349 8.73%, #0f9349 90.53%);
    mix-blend-mode: normal;
    border:none;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}

.button-wrap button.activetab>i{
    color:#fff;
}

#connectionDialog .button-wrap button:last-child {
    border: 1px solid #EEEEEE;
}



#connectiondivappend .addsection {
    text-align: center;
    padding-top: 0em;
    transition: all 0.5s ease;
    display: none;
    animation: moveLeft 0.35s;
    
}

#tabsec{
 overflow: hidden;  
 padding:1rem 0.4rem; 
}

#connectiondivappend .addsection.activesection {
    height: 100%;
    display: block;
    width: 100%;
    text-align: center;
    animation: moveRight 0.35s;
}


.leaddetails-card{
    margin:0.6em 0rem;
    padding: 1em 0.8em;
    position: relative;
    width: 100%;
    background: linear-gradient(95.13deg, #FFA700 -1.11%, #FF5E5E 59.13%);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
}


.leadpersonicon{
    width: 4em;
    height: 4em;
    background: #fff;
    border-radius: 4em;
    text-align: center;
}
.leadpersonicon i{
    font-size: 2.8em;
    line-height: 1.35em;
    background: linear-gradient(155.58deg, #D8D8D8 -48.52%, #B9B9B9 118.98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.leadpersondetails{
    margin-left: 1em;
    color: #fff;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.leadpersondetails .leadname{
    font-size: 18px;
    letter-spacing: 0.1px;
} 

.leadpersondetails .leadcontact{
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0.1px;
}

.leadpersondetails .leadgeneratedate{
    font-weight: 300;
    font-size: 14px;
    line-height: 13px;
    letter-spacing: 0.1px;
    margin-bottom: 0px;
}

.leaddetails-card .shadowicon{
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 80px;
    opacity: 0.23;
    color: #fff;
}

.buttonconnections{
    border-radius: 20px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
    padding: 0.3em 1.2em;
    margin: 0em 0.2em;
}

.connection-button{
    background: linear-gradient(90.17deg, #0f9349 8.73%, #0f9349 90.53%);
    border-radius: 20px;
    border:none;
    color: #fff;
}

.conskip-button{
    background:#fff;
    border:none;
    color: #999999;
}

.latestnotesdiv{
    background: #EDF8FF;
    border-radius: 10px;
    padding:0.8em;
    width: 100%;
    text-align: justify;
    margin-left: 0.25em;
}

.latestnotesheader{
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:0.5em;
}

.latestnotesheader .notesheadttitle{
    font-size: 14px;
    line-height: 13px;
    letter-spacing: 0.1px;
    color: #005DBC;
    margin-bottom:0px; 
}

.latestnotesheader .notesheadtimedate{
    font-size: 12px;
    line-height: 13px;
    letter-spacing:0.1px;
    color:#999999;
    margin-bottom:0px; 
}

.latestnotedetail{
    font-size: 12px;
    line-height: 15px;
    letter-spacing:0.1px;
    color: #666666;
    text-align: justify;
    text-justify: inter-word;
}

.statusleaddetail{
    position: absolute;
    right: 0px;
    top: 0px;
    /*background: #FF7D98;*/
    /*padding: 5px 10px;*/
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    left: 0px;
    padding: 2px 2px 2px 10px;
    width: 85px;	
    /*width: 100px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 0px 0px 0px 10px;
}


/*Connection Forms Content And Header*/

.connectionforms{
    display:flex;
    justify-content: space-between;
    flex-direction: column;
    text-align: left;
}

.connectionformlabel{
    display:flex;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 0.8em;
    align-items: flex-start;
}

.connectionformlabel .labelform{
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.1px;
    color: #005DBC;
    margin-bottom: 0px;
}

.choose_template{
    background: linear-gradient(169.03deg, #4586C8 8.65%, #125599 92.52%);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    border:none;
    padding: 0.18em 1em;
    font-size:70%;
    color:#fff;
}

.form-group{
    margin-bottom: 1.5rem;
    position: relative;
}

.form-group .error_message{
    right: 0;
    position: absolute;
    bottom: -1.5em;
    color:#f00;
    font-size: 0.8em;
}

.form_css_textarea{
background: #FFFFFF;
border: 1px solid #CCCCCC;
box-sizing: border-box;
border-radius: 5px;
display: block;
width: 100%;
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: #fff;
background-clip: padding-box;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 0.25rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}



.loading {
    display:none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 79, 158,0.9);
}
.loading.showloading {
    display:block;
}
.loading-wheel {
    width: 20px;
    height: 20px;
    margin-top: -40px;
    margin-left: -40px;
    
    position: absolute;
    top: 50%;
    left: 50%;
    
    border-width: 30px;
    border-radius: 50%;
    -webkit-animation: spin 1s linear infinite;
}
.style-2 .loading-wheel {
    border-style: double;
    border-color: #f2f2f2 transparent;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes moveRight {
  0% {
    transform: translateX(-27rem) scale(0.9);
    opacity: 0;
  }
  100% {
    transform: translateX(0rem) scale(1);
    opacity: 1;
  }
}

@keyframes moveLeft {
  0% {
    transform: translateX(0rem) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(27rem) scale(0.9);
    opacity: 0;
  }
}

.calldurationblock{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}

.calldurationblock:after{
    content: '';
    position: absolute;
    height: 0.15em;
    border-radius: 50px;
    width: 10%;
    bottom: 0;
    top: 100%;
    background: linear-gradient(159.48deg, #0f9349 15.21%, #0f9349 87.98%);
    right: 2em;
}

.calldurationblock h6{
    color: #999999;
    font-size: 0.8em;
}
.calldurationblock p{
    padding-left:5px;
    font-weight: 600;
}

.filtersection{
    border-radius: 10px;
    padding: 0.4em;
    margin: 0.8em 0em 0.3em;
    background: #fff;
}

.filterareadiv{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
    /*overflow: hidden;*/
}

.checkboxes_selectall {
    display: flex;
    position: relative;
    flex-direction: row;
    align-items: center;
    width:10%;
}

.totalleadscountshow{
    width: 75%;
}
.sortbybutton{
    text-align: right;
}

.sortbybutton .flaskbtn{
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0.3rem 0.6rem;
    color: #080808;
    border-radius: 0.5em;
    width: 100%;
    background: #0f9349;
}


.filterbybutton{
    width: 10%;
    margin:0rem 0.1rem;
    text-align: center;
}
.sendbulkmsg{
    width: 10%;
    margin: 0rem 0.1rem;
    text-align: center;
}

.filterbybutton button{
    border:none;
    outline: none;
    cursor: pointer;
    padding:0.3rem 0.6rem;
    color:#fff;
    border-radius:0.5em;
    width: 100%;
}

.filterbybutton button.flaskbtn{
    background: #0f9349;
}

.sendbulkmsg button{
    border:none;
    outline: none;
    cursor: pointer;
    padding:0.3rem 0.5rem;
    color:#fff;
    border-radius:0.5em;
    width: 100%;
}

.sendbulkmsg button.sendbulksmsbtn{
    background: #b7b7b7;
}

.totalleadscountshow h5,.sortbybutton button{
    margin-bottom: 0px;
    font-size: 14px;
}

.sortbybutton button{
    background: transparent;
    border:none;
    margin-right: 1em;
}

.totalleadscountshow h5 span:first-child,.sortbybutton button span:first-child{
color: #92929D;
}

.totalleadscountshow h5 span:last-child,.sortbybutton button span:last-child{
color: #080808;
}

.desktophide{
    display:none;
}

.allbulkcontactshow{
    max-height: 360px;
    overflow-y: scroll;
    position: relative;
    padding-left: 0px;
    overflow-x: hidden;
}

.allbulkcontactshow .numbers-badge{
    float:left;
    width:50%;
    display: flex;
    justify-content:space-between;
    align-items:center;
}

.numbers-badge .leadslistinbulk{
    padding: 0.5rem 0.5rem;
    font-size: 14px;
    font-weight: 500;
    margin: 0.2em 0.2em;
    line-height: 1;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.8em;
    background: #0c58a4;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.leadslistinbulk .leadnameshowinbulksms{
    white-space: nowrap;
    width: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    color:#fff;
}

.leadslistinbulk .leadcontactshowinbulksms{
    color:#fff;
}

.removeleadfrombulksms{
    border: 0;
    background: #ff8455;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    color: #fff;
    margin-left: 0.5em;
}


   
.template_selector {
    background-color: #fff;
    position: absolute;
    z-index: 1111;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: block;
    padding: 15px 0px;
    text-align: center;
    opacity: 0;
    transition: all 500ms cubic-bezier(0.68, 0.55, 0.265, 1);
    transform: scale(0);
}
.template_selector.act {
    opacity: 1;
    transform: scale(1);
}

#connectiondivappend{
    position: relative;
    padding:0em 0.6em;
}

.templatesectionheader{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.templatesectionheader h6{
    color:#005DBC;
    font-size:0.8em;
    margin-bottom:0;
}

.buttontemp {
    border-radius: 20px;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.25);
    padding: 0.3em 1em;
    margin: 0em 0.2em;
    font-size:0.8em;
    border-radius: 0.5em;
}
.templatesectionheader .temskip-button {
    background: #fff;
    border: none;
    color: #999999;
}
.templatesectionheader .temp-button {
    background: linear-gradient(90.17deg, #0f9349 8.73%, #0f9349 90.53%);
    border: none;
    color: #fff;
}


.templateshow{
    margin: 1em 0em;
    max-height: 500px;
}

.templatelistshowin{
   display: flex;
    flex-wrap: wrap;
}

.templatelistshowin .themscard{
    padding: 5px;
    border: 1px solid #EEEEEE;
    color: #000000;
    border-radius: 5px;
    width: 48.5%;
    margin: 3px;
}

.themscard .cardinnerforthemes{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    overflow: hidden;
    max-height: 100px;
}

.cardinnerforthemes h6{
    color: #005DBC;
}

.cardinnerforthemes p{
    text-align: left;
    color: #666666;
    font-size: 10px;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    display: inline-block;
    margin-bottom: 0;
}

.templatelistshowin .themscard.actv{
    border: 1px solid rgba(0, 79, 158, 0.5);
}

.templatelistshowin .themscard .themetle{
    color:#005DBC;
    margin-bottom:0;
    font-size:0.8em;
}

.contenttemlate{
    color:#666666;
    font-size:0.7em;
    margin-bottom: 0;
}

.expanderdiv{
    color: #A9A9A9;
}


#addfeedbackdetails label{
    color:#666666;
    font-size:0.8em;
    margin-bottom: 0.5em;
    text-align:left;
}

#addfeedbackdetails select,#addfeedbackdetails textarea{
    color:#666666;
    font-size:0.8em;
    margin-bottom: 0.5em;
}

#addfeedbackdetails .datetimecombine{
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 0.25rem;
    outline: none !important;
}

#addfeedbackdetails .datetimecombine>input{
    border:none;
    background: transparent;
    font-size:0.8em;
}
/*mobile css*/
@media (max-width:600px){
    .template_selector {
	display: unset;
}
.templateshow {
    overflow-y: scroll!important;
    max-height: 402px;
    overflow: hidden;
}
/*.sixcol_align{
	top: 30px;
    right: 68px;
    position: absolute;
}*/
}
