
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap');*/


/*@font-face {
   font-family: Poppins;
   src: url(../../assets/webfonts/Poppins-Regular.ttf);
}
*/

/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400&display=swap');*/
/*
 @import url('https://fonts.googleapis.com/css2?family=Monda&display=swap');
@font-face {
   src: url(../../assets/webfonts/Monda-Regular.ttf);

   font-family: 'Monda', sans-serif; 
}*/

@import url('https://fonts.googleapis.com/css2?family=Monda&display=swap');

body {
  font-family:'Monda', sans-serif !important;
  src:url(../../assets/webfonts/Monda-Regular.ttf); 
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
      /*  overflow-x: hidden;*/
}

html {
  scroll-behavior: smooth;
}


.row{
  display: -webkit-box !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-wrap: wrap;
    /*float: left !important; */
  /*width: 100% !important;*/
}
/*

.row:before, .row:after{
display:inline-block !important;
}

*/


.btn-deep-orange {
    color: #fff;
    background-color: #f26524 !important;
}

.btn-deep-orange:not([disabled]):not(.disabled):active, .btn-deep-orange:not([disabled]):not(.disabled).active, .show>.btn-deep-orange.dropdown-toggle {
    background-color: #f26524 !important;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
}

.btn-outline-deep-orange {
    color: #f26524 !important;
    background-color: transparent !important;
    border: 2px solid #f26524 !important;
}


/*-----login---section------*/
.login-section{   
    background-color: #fafafb;
    background: url(../../assets/img/login-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5px 0px;
    min-height: 100vh;
}

.login-inner{
  margin-left: 10px;
  background-color:#efefef;
  border-radius: 30px;
  padding: 25px;
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.09);

}

.login-inner h2{
 color: #f26524;
    /*font-family: 'Poppins', sans-serif !important;*/
    font-family: 'Monda', sans-serif !important; 
    margin-top: 60px;
    margin-bottom: 45px;
    font-size: 26px;
    line-height: 32px;
    font-weight: 900;

}

.login-inner .form-control {
    height: auto;
}

.login-inner i{
  color: #f26524;
}
.login-inner .input-group-text  img{
  padding: 5px 0px;
  width: 75%;
}
.login-inner .input-group-text {
  margin-right: -18px;
}
.login-inner .input-group-text {
    background-color: #ffffff;
    border: none;  
}

.login-inner .form-control {
    border: none;
}
.login-inner ::placeholder {
  color: #777;
  font-size: 13px;
}

.login-inner .input-group {
    border: 1px solid #dee2e6;
    box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.07);
}

.login-inner .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #f26524;
    background-color: #f26524;
}

.login-inner .login_btn{
    background-color: #f26524;
    color: #fff;
    padding: 7px 70px;
    border-radius: 14px;
    margin-top: 30px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px
}

.login-inner .custom-checkbox .custom-control-label::before {
    border-radius: 0px;
}



/*------------------------new style for side panel and body-------------*/
/*---------------------------------------------------------------------*/
 .bs-canvas-overlay {
   opacity: 0;
   z-index: -1;
}

.dekstop-view{
  display: block;
}
.mobile-view{
  display:none;
}
.bs-canvas-overlay.show {
   opacity: 0.7;
   z-index: 1100;
}

.bs-canvas {
   top: 0;
   width: 55px;
   z-index: 1110;
   overflow-x: hidden;
   overflow-y: auto;
   background-color:#f26524 !important;
   color: #fff;
}

.bs-canvas a{
      color: #fff;
    display: flex;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 33px;
    padding: 0px 10px;
}

.bs-canvas a span{
     display: none;
     margin-left: 20px;
}
.bs-canvas-left {
   left: 0;
}



.bs-canvas-anim {
   transition: all .4s ease-out;
   -webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
   -ms-transition: all .4s ease-out;
}

.navbar {
    display: flow-root;
    padding-top: 0px;
    padding-bottom: 0px;
    box-shadow: none;
}

.nav-img-icon ul li {
  margin: 10px 0px;
}
.nav-img-icon ul li a img{
 background-color:#fef5f1;
    border-radius: 7px;
    padding: 5px;
    height: 34px;
    width: 34px;
    /*margin-right: 20px;*/
    /*filter: drop-shadow(1px 1px 1px #777);*/
}

.content-body {
  padding-left: 55px;
}

/*------------contacts-----------*/
/*-------------------------------*/

.nav-link:focus, .nav-link:hover {
    outline: none;
}

.top-left-bar{
 padding-top: 20px; 
}

.user  .navbar-nav {
    flex-direction: initial;
    list-style: none;
}
.user ul li{
  padding: 0px 10px;
  line-height: 48px;
  display: inline;
}

.user .rounded-circle {
  width: 45px !important;
    border: 1px solid #dee2e6;
    box-shadow: 0px 3px 6px #00000029;
    padding: 2px;
}

.user .nav-item .nav-link {
display: inline;
}

.user ul li a{
  font-size: 13px;
  color: #495057;
  display: inline;
}

.user ul li a i{
  font-size: 16px;
  color: #f26524;
}

.user .dropdown-menu a{
  line-height: 14px;
  font-size: 13px;
  color: #777;
}

.user  {
padding: 7px;
}

.user span {
font-size: 14px;
    line-height: 60px;
    margin-right: 10px;
}

.side-nav-icon{
    background-color: #f26524;
    width: 70px;
    height: 100vh;
    /*padding: 7px;*/
    position: absolute;
    top: 0;
    left: 0;
}

.side-nav-icon  .img-icon{
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 3px;
    /*margin: 10px;*/
    width: 28px;
    height: 28px;
}
.sidenav ul {
  margin:0px;
  padding: 0px;
}
.nav-text{
  display: none;
  margin-left: 15px;

}
.sidenav ul li{
  list-style: none;
}

.sidenav {
  height: 100%;
  width: 50px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #f26524;
  overflow-x: hidden;
  transition: 0.5s;
}


.sidenav a {
  padding: 8px 8px 8px 10px;
  text-decoration: none;
  /*font-size: 18px;*/
  line-height: 28px;
  color: #fff;
  display: block;
  transition: 0.3s;
  display: flex;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
 position: absolute;
    top: -10px;
    right: -4px;
    font-size: 25px;
    display: none;
}
.bs-canvas-close {
  position: absolute;
    top: 0;
    right: 10px;
    display: none;
}

#main {
  transition: margin-left .7s;
  padding-right: 16px;
  /*margin-left: 80px;*/
}



@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


/*.Create-btn{
  position: fixed;
  right: 0px;
}*/
.Create-btn  a{
    background-color: #f26524;
    color: #fff;
    /* font-weight: 500; */
    padding: 8px 18px;
    border-radius: 10px;
    text-transform: inherit;
    letter-spacing: 0.5px;
}

.Create-btn .btnNext{
  padding: 12px 20px; border-radius:3px;
}


/*----------------searchbar-user---------------------------*/
/*---------------------------------------------------------*/
.overlay-search{
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: #f4f4f4;
}

.overlay-search-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay-search a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #f26524;
  display: block;
  transition: 0.3s;
}

.overlay-search a:hover, .overlay-search a:focus {
  color: #777;
}

.overlay-search .closebtn {
  position: absolute;
  top: 0;
  right: 45px;
  font-size: 40px;
}

@media screen and (max-height: 450px) {
  .overlay-search a {font-size: 20px}
  .overlay-search .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

/*---------------------------------------------------------------*/
/*-------------------------main-contacts-----section-------------*/

.home-table-search {
  display: flex !important;
  float: right;
  display: -webkit-box !important;
  /*float: left !important; */
  /*width: 100% !important;*/
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
}

.search-contacts  {
     margin-top: 6px;
    width: 300px;
    float: left;
}
.search-contacts ::placeholder {
  color: #848484;
  opacity: 1;
}



.search-contacts i  {
  position: absolute;
    right: 0px;
    top: 0px;
    color: #f4f4f4;
    cursor: pointer;
    z-index: 0;
    background-color: #f26524;
        padding: 9px 10px;
    border-radius: 0px 10px 10px 0px;
    z-index: 0;
    height: calc(1.3em + .75rem + 2px);
}
.search-contacts  .form-control {
 background: #e8e8e8;
    border-radius: 10px 0px 0px 10px !important;
    opacity: 1;
    height: calc(1.3em + .75rem + 2px);
    margin-right: 35px;
}
 .heading-title{
    border-bottom: 1px solid #c7c5c5;
    margin-bottom: 10px;
 }


.checked-details {
  display: none;
}
.checked-details ul{
          list-style: none;
          padding: 0px;
        }
        .checked-details ul li{
         display: inline;
         padding: 0px 15px;
         color: #fff;
         font-size: 14px;
         line-height: 18px;
        }

        .checked-details ul li a{
         color: #fff;
        }

        .checked-details{
          background-color: #f26524;
          position: absolute;
          top: 13px;
          padding-right: 463px;
        }

.coctacts-table{
/* background: #F7F7F7 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 6px #00000029;
border-radius: 10px;
opacity: 1;
 padding-bottom: 10px;*/
 height: 65vh;
}

.t-head-fixed{ 
            position: sticky; 
            top:0; 
        } 

.t-head-th-bg th{
background-color:#f26524;
}

.coctacts-table .table-responsive{
max-height: 100%;
}


.coctacts-table table {
  white-space: nowrap;
  -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
       max-height: 65vh;
       overflow: hidden;
}


.coctacts-table table thead {
  background-color: #f26524;
  color: #fff;
  text-transform: uppercase;
} 

.coctacts-table .table th, table.table td {
    padding-top: 10px;
    padding-bottom: 10px;

}
.coctacts-table table.table td {
    padding-top: 10px;
    padding-bottom: 10px;
    color:#4a4a4a;
    font-size: 13px;
     line-height: 14px;
}

.coctacts-table table tbody{
    background: #F7F7F7 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 6px #00000029;
border-radius: 10px;
opacity: 1;
}

.coctacts-table table tbody td {
    max-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*.work-flows  table.table th {
    padding-top: 12px;
    padding-bottom: 12px;
    color:#fff;
    font-size: 13px;
     line-height: 14px;
}*/
/*.coctacts-table table tbody td:hover {
        display: contents;
}
*/
.coctacts-table table tbody .Query-show:hover{
 white-space: normal;
    width: 350px;
    display: block;
}


.filter-in-mob-view {
  display: none;
}



::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 10px;
  scroll-behavior: smooth;

}

::-webkit-scrollbar-track {
  background: #f1f1f1; 
  border-radius: 10px;
  margin-top: 5px;
  scroll-behavior: smooth;
}
 
::-webkit-scrollbar-thumb {
  background: #b0b5b9;
  border-radius: 10px;
  scroll-behavior: smooth; 
}

::-webkit-scrollbar-thumb:hover {
  background: #f26524;
  border-radius: 10px; 
  scroll-behavior: smooth;
}



.page-counter {
  /*padding-right:15px;*/
  color: #707070;
}

.page-counter span{
  float: none !important;
}
.page-counter i {
  font-size: 16px;
    line-height: 16px;
    padding: 0px 2px;
}



/*-------------------Data table---bootstrap----------------*/
.coctacts-table {
    width: 100%;
    /*height: 78vh;*/
  /*  overflow-x: scroll;
    overflow-y: scroll;*/
}

.coctacts-table th { 
   white-space: nowrap;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300 !important;
    text-transform: capitalize;
       }

   .coctacts-table  td {
    /*font-size: .9rem;*/
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
}

/*
    div.dataTables_wrapper {
        width: 800px;
        margin: 0 auto;
    }

.dataTables_wrapper .dataTables_length {
    float: left;
    display: none;
}
    .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    *margin-top: -1px;
    -webkit-overflow-scrolling: touch;
     overflow: auto;
    width: 100%;
    height: 340px;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
    display: none;
}

table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border: 1px solid #ddd !important;
    color: #777;
    font-size: 12px;
}


.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 0.755em;
    display: none;
}

div.dataTables_wrapper {
    width: auto;
    margin-top: -20px !important;
}

.dataTables_wrapper .dataTables_paginate {
    position: absolute;
    left: 35%;
    padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
    border: 1px solid #c1bfbf;
    border-radius: 7px;
    color: #c1bfbf;
    padding-left: 10px;
    background-color: #e8e7e7;
    height: 35px;
    position: absolute;
    width: 300px;
    top: -32px;
    right: 160px;
}

.has-search .form-control {
    padding-left: 2.375rem;
}
div.dataTables_wrapper {
    width: auto;
    margin-right: 0px;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
*/
/*-----------------end--Data table---bootstrap----------------*/

.my-contact {
  margin-left: 12px;
}
.my-contact h6{
  color: #777;
}
.my-contact h6 strong{
 font-weight: 600;
}

.my-contact h6 a{
  color: #f26524;
}

.my-contact p{
  color: #f26524;
}

 .overlay-creat-contact{
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: rgba(0,0,0, 0.5);
  overflow-x: hidden;
  transition: 0.5s;
}

.contact-right-side {
  background-color: #F5F5F5;
    /*padding-bottom: 20px;*/
  /*  border-radius: 10px;*/
    transition: all 0.5s ease;
    position: absolute;
    top: 0;
    right:0px;
    /*width: 450px;*/
    margin-right: -570px;
}
.contact-title{
    background-color: #f26524;
    /*border-radius: 10px 10px 0px 0px;*/
    padding: 7px 10px;
    color: #fff;
    cursor: pointer;
    transition: 0.5s;
    padding: 10px 30px;
}

 .third-input{
        display: none;
    }
    .Second-input{
        display: none;
    }

    .third-input-email{
        display: none;
    }
    .Second-input-email{
        display: none;
    }

.contact-right-side .contact-body{
padding: 20px;
    /*height: 88vh;*/
    overflow-y: scroll;
    overflow-x: hidden;
    padding-bottom: 50px;
}
.contact-right-side ::placeholder {
  color: #ced4da;
  font-size: 13px;
}

.contact-right-side  input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    font-size: 13px;
    -webkit-appearance: listbox;
    color: #ced4da;
}

