/*@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');*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;1,200;1,300;1,400;1,500&display=swap');

body {
  /*font-family:'Monda', sans-serif !important;*/
  /*src:url(../../assets/webfonts/Monda-Regular.ttf); */
  font-family: 'Poppins', sans-serif !Important;
  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:hover {
  color: #fff;
  background-color: #24253e !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;
}


.btn-outline-deep-orange:hover,
.btn-outline-deep-orange:focus,
.btn-outline-deep-orange:active,
.btn-outline-deep-orange:active:focus,
.btn-outline-deep-orange.active {
  color: #ffffff !important;
  background-color: #24253e !important;
  border-color: #24253e !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-login-page-update-30-11-21---------------------*/
/*--------------------------------------------------------------------------------*/


.ConfirmPassword {
  background-image: url(../../assets/img/password-bg.webp) !Important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
}

.account-subtitle {
  font-size: 13px !Important;
}

.forget-bg {
  background-image: url(../../assets/img/forget-bg.webp) !Important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
}

.forget-bg {
  font-size: 13px !Important;
}

.seLogin-wrapper {
  background-image: url(../../assets/img/employer.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
}

.seLogin-wrapper .main-wrapper {
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  background-color: #f7f8f9d4;

}

.seLogin-wrapper .login-body {
  display: table;
  height: 100vh;
  min-height: 100vh;
}


.seLogin-wrapper .login-wrapper {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  padding-top: 1.875rem;
}

.seLogin-wrapper .logo-dark {
  max-width: 180px;
  margin: auto;
  display: block;
}

.seLogin-wrapper .login-wrapper .loginbox {
  background-color: #ffffffe3;
  border-radius: 10px;
  box-shadow: 0px 0px 13px 0px rgb(82 63 105 / 31%);
  display: flex;
  margin: 1.875rem auto;
  max-width: 450px;
  width: 100%;
}

.seLogin-wrapper .login-wrapper .loginbox .login-right {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 2rem;
  width: 450px;
}

.seLogin-wrapper .login-wrapper .loginbox .login-right .login-right-wrap {
  max-width: 100%;
  flex: 0 0 100%;
}

.seLogin-wrapper .login-wrapper .loginbox .login-right h1 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 5px;
  text-align: center;
}

.seLogin-wrapper .account-subtitle {
  color: #4c4c4c;
  font-size: 17px;
  margin-bottom: 1.875rem;
  text-align: center;
}

.seLogin-wrapper .btn-primary {
  background-color: #F26524 !Important;
  border: 1px solid #F26524;
}

.seLogin-wrapper .remember-index span,
a {
  font-size: 14px;
}


.login-wrapper .loginbox .login-right .dont-have {
  color: #24253E;
  margin-top: 1.875rem;
}

.login-wrapper .loginbox .login-right .dont-have b {
  color: red;
  font-size: 14px;
  font-weight: 500;
}

/*
.seLogin-wrapper .login-body input,
input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 3;
    color:red;
}*/

.seLogin-wrapper .text-field {
  position: relative;
  margin: 10px 2.5px 20px 2.5px;
}

.seLogin-wrapper .form-control:focus {
  color: #495057;
  background-color: #fff;
  outline: 0;
  box-shadow: none;
}

.seLogin-wrapper .loginbox input {
  display: inline-block;
  border: thin solid #fafafa;
  border-bottom: solid 1px #999;
  color: #24253E;
  background-color: #fafafa;
  padding: 10px 10px 10px 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.seLogin-wrapper .loginbox input:focus {
  border: thin solid #f26524;
  border-bottom: solid 2px #f26524;
  background-color: #fff;
}

.loginbox label {
  color: #999;
  position: absolute;
  pointer-events: none;
  left: 10px;
  top: 10px;
  transition: 0.2s;
}

.loginbox input:focus~label,
.loginbox input:valid~label {
  top: -10px;
  left: 15px;
  font-size: small;
  color: #24253E;
  background-color: #fff;
  padding: 0 5px 0 5px;
}


.login-index-btn {
  background-color: #F26524;
  color: #fff;
  font-size: 16px !important;
  transition: all .35s;
}

.login-index-btn:hover {
  background-color: #24253E;
  color: #fff;
}

.login-index-btn:hover {
  background-image: linear-gradient(90deg, #24253E 0%, #F6CC20 49%, #F26524 80%, #24253E 100%);
  animation: slidebg 5s linear infinite;
}

@keyframes slidebg {
  to {
    background-position: 20vw;
  }
}




/*------------------------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;*/
  margin-bottom: 1rem;
}

.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;
}


/*------------------NEW-ONE---sidePanel---Update-30-11-21-------------*/
/*----------------------------------------------------------------------*/


.dekstop-view i {
  color: #f26524;
}

.top-left-bar .openNav {
  background-color: transparent;
  border: none;
  font-size: 24px;
  line-height: 24px;
  color: #6c757d;
  outline: none;
}

.top-left-bar span i {
  color: #717171;
  padding-left: 10px;
}

.top-left-bar span a {
  color: #717171;
  font-size: 18px;
  text-transform: uppercase;
}

.mobile-view .openNav {
  background-color: transparent;
  border: none;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  outline: none;
}

.user-mob-view-right a i {
  color: #f26524 !Important;
}

.bs-canvas .brand-se-web a {
  text-decoration: none;
  padding: 0px;
}

.bs-canvas .brand-se-web b {
  line-height: 16px;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 7px;
  margin-left: 12px;
}

.bs-canvas .brand-se-web .img-icon {
  height: 45px;
  padding: 3px;
  margin-left: -2px;
}

.brand-se {
  text-decoration: none;
  padding: 0px;
}

.nav-img-icon ul li a img {
  /*background-color: #24253E;*/
  background-color: transparent !Important;
}


.bs-canvas {
  background-color: #24253e !important;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

.bs-canvas-content a {
  color: #fff;
  display: flex;
  text-transform: capitalize;
  font-size: 15px;
  line-height: 33px;
  padding: 0px 10px;
}

.bs-canvas-content a:hover {
  color: #F26524;
  background-color: #fff;
}

.bs-canvas-content a.active {
  color: #F26524;
  background-color: #fff !important;
}


.home-title h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #4a4a4a;
}




/*------------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: #24253e;
}

.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: #24253e;
  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;
}
*/

.se-orange {
  background-color: #f26524;
  color: #24253e !important;

}

.se-yellow {
  background-color: #F6CC20;
  color: #24253e !important;
}

.deal-td {
  padding-top: 7px !important;
}

.deal-td b {
  font-size: 11px;
  font-weight: 500;
}

/*.deal-count-bg{
        display: flex;
        justify-content: center;
        align-items: center;
     }*/

.deal-td i {
  font-size: 13px;
  padding-right: 7px;
}

.coctacts-table table tbody .Query-show:hover {
  white-space: normal;
  width: 350px;
  display: block;
}


.filter-in-mob-view {
  display: none;
}


::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  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;
}


