#qaLeadStep1 .form-control{
    padding: 0.375rem 0.75rem !important;
    font-size: 15px !important;
}
.jscroller-gif{
    display: block;
    width: 150px;
    margin: 10px auto 20px;
}
.lead_datetime{
    display: inline-block;
}
.quick-action-nav{
    width: 87%;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 5px 0;
    /*background-image: linear-gradient(to left,#55aae1,#66bc45) !important;*/
    /*-webkit-background-image: linear-gradient(to left,#55aae1,#66bc45) !important;*/
    /*-moz-background-image: linear-gradient(to left,#55aae1,#66bc45) !important;*/
    /*-o-background-image: linear-gradient(to left,#55aae1,#66bc45) !important;*/
}
/*.quick-action-nav:hover{*/
/*    background-image: linear-gradient(to left,#66bc45,#55aae1) !important;*/
/*    -webkit-background-image: linear-gradient(to left,#66bc45,#55aae1) !important;*/
/*    -moz-background-image: linear-gradient(to left,#66bc45,#55aae1) !important;*/
/*    -o-background-image: linear-gradient(to left,#66bc45,#55aae1) !important;*/
/*}*/
.quick-action-nav a{
    position: relative;
    width: 100%;
    float: left;
    transition-duration: 0.5s;
}
.quick-action-nav a div {
    background: #ffffff;
    padding: 5px 0 15px 0;
    visibility: hidden;
    opacity: 0;
    width: 215px;
    position: absolute;
    z-index: 111111;
    top: 51px;
    transition: all 0.5s ease;
    left: -5px;
    display: none;
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: 0px 9px 15px -7px rgb(106 140 165);
    -webkit-box-shadow: 0px 9px 15px -7px rgb(106 140 165);
    -moz-box-shadow: 0px 9px 15px -7px rgb(106 140 165);
}
.quick-action-nav a:hover > div,
.quick-action-nav a div:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}
.quick-action-nav a div span{
    clear: both;
    width: 100%;
    float: left;
    text-align: left;
    padding: 10px 20px 0;
    font-size: 15px;
    color: #666;
    cursor:pointer;
}
.quick-action-nav a div span i, .quick-action-nav a div span:hover{
    color:#000;
}

/*Dealers box on Kpi DAshbord*/
.engagement_box
{
    width: 19%;
    float: left;
    margin: 10px .5%;
    background: #fafafa;
    border-radius: 5px;
    padding: 15px 0;
    font-size:14px;
}
/*login pages css */
.info-section{
    background: 0 0;
    color: #fff;
    padding: 10px;
    margin-top: 60px;
    position:fixed;
}
.engagement_box > p 
{
    width: 100%;
    float: left;
    margin-top: 2px;
    margin-bottom: 0;
    font-size: 16px;
}
.headings
{
    font-size: 1.8rem;
    margin-left: 11px;
    margin-top: 15px;
}
/*Chat detail page heading*/
.h1_chat_detail h1
{
    font-size: 1.8rem;
    margin: 0;
    margin-left: 8px;
}
/*search bar on head*/
    .input-group-sm
    {
        width:300px;
        margin: 5px 10px 0 0;
    }
    
    .search_main_cont 
        {
            display: inline-flex;
        }
        
        
        
    .lead_datetime {
        width: 100%;
        display: flex;
    }
    .agent_name{
        font-size:14px !important;
    }