.contact-right-side .contact-body label {
       display: inline-block;
    margin-bottom: 0px;
    font-size: 13px;
    color: #777;
    padding-left: 5px;
}
.contact-right-side .contact-body .form-control {
       display: inline-block;
    margin-bottom: 0px;
    font-size: 13px;
    color: #777;
    padding-left: 5px;
}


.contacts-slide{
  margin-right: 0px;
     transition: all 0.5s ease;
}

.contact-footer{
  background-color: #f7f7f7;
  padding:0px 25px;
  position: fixed;
    bottom:0px;
        display: flex;
}

.contact-footer .btn{
    padding: 10px 15px;
    color: #fff;
    border-radius: 10px;
    background-color: #f26524;
    text-transform: capitalize;
}

button.close {
    outline: none;
}

.edit-user-role {
  display: none;
}

.create-workfolow {
  display: none;
}
/*
.add-filter{
  background-color: #e8e7e7;
    padding-bottom: 20px;
    border-radius: 10px;
    transition: all 0.5s ease;
    position: absolute;
    top: 0;
    left: 20px;
        margin-left: -225px;
}

.filter-slide {
     margin-left: 0px;
     transition: all 0.5s ease;
}*/
.add-filter{
  background-color:#f7f7f7;
    padding-bottom: 20px;
    border-radius: 10px;
}

.filter-title{
      background-color: #f26524;
    border-radius: 10px 10px 0px 0px;
   padding: 1px 0px 1px 0px;
    color: #fff;
    cursor: pointer;
    transition: 0.5s;
  }

  .filter-title h5{
        font-size: 18px;
        line-height: 22px;
       text-align: center;
       padding-top: 10px;
  }
.filter-body{
  border-radius: 10px;
  padding: 10px;
  height: 66vh;
    overflow-y: scroll;
}

.add-filter h6{
  color: #4a4a4a;
  font-size: 12px;
  margin-bottom: 0px;
}
.add-filter h6 strong{
 font-weight: 500;
}

.add-filter h6 a{
  color: #777;
}
.add-filter p{
      font-size: 13px;
    color: #f26524;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 6px;
}

.filter-title .mob-nav-open {
  display: none;
}
.add-filter .form-control {
    height: auto;
    padding: 2px 5px;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 7px;
    border: 1px solid #eaebec;
}

.output-task-details input[type=date]{
    height: 24px;
    padding: 2px 5px;
    font-size: 12px;
    color: #777;
    width: 148px;
    border-radius: 6px;
    border: 1px solid #eaebec;
}

.add-filter input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    height: 24px;
    padding: 2px 5px;
    font-size: 12px;
    color: #4a4a4a;
    width: 100%;
    border-radius: 6px;
    border: 1px solid #eaebec;
}


.add-filter ul{
  margin-top: 5px;
  padding: 0px;
  list-style: none;
}
.add-filter ul li{
  font-size: 12px;
  color: #4a4a4a;
  line-height: 20px;
  cursor: pointer;
  font-weight: 500;
}
.add-filter .chose{
 margin-top: 10px !important;
 padding-left: 5px;
}

.tasks-nav ul li a {
  font-size: 14px;
  line-height: 24px;
  color: #4a4a4a;
}

.tasks-nav ul li a:hover {
  color: #f26524;
}

.tasks-nav .badge {
font-size: 11px;
} 

.filter-properties{
  position: absolute;
    width: 100%;
    top: 225px;
    display: none;
}

.filter-pro-title {
    background-color: #f26524;
    border-radius: 10px 10px 0px 0px;
    padding: 7px 10px;
    color: #fff;
    transition: 0.5s;
    text-align: center;
    cursor: pointer;
}
.filter-pro-title h6{
  color: #fff;
}
.filter-pro-body {
    border-radius: 10px;
    padding: 10px;
    height: 30vh;
    overflow-y: scroll;
    background-color: #e8e7e7;
    padding-bottom: 20px;
}
.filter-pro-body label{
    color: #777;
    font-size: 14px;
    line-height: 14px;
}
.filter-pro-body .box input{
  width: 149px;
    border-radius: 5px;
    border: 1px solid #b0b5b9;
    font-size: 14px;
}

/*--------------------------------------------------------*/
/*-----------------------Contact-details--------------------*/

.fa-chevron-right{
    transition: all .5s linear;
    cursor: pointer;
}
.fa-chevron-down{
    transition: all .5s linear;
    cursor: pointer;
}
.rotate-right-icon{
    transform:rotate(90deg);
}
.rotate-down-icon {
  transform:rotate(-90deg);
}



.activity-body a {
  font-weight: 600;
}
  .contact-details i{
  color: #6c6c6c;
    padding-right:5px;
  }
  .contact-details strong{
    font-weight: 600;
  }
 .contact-details h6 {
    font-size: 12px;
  }
   .activity-details a {
    color: #6c6c6c;
    font-weight: 500;
  }


.contact-details .activeInner-header i{
  font-size:16px;
}

.contact-details .activeInner-header h6{
  display: inline;
   padding-left:10px;
}
  .contact-details h6 i{
    font-size: 22px;
  }

  .left-details {
    background-color:#F5F5F5;
    padding: 0px 5px 0px 10px;
    max-height: 87vh;
    overflow-x: hidden;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    opacity: 1;
  }

.left-details h6  {
  background-color: #f0f3f6;
    padding: 10px;
    width: 150px;
    color: #f26524;
    border: 1px solid #f26524;
  }
  .left-details h6 a  {
    color: #f26524;
  }


.left-user{
 /* position: fixed;
  width: 20%;
 
    background-color: #f5f5f5;
    z-index: 1;*/
      /* padding: 0px 77px;*/
    /*margin-top: -5px;*/
}

  .left-details  .user-icon i{
  background: #ffffff;
    border-radius: 100%;
    width: 82px;
    height: 82px;
    line-height: 82px;
    font-size: 73px;
    color: #6C6C6C;
    background: #F5F5F5 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
    margin: 7px 0px;
    padding-right: 0px;
  }

.left-details  .left-user h4{
   font-size:18px;
    line-height: 20px; 
    font-weight: 500;
     display: inline;
  }


.about-contact ul{
  padding-left: 10px;

}
.about-contact-body {
 /* width: 240px;*/
}

.about-contact-body .form-group{
 position: relative;
}
.about-contact-body .form-group i{
    position: absolute;
    cursor: pointer;
    color: #f26524;
    right: 13px;
    top: 38px;
    display: none;
}


.about-contact-body .form-group:hover i{
  display:block !important;
}


.user-control{
      text-align: center;
}

.user-control .dropdown-item{
  font-size: 12px;
}

 .user-control .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: transparent;

}

.left-details .user-control ul {
  list-style: none;
    margin: 0px;
    padding: 0px;
}
.left-details .user-control ul li {
  display: inline-grid;
      font-size: 12px;
    line-height: 22px;
    color: #f26524;
    margin: 10px 2px;
}
.left-details .user-control ul li a {
    /*display: contents;*/
    line-height: 34px;
    color: #4a4a4a;
}
.left-details .user-control ul li i{
  background-color: #d4d7da;
    padding: 7px;
    background: #F5F5F5 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
    border-radius: 100%;
    font-size: 16px;
    min-width: 32px;
    min-height: 32px;
    display: block;


}
.about-contact ul li{
  font-size: 11px;
    line-height: 16px;
    color: #6c6c6c;
    margin: 20px 5px;
    list-style: none;
    text-transform: uppercase;
    font-weight: 400;
}

.about-contact-nav {
  cursor: pointer;
}
.about-contact label {
    display: inline-block;
    margin-bottom: 0px;
    font-size: 13px;
    color: #777;
    padding-left: 5px;
}

.about-contact .form-control {
    display: inline-block;
    margin-bottom: 0px;
    font-size: 13px;
    color: #777;
    padding-left: 5px;
    border: none;
    background-color: whitesmoke;
    border-bottom: 1px solid #6c6c6c;
}


.nav-tabs .nav-link:focus, .nav-tabs .nav-link {
    border-color: #e9ecef #e9ecef #dee2e6;
    background-color: #f26524;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
   /* font-family: 'Poppins', sans-serif;*/
    padding: 20px 27px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    border-bottom: 3px solid #f26524;
}