.custom-scroll-right {
  overflow: hidden !important;
}

.custom-scroll-right-bottum {
  overflow: hidden !important;
  border-bottom: 3px solid #f26524;
}


.custom-scroll-right:hover {
  overflow-y: scroll !important;
}

.custom-scroll-right-bottum:hover {
  overflow: scroll !important;
  border-bottom: none;
}

.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;
}



/*--------------contact-page-update-with-header-----30-11-21------------*/
/*-----------------------------------------------------------------------*/


.filter-body-mob .custom-scroll-right {
  padding: 0px 10px;
}

.filter-body .sticky h6 {
  display: inline;
  font-size: 13px;
}

.filter-body .sticky .btn-deep-orange {
  display: inline;
  padding: .5rem .6rem;
}

.coctacts-table table.table td {
  color: #24253e;
}

.table-page-details .page-counter label {
  font-size: 14px;
}

.table-page-details .page-counter label select {
  border-radius: 5px;
  border: 1px solid #EEEEEE;
  font-size: 14px;
  color: #4a4a4a;
}

.Create-btn a {
  background-color: #f26524;
  border-radius: 4px;
  box-shadow: -7.829px 11.607px 20px 0px rgb(144 143 160 / 9%);
}

.Create-btn a:hover {
  background-color: #24253e;
  color: #fff !Important;
}