/*hide search icon on large screen*/
    #search_icon    {
            display:none;
            color:white;
        }

    .controll_search
    {
        margin-right: 13px;
    }
    /*Index page account box*/
     .table_box th, .table_box td{
        padding: 10px 5px;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
       
    }
    .agent_name {
    float: left;
    margin-right: 5px;
    background: #666;
    color: #fff;
    padding: 3px 15px 4px;
    font-size: 14px;
    border-radius: 10px;
    }

    .agent_name_span{
    font-size: 13px;
    margin-top: 5px;
    display: block;
    }
    
    .my-d-flex img{
    width: 40px;
    margin-top: 27px;
    position: absolute;
    right: 250px;
    }
    /*status on feedback page */
     .fb_statuss{
        background: #fafafa;
        position: absolute;
        top: 14px;
        left: 500px;
        font-size: 17px;
        border: 1px solid #eee;
        padding: 4px 15px !important;
    }
    /*dali logs on dashboard*/
    .dail_log{
        height: 420px;
        padding-left: 8px;
    }
    /*mms blast page*/
    .campaign_name{
        position: absolute;
        top: 10px;
        left: 390px;
        padding: 5px 0px;
        color: #000;
        font-weight: bold;
        text-transform: capitalize;
        border-left: 1px solid #d5d5d5;
        padding-left: 50px;
    }
    .msg_body{
        position: absolute;
        top: 40px;
        left: 390px;
        padding: 5px 0px;
        color: #000;
        border-left: 1px solid #d5d5d5;
        padding-left: 50px;
    }
    /*report button on textpage filter*/
    .reportbtn{
            text-align: center;
            margin-bottom: -20px;
        }
        
        /*phone page date*/
        .phone-dat
        {
            text-align:right; 
        }
        .call_recorded{
        position: absolute;
        left: 600px;
        background: #c30000;
        top: 21px;
        color: #fff;
        padding: 5px 12px;
        border-radius: 100%;
        font-size: 16px;
    }
    
    .col-sections-top
{
    width: 140px;
    height: 62px;
    border-radius:3px;
    background:#fff;
    /*-webkit-box-shadow: 0px 10px 14px -12px rgba(0,0,0,0.75);*/
    -moz-box-shadow: 0px 10px 14px -12px rgba(0,0,0,0.75);
    /*box-shadow: 0px 10px 14px -12px rgba(0,0,0,0.75);*/
    margin-bottom: -5px;

}



 .clogs{
    margin-top: -16px;
   }
.log-icon{
    padding: 7px;
}
/*chat page css for text area and buttons/icons near them */
textarea.msgarea{
    padding: 10px 60px 7px 10px;
    border-radius: 4px;
    width: 87%;
    height: 100px;
}
.sndbtn{
    float:right;
    margin-top:-40px;
    padding: 7px 18px;
}
.quick-reply-btn{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 1%;
    right: 13.8%;
    bottom: auto;
    left: auto;
    cursor: pointer;
    background: #f4f7ff;
    padding: 4.1px 5px;
    border-left: 1px solid #c6e6ff;
    border-radius: 5px;
}
.quick-reply-btn > button{
    margin:2px 0;
}
.private{
    position: absolute;
    display: flex;
    right: 39px;
    top: -1px;
}
.dropdownbtn{
    display: block;
    width: 32px;
    height: 31px;
    margin: 2px;
    border-radius: 50%;
    background: #ffc107;
    color: #ffff;
    border: none;
    float: right;
    outline: none !important;
}
.new-dropdown-menu{
    display: none;
    position: absolute;
    bottom: 100%;
    right: 0;
    padding: 0;
    margin: 0;
    list-style: none;

}
.chat-foot{
    background: #e9e9e1;
    color: black;
    border-radius: 5px;
    padding: .75rem 0.30rem;
    height: 154px;
}
/*Dashboard counts desk logs blasts*/