.center-details-nav{
   background-color: #f26524;
    border-radius: 5px 5px 0px;
}

.center-details ul li a{
  color: #f26524;
}
.center-details p{
   font-size: 12px;
    line-height: 16px;
    color: #777676;
    margin-top: 5px;
}

.outputTitle-oveline{
  text-decoration: line-through;
      color: #f26524;
    font-weight: 500;
}

.btn-icon-color{
  color: #f26524 !important;
}

.center-details input[type=search] {
  /*width: 130px;*/
  border:none;
  background-color: transparent;
  background-image: url('../../assets/img/searchicon.png');
  background-position: 10px 10px; 
  background-repeat: no-repeat;
  padding: 5px 5px 5px 5px;
      background-position: right;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  float:right;
      /*margin-top: -30px;*/
}

.center-details input[type=search]:focus {
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  background-color: white;
  outline: none;
}
 .activity-details{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    padding: 10px;
    opacity: 1;
    font-size: 12px;
    line-height: 14px;
    color: #777676;
    margin-bottom: 20px;
}
.activity-body ul li{
  font-size: 12px;
  line-height: 16px;
}

.center-body{
      background-color: #F4F4F4;
    padding: 15px;
        height: 76vh;
        width: 100%;
    overflow: scroll;

}
 .center-body .output-task-details{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    padding: 15px;
    opacity: 1;
    font-size: 12px;
    line-height: 14px;
    color:#4a4a4a;
    margin-bottom: 20px;
}

.output-task-details i {
font-size: 20px;
}
.output-task-header h5{
  display: inline;
      font-size: 16px;
    line-height: 18px;
    font-weight: 500;
}
.output-task-header ul{
  padding: 0px;
  margin: 0px;
}

/*.output-task-header ul{
  display:none;

}*/

/*.right-action-menu {
  display: none;
}
*/

.right-action-menu {
    display: none;
}


.output-task-details:hover .right-action-menu {
    display:block;
}


.output-task-header .task-header-left span{
background-color: rgb(253, 237, 238);
    padding: 2px 7px;
    border: 1px solid #f59569;
    color: #000;
    margin-left: 5px;
}

.center-body  select {
    width: 100%;
    border: none;
    background-color: transparent;
    color: #ff7043;
    font-weight: 500;
    display: inline-block;
    height: 24px;
    /*padding: 2px 5px;*/
    font-size: 12px;
    line-height: 14px;
}


.create-note .btn{
    background-color: #f26524;
    color: #fff;
    padding: 8px 18px;
    border-radius: 10px;
    text-transform: inherit;
    letter-spacing: 0.5px;
    font-size: 13px;
    line-height: 16px;
}
.create-note  .btn-outer {
border:1px solid  #f26524;
    color: #f26524;
     padding: 6px 18px;
    border-radius: 10px;
    text-transform: inherit;
    letter-spacing: 0.5px;
     font-size: 13px;
    line-height: 16px;
}

.right-details .right-body{
     background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    padding: 10px;
    opacity: 1;
    font-size: 11px;
    color:#6c6c6c;
    line-height: 16px;
    margin: 15px;
}

.right-body a{
  color:#f26524; 
}

.attached-files .alert-info {
    color: #4a4a4a;
    background-color: #f4f4f4;
    border-color: #dee2e6;
}

.attached-files  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .45rem 0.45rem;
   color: #f26524;
   opacity: inherit;
    font-weight: 400;
}


.deals-text-show{
  display: none;
}
.attach-file-text-show {
  display: none;
}

.form-Properties {
  display: none;
}

.ads-activity {
  display: none;
}
.CRM-Notification{
display: none;
}

.Reminder-Notification {
  display: none;
}
.Password-changes {
  display: none;
}

.Total-Overdue{
  display: none;
}
.Contact-owner {
  display: none;
}

.form-Properties table tr td{
  font-size: 12px;
    line-height: 18px;
    color: #777676;
}

.custom-drop{
  width: 100%;
    border: none;
    background-color: transparent;
    color: #495057;
    margin-top: 10px;
    font-weight: 500;
    display: inline-block;
    height: 24px;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 14px;
    outline: none;
}

/*-------help-iocn----------*/

.help-chat-message  .chat-btn {
   position: fixed;
    right: 8px;
    bottom: 0;
    cursor: pointer;
}

.help-chat-message .chat-btn .close {
    display: none;
}

.help-chat-message .chat-btn i {
    transition: all 0.9s ease;
}

.help-chat-message #check:checked~.chat-btn i {
    display: block;
    pointer-events: auto;
    transform: rotate(180deg);
}

.help-chat-message #check:checked~.chat-btn .comment {
    display: none;
}

.help-chat-message .chat-btn i {
    font-size: 22px;
    color: #fff !important;
}

.help-chat-message .chat-btn {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px 20px 2px 20px;
    background-color:#f26524 !important;
    color: #fff;
    font-size: 22px;
    z-index: 1;
    border: none;
    box-shadow: 0 5px 20px 0 rgba(12,73,84,0.2);
}

.help-chat-message .wrapper {
   position: fixed;
    right: 20px;
    bottom: 70px;
    width: 300px;
    background-color:#f9f9f9;
    box-shadow: 0 5px 20px 0 rgba(12,73,84,0.2);
    border-radius: 5px;
    display: none;
    transition: all 0.7s;
    z-index: 1;
}

.help-chat-message #check:checked~.wrapper {
   display: block;
}

.help-chat-message .header {
    padding: 13px;
    background-color:#f26524;
    border-radius: 5px 5px 0px 0px;
    margin-bottom: 10px;
    color: #fff;
}

.help-chat-message span{
  font-size: 14px;
    line-height: 16px;
    color: #4a4a4a;
}
.help-chat-message .chat-form {
    padding: 15px;
}

.help-chat-message .chat-form input,
textarea,
button {
    margin-bottom: 10px;
}

.help-chat-message .chat-form textarea {
    resize: none;
}

.help-chat-message .form-control:focus,
.help-chat-message .btn:focus {
    box-shadow: none;
}

.help-chat-message .btn,
.help-chat-message .btn:focus,
.help-chat-message .btn:hover {
    background-color: #f26524 !important;
    border:  #f26524 !important;
}

.help-chat-message #check {
    display: none !important;
}
.help-message {
  width: 25%;
    background-color: #f26524;
    padding: 15px;
    color: #fff;
    border-radius: 20px 0px 0px 20px;
    position: fixed;
    bottom: 20px;
    right: 0;
    display: none;
}

.help-message textarea::placeholder {
  color:#999;
  font-size: 13px;
  line-height: 16px;
}

.se-help {
    width: 56px;
    background-color: #f26524;
    border-radius: 20px 20px 2px 20px;
    box-shadow: 0 5px 20px 0 rgba(12,73,84,0.2);
    cursor: pointer;
    display: block;
    position:fixed;
    bottom: 7px;
    right: 6px;
    font-size: 14px;
    line-height: normal;
    padding: 17px 10px 16px;
    text-decoration: none;
    color: #fff;
}
.se-help a {
  color: #fff;
}

/*-------------Note-----body-----overlay-------------*/

.overlay-note {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2;
  bottom: 0;
  right: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.6);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-note-mini-max {
  /*height: 100%;*/
  width:36%;
  position: fixed;
  z-index: 2;
  bottom: 0;
  right: 0;
/*  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.6);*/
  overflow-x: hidden;
  display: none;
  -webkit-animation-name: fadeIn; /* Fade in the background */
    -webkit-animation-duration: .9s;
    animation-name: fadeIn;
    animation-duration: 0.9s;
}


/* .overlay-note-mini-max {
        animation: overlay-note-mini-max 1s ease;
        -webkit-animation: overlay-note-mini-max 1s ease;
    }
    @keyframes overlay-note-mini-max {
        from{transform:scale(0.9)}
        100%{transform:scale(1.2)}
        to{transform:scale(1)}
    }
    @-webkit-keyframes overlay-note-mini-max {
        from{-webkit-transform:scale(0.9)}
        100%{-webkit-transform:scale(1.2)}
        to{-webkit-transform:scale(1)}
    }*/


.overlay-note-content {
  position: relative;
  top: 15%;
  width: 100%;
  margin-top: 30px;
}


.overlay-note a:hover, .overlay-note a:focus {
  color: #f1f1f1;
}

.overlay-note .closebtn {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 20px;
}


.overlay-note .closebtn i {
   color: #fff;
    font-size: 16px;
    line-height: 16px;
}

.overlay-note-mini-max .closebtn {
    position: absolute;
    top: 1px;
    right: 10px;
    font-size: 20px;
}
.overlay-note-mini-max .closebtn i {
   color: #fff;
    font-size: 13px;
    line-height: 13px;
}

#hide-meet-max {
  display: none;
}

#hide-task-max {
  display: none;
}
#hide-email-max {
  display: none;
}

#hide-note-max {
  display: none;
}
#hide-LogCall-max {
  display: none;
}
#hide-LogEmail-max {
  display: none;
}
#hide-LogMeeting-max {
  display: none;
}

.overlay-note-mini-max .overlay-note-content {
    width:84%;
    float: right;
    margin-right: 15%;
    background-color: #f4f4f4;
    color: #777;
    border-radius: 5px;
}

.overlay-note-mini-max  .overlay-note-content {
    position: relative;
    top: 0px;
    margin-top: 0px;
    box-shadow: 0px 3px 6px #0000005c;
}

.overlay-note-mini-max .note-title {
  border-radius: 5px 5px 0px 0px;
}

.overlay-note-mini-max .note-title h4{
  font-size: 18px;
  letter-spacing: 0.5px;
}


.overlay-note-mini-max  .note-body .log-call {
    font-size: 12px;
    color:#4a4a4a;
}

.overlay-note-mini-max  .note-body input, .overlay-note-mini-max  .note-body select {
    border: 1px solid #eceaea;
    font-size: 11px;
}

.overlay-note-content{
  width: 50%;
   margin: 0 auto;
   background-color:#f4f4f4;
    color: #777;
    border-radius:10px;
}


.overlay-add-deals {
  position: relative;
  top: 0;
  width:40%;
  margin-top: 30px;
  margin: 0 auto;
   background-color:#f4f4f4;
    color: #777;
    float: right;
    padding-bottom: 5px;
}

.checkDeal select {
    background-color: transparent;
}

.deals-input{
  padding: 20px;
  min-height: 100vh;
    /*height: 88vh;*/
    overflow-y: scroll;
    overflow-x: hidden;
}

 .deals-input label{
    display: inline-block;
    margin-bottom: 0px;
    font-size: 13px;
    color: #777;
    padding-left: 5px;
}
.deals-input .form-control {
    display: inline-block;
    margin-bottom: 0px;
    font-size: 13px;
    color: #777;
    padding-left: 5px;
}
.overlay-add-deals .note-title{
    border-radius: 0px;
}


.deals-input .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #f26524;
    background-color: #f26524;
}
.note-title{
    background-color:#f26524;
    border-radius: 10px 10px 0px 0px;
    color:#fff;
    padding: 6px;  
}

.note-body{
    padding: 20px;
      /*  margin-bottom: 10%;*/
}


