:root {
    --header-height: 3rem;
    /* =============colors=========== */
    --main-color: #c20d5a;
    --second-color: rgb(7, 3, 45);
     --main-grident:linear-gradient(90.17deg, #0f9349 8.73%, #0f9349 90.53%);
    --bodybg-grident:linear-gradient(349.09deg, #1d9b55 0%, ##eff6fc 74.02%)
    --dark-bg: #383848;
    --main-color-alt: #af547d;
    --text-color: #707070;
    --white-color: #ffffff;
    --white-alt: #e6e6e6;
    --light-color:#92929D;
    /* ======================FONT AND TYPOGRAPHY======== */
    --body-font: 'Poppins', sans-serif;
    --biggest-font-size: 2.25rem;
    --h1-font-size: 1.5rem;
    --h2-font-size: 1.25rem;
    --h3-font-size: 1rem;
    --normel-font-size: .938rem;
    --small-font-size: .813rem;
    --smaller-font-size: .75rem;
    /* =================FONT WIDTH======= */
    --font-medium: 500;
    --font-semi-bold: 600;
    /* ===========MARGIN PADDING=========== */
    --md-1: .5rem;
    --mb-2: 1rem;
    --mb-3: 1.5rem;
    --mb-4: 2rem;
    --mb-5: 2.5rem;
    --mb-6: 3rem;
    /* =====================Z INDEX============ */
    --z-tooltip: 10;
    --z-fixed: 100;
    
    --header-height: 3rem;
    --nav-width: 68px;
    --first-color: #4723D9;
    --first-color-light: #AFA5D9;
    --white-color: #F7F6FB;
    --body-font: 'Nunito', sans-serif;
    --normal-font-size: 1rem;
    --z-fixed: 100;
}


*{
    padding: 0;
    margin: 0;
    outline: none;
}
html, body {
  width: 100%;
  height: 100vh;
  padding: 0px !important;
  margin: 0px !important;
  overflow-x: hidden;
}

input[type="time"]:focus:before {
  color: #808080;
  content: attr(placeholder);
  padding-left: 10px;
  pointer-events: none;
  position: absolute;
  left: 20px;
}
input:valid,
/*input:focus,*/
input:active {
  color: #000;
}
input:valid:before,
input:focus:before,
input:active:before {
  display: none;
}

a{
    text-decoration: none;
}
html, body, div, span, applet,
object, iframe, abbr, acronym, address, big, cite,
code, del, dfn, em, font, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: none;
    outline: 0;
    font-style: inherit;
    font-size: 100%;
    vertical-align: baseline;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

.breadcrumbs{
  color: #004f9f;
  font-weight:500;
  font-size:0.8rem;
  text-decoration: none;
}

.normalbreadcrumb{
  font-size:0.8rem;
  font-weight:500;
}


body{
  overflow-x: hidden;
  display: flex;
  justify-content: center;
  background: var(--bodybg-grident) ;
}

.wrapper {
    height: 100%;
    overflow: hidden;
    width: 100%;
    margin:0;
    padding:0;
}

.leadsrender{
/*        overflow-x:scroll;
        height:100%;*/
    }


ul.navbar-item {
    display: flex;
    margin-bottom: 0;
}

.dropdown {
    position: relative;
}

.user-profile-dropdown {
    margin-left: 20px;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
}
.user-profile-dropdown22	 {
    margin-left: 20px;
    margin-right: 15px;
    display: none;
    justify-content: center;
    align-items: center;
    color:#fff;
}

.dropdown-menu {
    z-index: var(--z-fixed);
    max-width: 15rem;
    right: 0 !important;
    left: auto !important;
    min-width: 16rem;
    padding: 0;
    margin-top: 0.5rem !important;
    border-radius:0px;
}

.nav-link.user {
    padding: 6px 0;
    font-size: 25px;
    color: #9999;
    position: relative;
}

.iconheader {
    width: 25px;
    color:#fff;
}

p.count {
    position: absolute;
    top: 5px;
    font-size: 10px;
    color: var(--white-color);
    height: 15px;
    width: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    right: -4px;
    background: #ff2c2c;
}



/*Panel Css*/

.headtopfilter{
    padding:10px;
    background: #fff;
    position: relative;
    
}

.headbottomfilter{
    padding:10px;
    background: #fff;
    
}

.border_cardradiusTop{
     /*border-radius: 10px 10px 0px 0px;*/
     /*margin-bottom:0.4em;*/
      border-radius: 5px 5px 0px 0px;
     margin-bottom:0.1em;
}

.border_cardradiusBottom{
     /*border-radius: 0px 0px 10px 10px;*/
     /*margin-top:0.4em;*/
     border-radius: 0px 0px 5px 5px;
    margin-top: 0.1em;
}



.main-login{
    width: 100%;
    height: 100vh;
    position: relative;
    padding: 20px 0 20px;
    border-radius: 6px;
    overflow: hidden;
}

.list-main-wrap-header.no-vis-shadow {
    margin-top:0.5rem;
    padding: 10px 15px;
    box-shadow: 1px 0 10px rgba(0,0,0,0.08);
}
.block_box {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e5e7f2;
}
.list-main-wrap-header {
    background: #fff;
    box-shadow: 0 0 65px rgba(0,0,0,0.9);
}


.fl-wrap {
    float: left;
    width: 100%;
    position: relative;
}


.list-main-wrap-title {
    float: left;
    position: relative;
}


.list-main-wrap-title h2 {
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    float: left;
    color: #566985;
    position: relative;
}

.list-main-wrap-opt {
    float: right;
    position: relative;
}
.grid-opt, .price-opt {
    float: left;
}
.price-opt-title {
    float: left;
    padding-right: 14px;
    position: relative;
    top: 14px;
    font-size: 12px;
    color: #999;
    font-weight: 900;
}
.price-opt .listsearch-input-item {
    width: 180px;
    float: left;
    margin-bottom: 0;
}
.listsearch-input-item {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.nice-select,.nice-select .list{
    width: 100% !important; 
}

.box-widget{
    padding:5px 10px;
    position: relative; 
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.box-widget-title{
    float:left;
}
.box-action-btns{
    float: right;
    padding-left: 5px;
    border-left: 1px solid #cdcdcd;
    height: 100%;
}
.box-widget-title p{
    text-align: left;
    color: #566985;
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 0px;
    margin-bottom: 0;
}
.box-widget-title span {
    display: block;
    font-size: 12px;
    text-align: left;
    color: #878C9F;
    text-transform: uppercase;
}

.box-action-btns{
    display: flex;
    flex-direction: row;
    
}


.action_btn{
    font-weight:400;
    margin: 0em 0.2em;
    font-size:12px;
    position: relative;
    overflow: hidden;
    padding: 0.2em 1em;
    color: #0065ca;
    border-radius: 1em;
    letter-spacing: 1px;
}

.action_btn_edit{
    color:#0052a4;
    border:1px solid #0052a4;
}
.action_btn_remove{
    color:#f58220;
    border:1px solid #f58220;
}

.listcon{
    position: relative;
}

.autodropandtab{
    margin:0px 0 0 0;
    opacity: 0;
    list-style: none;
    visibility: hidden;
    position: absolute;
    width: 100%;
    top: 60px;
    left:0px;
    z-index: 1;
    padding:0px;
    background: #fff;
    border-radius:0.5em;
    padding:0.25em;
    border: 1px solid #eee;
    transition: all .2s ease-in-out;
}

.list-menu{
    margin:0px 0 0 0;
    opacity: 0;
    list-style: none;
    visibility: hidden;
    position: absolute;
    width:auto;
    min-width:250px;
    top: 100px;
    left:0px;
    z-index: 1;
    padding:0px;
    background: #fff;
    border-radius:0.5em;
    padding:0.25em;
    border: 1px solid #eee;
    transition: all .2s ease-in-out;
}

.list-menu.smoothscroll {
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: calc(100vh - 22em);
    min-height: 100%;
    margin-bottom: 50em;
}

.autodropandtab.hu-menu-vis{
    opacity: 1;
    visibility: visible;
    top: 40px;
}

.list-menu.hu-menu-vis {
    opacity: 1;
    visibility: visible;
    top:60px;
}

.autodropandtab li{
    width:100%;
}

.autodropandtab li button{
    background: transparent;
    border:none;
    text-align: center;
    border-radius: 2em;
    padding: 0.2em 0.5em;
    width: 100%;
    font-size: 14px;
    color: #093174;
    text-align: center;
    position: relative;
    font-weight: 600;
}



.autodropandtab li button.showactive{
    background-image: linear-gradient(90.17deg, #0f9349 8.73%, #0f9349 90.53%);
    color: #fff;
}

.fromdatetodate{
    
}

.add_new_button{
    background: transparent;
    border: none;
    color: #fff;
}
.secform{
    position: relative;
}
.formerror_message{
    position: absolute;
    right: 0px;
    bottom: -15px;
    color: #ef0000;
    font-size: 0.7em;
}

.form_sect{
    margin: 0 15px;
    background: #fff;
    padding: 0.5em;
}

.connectionformcontent label{
    text-align: center;
}

.connectionformcontent .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width:100%;
}

.connectionformcontent .fileuploadbtn {
    border: 1px solid #ced4da;
    color: #666666;
    background-color: white;
    padding: 5px 20px;
    border-radius: 0.25rem;
    font-size: 0.8em;
    width: 100%;
    overflow: hidden;
}

.connectionformcontent .upload-btn-wrapper input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.connectionformcontent .checkboxsec{
/*    display:flex;
    align-items: center;
    justify-content: flex-start;*/
}

.connectionformcontent .checkboxsec .checkboxlabel{
    float: left;
    position: relative;
    color: #212529;
    margin-bottom: 0.5rem;
    font-weight: 400;
    width: auto;
    font-size: 16px;
}


.connectionformcontent .checkboxsec input[type=checkbox]{
    float: left;
    position: relative;
    border: 1px solid #ccc;
    cursor: pointer;
    text-align: center;
    /*padding: 0;*/
    width: 100%;
    height: 35px;
    /*padding: 0.375rem 2.25rem 0.375rem 0.75rem;*/
    border-radius: 0.25rem;
    color: #fff;
    background: #fff;
    -webkit-appearance: none;
}

.connectionformcontent .checkboxsec input[type=checkbox]:checked:after{
    font-family: Font Awesome\ 5 Pro;
    content: "\f00c";
    font-size: 18px;
    top: 0px;
    line-height: 1.9;
    z-index: 20;
    color: #000000;
}

.form-group {
  display: block;
  margin-bottom: 15px;
}


.at:after{
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 48.5vw;
    width:0.5em;;
    background: #f0f7ff;
}

.performancechecker,.dashboardtiles{
    display: flex;
    flex-direction: row;
    padding: 0%;
    list-style: none;
    width: 100%;
    margin-bottom: 0px;
    /*justify-content: space-between;*/
}

.performancechecker li,.dashboardtiles li{
    box-shadow: 2px 2px 2px rgba(0,0,0,0.15);
    margin: 0.5% 0;
    /* padding: 1.6% 1.2% 1.6% 1.5%; */
    padding: 0.5% 1.2% 0.1% 1.5%;
    
    border-radius: 5px;
    width: 100%;
    /*color: #fff;*/
    position: relative;
    transition: .3s linear all;
    border: 1px solid #0f9349;
}

.performancechecker li .shadowicon {
    position: absolute;
    left: 10px;
    bottom: 5px;
    font-size: 50px;
    opacity: 0.35;
    color: #fff;
}

.dashboardtiles li .shadowicon{
    position: absolute;
    right: 10px;
    top: 5px;
    opacity: 0.35;
    
}
.dashboardtiles li i.shadowicon{
    font-size: 2.5em;
    color: #fff;
}

.dashboardtiles li img{
    width:2.5em;
    height: 2.5em;
}
.dashboardtiles li .dashtiles{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 4em;
}


.dashboardtiles li .dashtiles .toptitletiles span{
    font-size: 0.9em;
}

.dashboardtiles li .dashtiles .bottomtitletiles{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.dashboardtiles li .dashtiles .bottomtitletiles span{
    font-size: 1.5em;
    font-weight: 600;
}

.dashboardtiles li .dashtiles .bottomtitletiles a,
.dashboardtiles li .dashtiles .bottomtitletiles a:hover,
.dashboardtiles li .dashtiles .bottomtitletiles a:active,
.dashboardtiles li .dashtiles .bottomtitletiles a:focus{
    cursor: pointer;
    color:#fff;
}

.performancechecker li .performance_indiv{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items:center;
    text-align: center;
}

.performancechecker li .performance_indiv .leftpartperformance{
    text-align: center;
}

.performancechecker li .performance_indiv .leftpartperformance h5{
    font-size: 1.2em;
    margin-bottom: 0;
}

.performancechecker li .performance_indiv .leftpartperformance p{
    font-size: 0.7em;
    margin-bottom: 0;
}

.performancechecker li .performance_indiv .rightpartperformance p,.performancechecker li .performance_indiv .rightpartperformance h6{
    font-size: 0.6em;
    margin-bottom: 0;
}

.performancechecker li .performance_indiv .rightpartperformance{
    text-align: right;
}

.performancechecker li:nth-child(1) ,.dashboardtiles li:nth-child(1) {
    /*background: linear-gradient(95.13deg, #F158B4 -1.11%, #EF4F4F 99.58%);*/
    border:1px solid linear-gradient(95.13deg, #F158B4 -1.11%, #EF4F4F 99.58%);
}

.performancechecker li:nth-child(2),.dashboardtiles li:nth-child(2) {
    /*background: linear-gradient(95.13deg, #FEBC3F -1.11%, #FF5E5E 99.58%);*/
    border:1px solid linear-gradient(95.13deg, #FEBC3F -1.11%, #FF5E5E 99.58%);
}

.performancechecker li:nth-child(3),.dashboardtiles li:nth-child(3) {
    /*background: linear-gradient(98.79deg, #84C1FF 0.59%, #1A87F5 98.59%);*/
    border:1px solid linear-gradient(98.79deg, #84C1FF 0.59%, #1A87F5 98.59%);
}

.performancechecker li:nth-child(4),.dashboardtiles li:nth-child(4) {
    /*background: linear-gradient(95.13deg, #43CCA1 -1.11%, #0B8D64 99.58%);*/
    border:1px solid linear-gradient(95.13deg, #43CCA1 -1.11%, #0B8D64 99.58%);
}

.performancechecker li:nth-child(5),.dashboardtiles li:nth-child(5) {
    /*background: linear-gradient(135deg, #666666 2.88%, #8B26C0 98.14%);*/
    border:1px solid linear-gradient(135deg, #666666 2.88%, #8B26C0 98.14%);
}

.performancechecker li:nth-child(6),.dashboardtiles li:nth-child(6) {
    /*background: linear-gradient(95.13deg, #1C88ED -1.11%, #055FB1 99.58%);*/
    border:1px solid linear-gradient(95.13deg, #1C88ED -1.11%, #055FB1 99.58%);
}

.performancechecker li:nth-child(7) ,.dashboardtiles li:nth-child(7) {
    /*background: linear-gradient(95.13deg, #F158B4 -1.11%, #EF4F4F 99.58%);*/
    border:1px solid linear-gradient(95.13deg, #F158B4 -1.11%, #EF4F4F 99.58%);
}

.performancechecker li:nth-child(8),.dashboardtiles li:nth-child(8) {
    /*background: linear-gradient(95.13deg, #FEBC3F -1.11%, #FF5E5E 99.58%);*/
    border:1px solid linear-gradient(95.13deg, #FEBC3F -1.11%, #FF5E5E 99.58%);
}
.performancechecker li:nth-child(9),.dashboardtiles li:nth-child(9) {
    /*background: linear-gradient(135deg, #666666 2.88%, #8B26C0 98.14%);*/
    border:1px solid linear-gradient(135deg, #666666 2.88%, #8B26C0 98.14%);
}

.leadsrender .smoothscroll{
    overflow-x: hidden;
    overflow-y: scroll;
    height: calc(100vh - 22em);
    min-height: 100%;
    margin-bottom:50em;
}

.smoothscroll::-webkit-scrollbar{
        width: 10px;
}

    /* Track */
.smoothscroll::-webkit-scrollbar-track {
        /*box-shadow: inset 0 0 2px grey;*/ 
        box-shadow:none;
        border-radius: 10px;
    }

    /* Handle */
.smoothscroll::-webkit-scrollbar-thumb {
        background: linear-gradient(95.13deg, #FEBC3F -1.11%, #FF5E5E 99.58%);
        border-radius: 10px;
    }

    /* Handle on hover */
.smoothscroll::-webkit-scrollbar-thumb:hover {
        background: linear-gradient(95.13deg, #FEBC3F -1.11%, #FF5E5E 99.58%);
}

.accordion-button,.card-body.contents{
    padding: 0.5rem;
}

.card-body.contents input[type="text"]{
    width: 100%;
    margin-top: 3px;
    margin-left: 1px;
    padding: 0.4em 0.4em;
    border: none;
    background: #e7f1ff;
    border-radius: 0.2em;
}

.contents ul{
    margin-bottom:0px;
}

.content ul li.filteroptionmargin:nth-child(2) {
    margin: 0.5em 0em;
}

.siarchieve_card{
    background: #fff;
    border-radius: 10px 10px 0px 0px;
    padding: 0.5em 0em;
    margin-bottom: 0.5em;
    position: relative;
}

/*#counter{
    position: absolute;
    right: 1.2em;
    top: 30%;
    float: right;
    width: 15%;
    text-align: right;
    color:#999999;
    font-size:14px;
}*/

.siarchieve_itemlist{
    background: #fff;
    border-radius: 0px;
    padding: 0.5em 1em;
    margin-bottom: 0.5em;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.siarchieve_card .tabs_forselector{
    /*position: relative;*/
    justify-content: space-between;
    padding-left: 0;
    top: 0;
    visibility: visible;
    list-style: none;
    background-color: #eff6fc;
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    margin-bottom: 0px;
    padding-left: 0px;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 10px;
    border-radius: 30px;
    padding: 0.2em;
    margin-bottom: 0px;
    opacity: 1;
    z-index: 0;
}

.siarchieve_card .tabs_forselector li {
    padding: 0em 0.2em;
    margin: 0%;
    width: 20%;
    display: inline-block;
}

.siarchieve_card .tabs_forselector li button {
    background: #fff;
    border: none;
    text-align: center;
    border-radius: 2em;
    padding: 0.5em 0.5em;
    width: 100%;
    font-size: 14px;
    color: #093174;
    text-align: center;
    position: relative;
    font-weight: 500;
}

.siarchieve_card .tabs_forselector li button.tabarchiveactive {
    background-image: linear-gradient(90.17deg, #0f9349 8.73%, #0f9349 90.53%);
    color: #fff;
}


.siarchieve_itemlist .firstcolarchive{
    width:15%;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.siarchieve_itemlist .call_firstcolarchive{
    width:30%;
    display: flex;
    align-items: center;
    flex-direction: row;
}
.siarchieve_itemlist .inout_firstcolarchive{
    width:25%;
    display: flex;
    align-items: center;
    flex-direction: row;
}
.siarchieve_itemlist .inout_secondcolarchive{
    width:25%;
    display: flex;
    align-items: center;
    flex-direction: row;
}
.siarchieve_itemlist .inout_firstcolarchive h6{
	color: #696974;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    margin-bottom: 0px;
    margin-left: 0.4em;
    font-size: 12px;
}
.siarchieve_itemlist .firstcolarchive span{
 width:35px;
 height: 35px;
 border-radius: 50%;
 background: #ff0000;
 text-align: center;
 font-size: 1.4em;
 display: flex;
 justify-content: center;
 align-items: center;
}
.siarchieve_itemlist .call_firstcolarchive span{
 width:35px;
 height: 35px;
 border-radius: 50%;
 background: #ff0000;
 text-align: center;
 font-size: 1.4em;
 display: flex;
 justify-content: center;
 align-items: center;
}
.firstcolarchive h6{
    margin-bottom: 0px;
    margin-left: 0.4em;
    text-align: left;
    color:#005DBC;
    font-size: 1em;
    white-space: nowrap;
    width: 80%;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fourthcolarchive p {
    text-align: right;
    margin-bottom: 0px;
    margin-left: 0.4em;
    font-size:12px;
}
.fourthcolmobarchive p {
    color: #999999;
    text-align: inherit;
    margin-bottom: 0px;
    margin-left: 0.4em;
    font-size:12px;
}
.secondcolarchive h6,.thirdcolarchive h6, .thirdcolarchive p{
    margin-bottom: 0px;
    margin-left: 0.4em;
    text-align: left;
    font-size:12px;
}

.siarchieve_itemlist .secondcolarchive{
    width:20%;

}
.siarchieve_itemlist .call_secondcolarchive{
    width:20%;

}
.call_secondcolarchive h6{
    color:#696974;
    white-space: nowrap;
    width:90%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
	
    margin-bottom: 0px;
    margin-left: 0.4em;
    font-size: 12px;
}
.inout_secondcolarchive h6{
    color:#696974;
    white-space: nowrap;
    width:90%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
	
    margin-bottom: 0px;
    margin-left: 0.4em;
    font-size: 12px;
}
.secondcolarchive h6,.thirdcolarchive h6{
    color:#696974;
    white-space: nowrap;
    width:90%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}


.siarchieve_itemlist .thirdcolarchive{
    width:45%;
    position: relative;
    box-sizing: content-box;
}

.thirdcolarchive p{
    white-space: nowrap;
    width:90%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}



.thirdcolarchive p,.fourthcolarchive p{
    color:#999999;
}

.siarchieve_itemlist .fourthcolarchive{
    width:10%;
    text-align: right;
}

.siarchieve_itemlist .fourthcolmobarchive{
    width:15%;
    text-align: inherit;
}

.datepickerselect.activedatepicker{
    border: 1px solid #005bb7;
}

.datepickerselect.activedatepicker input{
    color:#005bb7;
    font-weight:600;
}

.calendardiv{
    margin:0px 0 0 0;
    opacity: 0;
    list-style: none;
    visibility: hidden;
    position: absolute;
    width: 100%;
    top: 60px;
    left:0px;
    z-index: 2;
    padding:0px;
    background: #fff;
    border-radius:0.5em;
    padding:0.25em;
    transition: all .2s ease-in-out;
}

.calendardiv.hu-menu-vis {
    opacity: 1;
    visibility: visible;
    top: 40px;
}

.calendardiv .selectdatepanel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0.1em 0.2em;
}

.calendardiv .selectdatepanel button {
    border: 0;
    border-radius: 0.5em;
    padding: 0.1em 0.5em;
    font-size: 0.7em;
    width: 28%;
}

.selectdatepanel button.cancel {
    background: #ff3434;
    color: #fff;
}
.selectdatepanel button.set {
    background: #00b74a;
    color: #fff;
}

.label-container .month-label,.label-container .year-label,.buttons-container button{
    font-size:0.9em;
    font-weight: 500;
}

.archivelist .smoothscroll {
    overflow-x: hidden;
    overflow-y: scroll;
    height: calc(100vh - 10em);
    min-height: 100%;
    margin-bottom: 50em;
}

/*All Dashboard*/

.dashboard_topform{
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}

.dashboard_topform>li label {
    font-size: 12px;
    color: #999999;
    margin: 0 0 0.2em 1.3em;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.dashboard_topform>li{
    display: inline-block;
    float: left;
    width: 100%;
    margin: 0 0 0 5px;
}

.selectcustombox{
    position: relative;
    background: #eff6fc;
    padding: 0.65em 1em;
    border-radius: 2em;
    border: none;
    color: #0051a1;
    outline: none;
    font-weight: 600;
    display: flex;
    font-size: 14px;
    justify-content: space-between;
}

.selectcustombox span{
    white-space: nowrap;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#lastfeedback{
        text-overflow:ellipsis;
        overflow:hidden;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
}

.calldurationblock button{
    background: transparent;
    border:none;
    display: flex;
}

.calldurationblock button>img{
    width:2.1em;
    padding-left: 0.5em;
}

/*Swiper js*/

.swiper-wrapper {
    z-index: 0;
}
.swiper-container {
  position: relative;
  width: 100%;
  transition: all 0.2s ease-out;
  background-color: #FEFEFE;
  z-index: 0;
}

.swiper-container.expanded .swiper-slide {
  height: 100%;
}

.dashboardformmargin .downloaddiv{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 1.2em 0.2em 0;
}


.dashboardformmargin .downloaddiv button.resetformbtn{
    /*position: absolute;*/
    width: 50%;
    top: -12px;
    font-size: 0.8em;
    border: 0;
    padding: 0.1em 0.4em;
    border-radius: 0.3em;
    background: #f58220;
    color: #fff;
}

.dashboardformmargin .downloaddiv button.gobtnfil{
    border: 1px solid #0051aa;
    background: #eff6fc;
    font-weight: 600;
    color: #0051aa;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}


.alltagcount{
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 0em 0.5em;
    background: linear-gradient(90.17deg, #0f9349 8.73%, #0f9349 90.53%);
    top: -0.6em;
    align-items: center;
    right: 2em;
    color: #fff;
    font-size: 0.8em;
    border-radius: 3em;
    z-index: 1;
}

.tabbtnlink.show .alltagcount{
    background: linear-gradient(95.13deg, #FEBC3F -1.11%, #FF5E5E 99.58%);
}

.alltagcount div{
    margin:0em 0.2em;
}
.crud_top {
    background: #fff;
    border-radius: 10px;
    padding: 0.5em 0em;
    margin-bottom: 0.5em;
    position: relative;
}
.crud_header {
    padding: 0em 1em;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.crud_header>div{
    width:33.3%;
}

.crud_header .businessname,.top_headsearch .businessname{
    color: #005DBC;
    font-weight: 500;
    font-size: 0.8125em;
    letter-spacing: 0.0888889px;
}



.crud_header .search_box_area,.top_headsearch .search_box_area{
    background: #EEEEEE;
    padding: 0.5em 1em;
    border-radius: 1.25em;
    color: #999999;
    max-width: 100%;
    width:350px;
    display: flex;
}

.crud_header .search_box_area input,.top_headsearch .search_box_area input{
    background: transparent;
    border: none;
    width: 100%;
}

.crud_header .search_box_area button,.top_headsearch .search_box_area button{
    margin-left: 0.5em;
    background: transparent;
    border: none;
    color: #999999;
}

.crud_header .add_btn button,.top_headsearch .add_btn button{
    border: none;
    background: transparent;
    color: #0065CB;
    font-size: 1em;
    font-weight: 600;
    float:right;
}

.sample_filesdiv {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 0rem 0.5rem;
}

.sample_filesdiv a {
    padding: 0.2em 0.5em;
    border: 1px solid #005DBC;
    border-radius: 2em;
    font-weight: 400;
    text-decoration: none;
    background: linear-gradient(349.09deg, #DBEDFF 0%, ##eff6fc 74.02%);
    color: #005DBC;
    width: 100%;
}
.sample_filesdiv a:first-child {
    margin-right: 0.2em;
}
.sample_filesdiv a:last-child {
    margin-left: 0.2em;
}

.sample_filesdiv a:hover, .sample_filesdiv a:active, .sample_filesdiv a:focus {
    background: linear-gradient(90.17deg, #0f9349 8.73%, #0f9349 90.53%);
    color: #fff;
}

.alltagcount div i{
    padding-right:0.2em;
}

.showeinputbtn{
    border:none;
    color:#0051aa;
    background: transparent;
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1.5;
}

.commenthistory span{
    color: #000;
    font-size: 0.9em;
    font-weight: 500;
    margin-right: 0.5em;
}

.textdesk{
    display:none;
    font-size: 12px;
    color:#999;
}

.rdl{
    display:none;
}

.showrdl{
    display:block;
}

.todayfollowups:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: #80FF00 transparent transparent transparent;
  left: 0;
  top: 0;
  position: absolute;
}
.todayfollowupsnodate:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: #0080FF transparent transparent transparent;
  left: 0;
  top: 0;
  position: absolute;
}
.earlierfollowupsnodate:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: #00FFFF transparent transparent transparent;
  left: 0;
  top: 0;
  position: absolute;
}
.futurefollowups:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: #608A32 transparent transparent transparent;
  left: 0;
  top: 0;
  position: absolute;
}

.dashboardstatusbadge{
    margin-bottom:0;
    padding-left: 0;
    list-style:none;
    display:flex;
    flex-direction: row;
    align-items: center;
}

.dashboardstatusbadge>li{
border: 1px solid #999;
border-radius: 5px;
    float: left;
    width:100%;
    margin: 0.2em 0em;
}

.badgedetailstatus{
    display:flex;
    flex-direction: column;
    justify-content:  space-between;
    /*padding: 10px;*/
    padding: 5px 9px;
    /* border: 1px solid #eee; */
    box-sizing: border-box;
    border-radius: 5px;
}

.badgetitleandcount{
    display:flex;
    flex-direction: row;
    justify-content:  space-between;
    align-items: center;
}

.badgetitleandcount p{
    margin-bottom: 0px;
    font-size: 0.8em;
    /* color:#999; */
    color:#fff;
	white-space: nowrap;
    
    overflow: hidden;
	text-overflow: ellipsis;
}

.badgetitleandcount p:nth-of-type(2){
    margin-bottom: 0px;
    font-size: 0.8em;
    /* color:#999; */
    color:#fff;
	white-space: nowrap;
    
    overflow: unset;
	text-overflow: ellipsis;
}

.uploadfilesection{
        margin-top:0.5em;
    }
    .listren_list {
        display: flex;
        flex-direction: column;
    }
    .listren_list .branchlist-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-radius: 10px 10px 0px 0px;
    padding: 0.5em 1em;
    }
    #listrender .branch_card .agentsmain .firstcol,.listren_list .branchlist-header .firstcol{
        width:35%;
    }
    #listrender .branch_card .agentsmain .secondcol,.listren_list .branchlist-header .secondcol{
        width:10%;
    }
    #listrender .branch_card .agentsmain .thirdcol,.listren_list .branchlist-header .thirdcol{
        width:40%;
    }
    #listrender .branch_card .agentsmain .fourthcol,.listren_list .branchlist-header .fourthcol{
        width:10%
    }
    #listrender .branch_card .agentsmain .sixthcol,.listren_list .branchlist-header .sixthcol{
        width:5%;
    }
    #listrender{
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        transition: all 1s linear;
        margin-top: 0.2em
    }
    
    #listrender .branch_card{
        padding: 0.5em 1em;
        transition: all 1s linear;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background: #fff;
        margin: 0.2em 0;
        position: relative;
        overflow: hidden;
    }
    
    #listrender .branch_card .agentsmain{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    
    
    
    

.listren_list .smoothscroll {
    overflow-x: hidden;
    overflow-y: scroll;
    height: calc(100vh - 23.5em);
    min-height: 100%;
    margin-bottom: 50em;
}


.siprofilesetting_card {
    background: #fff;
    border-radius: 10px 10px 0px 0px;
    padding: 0.5em 0em;
    margin-bottom: 0.5em;
    margin-left: 0.8em;
    margin-right: 0.8em;
    position: relative;
}

.siprofilesetting_card .tabsPS_forselector{
    position: relative;
    justify-content: space-between;
    padding-left: 0;
    top: 0;
    visibility: visible;
    list-style: none;
    background-color: #eff6fc;
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    margin-bottom: 0px;
    padding-left: 0px;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 10px;
    border-radius: 30px;
    padding: 0.2em;
    margin-bottom: 0px;
    opacity: 1;
    z-index: 0;
}

/*.siprofilesetting_card .tabsPS_forselector li {
    padding: 0em 0.2em;
    margin: 0%;
    width: 33%;
    display: inline-block;
}*/

.siprofilesetting_card .tabsPS_forselector li button.tabonactive {
    background-image: linear-gradient(90.17deg, #0f9349 8.73%, #0f9349 90.53%);
    color: #fff;
}
.siprofilesetting_card .tabsPS_forselector li button {
    background: #fff;
    border: none;
    text-align: center;
    border-radius: 2em;
    padding: 0.5em 0.5em;
    width: 100%;
    font-size: 13px;
    color: #093174;
    text-align: center;
    position: relative;
    font-weight: 500;
}


/*Download report*/

.list__reports .list__reports_header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-radius: 10px 10px 0px 0px;
    padding: 0.5em 1em;
    }
	
/* bulk leads transfer*/
.list__transfer .list__transfer_header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-radius: 10px 10px 0px 0px;
    padding: 0.5em 1em;
    }
#statuslistrender .status_card .agentsmain .secondcol>ul>.box_li_name {
	width:100%!important;
}
 /*bulk lead transfer start*/
	.list__transfer .list__transfer_header .first_col,.list__transfer .list__transfer_item .list_card .first_col{
        width: 8%;
    }
    .list__transfer .list__transfer_header .second_col,.list__transfer .list__transfer_item .list_card .second_col{
        width: 8%;
    }
    .list__transfer .list__transfer_header .third_col,.list__transfer .list__transfer_item .list_card .third_col{
        width: 15%;
    }
	.list__transfer .list__transfer_header .ten_col,.list__transfer .list__transfer_item .list_card .ten_col{
        width: 15%;
    }
	.list__transfer .list__transfer_header .four_col,.list__transfer .list__transfer_item .list_card .four_col{
        width: 15%;
    }
	.list__transfer .list__transfer_header .five_col,.list__transfer .list__transfer_item .list_card .five_col{
        width: 15%;
    }
	.list__transfer .list__transfer_header .six_col,.list__transfer .list__transfer_item .list_card .six_col{
        width: 15%;
    }
	.list__transfer .list__transfer_header .seven_col,.list__transfer .list__transfer_item .list_card .seven_col{
        width: 10%;
    }
	.list__transfer .list__transfer_header .eight_col,.list__transfer .list__transfer_item .list_card .eight_col{
        width: 12%;
    }
	.list__transfer .list__transfer_header .nine_col,.list__transfer .list__transfer_item .list_card .nine_col{
        width: 9%;
    }

		.list__transfer .listrecord .list_card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0.2em 0em;
    transition: all 1s linear;
    }
	@media (max-width:600px){
		.list__transfer .listrecord .list_card {
    display: flex;
    
    }
		.list__transfer .listrecord .list_card {
		display: block;}
		.list__transfer_header { display:none!important;}
		 /*bulk lead transfer start*/
	.list__transfer .list__transfer_header .first_col,.list__transfer .list__transfer_item .list_card .first_col{
        width: 100%;
    }
    .list__transfer .list__transfer_header .second_col,.list__transfer .list__transfer_item .list_card .second_col{
		position: absolute;
		width: 40%;
		top: 4px;
		right: 0px;
    }
    .list__transfer .list__transfer_header .third_col,.list__transfer .list__transfer_item .list_card .third_col{
        width: 100%;
    }
	.list__transfer .list__transfer_header .ten_col,.list__transfer .list__transfer_item .list_card .ten_col{
        width: 100%;
    }
	.list__transfer .list__transfer_header .four_col,.list__transfer .list__transfer_item .list_card .four_col{
        width: 100%;
    }
	.list__transfer .list__transfer_header .five_col,.list__transfer .list__transfer_item .list_card .five_col{
        width: 100%;
    }
	.list__transfer .list__transfer_header .six_col,.list__transfer .list__transfer_item .list_card .six_col{
        width: 100%;
    }
	.list__transfer .list__transfer_header .seven_col,.list__transfer .list__transfer_item .list_card .seven_col{
        width: 100%;
    }
	.list__transfer .list__transfer_header .eight_col,.list__transfer .list__transfer_item .list_card .eight_col{
        width: 100%;
    }
	.list__transfer .list__transfer_header .nine_col,.list__transfer .list__transfer_item .list_card .nine_col{
		position: absolute;
		width: 10%;
		bottom: 4px;
		right: 0px;
    }
	}
    @media screen and (max-width: 768px) {
		
        .list__reports .list__reports_header {
            display:none;
        }
        .alllistreport .list__reports .smoothscroll {
            overflow-x: hidden;
            overflow-y: scroll;
            height: calc(100vh - 10.5em);
            min-height: 100%;
            margin-top: 0em;
        }
        .alllistreport .list__reports .listrecord .list_card {
            /*display:block;*/
            flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
        }
        
        .alllistreport .list__reports .listrecord .list_card .firstcol{
            width: 100%;
            margin-bottom: 0.5em;
        }
        .alllistreport .list__reports .listrecord .list_card .secondcol{
            width: 50%;
            display: flex;
            justify-content: flex-start;
        }
        .alllistreport .list__reports .listrecord .list_card .thirdcol{
            width: 50%;
            text-align: end
        }
        
        .secondcol .totldatacountrd{
        display:block;
        }
    }

    .list__reports .list__reports_header .firstcol,.list__reports .list__reports_item .list_card .firstcol{
        width: 70%;
    }
    .list__reports .list__reports_header .secondcol,.list__reports .list__reports_item .list_card .secondcol{
        width: 15%;
    }
    .list__reports .list__reports_header .thirdcol,.list__reports .list__reports_item .list_card .thirdcol{
        width: 15%;
    }
    
    .list__reports .smoothscroll {
        overflow-x: hidden;
        overflow-y: scroll;
        height: calc(100vh - 12.5em);
        min-height: 100%;
        margin-top: 0.5em;
    }
    
    .list__reports .listrecord {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background: #fff;
    padding: 0.5em 1em;
    transition: all 1s linear;
    margin: 5px 0px;
    }

    .list__reports .listrecord .list_card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0.2em 0em;
    transition: all 1s linear;
    }
   
    
    .list__transfer .smoothscroll {
        overflow-x: hidden;
        overflow-y: scroll;
        height: calc(100vh - 12.5em);
        min-height: 100%;
        margin-top: 0.5em;
    }
    
    .list__transfer .listrecord {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background: #fff;
    padding: 0.5em 1em;
    transition: all 1s linear;
    margin: 5px 0px;
    }

    
    /*bulk lead transfer end*/
    .inpadleft2{
        padding-left: 0.2em;
    }
    
    .totldatacountrd{
        display:none;
    }
    
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0f9349;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.siarchieve_itemlist  .sno_firstcolarchive{

    width:4%;

    display: flex;

    align-items: left;

    flex-direction: row;

}
.siarchieve_itemlist .fivecolarchive {
    width: 10%;
    position: relative;
    box-sizing: content-box;
}
.siarchieve_itemlist .call_fivecolarchive {
    width: 15%;
    position: relative;
    box-sizing: content-box;
}
.siarchieve_itemlist .inout_fivecolarchive {
    width: 50%;
    position: relative;
    box-sizing: content-box;
}
.inout_msg_css {
    color: #696974;
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    font-size: 12px!important;
    margin-bottom: 0px!important;
    margin-left: 0.4em!important;
}
.btn-contactchnage {
    font-size: 1.2em;
    border: 0;
    background:transparent;
}


/*Account Setting*/


.setting .smoothscroll {
    overflow-x: hidden;
    overflow-y: scroll;
    height: calc(100vh - 6.5em);
    margin-bottom: 50em;
}

.tabmenu_setting{
    margin: 0.5rem auto;
    display: flex;
    flex-direction: column;
    list-style: none;
    padding-left: 0;
    flex: 1;
    align-items: flex-start;
    justify-content: space-between;
}
.tabmenu_setting>li{
    margin: 0.2rem 0rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    width: 100%;
}
.tabmenu_setting>li>button{
    width: inherit;
    padding: 0.8rem 0.5rem;
    border-radius: 0.5rem;
    border:0;
    background:#ededed;
    font-size:1rem;
}
.tabmenu_setting>li>button:hover,.tabmenu_setting>li>button.activetabsetting{
    background: var(--main-grident);
    color: #fff;
}
.sidetabsforsetting,.tabssettingform{
    border-top-left-radius: 0.8rem;
    border-top-right-radius: 0.8rem;
    margin: 0.95rem auto;
    height: 100vh;
}

.peace-invisible {
  display:none;
  opacity: 0;
}

.peace-invisible.showdivonchange{
  display:block !important;
  opacity:1 !important;
}
.tabsettingformsec{
    display: none;
    padding:0.5rem 1rem;
}
.activetabsettingsec{
    display:block;
}
.tabsettingformsec h5{
    position: relative;
    width: max-content;
}
.tabsettingformsec h5::after{
    content: '';
    height: 3px;
    background: #f58220;
    width: -webkit-fill-available;
    display: block;
    bottom: -0.3rem;
    position: absolute;
}

.form-content{
    margin:1.5rem 0rem;
}

.form-content.smoothscroll{
    overflow-x: hidden;
    overflow-y: scroll;
    height:auto;
    max-height: calc(100vh - 17em);
    min-height: 100%;
    margin-bottom: 50em;
}



.ifroundsmscheck{
    display:none;
    opacity: 0;
}

.ifroundsmscheck.showvisbileifroundsms{
    display:block;
    opacity: 1;
}

.ifroundsmscheck .switchercheck{
        padding-left:2rem;
}

/*Switch button*/

.switchercheck{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    margin:0.9rem 0rem;
}


.switchercheck>input[type=radio],.switchercheck>input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}

.switchercheck>label {
  cursor: pointer;
  text-indent: -9999px;
  width: 60px;
  padding:1px;
  height: 28px;
  background: grey;
  display: block;
  border-radius: 100px;
  position: relative;
}

.switchercheck>label:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 5px;
    width: 22px;
    height: 22px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.switchercheck>input:checked + label {
  background: linear-gradient(90.17deg, #0f9349 8.73%, #0f9349 90.53%);
}

.switchercheck>input:checked + label:after {
  left: calc(100% - 5px);
  transform: translateX(-100%);
}

.switchercheck>label:active:after {
  width: 30px;
}

@media screen and (max-width: 768px){
.sidetabsforsetting, .tabssettingform {
    border-radius: 0.8rem;
    margin: 0.2rem auto;
    height: auto; 
}

.tabmenu_setting {
    flex-direction: row;
    list-style: none;
    padding-left: 0;padding-bottom:0;
    align-items: flex-start;
    justify-content: space-between;
    overflow: scroll;
    margin-bottom: 0;
}
.tabmenu_setting::-webkit-scrollbar {
  display: none;
}
.tabmenu_setting>li {
    margin:0.1rem 0.2rem;
    min-width: 15rem;
}

#setting .smoothscroll {
        height: calc(100vh - 6.5em);
    }
}

.checkincheckout {
    display: block;
    border: none;
    color: #fff;
    background: #f58220;
    border-radius: 10%;
    padding: 1px 7px;
}

/*//Surveyor*/

.showas-list{
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    list-style: none;
    padding-left:0px;
    margin-bottom:0px;
}

.showas-list li div{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    background: #fff;
    margin: 0.5em 0em;
    padding: 0.5em 1em;
}

.mail-ellipsis{
    width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#recordingshow{
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.callrecording{
    display: flex;
    padding: 0px 11px;
    background: #fff;
    position: relative;
    margin: 0px 5px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border: 1px solid #ffa107;
    box-sizing: border-box;
    border-radius: 3em;
    font-size: 1.2em;
    width: 17%;
}

.callrecording i{
    margin-left:10px;
}

.callrecording>.recordingsno{
    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: 5px;
    left: -5px;
    font-weight: 400;
    font-size: 55%;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    background: #3c3c3c;
    color: #fff;
}

.productpage-sidebar{
    background: #fff;
    height:100%;
    padding:0.9rem 0.5rem;
    box-shadow: .025rem .1rem 0.25rem rgba(0,0,0,.075);
    border-radius:0.5rem;
}

.productpage-sidebar .top_headsearch{
    display:flex;
    flex-direction: column;
    justify-content: space-between;
}

.productpage-sidebar .top_headsearch .addnewbutton{
   background: var(--main-grident);
   color: #fff;
   border:none;
   padding: 0.5em;
   border-radius: 5px;
   margin-bottom: 0.5em;
}

.productpage-sidebar .top_headsearch .search_prod{
    position: relative;
    width: 100%;
}
.top_headsearch .search_prod form {
    background: rgba(224, 239, 255,0.5);
    display: flex;
    flex-direction: row;
    padding: 5px 10px 5px 15px;
    border-radius: 5px;
    align-items: center;
    width: 100%;
}
.top_headsearch .search_prod form .seacrhicon {
    color: rgba(0,0,0,0.65);
    font-size: 1.2em;
}
.top_headsearch .search_prod form .search_input {
    width: 100%;
    margin: 0px 0px 0px 8px;
    border: none;
    background: transparent;
    color: rgba(0,0,0,0.65);
}

.allproductsfilterlist{
    margin:1em 0em;
    border-top:1px solid #ebebeb;
    padding:0.5em 0em;
}
.allproductsfilterlist .titleproductfilter h6{
color:#f58220;
}

.filterproductlist.smoothscroll{
    overflow-x: hidden;
    overflow-y: scroll;
    height: calc(100vh - 16em);
    min-height: 100%;
    margin-bottom: 50em;
}
.productdetailssection{
    background: #fff;
    height:100%;
    box-shadow: .025rem .1rem 0.25rem rgba(0,0,0,.075);
    border-radius: 0.5rem;
}

.titleproddes h6,.leftsec_proddes h6{
    padding:1em 1em;
    margin-bottom: 0;
}

.topheader_proddetail{
    display: flex;
    flex-direction:row;
    flex:1;
    justify-content: space-between;
    align-items: center;
    border-bottom:1px solid #ebebeb;    
}

.productslisting.smoothscroll{
    overflow-x: hidden;
    overflow-y: scroll;
    height: calc(100vh - 10em);
    min-height: 100%;
    margin-bottom: 50em;
    
}

.productslisting{
    list-style: none;
    padding-left: 0;
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
}

.productslisting>li{
    width: 25%;
    height: auto;
    padding: 0.5em 0em 0em 0.5em;
}

.productcard-nw{
    display:flex;
    flex:1;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border: 1px solid #d6cdcd;
    border-radius: 5px;
    overflow: hidden;
    min-height: 320px;
}
.productcard-nw .prodimage{
    height:200px;
    width:200px;
    margin: auto;
    position: relative;
}
.productcard-nw .prodimage span{
    position:absolute;
    right:0;
    padding:0.1em 0.5em;
    font-size:0.8em;
    color:#fff;
    border-radius:0px 0px 0px 0.5em;
}

.productcard-nw .prodimage span.activetrue{
    background:  #00c700;
}
.productcard-nw .prodimage span.activefalse{
    background: tomato;
}

.productcard-nw .prodimage img{
    display: block;
    max-width: none;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.productcard-nw .descriptionprod{    
    width: 100%;
    display:flex;
    border-top: 1px solid #f2f2f2;
    flex:1;
    padding:0.5em;
    flex-direction: column;
    justify-content: space-between;
    min-height: 150px;
}

.descriptionprod .description{
    height: 60px;
}
.descriptionprod .description>p{
    font-size:0.8em;
    text-align: justify;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}

.prodnameprice{
    display:flex;
    flex-direction: row;
    justify-content: end;
}
.prodnameprice h6{
    margin-bottom:0;
    font-size:0.8em;
    color:#aaa;
}
.amountstrike{ text-decoration: line-through;}
.actionbutton{
    padding-left: 0px;
    margin-bottom: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    list-style: none;
    justify-content: space-between;
    width: 100%;
}
.actionbutton>li {
    padding: 0em 0.2em;
    margin: 0%;
    width: 33%;
    display: inline-block;
}

.actionbutton>li button{
    border-radius: 2em;
    padding: 0.2em 0.5em;
    width: 100%;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    border: 1px solid #005DBC;
    border-radius: 2em;
    font-weight: 400;
    text-decoration: none;
    background: linear-gradient(349.09deg, #DBEDFF 0%, ##eff6fc 74.02%);
    color: #005DBC;
}

.actionbutton>li button i{
    color: #005DBC;
    margin-right:5px;
}

.actionbutton>li button:hover{
background: linear-gradient(90.17deg, #0f9349 8.73%, #0f9349 90.53%);
    color: #fff;
}
.actionbutton>li button:hover i{
    color:#fff;
}

.reset_profilter{
    width: 20%;
    font-size: 0.8em;
    border: 0;
    padding: 0.1em 0.4em;
    border-radius: 0.3em;
    background: #f58220;
    color: #fff;
}

.titleproductfilter{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:0em 0em 0.8em 0em;
}

.titleproductfilter h6{
    margin-bottom: 0;
}

.showing_product{
        display: none;
    }
    .showing_product.vs{
        display: block;
    }
    
    .viewdetailbtnn{
        
    }
    
    .call_firstcolarchive h6{
        margin-bottom: 0px;
        margin-left: 5px;
    }
    
    
    
    
    
.siadminarchieve_card label {
    font-size: 12px;
    color: #999999;
    margin: 0 0 0.2em 1.3em;
    letter-spacing: 0.5px;
    font-weight: 500;
}

/*Lead Management Page CSS*/

.tabsp_sec, .datarenderarea {
    display: none;
}
.tabsp_sec.tabs_sec_active, .datarenderarea.datarender_secactive {
    display: block;
}

.buttonwrapper{
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: flex-start;
    margin-top: 1.4em;
    padding-left: 0;
}

.buttonwrapper li{
flex: 1 0 0%;
display: inline-block;
}

button.go{
    background: #e3f1ff;
    border: 1px solid #f58220;
    color:#f58220;
    font-weight: 600;
    border-radius: 50%;
    width: 2em;
    height: 2em;
}

button.reset{
    background: #f58220;
    border: 1px solid #f58220;
    color:#fff;
    font-weight: 600;
    font-size: 0.8em;
    padding:0.2em 0.5em;
    border-radius: 0.5em;
}


.buttonwrapper_managupload {
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: flex-start;
    margin-top: 1.5em;
    padding-left: 0;
    flex-direction: row;
}
.buttonwrapper_managupload button{
    margin-left: 0.8em;
    text-align: center;
}


.formflex{
    flex-direction: row;
    list-style: none;
    justify-content: start;
    display: flex;
}



.buttonaction ul {
    padding-left: 0px;
    margin-bottom: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    list-style: none;
    justify-content: start;
}

.buttonaction ul>li{
    float: left;
    margin-right: 5px;
}

.buttonaction ul>li button {
    padding: 0.2em 0.5em;
    border: 1px solid #005DBC;
    border-radius: 2em;
    font-weight: 400;
    text-decoration: none;
    background: linear-gradient(349.09deg, #DBEDFF 0%, ##eff6fc 74.02%);
    color: #005DBC;
}

#indivcountshow{
    font-size: 0.8em;
}

.addnoticebtn{
    background: var(--main-grident);
    color: #fff;
    border: none;
    padding: 0.1em 0.5em;
    border-radius: 5px;
    margin-top:1.5em;
}

.dashboard_topform-noti{
    padding-left: 0;
    list-style: none;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}

.dashboard_topform-noti>li label {
    font-size: 12px;
    color: #999999;
    margin: 0 0 0.2em 1.3em;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.dashboard_topform-noti>li{
    display: inline-block;
    float: left;
    width: 100%;
    margin: 0 0 0 5px;
}

.dashboard_topform-noti>li:last-child{
    text-align: end;
}


.notificationpostsection {
    background:transparent;
    height: 100%;
}
.topheader_notificationpost{
    display: flex;
    border-radius: 0.5rem 0.5rem 0rem 0rem;
    flex-direction: row;
    flex: 1;
    background: #fff;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ebebeb;
    padding-right: 0.5em;
}

.topheader_notificationpost h6, .topheader_notificationpost h6 {
    padding: 1em 1em;
    margin-bottom: 0;
}

.postslisting.smoothscroll {
    overflow-x: hidden;
    overflow-y: scroll;
    height: calc(100vh - 10em);
    min-height: 100%;
    margin-bottom: 50em;
    margin-top: 0.5em;
}

.postslisting {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    width: 100%;
}
.postslisting li{
    background: transparent;
    margin: 0em 0em 0.5em 0em;
}

.postslisting .pos{
    padding: 0.8em 1em;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
    background: #fff;
    box-shadow: 0.095rem 0.005rem 0.15rem rgba(0,0,0,0.2);
}

.postslisting .pos .posttitleshow{
    width:75%;
}

.posttitleshow h6{
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 0;
}

.posttitleshow .postintro{
    font-size: 0.8em;
    font-weight:500;
    color: #8f8f8f;
}

.postcommentscount{
    width:10%;
    
}

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

.replieslist .replytext{
    width: 90%;
}

.replieslist .replytext h6{
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 0;
}

.replieslist .replytext .replyintro{
    font-size: 0.8em;
    font-weight:500;
    color: #8f8f8f;
}

.replieslist .replydtm{
    width: 10%;
    color: #8f8f8f;
    font-size: 0.8em;
    font-weight: 500;
    text-align: right;
}

.chattext{
    position: relative;
    width: fit-content;
    cursor: pointer;
}
.chattext i{
    font-size: 1.5em;
    color: #8f8f8f;
    line-height: 1.7;
}
.countbadge:after {
    content: attr(data-count);
    border: 0.5px solid #f58220;
    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: 0px;
    right: -10px;
    font-weight: 400;
    color: #fff;
    font-size: 0.8em;
    width: 1.8em;
    height: 1.8em;
    border-radius: 50%;
    background: #f58220;
}

.givereplytopost{
    width:5%;
}

.postdatetime{
    width:10%;
    color: #8f8f8f;
    font-size: 0.8em;
    font-weight: 500;
    text-align: right;
}


.givereply{
    background: var(--main-grident);
    color: #fff;
    border: none;
    padding: 0.1em 0.5em;
    border-radius: 5px;
    font-size: 0.8em;
}

.post_detailscreate{
    list-style: none;
    display: inline-flex;
    margin-bottom: 0;
    justify-content: space-between;
    padding: 0em 0.5em;
}

.post_detailscreate>li span,.post_detailscreate>li span span{
    color:#1a61a8;
    font-size: 0.9em;
    font-weight:600;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding:0em 0.5em;
}

/*.post_detailscreate>li span:first-of-type{*/
/*    padding-left:0em;*/
/*}*/



.postslisting .all_reply_show{
    display: none;
    position: relative;
    height: 100%;
    margin-top: 0.5em;
    margin-left: 2em;
}
.postslisting .all_reply_show.visiblediv{
    display: block;
}

.postslisting .all_reply_show li{
    padding: 0.8em 1em;    
    background: #fff;    
    position: relative;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    box-shadow: 0.095rem 0.005rem 0.15rem rgba(0,0,0,0.2);
}




/*Header Search*/

.head_searchli{
display:flex;
flex-direction: row;
}
.head_searchli>.searchtoggleicn,.closesearchpanel{
display: none;
}
.checkincheckout{
display: block;
border: none;
color: #fff;
background: #f58220;
border-radius: 10%;
padding: 1px 7px;
}

@media screen and (max-width: 768px) { 
.head_searchli>.searchtoggleicn,.closesearchpanel{
display: block;
background: transparent;
border: none;
color: #fff;
}

.header_menu_block .searchbox {
display: none;
}

.header_menu_block .searchbox.vissearch {
position: absolute;
width: 100%;
left: 0;
top: 0;
z-index: 2;
display: block;
}

#searclleadform .search_input {
    width: 70%;
}

#searchbox form {
background: var(--main-grident);
display: flex;
flex-direction: row;
height: 3.5em;
padding: 10px 15px 10px 15px;
border-radius:0px;
align-items: center;
width: 100%;
justify-content: space-between;
}

#searchbox .bulkdeleteleads{
    padding: 0.1rem 0.3rem;
}

}


.upcomingnoti{
    background: transparent;
    border: none;
    color: #fff;
    line-height: 1;
}

.notify_count {
    content: attr(data-count);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-items: center;
    position: absolute;
    top: 1px;
    right: -9px;
    font-weight: 400;
    font-size: 12px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #f58220;
    color: #fff;
    display: none;
}

.countbadge{
    display: block;
}

.chattext .countbadge{
    display: none;
}

.notify_count.showcnt,.chattext .countbadge.showcnt{
    display: block;
}