.form-control:focus {
  color: #495057;
  border-color: #e2e2e2;
  outline: 0;
  box-shadow: none;
}



.search-contacts .form-control {
  border-radius: 4px 0px 0px 4px !important;
  background-color: #fff;
  box-shadow: -7.829px 11.607px 20px 0px rgb(144 143 160 / 9%);
}

.search-contacts i {
  border-radius: 0px 4px 4px 0px;
  box-shadow: -7.829px 11.607px 20px 0px rgb(144 143 160 / 9%);
}

.search-contacts:focus {}

.search-contacts ::placeholder {
  color: #777;
  font-weight: 300;
  font-size: 14px;
}


.coctacts-table table {
  border-radius: 5px 5px 0px 0px;
}


.custom-scroll-right-bottum {
  box-shadow: 4px 2px 7px #bbb9b9;
}

.add-filter {
  box-shadow: 4px 2px 7px #bbb9b9;
}


/*-------------------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;
}
*/

/*-------------Application--List----------------------*/

.application-list-table table thead th {
  /*position: sticky;
    top: 0;
    z-index: 1;
    background-color: #f26524;
    color: #fff;*/
}

.application-list-table {}

.application-list-table a {
  color: blue !important;
}

.application-list-table .btn.btn-sm {
  margin: 0px;
  padding: .3rem 1rem;
  font-size: .64rem;
}




/*-----------------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: 4px;
  background-color: #f26524;
  text-transform: capitalize;
}

.contact-footer .btn:hover {
  background-color: #24253e;
}

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 {
  border-radius: 5px 5px 0px 0px;
  background-color: #24253e;
  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: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 50px;
  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 {
  background-color: #24253e;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  padding: 20px 27px;
  border: 0px 2px 2px 2px solid pink;
  border-right: 1px solid #f26524 !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #f26524;
  border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: 3px solid #24253e;
}

.center-details-nav {
  background-color: #24253e;
  border-radius: 5px 5px 0px;
}

.center-details-nav .nav-tabs .nav-link {
  /*border: none; */
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  /*border-bottom: 3px solid transparent;*/
}

.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: 4px;
  text-transform: inherit;
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 16px;
}

.create-note .btn:hover {
  background-color: #24253e;
}

.create-note .btn-outer {
  border: 1px solid #f26524;
  color: #f26524;
  padding: 6px 18px;
  border-radius: 4px;
  text-transform: inherit;
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 16px;
}

.create-note .btn-outer:hover {
  border: 1px solid #24253e;
  background-color: #24253e;
  color: #fff;
}

.right-details {
  box-shadow: -4px 3px 7px #bbb9b9;
  overflow: hidden;
  padding-right: 10px;
  border-radius: 5px;
  background-color: #F5F5F5;
  max-height: 87vh;
}

.right-details:hover {
  overflow-y: scroll;
  padding-right: 0px;
}

.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;
}


.application-send-show .alert-dismissible {
  padding-right: 0rem;
}

.application-send-show .alert-dismissible p {
  margin-bottom: 5px;
  font-size: 12px;
}

.application-send-show .alert {
  padding: .75rem;
}

.application-send-show {
  max-height: 30vh;
  overflow-y: scroll;
}

.notification-send-show .alert-dismissible {
  padding-right: 0rem;
}

.notification-send-show .alert-dismissible p {
  margin-bottom: 5px;
  font-size: 12px;
}

.notification-send-show .alert {
  padding: .75rem;
}

.notification-send-show {
  max-height: 30vh;
  overflow-y: scroll;
}

.notification-send textarea {
  resize: none;
  font-size: 13px;
  line-height: 17px;
}

.deals-text-show {
  display: none;
}

.attach-file-text-show {
  display: none;
}

.attach-file-text-show {
  max-height: 30vh;
  overflow-y: scroll;
}

.notification-send-show {
  display: none;
}

.application-send-show {
  display: none;
}

