

*, :after, :before {
    box-sizing: border-box;
}

input:focus,
button:focus,
.form-control:focus{
	outline: none;
	box-shadow: none;
}
.form-control:disabled, .form-control[readonly]{
	background-color: #fff;
}
/*----------step-wizard------------*/
.d-flex{
	display: flex;
}
.justify-content-center{
	justify-content: center;
}
.align-items-center{
	align-items: center;
}



/*Agent Leads Card*/
.candiatepsec{
    
}
.h48{
    height: 48px;
}
.leadsrecord{
    display:block;
    position: relative;
    background: #fff;
    padding:.75rem 1.75rem;
    border-radius:0.8em;
    width:100%;
    margin-bottom: 0.8em;
    box-shadow: 0 2px 8px 1px rgba(64,60,67,0.24);
}

.recorddiv{
    display:flex;
    width:100%;
    align-items: center;
}

.recorddiv .recordsecbody{
    width:60%;
}

.recorddiv .recordsecbody .lead_alldetails{
    display:flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.recorddiv .recordsecbody .lead_alldetails p,
.recorddiv .recordsecbody .lead_alldetails h6{
    margin-bottom: 0px;
    font-size:0.85em;
    width:33.3%;
}

.recorddiv .checkboxesshow {
    position: absolute;
     margin: 0em; 
}

.recorddiv .recordsecbody .lead_alldetails h6{
    text-transform: capitalize;
}

.recorddiv .button-wrap{
    width:40%;
    padding-left: 10%;
}

.recorddiv .button-wraphead {
    width: 40%;
    padding-left: 10%;
    text-align: center;
    font-size: 0.85em;
}

.fshead{
    font-size: 0.85em;
}

.recorddiv .button-wrap .pngicon{
    width:30px;
}

.recorddiv .followupbtnsec{
    width:20%;
}

.recorddiv .followupbtnsec span{
    text-align: right;
    float:right;
    padding-right:10%;
}

.recorddiv .followupbtnsec button{
    border:1px solid #093174;
    border-radius:0.8em;
    margin: .375rem;
    color: inherit;
    text-transform: uppercase;
    word-wrap: break-word;
    white-space: normal;
    cursor: pointer;
    font-size: .81rem;
    float:right;
}

.display-onlyweb{
    display:block;
    margin-top:0px;
    background: #fff;
}

.followupandflag{
    display: flex;
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.godown{
    padding-top:16.5rem !important;
}

@media only screen and (max-width: 768px) {
    .display-onlyweb{
        display:none;
    }
    .leadsrecord {
    display: block;
    position: relative;
    background: #fff;
    padding: .5rem;
    border-radius: 0.8em;
    width: 100%;
    margin-bottom: 0.8em;
    box-shadow: 0 2px 8px 1px rgba(64,60,67,0.24);
    }
    
.candiatepsec.divactive .leadsrecord:before{
content: '';
position: absolute;
height: 65%;
top: 20%;
width: 5px;
border-radius: 5px;
left: 0;
background: #9fedaa;
}
    
    .recorddiv {
        display: block;
        align-items: baseline;
        padding: 0rem;
        position: relative;
        margin-bottom: 0em;
    }
    .recorddiv .recordsecbody .lead_alldetails {
        display: block;
    }
    .recorddiv .recordsecbody .lead_alldetails p,
    .recorddiv .recordsecbody .lead_alldetails h6 {
        margin-left: 2.5em;
        width:auto;
    }
    .recorddiv .recordsecbody {
        width: 100%;
    }
    .recorddiv .button-wrap {
    width: 100%;
    margin-top: 1em;
    padding-left: 0;
    }
    .recorddiv .followupbtnsec {
    width: 100%;
    }
    .recorddiv .followupbtnsec button {
    position: absolute;
    right: 0.2em;
    top: 0.2em;
    }
    #recordlist {
        padding-top: 10em;
        height: 100vh;
    }
    .godown {
    padding-top: 16.5rem !important;
    }
}


.search-box_agent {
    display: none;
}

.search-box_agent.showsearch{
    display: block;
}

/*Closure card*/

img {
	height: auto;
	width: 100%;
}

.card-closureshow{
    border: 1px solid #ccc;
    cursor: pointer;
    position: relative;
    padding: 5px 5px;
    font-size: 0.8em;
    border-radius: 0.8em;
}

.card-closureshow img{
    border-radius: 0.8em;
    box-shadow: 0 2px 8px 1px rgba(64,60,67,0.24);
}

.candidate_logsf {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1rem 0.2em 0.5em;
    cursor: pointer;
    position: relative;
    flex-flow: wrap;
}

.download-button{
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 2.5em;
    color: #fff;
    text-align: center;
}

.flagcontainer{
    position: absolute;
    right: -1px;
    top: 83px;
    border-top-left-radius: 0.8em;
    border-bottom-left-radius: 0.8em;
    display: flex;
    border: 1px solid #333;
    padding: 5px 10px;
    align-items: center;
}
.flagcontainer .flaglabel{
    padding-top: 0px !important;
    margin-left: 5px;
}



.ribbon {
    position: absolute;
    right: 10px;
    top: -10px;
}
.ribbon.down > .content {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8px), 50% 100%, 0 calc(100% - 8px));
}
.ribbon > .content {
  color: white;
    font-size: 1.25rem;
    text-align: center;
    font-weight: 400;
    background: #2ca7d8;
    padding: 10px 2px 10px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 0 100%);
    width: 32px;
    min-height: 36px;
    transition: clip-path 1s, padding 1s, background 1s;
}