.progress-group-custom {
    margin-bottom: 9px;
    background: #007bff;
    color: white;
    padding: 8px 10px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
  }
  /*Inventory css*/
  .listing-left 
    {
        width: 75%;
        float: left;
        margin: 10px 0 10px 0;
        color: #444;
    }
    .listing-title {
        text-align: left !important;
        padding-left: 0 !important;
        width: 97.5 !important;
    }
    .listing-p {
        width: 100%;
        float: left;
        font-size: 14px;
        margin-bottom: 0;
    }
    .listing-right {
        width: 25%;
        float: left;
        margin: 15px 0 15px 0;
        color: #444;
    }
    .listing-like {
        float: right;
        font-size: 20px;
        margin-top: -4px;
    }
    .listing-price {
        float: right;
        font-size: 27px;
        color: #333;
        font-family: Arial;
    }
    .listing-link {
        text-decoration: none;
        float: left;
        width: 100%;
        border: 1px solid #eee;
        overflow: hidden;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .margin-btm-15 {
        margin-bottom: 15px;
        background:#fff;
    }
    .clear-padding {
        padding: 0;
    }
    .list-img-main{
        float:left;
    }
    .list-disc{
        float:right;
    }
    /*End inventory css*/
    
    /*private chate blink*/
    
    .private_chat {
            width: 380px;
            position: fixed;
            color:#333;
            bottom: 30px;
            background: linear-gradient(to left,#c7ff89,#fff9cb);
            right: 10px;
            z-index: 1111;
            border: 1px solid #c7c7c7;
            padding: 15px 25px;
            border-radius: 5px;
            -webkit-box-shadow: 0px 0px 25px -12px rgba(0,0,0,0.75);
            -moz-box-shadow: 0px 0px 25px -12px rgba(0,0,0,0.75);
            box-shadow: 0px 0px 25px -12px rgba(0,0,0,0.75);
            align-self: flex-end;
            animation-duration: 1s;
            animation-iteration-count: infinite;
            display:none;
        }
        .private_chat:hover {
            color:#333;
        }
        .private_chat i {
            color:#9dbf4a;
            float:left;
        }
        .private_chat span {
            float: left;
            margin: 4px 0 0 17px;
            font-size: 18px;
            letter-spacing: 0;
        }
    
    /*main footer*/
    .main-footer {
       position: fixed;
       left: 0;
       background: #3b3b3b;
       bottom: 0;
       width: 100%;
       color: #cecece !important;
    }
    /*Unaasign leads*/
    #assigne_to{
        float: left;
        margin-top: 22px;
        width: 2%;
        margin-right: 20px;
    }
    /*blance on the header venter from admin*/
    .top_balance{
        color: #666;
        font-size: 17px;
        margin-left: auto;
        position: absolute;
        left:44%;
    }
    /*singup*/
    .login100-form-btn{
        min-width:120px !important;
    }
/*    billing */
.topup{
    display: inline-block;
    background-color: white;
    padding: 10px 16px;
    border: 1px solid #62b42e;
    width: 19%;
    margin: 5px .3% 10px;
}
@media screen and (max-width:1130px){
    /*index page Account box*/
    .table_box th, .table_box td{
        padding: 10px 5px;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
        font-size: 14px;
    }
     
}   

    
@media screen and (max-width: 991px)
{
    /*hide Search bar on head*/
    .search_main_cont 
    {
        display: none;
    }
    /*dsiplay search icon*/
    #search_icon
    {
    display: block;
    margin: 8px 15px 0 0;
    }
    .engagement_box {
        font-size:13px;
    }
    .clogs{
        margin-top: 0px;
    }
    .sidebar_new{
        display: none;
    }
    .content_layout.active{
        width: 92% !important;
        margin-left: 4% !important;
    }
    .btn-menue{
        display: block !important;
    }
    .sidebar_new .closebtn{

        display: block !important;
    }
}

@media screen and (max-width:940px){
    /*index page Account box*/
    .table_box th, .table_box td {
    padding: 14px 2px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: 14px;
}
.clogs{
        margin-top: 0;
    }
    .top_balance{
            color: #666;
            font-size: 17px;
            margin-left: auto;
            position: unset;
            left:44%;
       }
       
       
}
@media screen and (max-width:869px){
    /*index page Account box*/
    .table_box th, .table_box td {
    padding: 12px 1px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: 13px;
}
.progress-group {
    margin-bottom: 13px;
    font-size: 14px;

}



}

@media screen and (max-width:840px){
    
}
@media screen and (max-width:786px){
    /*Dealer status box on Kpi Dashborad*/
    .engagement_box 
        {
            width: 24%;
            float: left;
            margin: 10px .5%;
            background: #fafafa;
            border-radius: 5px;
            padding: 15px 0;
            font-size:13px;
        }

    .engagement_box > p
        {
            width: 100%;
            float: left;
            margin-top: 10px;
            margin-bottom: 0;
            font-size: 16px;
        }
    /*index page Account box*/
    .table_box th, .table_box td {
    padding: 6px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: 16px;
}

   
    .my-d-flex{
        display:block !important;
        text-align:center;
        margin-bottom: 8px;
    }
    .letters{
        margin:auto;
    }
    .fb_statuss{
        position: unset;
    }
    /*desk logs*/
     .dail_log{
        height: 420px;
        padding-left: 20px;
    }
    .blast-d-flex{
        display: block !important;
        text-align: center;
        margin-left: 55px;
    }
    /*mms blast */
    .campaign_name 
    {
        position: unset;
        float: left;
        width: 100%;
        padding: 5px 0px;
        color: #000;
        font-weight: bold;
        text-transform: capitalize;
        border-left: none;
        padding-left: 0px;
        margin-top: 10px;
        background: #fafafa;
    }
    /*phone calls pge*/
    .phone-d-flex{
        display: block !important;
        text-align: center;
    }
    .call_recorded{
        position: inherit;
        left: 400px;
        background: #c30000;
        top: 21px;
        color: #fff;
        padding: 5px 12px;
        border-radius: 100%;
        font-size: 16px;
        display:table;
        margin:auto;
        margin-top:10px;
    }
    .phone-dat{
        text-align:center; 
        margin-top:-12px;
    }
    .msg_body 
    {
        position: unset;
        background: #fafafa;
        float: left;
        width: 100%;
        padding: 5px 0px;
        color: #000;
        border-left: none;
        padding-left: 0px;
        margin-bottom:10px;
    }
    
    .advfilter{
        margin-bottom: 8px;
    }
    /*Desklogs dashboard*/
    .progress-group-custom 
    {
        margin-left:15px;
    }
    /*buttons on chat page hot warm cold*/
    
    .uniq
    {
        margin-bottom:10px;    
    }
    /*unassign leads*/
    #assigne_to{
        margin-top:15%;
        width:4%;
        margin-right:0;
    }
}
@media screen and (max-width:768px){
    .mt-add{
        margin-bottom:8px;
    }
    .topup{
        width: 24%;
    }
}