.message-send-show {
  display: none;
}

.contact-text-show {
  display: none;
}

.modal-header .modal-title {
  font-size: 1rem;
  color: #f26524;
}

.modal-body label {
  font-size: 14px;
  color: #000;
}

.message-send textarea {
  resize: none;
  font-size: 13px;
  line-height: 17px;
}

.message-send input {
  font-size: 13px;
  line-height: 17px;
}

.message-send-show {
  max-height: 30vh;
  overflow-y: scroll;
}

.message-send-show strong {
  cursor: pointer;
}

.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: #24253e;
  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;
}



/*--------------center-left-section-update---30-11-21-------------------*/
/*----------------------------------------------------------------------*/


.left-details {
  box-shadow: 4px 2px 7px #bbb9b9;
  overflow: hidden;
  padding-right: 10px;
  border-radius: 5px;
}

.left-details:hover {
  overflow-y: scroll;
  padding-right: 0px;
}

.center-details {
  box-shadow: 4px 2px 7px #bbb9b9;
}

.center-body {
  overflow: hidden;
  padding-right: 10px;
  border-radius: 5px;
}

.center-body:hover {
  overflow-y: scroll;
  padding-right: 0px;
}


.modify-create-contact .first-input,
.first-input-email {
  position: relative;
}

.modify-create-contact .first-input .first-btn-plus,
.first-input-email .first-btn-plus-email {
  color: #f26524;
  border-radius: 100%;
  border: 1px solid #f26524;
  position: absolute;
  right: 0px;
  top: 41px;
  font-size: 12px;
  outline: none;
  line-height: 12px;
  padding: 0px 3px;
}

.modify-create-contact .Second-input,
.Second-input-email {
  position: relative;
}

.modify-create-contact .Second-input .second-btn-plus,
.Second-input-email .second-btn-plus-email {
  color: #f26524;
  border-radius: 100%;
  border: 1px solid #f26524;
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 12px;
  outline: none;
  line-height: 12px;
  padding: 0px 3px;
}

.modify-create-contact .Second-input .second-btn-minus,
.second-btn-minus-email {
  color: #f26524;
  border-radius: 100%;
  border: 1px solid #f26524;
  position: absolute;
  right: 0px;
  top: 10px;
  font-size: 12px;
  outline: none;
  line-height: 12px;
  padding: 0px 3px;
}

.modify-create-contact .third-input,
.third-input-email {
  position: relative;
}

.modify-create-contact .third-input .third-btn-minus,
.third-btn-minus-email {
  color: #f26524;
  border-radius: 100%;
  border: 1px solid #f26524;
  position: absolute;
  right: 0px;
  top: 10px;
  font-size: 12px;
  outline: none;
  line-height: 12px;
  padding: 0px 3px;
}

.help-chat-message textarea {
  font-size: 12px;
}




/*----------------------------message-chat-history----------------------*/


.received_msg {
  display: inline-block;
  padding: 0 0 0 10px;
  vertical-align: top;
  width: 92%;
}


.received_withd_msg p {
  background: #fff none repeat scroll 0 0;
  border-radius: 3px;
  color: #25263e;
  font-size: 14px;
  margin: 0;
  padding: 5px 10px 5px 12px;
  width: 100%;
}

.time_date {
  color: #747474;
  display: block;
  font-size: 12px;
  margin: 8px 0 0;
}

.received_withd_msg {
  width: 82%;
}

.mesgs {
  /*float: left; */
  padding: 30px 15px 0px 10px;
  /* width: 60%; */
  border: 1px solid #b0b5b9;
  border-radius: 10px;
  background-color: #ebebeb;
}

.sent_msg p {
  background: #fff none repeat scroll 0 0;
  border-radius: 3px;
  font-size: 14px;
  margin: 0;
  color: #25263e;
  padding: 5px 10px 5px 12px;
  width: 100%;
}

.outgoing_msg {
  /*overflow:hidden;*/
  margin: 26px 0 26px;
}

.sent_msg {
  float: right;
  width: 82%;

}