/*.header_login img{
    display:none;
}
.header_login:after {
    content: '';
}*/

.inputgrouptext{
    border-radius: 0.8em;
}

#main .sectionlogin{
    margin-top:5%;
}

@media only screen and (max-width: 768px) {
    #main .sectionlogin{
    margin-top:20%;
    }
}


.btnassist{
    justify-content: center;
    display: inline-flex;
    width: 100%;
    align-items: center;
    background: #f3f7fa;
    font-size: 0.9em;
    margin-right: 5px;
    border-radius: 0.8em;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 18%);
    cursor: pointer;
}

.mailslog{
    border-radius: 0.8em;
    border: 1px solid #e4e4e4;
    padding: 0.4em 0em;
    margin-bottom: 0.2em;
}
.mailslogheader{
    display:block;
    padding: 0em 0.4em;
    justify-content:space-between;
    border-bottom:1px solid #ddd;
}

.mailslogheader p{
    font-size:0.95em;
    color:#969696;
    margin-bottom: 0.1em;
}

.mailslogheader p span{
    color:#333333;
    font-weight:700;
}

.mailslogheader p.timing{
    font-size:0.85em;
    padding-left: 1.5em;
}

.mailslog .mailbody{
    margin: 0.4em 0;
    padding: 0em 0.4em;
}

.mailslog .mailbody p{
    margin-bottom: 0.1em;
}

/*Flaged List*/ 
 .list-dashboard.read{
        background: #f7f7f7 !important;
    }
    .flagmsg h3,.flagmsg h5,.flagmsg p{
        font-size:0.9em;
    }
    .flagmsg .leaddetail{
        display: flex;
        justify-content: space-between;
        width:100%;
        margin-bottom:5px;
    }
    .flagmsg .leaddetail .candidateflag,.flagmsg .leaddetail .flagagent{
        flex-wrap: wrap;
        width:50%;
        border-bottom:1px solid #b9b9b9;
    }
    .flagmsg .leaddetail .candidateflag{
        border-right:1px solid #b9b9b9;
    }
    .flagmsg .leaddetail .flagagent{
        padding-left:10px;
    }
    .textheadng{
        color: #9a9a9a!important;
    }
    .btnfalgassign{
        border: 0;
        font-size: 1em;
        border-radius: 0.8em;
        background: #7871ff;
        padding:5px 10px;
        color:#fff;
        width:100%;
    }
    
   