@media screen and (max-width:646px){
    .topup{
        width: 32%;
    }
}

@media screen and (max-width:610px){
     .engagement_box 
    {
        width: 31%;
        float: left;
        margin: 10px .5%;
        background: #fafafa;
        border-radius: 5px;
        padding: 15px 0;
        font-size:small;
       
    }
    .engagement_box > p
    {
        width: 100%;
        float: left;
        margin-top: 10px;
        margin-bottom: 0;
        font-size: 16px;
    }
    
    .agent_name {
        float: left;
        margin-right: 5px;
        background: #666;
        color: #fff;
        padding: 3px 15px 4px;
        font-size: 14px;
        border-radius: 10px;
        margin: auto;
        margin-bottom: 9px;
    }
    .agent_name_span{
        display:inline-grid;
    }
    
    
    
    .my-d-flex img{
        width: 36px;
        margin-top: 27px;
        position: absolute;
        right: 20px;

    }
    #assigne_to{
        margin-top:16%;
    }
    .btn-menue{
        margin: 2% 4% 0 0 !important;

    }
}

@media screen and (max-width:578px){
    /*index page Account box*/
    .table_box th, .table_box td{
        padding: 5px 2px;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
        font-size: 13px;
    }
    
     .engagement_box 
        {
            width: 32%;
            float: left;
            margin: 10px .5%;
            background: #fafafa;
            border-radius: 5px;
            padding: 15px 0;
            font-size:12px;
           
        }

    .engagement_box > p 
        {
            width: 100%;
            float: left;
            margin-top: 10px;
            margin-bottom: 0;
            font-size: 13px;
        }
        
        /*Chat Page css for textarea and buttons near them*/
        
    .private
    {
        position: inherit;
        left: 0;
        top: 37px;
        width: 10%;
    }
    .sndbtn{

        float: right;
        margin-top: -9px;
        padding: 7px 18px;
        margin-bottom: -27px;
    }
    .charcount{
        margin-top: -39px;
        text-align: center;
    }
    .quick-reply-btn {
        top: 32%;
        right: 2.5%;
    }
    textarea#text-message{
        padding: 10px 38px 7px 10px;
        width: 100%;
        border-radius: 4px;
        height: 100px;
    }
    .dropdownbtn{
        position: absolute;
        top: 139px;
        left: 40px;
    }
    .new-dropdown-menu {
        display: none;
        position: absolute;
        bottom: 100%;
        right: 198px;
        padding: 0;
        margin: 0;
        list-style: none;
        top: -145px;
        left: 38px;
        width: fit-content;
        z-index:1;
    }
    .clogs{
        margin-top: 0;
    }
    .chat-foot{
        height:194px;
    }
    .cent{
        text-align:center;
    }
    
  
}
@media screen and (max-width:475px){
    /*index page Account box*/
    .table_box th, .table_box td{
       padding: 5px 2px;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
        font-size: 12px;    
    
    }
    
    .table thead th{
        padding-right:3px;
    }
    .reportbtn{
            text-align: left;
            margin-bottom: -20px;
        }
        /*Chat page css*/
        .col-sections-top
        {
            display: none !important;
        }
    .log-icon
        {
            padding: 0px;
        }
        /*unassign lead*/
        #assigne_to{
        margin-top:25%;
        width:5%;
    }
}
@media screen and (max-width:458px){
    .topup{
        width: 40%;
    }
    .pakages-tab{
        text-align: center;
    }
}
@media screen and (max-width:386px){
    /*.nav-link{*/
    /*    padding: 0.5rem 0rem;*/
    /*}*/
    
     .engagement_box 
    {
        width: 49%;
        float: left;
        margin: 10px .5%;
        background: #fafafa;
        border-radius: 5px;
        padding: 12px 0;
        font-size:12px;
       
    }
.engagement_box > p 
    {
        width: 100%;
        float: left;
        margin-top: 10px;
        margin-bottom: 0;
        font-size: 14px;
    }
     .blast-d-flex{
        display: block !important;
        text-align: center;
        margin-left: 0px;
    }
    .eng-d-flex
    {
       display:block !important; 
       text-align:center;
       margin-bottom:10px;
       padding-bottom: 10px;
    }
    .eng-d-flex .p-2{
        padding:0 !important;
    }
    .mt-remov{
        margin-top:0 !important;
    }
    .dealer-body{
        height:inherit !important;
    }
    .chat-p{
        width:auto;
    }
    .private-msg{
        display:none;
    }
    .main-footer{
        position:absolute;
    }
    #assigne_to{
        margin-top:30%;
        width:7%;
    }
    .audio-p{
        width:220px;
    }
    /*balance in the center of head*/
    .blnc{
           display:none;
       }
    .form-btn-forgot
    {
        display:flex;
        justify-content:center;
    }   
}
@media screen and (max-width:368px){
    .topup{
        width: 47%;
    }
}
@media screen and (max-width:345px){
    .chat_head{
        padding-left:10px;
    }
    .engagement_box 
    {
        width: 100%;
        float: left;
        margin: 7px .5%;
        background: #fafafa;
        border-radius: 5px;
        padding: 10px 0;
        font-size: 15px;
    }
    #assigne_to{
        margin-top:32%;
        width:7%;
    }
    .login100-form-btn{
        min-width:109px !important;
    }
    .back-form-btn{
        min-width:109px !important;
    }
}