.input_msg_write input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #4c4c4c;
  font-size: 15px;
  min-height: 48px;
  width: 80%;
}

.type_msg {
  border-top: 1px solid #c4c4c4;
  position: relative;
}

.msg_send_btn {
  background: #f26524 none repeat scroll 0 0;
  border: medium none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  /* height: 33px; */
  position: absolute;
  right: 0;
  top: 11px;
  /* width: 33px; */
  padding: 3px 12px;
}

.messaging {
  padding: 0 0 50px 0;
}

/*.msg_history {
  height: 270px;
  overflow-y: auto;
}*/


.msg_history {
  height: 270px;
  overflow: auto;
  display: flex;
  flex-direction: column-reverse;
}


.comment-custom .msg_history {
  height: 56vh;
}


.comment-custom .outgoing_msg {
  margin: 15px 0px 15px;
}

/*-------------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: #24253e;
  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: #24253e;
  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: #24253e;
  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: #F6CC20;
  padding: 5px 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: #24253e;
  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: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #f5f5f5;
  z-index: 1;
}

div.sticky1 {
  position: -webkit-sticky;
  position: sticky;
  top: 30%;
  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: #24253e !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: #24253e;
  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: #24253e;
  /*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: #24253e;
  color: #fff;
  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: #24253e;
  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: #24253e;
  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: #fff;
  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;
}

/*-------------------------modify-contact-filter-----------------*/

.modify-contact-filter {}

.modify-contact-filter .btn {
  padding: 0px;
  display: contents;
  text-decoration: none;
}

.modify-contact-filter .btn i {
  color: #f26524;
  /*font-size: 16px;*/
}

.modify-contact-filter .btn {
  color: #212529 !important;
  font-weight: bold;
  text-transform: capitalize;
}

.modify-contact-filter .card-body {
  max-height: 50vh;
  padding: .25rem;
  overflow-y: scroll;
  overflow-x: hidden;
}

.modify-contact-filter .card-body label {
  color: #333;
}

.modify-contact-filter .card-header {
  padding: .5rem .25rem;
}

.modify-contact-filter .card-header .more-dot {
  font-size: 15px;
}

.modify-contact-filter .card-body strong {
  font-size: 14px;
}


.modify-create-contact h6 {
  color: #333;
  margin-top: 2rem;
}

.modify-create-contact strong {
  color: #f26524;
  font-size: 15px;

}

.modify-create-contact b {
  color: red;
}

.modify-filter-title h6 {
  font-size: 14px;
  color: #333;
  font-weight: 500;
  margin-top: 2rem;
}

.modify-filter-title strong {
  color: #f26524;
  font-size: 15px;
}

/*--------------------------------invoice-details--------------------*/

.invoice-title input {
  max-width: 130px;
}

.invoice-details {
  margin-bottom: 4rem;
}

.invoice-details label {
  font-size: 13px;
  font-weight: bold;
}


.invoice-details .card-title {
  font-size: 1.2rem;
}

/*-------------------------Application-details------------------*/

.my-application-nav .custom-tab .nav-link {
  background-color: #24253e;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  padding: 20px 27px;
  border: 0px 2px 2px 2px solid pink;
  border-right: 1px solid #f26524 !important;
}

.my-application-nav .custom-tab .nav-link.active {
  color: #fff;
  background-color: #f26524;
  border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: 3px solid #24253e;
}


.comment-custom .sent_msg {
  float: right;
  width: 96%;
}

.comment-custom .sent_msg p {
  background: #fff none repeat scroll 0 0;
  border-radius: 3px;
  font-size: 13px;
  line-height: 20px;
  margin: 0;
  color: #5d5d5f;
  padding: 10px 15px;
  width: 100%;
}


/*---------------------------------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;
  }


  .seLogin-wrapper .login-wrapper .loginbox .login-right {
    width: auto;
  }

  .brand-se img {
    background: transparent;
    border-radius: inherit;
  }

  .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;
  }

  .modify-create-contact .contact-footer {
    position: inherit;
  }

  .received_withd_msg {
    width: 85%;
  }
  .sent_msg {
    width: 85%;
  }
}