.note-body::placeholder {
  color:#6c6c6c;
  font-size: 12px;
  line-height: 16px;
}

.note-body .log-call{
font-size: 12px;
    color: #f26524;
}

.note-body input, .note-body select  {
 height: 24px;
    padding: 2px 5px;
    font-size: 12px;
    color: #777;
    width: 148px;
    border-radius: 6px;
    border: 1px solid #d4cece;
    float: right;
}

.note-body  .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #ff7043;
    background-color: #ff7043;
}

.log-call-footer label{
  font-size: 12px;
  line-height: 24px;
}

.note-body .log-call-footer  select {
  width: 100%;
  border: none;
    background-color: transparent;
    color: #ff7043;
    font-weight: 500;
    display: inline-block;
}
.log-call-footer {
  display: flex;
}

.log-call-footer .noteFollow{
  display: none;
}
.log-call-footer .taskFollow{
  display: none;
}
.log-call-footer .EmailFollow{
  display: none;
}
.log-call-footer .logmeetingFollow{
  display: none;
}
.deals-input .timelineActiveDeals {
  display: none;
}

.add-comment-field {
  display: none;
}

/*----------------------------Deal-Details----style---section-----------------------------*/
/*----------------------------------------------------------------------------------------*/


.deals-user-details .form-control{
    height: 24px;
    padding: 2px 5px;
    font-size: 12px;
    color: #f26524;
    /*width:100;*/
    font-weight: 500;
    border-radius: 6px;
    border: none;
    /*background: transparent;*/
    outline: none;
    cursor: pointer;
}
.deals-user-details label{
  font-size: 12px;
    line-height: 24px;
    margin-bottom: 0px;
    white-space: nowrap;
}


/*----------------------------Account-page----style---section-----------------------------*/
/*----------------------------------------------------------------------------------------*/


.sub-nav-bcrumb .breadcrumb {
    padding: 0px;
    margin-bottom:10px;
    list-style: none;
    background-color: transparent;
    font-weight: 500;
}

.sub-nav-bcrumb .breadcrumb  a{
   color: #f26524;
}



.list-for-md-3{
      padding: 1px 0px 1px 20px;
}
.list-for-md-3 h5{
      font-size: 20px;
}

.list-for-md-3 ul li a{
    color: #555;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    display: block;
}

.list-for-md-3 ul li a:hover{
    color:#f26524;
}

.accordion ul li a { cursor: pointer; }
 .accordion .active { color:#f26524;
  font-weight:bolder;
     }



.body-content-with-md-9 {
  height: 76vh;
    background-color: #f7f7f7;
    overflow-y: scroll;
    border-radius: 10px;
    border-left: 3px solid #b3b1b1;
}

.body-content-with-md-9 p{
    color:#555;
}

.body-content-with-md-9 ::placeholder {
   color:#d5d8dc;
}

.Dashboard-sticky{
    position: sticky;
    top: 0;
    background-color: #f26524;
    z-index: 1;
    padding: 12px;
    border-radius: 10px 10px 0px 0px;

}

.body-content-with-md-9-title{
  margin: 5px 0px;
}
.body-content-with-md-9-title h4{
    background-color: #f26524;
    display: inline;
    font-size: 20px;
    padding: 5px 30px;
    margin-left: -15px;
    color: #fff;
   border-radius: 0px 20px 20px 0px;
}


.body-content-with-md-9-title h3 {
  font-size:18px;
  color: #FFFFFF;
  font-weight: 400;
  padding-left:10px;
  letter-spacing: 0.5px;

}

.body-content-with-md-9-title i {
   color: #FFFFFF;
    font-size:24px;
}


.body-content-with-md-9-title .form-control-sm {
    height: calc(1em + .8rem + 2px);
    padding: .25rem .5rem;
    font-size: .8rem;
    line-height: 1.5;
    border-radius: .2rem;
    border: 1px solid #f26524;
    color: #f26524;
    float: right;
    margin-right:15px;
}
.body-content-with-md-9-title .form-control-sm:focus {
   outline: none;
}

.body-content-with-md-9-title select  {
  background-color:#f5f5f5;
}

/*.body-content-with-md-9-title  span {
    float: right;
    border: 1px solid #f26524;
    border-radius: 100%;
    font-weight: 600;
    color: #F26524;
    font-size: 14px;
    padding: 0px 7px;
    line-height: 24px;
}*/


.body-content-with-md-9-title  .reminde-task{
  display: inline;
  border-radius: 23px;
  background-color: #EACF00;
  padding: 7px 7px;
    margin: 0px 2px;
}


.body-content-with-md-9-title .reminde-task h5{
  display: inline;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    line-height: 25px;
}

.body-content-with-md-9-title  .reminde-task span {
   /*border: 1px solid #fff;*/
    border-radius: 100%;
    font-weight: 300;
    color: #fff;
   font-size: 13px;
    padding: 0px 6px;
    line-height: 24px;
    margin-left: 5px;
}

/*---------------------------tasks-page-detail----style---section-----------------------------*/
/*----------------------------------------------------------------------------------------*/
.tasks-page-detail{

}

.tasks-page-detail input, .datepicker select {
    border: 1px solid #eceaea;
    font-size: 12px;
    /*width: 88px;*/
}

.task-title h3{
  color: #777;
}

.task-title .form-group select {
    border: none;
    font-weight: 500;
    color: #f26524;
    font-size: 13px;
    line-height: 18px;
}

.task-Checkbox{
  display: none;
}

.inline-task-rows .mark-icon {
  cursor: pointer;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: #bdbdbd;
}


/*---------------------------Qualifies-page----style---section-----------------------------*/
/*----------------------------------------------------------------------------------------*/

.table-header-md-9 {
    border-radius: 10px;
    box-shadow: 0px 3px 6px #00000029;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.body-content-with-md-9 label{
  color:#555;
}
.table-header-md-9 table thead{
      background: #f26524;
    color: #fff;
    font-weight: 600;
   text-transform: uppercase;
}
.table-header-md-9 table tbody{
     color: #555;
}

.table-header-md-9 .table th, table.table td {
    padding-top: 10px;
    padding-bottom: 10px;
}
.table-header-md-9 .btn.btn-sm {
    margin: 0px;
}

/*---------------------------Dashboard-homepage---style---section-----------------------------*/
/*----------------------------------------------------------------------------------------*/

.notification{

}

.notification .assign i{
  color:#d1d4d4; 
  font-size:34px; 
  float: left;
  cursor: pointer;

}

.notification .assign p{
   float: left;
    font-size: 14px;
    padding-left: 7px;
    line-height: 26px;
    color: #333;
}

.notification .assign a{
    font-size: 13px;
    font-weight: 500;
    color: #f26524;
    line-height: 26px;
    padding-left: 7px;
}

.assign-more .assign-more-head i{
  font-size: 16px;
    background-color: #f26524;
    padding: 8px;
    border-radius: 100%;
    color: #fff;
}
.edit-delete {
  display: none;
}
.notification-header:hover .edit-delete {
    display:block;
}

.notification-header h5{
  color: #f26524; 
  font-size: 12px;
  font-weight:500;
  text-transform: uppercase;
  padding-left: 3px;
}

.notification-header {
  cursor: pointer;
}
.assign-more {
  display: none;
}

.settings-pro .note-primary {
    background-color: #f3f0ef;
    border-color: #f26524;
}

.settings-pro .settings-icons img{
 background-color: #f26524;
    border-radius: 3px;
    width: 100%;
    padding: 5px;
    height: 65px;
}

.settings-pro .settings-icons p{
 font-size: 10px;
    line-height: 12px;
    color: #555;
    margin-top: 5px;
    font-weight: 600;
}

/*.settings-pro .show-settings-icons{
  display: none;
}*/

/*.settings-icons  {
  min-height: 110px;
}*/
   .settings-pro .accordion .fas{
        margin-right:20px;
        font-size: 15px;
        color: #f26524;
        position: relative;
      top: 2px;
      float: right;
    }

  .settings-pro  .accordion>.card>.card-header {
    border-radius: 0;
    padding: 0px;
    margin-bottom: 30px;
    border-bottom: none;
    border-radius: 5px;
}
.settings-pro  .accordion>.card {
  box-shadow: none;
}
.settings-pro  .accordion .card-body {
    padding: 0px;
}
  .settings-pro  .accordion>.card>.card-header button {
    padding: 7px;
    width: 100%;
}
.settings-pro .accordion .accordion-title {
float: left;
font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: #333;
    text-transform: capitalize;
}

 .filter-body .card-header h5{
   font-size: 15px;
   font-weight: 600;
    color:#555;
    line-height: 21px;
    letter-spacing: 0.5px;
}

.filter-body  .card-body {
    padding: 0px 1.25rem;
}

/*-------------table td Overfloo--click show----------------*/


.table-header-md-9  table tbody td {
  max-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
}

.table-header-md-9 table tbody .Query-show:hover{
 white-space: normal;
}
/*
.truncate {
  width: 350px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  word-wrap: break-word;
}

.truncate.open {
  width: 300px;
  white-space: normal;
  text-overflow: inherit;
}

.helpicon {
  position: relative;
  background-color: #f26524;
    padding: 1px 7px;
    border-radius: 100%;
    color: #FFF !important;
}


#sticky {
  padding: 0.5ex;
  width: 600px;
  background-color: #333;
  color: #fff;
  font-size: 2em;
  border-radius: 0.5ex;
}

#sticky.stick {
  position: fixed;
  top: 0;
  z-index: 10000;
  border-radius: 0 0 0.5em 0.5em;
}
*/
/*-------------overlay-note date formate------------*/

/*.date-style {
 
}

.date-style i {
  float: right;
    margin-right: -145px;
    margin-top: 3px;
    color: #f26524;
}*/

.datepicker-top-left, .datepicker-top-right {
    border-top-color: #f26524 !important;
}
.datepicker-top-left::before, .datepicker-top-right::before {
    border-bottom-color: #f26524 !important;
}

.datepicker-panel > ul > li.highlighted {
    background-color:#f26524!important;
    color: #fff !important;
}

.datepicker-panel > ul > li.highlighted:hover {
    background-color: rgb(242 101 36) !important; 
    color: #fff !important; 
    border-radius: 5px !important;
}

.datepicker-panel > ul > li:hover {
    background-color: rgb(253 220 205) !important;
}

.datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover {
    color: #fff !important;
}

/* .overlay-note input {
    position: relative;
    color: white;
}

.overlay-note input:before {
    position: absolute;
    top: 3px; left: 3px;
    content: attr(data-date);
    display: inline-block;
    color: black;
}

.overlay-note input::-webkit-datetime-edit, input::-webkit-inner-spin-button, input::-webkit-clear-button {
    display:none;
}

.overlay-note input::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 3px;
    right: 0;
    color: black;
    opacity: 1;
}
*/


div.sticky {
 position: sticky;
    top: 0;
    background-color: #f5f5f5;
    z-index: 1;
}

.sticky-footer {
    position: sticky;
    bottom: 0;
    background-color: #f5f5f5;
    z-index: 1;
}

