/*
*Search Vtiger styles
*/
.sch-autoSearhRow DIV {
  color: var(--color1);
}
header.scrollSearch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: var(--oldtablbg);
  margin-top: 0px !important; }

header.scrollSearch input.sch-searchField {
  background-color: #fff; }

  .online-transform header.scrollSearch {
    width: auto; }

    header.scrollSearch {
      left: 10px; }

.sch-Form {
  position: relative; }

.sch-resContainer {
  position: absolute;
  background-color: var(--oldtablbg);
  z-index: 1000;
  width: 100%;
  padding: 35px 0px 10px 0px;
  display: none;
  
  left: 0;
  right: 0; }

.showSearchResult {
  display: block; }

.sch-tabl {
  background-color: var(--oldtablbg);
  border: 0;
  margin: 0 auto;
  font-size: 14px;
  line-height: 12px;
  position: relative;
  top: 15px; }

.sch-lead, .sch-login, .sch-email, .sch-dep {
  width: 68px; }

.sch-name, .sch-country, .sch-time, .sch-comment, .sch-regstatus {
  width: 115px; }

.sch-phones, .sch-pass {
  width: 57px; }

.sch-status, .sch-assigned {
  width: 148px; }

.sch-lp {
  width: 182px; }

.sch-home {
  width: 50px; }

.sch-lead a {
  text-decoration: underline; }

.sch-lead a:hover {
  text-decoration: none; }

.sch-tabl td {
  padding-right: 45px; }

.sch-tabl a, .fa {
  color: var(--shbord); }

.sch-tabl a:hover {
  text-decoration: none; }

.sch-pass .fa-lock {
  font-size: 16px; }

.sch-search-form {
  position: relative;
  top: -1px; }

input.sch-searchField {
  position: relative;
  padding-left: 20px;
  padding-right: 65px;
  width: 100%;
  height: 40px;
  font-size: 16px;
  color: #320D57;
  line-height: 18px;
  border: 0;
  border-radius: 20px;
  background: #FAEFF4; }

input.sch-searchField:hover {
  background: var(--searchfield);
  color: var(--hovstext);
}

.sch-search-form {
  width: 800px; }

.sch-search-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "Ubuntu", sans-serif;
  color: #320D57;
  font-weight: 300;
  font-size: 16px; }

.sch-search-form input::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Ubuntu", sans-serif;
  color: #320D57;
  font-weight: 300;
  font-size: 16px; }

.sch-search-form input:-ms-input-placeholder {
  /* IE 10+ */
  font-family: "Ubuntu", sans-serif;
  color: #320D57;
  font-weight: 300;
  font-size: 16px; }

.sch-search-form input:-moz-placeholder {
  /* Firefox 18- */
  font-family: "Ubuntu", sans-serif;
  color: #320D57;
  font-weight: 300;
  font-size: 16px; }

.sch-serachBtn {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 22px;
  height: 22px;
  background-color: #D03E7E;
  border: 0;
  outline: 0;
  cursor: pointer;
  /*     background: url(../img/search.png) no-repeat center center; */
  mask: url(../img/search.svg);
  -webkit-mask: url(../img/search.png);
  background: #D03E7E; }

.sch-search-form .fa-search {
  color: #000000;
  font-size: 17px; }

.sch-nothingFound {
  display: none;
  background-color: var(--nf);
  padding: 3px 10px 3px 10px;
  border-radius: 5px;
  font-size: 14px;
  position: absolute;
  top: 10px;
  color: #FFF;
  right: 67px; }

.sch-clear {
  display: none;
  position: absolute;
  top: 11px;
  right: 67px;
  cursor: pointer; }

.sch-tabl th {
  font-size: 14px;
  color: var(--light_color1); }

.sch-home img {
  width: 12px; }

.sch-resContainer .td--phone {
  width: 125px; }

@media (max-width: 1366px) {
  .sch-search-form {
    width: 655px !important; } }

/*
*Autosearch style
*/
.sch-autoSearhContainer, .sch-recentContainer {
  display: none;
  position: absolute;
  z-index: 9999;
  width: 800px;
  max-height: 254px;
  overflow-y: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: var(--bg_base);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid var(--contbord);
  box-shadow: 0px 5px 8.1px 1.9px rgba(191, 190, 190, 0.4); }

.sch-autoSearhRow {
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-direction: row;
  /* Safari 6.1+ */
  display: flex;
  flex-direction: row;
  margin-top: 3px;
  padding: 5px 10px 5px 20px;
  font-size: 11px;
  line-height: 11px;
  font-family: "Ubuntu", sans-serif;
  color: var(--dark_color);
  align-items: center; }

.sch-autoSearhRow:first-child {
  margin-top: 0px; }

.sch-autoSearhRow:hover {
  background-color: #ebc9de;
  cursor: pointer; }

.sch-autoSearhName {
  width: 25%; }

.sch-autoSearhEmail {
  width: 30%; }

.sch-autoSearhLogin {
  width: 10%; }

.sch-autoSearhCountry {
  width: 25%; }

.sch-autoSearhAssignedTxt, .sch-autoSearhLeadStatus {
  width: 20%; }

.nameAsAutoSearch {
  color: var(-darkpink);
  cursor: pointer; }

.sch-autoSearhRow div {
  padding-left: 2px;
  padding-right: 15px;
  overflow: hidden; }

.sch-autoSearhRow div:first-child {
  padding-left: 0px; }

.sch-autoSearhRow div:last-child {
  padding-right: 0px; }

/*Recent History Styles*/
.sch-recent-row, .sch-recent-notfound {
  display: flex;
  margin-top: 3px;
  padding: 5px 10px 5px 20px;
  font-size: 11px;
  line-height: 11px;
  font-family: "Ubuntu", sans-serif;
  color: var(--dark_color);
  align-items: flex-start; }

.sch-recent-notfound {
  padding: 0;
  margin: 0; }

.sch-recent-row:first-child {
  margin-top: 0; }

.sch-recentContainer .sch-autoSearhRow, .sch-recent-notfound {
  align-items: flex-start;
  padding-left: 5px; }

.sch-recent-content__item {
  display: flex;
  justify-content: flex-start;
  align-items: center; }

.sch-recent-icon i {
  display: inline-block;
  background-repeat: no-repeat; }

.sch-recent-content .sch-autoSearhRow {
  padding-left: 0; }

.sch-recent-content .sch-autoSearhRow:hover {
  background-color: var(--oldtablbg); }

.recent-search-icon {
  margin-top: 5px;
  width: 15px;
  height: 15px;
  mask: url(../img/recent_search_icons/recent-search-icon.svg);
  -webkit-mask: url(../img/recent_search_icons/recent-search-icon.svg);
  padding-right: 0;
  margin-right: 15px;
  background: var(--dark_color); }

.recent-called-icon {
  width: 15px;
  height: 15px;
  mask: url(../img/recent_search_icons/recent-called-icon.svg);
  -webkit-mask: url(../img/recent_search_icons/recent-called-icon.svg);
  padding-right: 0;
  margin-right: 15px;
  background: var(--dark_color); }

.recent-viewed-icon {
  width: 18px;
  height: 18px;
  mask: url(../img/recent_search_icons/recent-viewed-icon.svg);
  -webkit-mask: url(../img/recent_search_icons/recent-viewed-icon.svg);
  padding-right: 0;
  margin-right: 15px;
  background: var(--dark_color); }

.sch-recent-icon {
  width: 30px;
  padding-right: 0; }