@media screen and (max-width:325px){
    .chat_head{
        padding-left:0;
    }
     #assigne_to{
        margin-top:35%;
        width:8%;
    }
    .btn-menue{
        margin: 3% 4% 0 0 !important;
    }
    
}


.no_package_purchased{
    width: 100%;
    height: 100%;
    right: 0;
    background: #F4F6F9;
    top:0;
    padding-top:75px;
    position: absolute;
    z-index: 1049;
}
.no_permission_sa{
    position: fixed !important;
    background: rgb(0 0 0 / 30%) !important;
    -webkit-background: rgb(0 0 0 / 30%) !important;
    -o-background: rgb(0 0 0 / 30%) !important;
    -moz-background: rgb(0 0 0 / 30%) !important;
    display:none;
}
.no_permission_close{
    background: red;
    color: #fff;
    font-weight: bold;
    padding: 5px 20px;
    position: absolute;
    top: -1px;
    right: -1px;
    cursor: pointer;
    z-index: 1;
}
.no_package_purchased > .col{
    width: 70%;
    margin: 70px 0 10px 22%;
    border: 1px solid #eee;
    border-radius: 5px;
    display: table;
    padding: 20px;
    background: #fff;
}
.no_package_purchased > .col > img{
    float: right;
    width: 300px;
    margin-right: 90px;
    margin-top: -68px;
}

.no_package_purchased_chat{
    width: 100%;
    height: 100%;
    right: 0;
    background: rgb(244 246 249 / 67%);
    -webkit-background: rgb(244 246 249 / 67%);
    -moz-background: rgb(244 246 249 / 67%);
    -o-background: rgb(244 246 249 / 67%);
    position: absolute;
    z-index: 2;
    display:none;
}
.no_package_purchased_chat > .col{
    width: 70%;
    margin: 70px 0 10px 22%;
    border: 1px solid #eee;
    border-radius: 5px;
    display:table;
    padding:20px;
    background:#fff;
}
.no_package_purchased_chat > .col > img{
    float: right;
    width: 300px;
    margin-right: 90px;
    margin-top: -68px;
}
.close_purchase{
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    background: red;
    padding: 5px 15px;
    border-top-right-radius: 5px;
    color: #fff;
    cursor: pointer;
}
.close_purchase:hover{
    background: #e60404;
}

@media screen and (max-width:768px){
    .info-section {
        position: unset;
    }
    .form-btn{
        display:unset !important;
        justify-content:unset !important;
    }
    .login-right-header{
        font-size:1.5rem;
    }
}
@media screen and (max-width:809px){
    .form-btn{
        display:flex;
        justify-content:center;
    }

    
}


/*a.nav-link.active{*/
/*    background-image: linear-gradient(to left,#55aae1,#4b6cb7) !important;*/
/*    color:#fff !important;*/
/*}*/
a.nav-link{
    color:#333;
}