/*----------ledt-side-setting-menu---in settings-----------*/
.ledt-side-setting-menu {
  margin-left: -20px;
}
.ledt-side-setting-menu .note-primary {
    background-color: #ffffff;
    border-color: #f26524;
}
.ledt-side-setting-menu  a{
  color: #777;
}

.ledt-side-setting-menu ul {
  padding-left: 5px;
  margin-top: 0px;
}


.ledt-side-setting-menu .menu li ul{
 display: none;
}

.ledt-side-setting-menu .menu li a:hover {
 background-color: #e4e2e2;
 display: block;
}

.ledt-side-setting-menu .menu .active{
 background: #e4e2e2;
 color: #f26524;
}

.ledt-side-setting-menu .menu .active a{
 color:#f26524;
}

.menu {
  display: none;
   background-color:#fff;
    padding: 10px 0px 10px 10px !important;
}

.activeparent {
    display: block;
  }

/*.ledt-side-setting-menu .chose {
    padding-left: 5px;
    padding: 2px 0px;
}
*/
.ledt-side-setting-menu  .click-show-menu strong{
  font-weight: unset;
}

.ledt-side-setting-menu  .menu .chose{
 padding-left: 10px;
}

.ledt-side-setting-menu  .click-show-menu{
     /*background: #f7f7f7;
    margin-bottom: 5px;
    border-bottom: 1px dashed #e0dddd;*/
        background: #f7f7f7;
   /* margin-bottom: 5px;
    padding: 1px;*/
   /*border-bottom: 1px solid #c1c0c0;*/
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.16);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}


.ledt-side-setting-menu  .click-show-menu .drop-menu i{
    padding: 0px 10px;
    color: #f26524;
    float: right;
    line-height: 30px;
}
.ledt-side-setting-menu .drop-menu {  
  font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    padding: 8px 20px;
    color: #555;
    display: block;
    letter-spacing: 0.5px;
    border-bottom: 1px solid rgba(0,0,0,.125);
}


.inbox-header {
  background-color: #fff;
  padding: 10px;
}

.inbox-body {
 margin-top: 10px;
  border: 1px solid #f26524;
  margin-bottom: 10px;
}
.inbox-body .msg-title {
  background-color: #f26524;
    padding: 10px;
    color: #fff;
}
.inbox-body .msg-title i{
  color: #fff;
}
.inbox-body .msg-body{
  background-color: #fff;
  padding: 10px;
}

.inbox-footer .nav-tabs .nav-link {
    background-color: #fff;
    color: #f26524;
    padding: 10px 27px;

}


/*-----------for mozila firfox -- dropdown-------*/
 select {
  background-image: linear-gradient(45deg, transparent 50%, #f26524 60%), linear-gradient(135deg, #f26524 40%, transparent 50%) !important;
   background-position: calc(100% - 7px) 10px, calc(100% - 2px) 10px, 100% 0px;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}


#gotoTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #f26524;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#gotoTop:hover {
  background-color: #555;
}

/*---------------------------------Tickct-Dashboard--------------------------------------*/

/*---------------------------------------------------------------------------------------------*/
.ticket-left-nav  {
background-color: #F7F8FC;
border-radius: 0px 10px 10px 0px;
overflow: auto;
color: #707070;

}


.ticket-left-nav .ticket-title  {
padding: 10px; 
cursor: pointer;
}

.ticket-left-nav .ticket-title a {
color: #707070;
}

.ticket-left-nav  .active a {
color: #ffff;
}
.ticket-left-nav .ticket-title h4  {
margin-left: 20px;
font-weight: 600;
font-size: 20px;
line-height: 26px;
letter-spacing: 1px;
}

.ticket-left-nav  .active {
background-color: #f26524;
color: #fff;
}

.ticket-activity {
  width: 100%;
  background-color: #F7F8FC;
  margin-top: 22px;
  overflow:auto;

}

.ticket-number {
  width: 20%;
  text-align: center;
  border:1px solid #7070701F;
  padding:20px;
  border-radius: 3px;
  float: left;
}
.ticket-number h5 {
font-size: 16px;
    font-weight: 600;
    color: #495057;
    line-height: 16px;
}
.ticket-number h3 {
font-size: 30px;
    font-weight: 600;
    color: #495057;
    line-height: 28px;
}

.ticket-Recent-Activity {
   background-color: #F7F8FC;
   border-radius: 5px;
  margin-top: 10px;
   /*border: 1px solid #7070702C;*/
 
}

.Recent-Activity-details {
  padding: 15px 10px;
  border: 1px solid #7070702C;
   border-radius: 5px;
}

.Recent-Activity-details .col-md-2 {
  padding-right: 0px;
}
.Recent-Activity-details .col-md-10 {
  padding-left: 0px;
}
.Recent-Activity-details p{
  font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    color:#495057;
    margin-bottom: 5px;
}

.Recent-Activity-details p span{
  color:#F26524;
}
.recent-user {
  text-align: center;
}
.recent-user i{
  font-size: 36px;
    line-height: 12px;
    text-align: center;
    padding: 10px;
}

.ticket-To-Dos-details {
  padding: 10px 6px;
  border: 1px solid #7070702C;
  border-radius: 5px;
}

.ticket-To-Dos-details .col-md-2 {
  padding-right: 0px;
}
.ticket-To-Dos-details .col-md-10 {
  padding-left: 0px;
}
.ticket-To-Dos input[type=checkbox]{
    box-sizing: border-box;
    padding: 0;
    zoom: 1;
       margin-top: 7px;
    margin-left: 5px;
}
 .ticket-To-Dos-details p {
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    color:#495057;
    margin-bottom: 5px;
}


.ticket-count-activity {
  width: 100%;
  margin-top: 15px;
  overflow:auto;
}

.ticket-count-activity .ticket-count{
   width: 19%;
    margin: 0 0.4%;
  text-align: center;
  padding:10px 6px;
  float: left;
  background-color: #F7F8FC;


}

.ticket-count-view{
   width: 19%;
    margin: 0 0.4%;
  text-align: center;
  float: left;
 
  margin-bottom: 10px;
}
.ticket-count h5{
  display: inline;
  font-size: 16px;
    font-weight: 500;
    color:#495057;
    line-height: 16px;
}

.ticket-count span{
  float: right;
  border: 1px solid #f26524;
    border-radius: 100%;
    font-weight: 500;
    color: #F26524;
    font-size: 12px;
    padding: 0px 5px;
    line-height: 20px;    
}
.ticket-Overdue {
  border-top: 3px solid #5A0505;
}
.ticket-open {
  border-top: 3px solid #FF5B50;
}
.ticket-hold {
  border-top: 3px solid #E8B100;
}
.ticket-due {
  border-top: 3px solid #8099FF;
}
.ticket-unassign {
  border-top: 3px solid #DE00AB;
}

.ticket-view {
  font-size: 11px;
  font-weight: 500;
  color:#495057;
  text-align: left;
  margin:15px 0px;
   padding: 7px;
  border:1px solid #7070701F;
  border-radius: 5px;
  background-color: #F7F8FC;
}

.ticket-view b{
  font-weight: 300;
}
.ticket-view img{
  width: 24px;
    border: 1px solid #f26524;
}

.ticket-view i{
  border: 1px solid #f26524;
    border-radius: 100%;
    padding: 5px 6px;
    cursor: pointer;
}

.ticket-count-chat{
  padding: 10px;
  background-color: #F7F8FC;
  text-align: center;
}
.ticket-count-chat h5{
  display: inline;
  font-size: 16px;
    font-weight: 500;
    color: #707070;
    line-height: 16px;
}

.ticket-count-chat span{
  float: right;
  border: 1px solid #f26524;
    border-radius: 100%;
    font-weight: 500;
    color: #F26524;
    font-size: 12px;
    padding: 0px 5px;
    line-height: 20px;    
}
.ticket-view-chat .active{
background-color: #f26524 !important;
color: #fff !important;
}

.ticket-view-chat {}

.ticket-view-chatdetail {
  padding: 10px;
} 

.back-ticket {
  margin-top: 10px;
}

.back-ticket a {
 color: #707070;
 font-size: 17px;
}

.back-ticket i {
  font-size: 21px;
  color: #000000;
}


.ticket-app-chat {
  background-color:#F7F8FC;
  border-radius: 10px;
  border:1px solid #7070701F;
  margin-top:15px;
  padding:20px 30px;
  font-size:17px;
    font-weight: 600;
    color: #495057;
    text-align: left;
}

.ticket-app-chat p{
  margin-bottom:5px;
  font-size: 14px;
  line-height: 14px;
  color: #495057;
}
.ticket-app-chat b{
font-weight: 500;
color: #495057;
}

.ticket-app-chat img{
    width: 40px;
    border: 1px solid #f26524;
}



/*---------------------------------Accounting-Dashbaord--------------------------------------*/
/*---------------------------------------------------------------------------------------------*/

.nav-filter {
  margin-top: 20px;
}

/*.toggle-filters {
  position:relative;
}*/
.filter-by-type{
  background-color:#f26524;
    padding: 10px;
    border-radius: 7px;
}
.toggle-filters .text-right {
  font-size: 12px;
}

.toggle-filters .position-overs {
 /* background-color: #f26524;
    position: absolute;
    right: -2px;
    top: -18px;*/
}


.nav-filter .filter-by-type ul {
list-style: none;
margin-left:0px;
padding-left: 0px;
}
.nav-filter .filter-by-type ul a{
   font-size: 13px;
    line-height: 16px;
    text-decoration: none;
    color: #fff;
    padding: 10px;
    font-weight: 300;
}

.Create-Client {
  background-color: #FFFFFF;
    width: 430px;
    padding: 0px 10px;
}

.Create-Client-title {
      padding: 20px 10px;
      margin-top: 20px;
}

.Create-Client-title a {
  color: #707070;
    font-size: 26px !important;
    padding: 10px;
    margin-top: 20px;
}

.Create-Client-title h4{
  color: #F26524;
  font-weight:600;
}
.Create-Client-body{
  height: 90vh !important;
    overflow-y: auto !important;
    overflow-x: auto !important;
    padding-bottom: 10px !important;
}

.Create-Client-body label{
  font-size: 16px !important;
    font-weight: 600;
    display: block !important;
}
 .Create-Client-body .form-control {
    color:#676767 !important;
    background-color:#E2E2E2;
    padding: 5px 15px !important;
}

.Create-Client-body ::placeholder {
  color: #959595 !important;
  font-size: 13px;
}
.accounting-head-th-bg th{
background-color:#848484;
padding: 15px 10px !important;
}

.accounting-filter{
  width: 100%;
  margin-bottom: 60px;
}

.country-filter{
 width: 20%;
    text-align: center;
    border: 1px solid #70707062;
    padding: 10px;
    border-radius: 2px;
    float: left;
    background-color: #E2E2E2;
    margin-left: 0px;
    padding-left: 0px;

}

.radius-left{
  border-radius: 7px 0px 0px 7px;
}
.radius-right{
  border-radius: 0px 7px 7px 0px;
}

.country-filter a {
padding: 0px 32%;
text-transform: none;
 color: #707070;
}

.account-details {
  margin-top: 20px;
}

.accounting-filter .active {
  background-color: #f26524 !important;
}
.accounting-filter .active a {
    color: #fff !important;
}

.Accounting-inner-nav .list-group{
border-radius: 7px;
overflow: auto;
}
.Accounting-inner-nav  .list-group .list-group-item {
    padding: .75rem 1.25rem;
    border: none;
     font-size: 14px;
  line-height: 16px;
  background-color: #E2E2E2;
}
.Accounting-inner-nav .list-group-item-action:hover {
    z-index: 1;
    color: #fff;
    text-decoration: none;
    background-color: #f26524;
}

.Accounting-inner-nav .list-group-item.active {
    background-color: #f26524;
}

.SE-CLient {
  background-color: #f26524;
    padding: 15px 30px;
    color: #fff;
    border-radius: 5px;
}

.SE-CLient table {
  margin-right: 60px;
}

.SE-CLient table td {
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  padding:6px 4px;
}
/*--------------------------------------------------------------*/

.accounting-tabs {
  background-color: #E2E2E2;
  /*border: 1px solid #70707062;*/
  border-radius: 10px; 
  overflow: auto;
}

.create-reminder .accounting-tabs .nav-item {
  width:20% ;
   margin:0px;
   overflow: auto;
}
.create-reminder .accounting-tabs .nav-tabs .nav-link {
  /*border-color: #e9ecef #e9ecef #dee2e6; */
    background-color: #E2E2E2;
    color: #495057;
    text-transform: capitalize;
    font-size: 16px;
    /*font-family: 'Poppins', sans-serif;*/
    padding: 16px 25px;
    line-height: 18px;
    text-align: center;
    min-height: 52px;
    border-left: 1px solid #707070;
    margin-top: -1px;
}
.create-reminder .accounting-tabs .nav-tabs .nav-link.active {
    color: #ffff;
    background-color: #f26524 !important;
    border: none;
    border-radius: 0px;
}
.create-reminder .accounting-tabs .nav-tabs {
   border-bottom:none !important;
   overflow: hidden;
}

.create-reminder .accounting-tabs .nav-tabs .nav-item {
    margin-bottom: -1px !important;
}

/*-----------------------------------------------------------------*/

.account-cards {
  width: 80%;
}


.account-cards .nav-item {
  width:25% !important;
   margin:0px;
   overflow: auto;
}

.cards-short {
  padding:20px 20px 10px 20px;
  background-color:#f26524;
  border-radius: 15px;
  cursor: pointer;
  min-height: 167px;
}
.card-short-title p{
  font-size: 14px;
    color: #fff;
    line-height: 21px;
    margin-bottom: 0px;
}

.cards-title {
  margin-top:20px; 
}

.card-short-title{
  margin: auto;
    width: 100%;
    padding-top: 10px;
    text-align: center;
    min-height: 72px;
}
.img-circle {
    width: 65px;
    height: 65px;
    background-color:#fff;
    margin: 0 auto;
    overflow: auto;
    padding: 5px;
    border-radius: 100%!important;
}
.img-circle img{
  width: 100%;
  margin-top: 20px;
}


.cards-body-details {
background-color:#f26524;
border-radius: 25px;
padding: 15px;
}

.cards-body-details .img-circle {
  width: 90px;
  height: 90px;
}

.cards-body-details h4{
    color: #fff;
    line-height: 30px;
    padding-top: 35px;
}

.card-clint-detail{
  padding: 30px;
}
.card-clint-detail p{
    margin-bottom: 0px;
    padding-top: 5px;
    color: #fff;
}
.card-clint-detail label{
    color: #fff;
    font-size: 14px;
}
.card-clint-detail span{
   float:right;
}

.card-clint-detail i{
    position: absolute;
    top: 7px;
    right: 20px;
    color: #777;
}

.associated-clients{
padding: 20px;
background-color:#00000038;
border-radius: 20px;
}

.associated-clients h4{
display: inline;
color: #fff;
}
.associated-clients span{
  color: #fff;
    font-size:18px;
    padding: 5px 10px;
    line-height: 22px;
}
.associated-clients ul{
  list-style: none;
  color: #fff;
  margin-top: 30px;
}
.associated-clients ul li{
 font-size: 14px;
 line-height: 25px;
 color: #fff;
}

.account-tabs-details {
  position: relative;
}
.cards-body-details {
  position: absolute;
  top: 0px;
  width: 100%;
}

.closed-div {
  padding: 0px 5px 10px 0px;
}
/*--------------------------------------------------------------*/
.account-tabs {
  background-color: #E2E2E2;
  border: 1px solid #70707062;
  border-radius: 10px; 
  overflow:hidden;
}

.service-charge-table label {
    color: #495057;
    white-space: nowrap;
}
.service-charge-table th {
    border: none;
}
.service-charge-table .wd-10 {
    width: auto !important;
}
.service-charge-table input {
    width: 60% !important;
}
.service-charge-table .table.table td {
    padding: 5px;
}
.service-charge-table table.table thead th {
    border-top: none;
    padding: 0px 5px!important;
}

.service-charge-table .table thead th {
    border-bottom: none !important;
}

.service-charge-table .table td, .table th {
    border-top:none !important;
}

.add-row-btn {
  position: absolute;
    right: -40px;
    top: 29px;
    padding: 7px 12px !important;
    z-index: 2;
}

.create-reminder .datepicker{
      border: none;
    border-radius: 5px;
    padding: 3px;
    outline: none;
}
.create-reminder .account-tabs .nav-item {
  width: 16.65% ;
   margin:0px;
   overflow: auto;
}
.create-reminder .account-tabs .nav-tabs .nav-link {
    /*border-color: #e9ecef #e9ecef #dee2e6;*/
    background-color: transparent;
    color: #495057;
    text-transform: capitalize;
    font-size: 14px;
    /*font-family: 'Poppins', sans-serif;*/
     padding: 10px 14px;
    line-height: 18px;
    text-align: center;
    min-height: 60px;
    border-left: 1px solid #707070;
    margin-top: -1px;
}

.create-reminder .account-tabs .nav-tabs .nav-link.active {
    color: #ffff;
    background-color: #f26524 !important;
    /*border: none;*/
    border: 1px solid transparent;
    border-radius: 0px;
}
.create-reminder .account-tabs .nav-tabs {
   border-bottom:none !important;
}

.create-reminder .account-tabs .nav-tabs .nav-item {
    margin-bottom: -1px !important;
}
.account-tabs #service-tab, .account-tabs #total-tab, .account-tabs #reminders-tab {
  padding-top: 20px;
}


.create-reminder-notes {
  width:20%;
    border-radius: 10px;
    background-color: pink;
    position: absolute;
    right: 25%;
   bottom:0;
    overflow: auto;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

.reminder-notes-title {
background-color:  #f26524;
padding: 10px 15px;
}


.reminder-notes-title p {
  display: inline;
  color: #fff;
}

.reminder-notes-title i {
    color: #fff;
    float: right;
    padding: 5px;
    cursor: pointer;
}

.reminder-notes-body{
  background-color: #fff;
  padding: 15px;
  overflow: auto;
}

.create-reminder-notes  .Create-btn a{
background-color: #f26524;
    color: #fff;
    padding: 8px 10px;
    border-radius:8px;
    letter-spacing: 0;
    font-size: 12px;
    float: right;
}

.account-details input {
  width:35%;
  display: inline;
  background-color: #e2e2e2;
}

.account-details label{
 color:#495057;
}
.account-details span{
  float: right;
  color:#495057;
}

.account-details .row{
  margin: 10px 0px;
}

.account-details .wd-2{
  width:2%;
}
.account-details .wd-10{
width: 10%;
}

.account-details .wd-20{
width: 20%;
}

.account-details .wd-35{
width: 35%;
}
.account-details .form-check-inline {
    display: inline;
    background-color:  #e2e2e2;
    padding: 3px 7px;
    border-radius: 5px;
    width: 10%;
}

.account-details input[type='radio']:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #fff;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 1px solid #f26524;
    }

.account-details input[type='radio']:checked:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #f26524;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 1px solid white;
    }

 .total-amt table th{
    /*  width: 33%;*/
      text-align: center;
      color: #707070;
      /*font-weight: 600;*/
    }
 .total-amt table td{
     /* width: 33%;*/
      text-align: center;
      color: #707070;
    }
  .total-amt table.table thead th {
    border-top: none;
    padding-bottom: 2px;
}   

.total-amt .total-amont-span span{
    float: none;
    color: #707070;
    font-size: 27px;
    font-weight: 600;
    line-height: 34px;
     padding-right: 8px;
    }

.total-amt .total-amont-span b{
   font-size: 40px;
    font-weight: 600;
    line-height: 42px;
    color:#f26524;
    }

.fee-reminder .pay-status {
  position: relative;
  margin: 15px 0px;
}

.fee-reminder .pay-status {
      box-shadow: 0px 3px 6px #00000029;
      border: 1px solid #E2E2E2;
      border-radius: 10px;
      padding: 10px;
      opacity: 1;
    }

.fee-reminder .pay-status h6 {
     font-size: 12px;
    line-height: 12px;
    color: #000000;
    margin-bottom: 3px;
    }

.fee-reminder .pay-status h4 {
      color: #F26524;
      margin: 3px 0px;
    }

.fee-reminder .pay-status i {
   position: absolute;
    top: 30%;
    right: 5%;
    color: #f26524;
    font-size:24px;
    line-height: 26px;
    cursor: pointer;
    }


.create-reminder .account-tabs .nav-tabs #affiliate-tab{
  padding:10px 20px;
}

/*---------------------------------Media Query-for-Tab--------------------------------------*/
/*---------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 1024px) and (min-width: 768px)  {
.create-reminder .account-tabs .nav-tabs .nav-link {
    font-size: 11px;
    padding: 10px 0px;
    line-height: 14px;
    min-height: 65px;
  }

.navbar {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    margin-bottom: 10px;
    padding: .3rem;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 2;
    border-top: 2px solid #f26524;
}

.user ul li {
    padding: 0px 2px;
}


.search-contacts .form-control {
    height: calc(.9em + .75rem + 2px);
}

.search-contacts i {
    padding: 6px 10px;
    height: calc(.9rem + .75rem + 2px);
}

.Create-btn a {
    padding: 5px 12px;
    margin-top: 12px;
}
.search-contacts {
    margin-top: 12px;
}
.top-left-bar .openNav {
    margin: 0px !important;
    padding: 0px !important;
    padding-left: 20px !important;
}

.bs-canvas {
    top: 0;
    width:0;
    z-index: 1110;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #f26524 !important;
    color: #fff;
}

.content-body {
    padding-left:0px;
}

.dashbaord-ipad .col-md-5{
  padding-right: 0px;
}

.body-content-with-md-9-title .reminde-task {
    display: -webkit-inline-box;
    border-radius: 23px;
    padding: 1px 5px;
    margin: 0px;
    /*margin-top: 14px;*/
}

.body-content-with-md-9-title .reminde-task span {
    /* border: 1px solid #fff; */
    border-radius: 100%;
    font-weight: 300;
    color: #fff;
    font-size: 11px;
    padding: 0px 4px;
    line-height: 18px;
    margin-left: 2px !important;
}

.body-content-with-md-9-title .reminde-task h5 {
    display: inline;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    line-height: 19px;
}

.overlay-add-deals .text-white {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}

.deals-input .nav-tabs .nav-link {
    text-transform: unset;
    font-size: 12px;
    padding: 12px 7px;
}
.contact-footer {
    padding: 0px;
    display:block;
}
.contact-footer .btn {
    display: block;
}

  .center-details-nav .nav-tabs .nav-link {
    padding: 10px 10px;
    font-size: 10px;
}
  .SE-CLient {
    background-color: #f26524;
    padding: 10px 10px;
    color: #fff;
    border-radius: 10px;
}
.SE-CLient table {
    margin-right: 25px;
}
.SE-CLient table td {
    font-size: 11px;
    line-height: 13px;
    font-weight: 400;
    padding: 3px;
}

.account-cards {
    width: 100%;
}

.create-reminder .accounting-tabs .nav-tabs .nav-link {
       font-size: 14px;
    padding: 10px 4px;
    line-height: 18px;
    min-height: 40px;
}


.create-reminder .account-cards .nav-tabs .nav-link {
    font-size: 14px;
    padding: 10px 15px;
    line-height: 18px;
    min-height: 58px;
}

.create-reminder .form-control-sm {
    height: calc(1rem + .5rem + 2px);
    padding: .15rem .3rem;
    font-size: .675rem;
    line-height: 1.5;
}

.card-clint-detail p {
    font-size: 12px;
}

.cards-title .col-md-2 {
  padding: 0px 5px;
}

.card-clint-detail .col-md-4 {
  padding-right: 0px;
}

.page-counter span{
  margin-top: 7px;
}


.deals-user-details .form-control {
    height: 16px;
    padding: 2px 5px;
    font-size: 10px;
    margin-top: 3px;
}

.left-details .user-control ul li {
    margin: 0px 2px;
}
.left-details .user-icon i {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 50px;
}

.left-details .user-control ul li i {
    padding: 5px;
    font-size: 13px;
    min-width: 24px;
    min-height: 24px;
    line-height: 14px;
    margin-top: 10px;
}

.about-contact .form-control {
    font-size: 10px;
}

.about-contact label {
    font-size: 11px;
    padding-left: 2px;
}

.left-details .user-control ul li a {
    line-height: 26px;
    color: #6C6C6C;
}

.right-details .right-body {
    padding: 7px;
    margin: 10px 0px;
}

.center-body .output-task-details {
    padding: 7px;
    font-size: 10px;
    line-height: 10px;
    overflow: hidden;
}
.output-task-header h5 {
    display: inline;
    font-size: 10px;
    line-height: 12px;
    font-weight: 500;
}
.center-body select {
    font-size: 10px;
    line-height: 11px;
}

.output-task-body .col-md-4 {
padding-left: 5px;
padding-right: 5px;
}

.output-task-body .pl-4, .px-4 {
    padding-left: 1rem!important;
}

.output-task-details i {
    font-size: 14px;
}
.contact-details .activeInner-header i {
    font-size: 16px;
    float: left;
}

.contact-details .activeInner-header h6 {
    display: inline;
    position: absolute;
    padding-left: 10px;
}


.account-cards #partner-tab {
  padding-top: 20px;
}

.cards-title .img-circle{
  width: 45px;
    height: 45px;
    padding:3px;
}
.cards-short {
    padding: 15px 3px 10px 3px;
    background-color: #f26524;
    border-radius: 10px;
    cursor: pointer;
    min-height: 140px;
}
.cards-body-details .img-circle {
    width: 65px;
    height: 65px;
}
.cards-body-details h4 {
   padding-left: 20px;
    padding-top: 10px;
    font-size: 20px;
    line-height: 25px;
}
.associated-clients ul {
    list-style: none;
    margin-top: 15px;
    margin-left: 0px;
    padding: 0px;
}
.card-clint-detail span {
   
}

.cards-body-details {
    margin-left: -10px;
}
.associated-clients ul li {
    font-size: 11px;
    line-height: 18px;
    color: #fff;
}
.coctacts-table table.table td {
    font-size: 11px;
    line-height: 13px;
}
.card-clint-detail {
    padding: 30px 0px;
}

.nav-filter .filter-by-type ul a {
    font-size: 12px;
    line-height: 16px;
    padding: 10px 5px;
}

.card-short-title p {
    font-size: 11px;
    line-height: 14px;
}

.account-details .wd-10 {
    width: 14%;
}
.account-details .wd-20 {
    width: 23%;
}
.account-details .wd-35 {
    width: 38%;
}
.create-reminder-notes {
    width: 34%;
    border-radius: 7px;
    background-color: #fff;
    right: 20%;
  }
  .fee-reminder .pay-status h4 {
    font-size: 16px;  
  }

  .total-amt .table td {
    padding:1px;
    vertical-align: middle;
    font-size: 12px;
  }
  .total-amt .total-amont-span span {
    font-size: 16px;
    line-height: 18px;
    padding-right:4px;
  }
  .total-amt .total-amont-span b {
    font-size: 28px;
    line-height: 28px;
  }
  .account-details label {
    font-size: 12px;
}
.account-details .wd-2 {
    width: 3%;
}
.account-details i {
    font-size: 12px;
}

.overlay-note-mini-max .note-body .log-call {
    font-size: 10px;
}

.overlay-note-mini-max .overlay-note-content {
    width: 84%;
    margin-right: 15%;
}

.overlay-note-mini-max .overlay-note-content .btn.btn-sm {
    padding: 8px;
    font-size: .48rem;
}

.dashbaord-ipad .center-body {
    height: 40vh;
  }

 .list-for-md-3 ul li a {
    font-size: 11px;
    line-height: 14px;
  }

  .list-for-md-3 h5 {
    font-size: 15px;
}
.ledt-side-setting-menu .drop-menu {
    font-size: 13px;
    line-height: 22px;
    padding: 8px 7px;
    letter-spacing: 0.3px;
}
.ledt-side-setting-menu .click-show-menu .drop-menu i {
    padding: 0px 3px;
}
.settings-details .col-md-3 {
  padding-left: 5px;
  padding-right: 0px;
}

.settings-details .col-md-4 {
  padding-left: 5px;
  padding-right: 5px;
}

.settings-details .px-5 {
 padding: 0px 15px !important;
}

.settings-details .form-control-sm {
    height: calc(1rem + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .675rem;
    line-height: 1.2;
}

.settings-details p .form-control {
    height: calc(1rem + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .675rem;
    line-height: 1.2;
}

.settings-details .btn.btn-md {
    padding: .5rem 1rem;
    font-size: .7rem;
    border: 1px solid transparent !important;
}


.settings-details .btn {
    padding: .5rem 1rem;
    font-size: .7rem;
    border: 1px solid transparent !important;
}
.body-content-with-md-9-title h4 {
    font-size: 15px;
  }
  .body-content-with-md-9 label {
    color: #555;
    font-size: 12px;
    line-height: 14px;
}

.body-content-with-md-9 p {
      color: #555;
    font-size: 12px;
    line-height: 14px;
}

.table-header-md-9 table tbody .Query-show:hover {
    white-space: normal;
    width: 350px !important;
    display: block;
}


.settings-details table th {
    font-size: 12px;
    line-height: 14px;
        text-transform: capitalize;
}
.settings-details table td {
    font-size: 12px;
    line-height: 14px;
}
.body-content-with-md-9-title {
    margin: 3px 0px;
}

.show-settings-icons {
  padding: 0px 10px;
}
.settings-pro .accordion .card-body .col-md-1{
  padding: 0px 5px;
}

.task-filter .col-md-3 {
  padding-left: 5px;
  padding-right: 0px;
}

.tasks-page-detail .form-group {
    margin-bottom: 5px;
}
.task-title .form-group select {
    font-size: 12px;
    line-height: 13px;
}
.task-filter .tasks-nav ul li a {
    font-size: 13px;
    line-height: 19px;
    color: #4a4a4a;
}

.Filter-Ticket .col-md-3 {
  padding-left: 5px;
  padding-right: 0px;
}

.ticket-view-chatdetail {
    padding: 0px;
}
.ticket-left-nav .ticket-title {
    padding: 4px;
    cursor: pointer;
}
.ticket-app-chat {
    padding: 10px 10px;
    font-size: 15px;
  }

  .ticket-app-chat .col-md-9{
    padding: 0px;
  }

  .ticket-app-chat p {
    margin-top: 4px;
    margin-bottom: 0px;
    font-size: 11px;
    line-height: 12px;
}
.ticket-app-chat img {
    width: 35px;
    height: 35px;
    border: 1px solid #f26524;
  }
  .ticket-number h5 {
    font-size: 13px;
    line-height: 14px;
  }
  .ticket-number {
    padding: 10px;
  }

  .ticket-activity {
    margin-top: 6px;
  }
  
  .ticket-left-nav{
    margin-top: 32px !important;
  }

   .ticket-count-details h4{
    font-size: 20px;
  }
  .Recent-Activity-details .col-md-9 {
    padding-left: 0px;
  }
  .Recent-Activity-details .col-md-3 {
    padding-right: 0px;
  }
  .Recent-Activity-details p {
    font-size: 11px;
    line-height: 14px;
  }
.ticket-To-Dos-details p {
    font-size: 11px;
    line-height: 14px;
}
.ticket-To-Dos-details .col-md-3 {
    padding-right: 0px;
}
.ticket-To-Dos-details .col-md-9 {
      padding-left: 0px;
}
.ticket-view {
  font-size: 10px;
}
.ticket-view p {
  margin-bottom: 5px;
}
.ticket-view .col-md-12 p{
  padding: 10px 0px; 
}
.ticket-count h5 {
    font-size: 13px;
    display: block;
    text-align: center;
}
.ticket-count span {
    float: none;
    border: none;
    color: #F26524;
    font-size: 21px;
    line-height: 21px;
}


}

/*---------------------------------Media Query-for-mobile--------------------------------------*/
/*---------------------------------------------------------------------------------------------*/


@media only screen and (max-width: 500px) and (min-width: 300px)  {


.row{
 display: block !important;
 /* display: -webkit-box !important;*/
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-wrap: wrap;
}

.show-settings-icons .row{
 display: -webkit-box !important;
 /* display: -webkit-box !important;*/
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-wrap: wrap;
}

.accounting-row {
  display: inline-block;
}

.cards-title .row {
   display: -webkit-box !important;
}

.Recent-Activity-details .row{
  display: -webkit-box !important;
}

.ticket-To-Dos-details .row{
  display: -webkit-box !important;
}

.remider-body .account-tabs-details .row {
   display: block  !important;
}
.create-reminder .account-tabs {
  /*display: inline-flex;*/
}

.ticket-view .row {
 display: -webkit-box !important;
}

.ticket-app-chat .row {
 display: -webkit-box !important;
}

/*.row-property .row {
 display: inline-block !important;
}*/

.row-property .home-title {
      width: 100%;
}

.row-property .Create-btn a {
    z-index: 1;
}

/*.remider-body .row {
 display: inline-block !important;
}*/

.account-details .row {
    display: block !important; 
}

.remider-body {
  margin-top: 10px !important;
   padding-bottom:120px;
}


.inner-body {
  margin-top: 50px;
}

.bs-canvas {
    top: 0;
    width:0;
    z-index: 1110;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #f26524 !important;
    color: #fff;
}

.dekstop-view{
  display:none;
}
.mobile-view{
  display:block;
}
.search-contacts .form-control {
    display: none;
}

.content-body {
    padding-left:0px;
    margin-top: 15px;
}

.login-section{   
    background-color: #fafafb;
    background: url(../../assets/img/login-mob-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5px 0px;
    min-height: 100vh;
    background-position: center center;
}

.navbar .nav-item .nav-link {
    padding-right: 1px;
    padding-left: 1px;
}
.user ul li {
    padding: 0px 3px;
}
.user {
    padding: 0px;
}
.user ul li a i {
    font-size: 12px;
}
.user .rounded-circle {
  padding: 2px;
}

.top-left-bar {
  position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1;
    padding:16px 16px;
}

.top-left-bar  .openNav {
  margin: 0px !important;
    padding: 0px !important;
}
.top-left-bar span{
  display: none;
}

.nav-img-icon ul li {
    margin: 14px 0px;
}

.nav-img-icon ul li a img {
    background-color: #fef5f1;
    border-radius: 5px;
    padding: 4px;
    height:35px;
    width:35px;
}

.bs-canvas-header .img-icon {
    width: 46px !important;
    height: 46px !important;
}

.bs-canvas-header b{
    font-size: 19px !important;
    line-height: 18px !important;
    text-transform: uppercase !important;
    margin-top: 5px !important;
    margin-left: 5px !important;
}
.bs-canvas a span {
    display: none;
    margin-left: 10px;
}

.bs-canvas a {
    font-size: 18px;
    line-height: 30px;
}
.navbar {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    margin-bottom: 10px;
    padding:.3rem;
    position: sticky;
    top: 0;
    background-color:#f26524;
    z-index: 2;
     /*border-top: 2px solid #f26524;*/
}

.heading-title {
    border-bottom: 1px solid transparent;
}

.border-none {
  border-bottom: 1px solid transparent !important;
}
.mobile-view .nav-link i{
  color: #fff;
  font-size: 14px;
    padding: 0px 10px;
}

.brand-se{
text-align: center;
}

.brand-se img{
    width: 46px;
    background: #fff;
    padding: 3px;
    border-radius: 100%;
    position: absolute;
}

.home-table-search {
 display: contents !important;
    float: right;
}
.user-mob-view {
  position: absolute;
    top: 59px;
    background-color: #fff;
    width:98%;
    padding: 5px 0px;
}

.user-mob-view {
  display: none;
}
.user-mob-view-left {
  float: left;
}

.user-mob-view-right {
  float:right;
}

.user-mob-view-left .dropdown-menu-right {
left: 0;
}



.filter-title-mob {
  display: none;
}

.filter-in-mob-view {
  display:block;
}
.filter-in-mob-view input[type=text] {
  width: 16px;
  box-sizing: border-box;
  border:none;
  border-radius: 2px;
  font-size: 16px;
  background-color: white;
  background-image: url('../../assets/img/searchicon.png');
  background-position:right; 
  background-repeat: no-repeat;
  padding: 6px 10px 6px 20px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  outline: none;
}

.filter-in-mob-view input[type=text]:focus {
  width: 85%;
  background-color: #f7f7f7;
    border-radius: 10px;
}

.filter-in-mob-view {
  margin:10px 0px;
}
.filter-in-mob-view i{
  color: #f26524;
  font-size: 18px;
  padding:0px 10px;
}

.add-filter {
    padding-bottom: 0px;
}

.mob-preferences {
  max-height: 340px;
    overflow: scroll;
    margin-bottom: 15px;
    display: none;
}

/*.user-mob-view .nav-item {
    display:inline !important;
}
.user-mob-view .nav-link {
    display:inline !important;
}*/
/*-------------------------------------------------------------------------*/
/*.search-contacts {
  position: absolute;
    right: 10px;
}

.search-contacts .form-control {
    background: #e8e8e8;
    border-radius: 10px 0px 0px 10px !important;
    opacity: 1;
    height: calc(1.3em + .75rem + 2px);
    margin-right: 35px;
    display: none;
}
*/
/*-------------------------------------------------------------------------*/


.overlay-note-mini-max .overlay-note-content {
    width: 100%;
    margin-right: 0%;
}

.overlay-note-mini-max {
  /*  width: 50% !important;
    z-index: 3;*/

    width: 100% !important;
    z-index: 3;
    padding: 100px 10px;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2;
    bottom: 0;
    right: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.5);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-note-mini-max .fa-minus {
  display: none;
}

.log-call-footer {
  display: block;
}

.overlay-add-deals {
    width: 80%;
}


.overlay-note-mini-max .note-title h4 {
    font-size: 15px;
    letter-spacing: 0;
}

/*.add-comment {
  display: flex;
}*/

.nav-tabs .nav-link {
    padding: 10px 5px;
  }

 .center-details-nav  .nav-tabs .nav-link {
    padding: 10px 7px;
  }

.center-details-nav .nav-tabs .nav-link:focus, .nav-tabs .nav-link {
    padding:none;
}
  .contact-footer {
    padding:5px;
        display: inline;
  }

  .contact-footer .btn {
    padding: 8px 12px;
    display: block;
  }

.help-message {
    width: 45%;
    z-index: 1;
    }

    .se-help {
      z-index: 2;
    }

    .center-details {
          margin-top: 30px;
    }

    .task-title .form-group {
    margin-bottom: 0px;
    }

    .filter-body {
    height: auto;
  }
.body-content-with-md-9 {
    height: auto;
    padding-bottom: 20px;
}
  .body-content-with-md-9-title .reminde-task {
    display: -webkit-inline-box;
    border-radius: 23px;
   padding: 3px 5px;
    margin: 0px;
    /*margin-top: 14px;*/
}
.dashbaord-ipad .center-body {
    height: 40vh;
    margin-bottom: 20px;
}

.Dashboard-sticky{
    padding: 6px;
    border-radius: 6px 6px 0px 0px;

}
.Dashboard-sticky .float-right {
padding-top: 0px !important;
}

.Dashboard-sticky .h3-none {
  display: none !important;
}

div.sticky {
  display: none;
}
.left-details {
  margin-top: 30px;
}
 .body-content-with-md-9 .px-5{
    padding: 0px 5px !important;
  }

.Recent-Activity-details .col-md-10 {
  padding-left: 20px;
  }

  .ticket-number {
    width: 33%;
    padding: 10px 2px;
  }

  .ticket-number h5 {
    font-size: 13px;
  }
  .ticket-Recent-Activity{
    margin-bottom: 20px;
  }
  .ticket-count-details {
    margin-top: 20px;
  }

  .ticket-app-chat p {
    font-size: 12px;
    line-height: 12px;

  }
  .ticket-count-view {
    width: 100%;
    margin: 0px;
    text-align: center;
    float: left;
    margin-bottom: 0px;
}
.ticket-view {
    margin: 10px 0px;
  }
  .ticket-count-activity .ticket-count {
    width: 46%;
    margin: 10px 4px;
    padding: 7px 3px;
  }
  .ticket-count-activity{
    margin-bottom: 30px;
    padding-left: 15px;
  }

  .search-contacts {
    width: 50%;
    display: none;
}
.right-click a{
 /* float: right;*/
 position: absolute;
    top: 0;
    right: 0;
}
  
  .home-title {
    /*width: 100%;*/
    margin-top: 10px;
  }
  .home-title h1 {
    font-size:26px;
    line-height: 30px;

  }
.login-inner {
  margin-top: 20%;
  background-color: #efefefa3;
}
.login-section .index-logo img{
  width: 30%;
    position: absolute;
    top: 10px;
    z-index: 9;
    left: 36%;
}

.about-contact-body{
  display: none;
}
.filter-title{
  padding: 10px 20px;
}
.filter-title h5{
  display: inline;
}

.filter-body-mob{
  display: none;
}
.filter-title .mob-nav-open {
  display: inline-block;
  background-color: transparent;
    border: none;
    font-size: 24px;
    line-height: 24px;
    color:#fff;
    outline: none;
    float: right;
}

  .table-header-md-9 table tbody .Query-show:hover {
    display: block;
    width: 260px;
  }

  .coctacts-table table tbody .Query-show:hover {
    white-space: normal;
    width: 260px;
    display: block;
  }

  .country-filter a {
    padding: 2px;
    font-size: 12px;
    text-align: center;
  }
  .Create-Client {
    background-color: #FFFFFF;
    width: 330px;
    padding: 0px 10px;
  }

  .SE-CLient {
    /*padding: 5px 10px;*/
    border-radius: 10px;
    margin-top: 50px;
}
.SE-CLient table {
    margin-right: 20px;
}
.SE-CLient table td {
    font-size: 12px;
    line-height: 14px;
}
.create-reminder-notes {
    width: 70%;
    border-radius: 10px;
    background-color: #fff;
    position: absolute;
    right: 17%;
    bottom: 0;
    overflow: auto;
  }
  .create-reminder .account-tabs .nav-item {
    width: 100%;
  }

  .create-reminder .account-tabs .nav-tabs .nav-link {
    min-height: auto;
}


.account-tabs #service-tab, .account-tabs #total-tab, .account-tabs #reminders-tab {
    padding-top:5px;
}
.account-details span {
    float: none;
    padding: 0px 5px;
}

.account-details .wd-20 {
    width: 60%;
    margin-top: 5px;
}
.account-details .wd-10 {
    width: 25%;
}

.account-details input {
    width: 60%;
}
.account-details .wd-35 {
    width: 60%;
}

.account-details .wd-2 {
    width: 5%;
}

.fee-reminder .pay-status h4 {
    font-size: 16px;
    line-height: 18px;
}
.total-amt .total-amont-span b {
    font-size: 32px;
    line-height: 34px;
}
.total-amt .total-amont-span span {
    font-size: 25px;
    line-height: 34px;
    padding-right: 18px;
}

.create-reminder .accounting-tabs .nav-tabs .nav-link {
    font-size: 11px;
    padding: 15px 0px;
    line-height: 11px;
}

.account-cards {
    width: 100%;
}

.img-circle {
    width: 45px;
    height: 45px;
    padding: 3px;
}

.cards-short {
    padding: 10px 10px 5px 5px;
    background-color: #f26524;
    border-radius: 15px;
    cursor: pointer;
    min-height: 135px;
        margin: 5px 0px;
}
.card-short-title p {
    font-size: 10px;
    color: #fff;
    line-height: 14px;
    margin-bottom: 0px;
}

.card-clint-detail span {
    float: none;
}

.cards-body-details h4 {
    color: #fff;
    padding-top: 10px;
    text-align: center;
}
.card-clint-detail p {
    font-size: 14px;
}

.notification .assign i {
    margin-right: 5px;
  }

  .notification .assign p {
    float: none;
    font-size: 13px;
    line-height: 15px;
  }

  .body-content-with-md-9-title .reminde-task h5 {
    font-size: 13px;
    line-height: 20px;
  }
}
