@charset "UTF-8";
input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.marginleft{
  margin-left: 10px;
}

audio {
  height: 30px !important;
}

.dropdown-menu-style {
  font-size: 12px;
  background-color: #EEEEEE;
}
.dropdown-menu-style li a {
  padding: 1px 10px;
}

p {
  font-size: 13px;
}

.child-table {
  border-width: 0px !important;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #F2F7FB;
}

.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 0px rgba(72, 190, 226, 0.363) !important;
}

.count-data {
  min-width: 40px !important;
  width: 40px !important;
  max-width: 40px;
  text-align: center;
}

a {
  text-decoration: none;
  color: gray;
}
a:hover {
  color: black;
}

.clickable_td2 {
  text-align: center;
}

.clickable_td {
  color: #006aa9 !important;
}

.clickable_td:hover {
  text-decoration: underline;
  cursor: pointer;
}

.clickable_td.disabled {
  color: #666 !important;
}

.clickable_td.disabled {
  text-decoration: none;
  cursor: auto;
}

.bg-red-td {
  background-color: #FEE6E6 !important;
}

.clickable_td_red {
  color: red !important;
}

.clickable_td_red:hover {
  text-decoration: underline;
  cursor: pointer;
}

.clickable_td_red.disabled {
  color: #666 !important;
}

.clickable_td_red.disabled {
  text-decoration: none;
  cursor: auto;
}

.green-dot {
  cursor: help;
  background-color: #72C532;
  border: #047420 1px solid;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.form-check {
  min-height: auto;
}

.form-check-input:checked {
  background-color: RGBA(0, 106, 169, 0.5);
  border-color: RGBA(0, 106, 169, 0.5);
}

.custom-drop .dropdown {
  position: relative;
  display: inline-block;
  background-color: #f0f0f0;
}
.custom-drop .dropdown-btn {
  border: none;
  cursor: pointer;
}
.custom-drop .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f0f0f0;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding-top: 0px;
  /* Added padding to keep space for the nested dropdown */
}
.custom-drop .dropdown-content a {
  display: block;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 20px;
  text-decoration: none;
  color: #333;
}
.custom-drop .dropdown-content a:hover {
  background-color: #bfbfbf;
}
.custom-drop .nested-dropdown {
  position: relative;
  display: inline-block;
}
.custom-drop .nested-dropdown-btn {
  background-color: #f0f0f0;
  border: none;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 20px;
  padding-top: 0px;
  white-space: nowrap;
}
.custom-drop .nested-dropdown-btn::after {
  content: "›";
  margin-left: 5px;
  font-size: 20px;
}
.custom-drop .nested-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f0f0f0;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  left: 100%;
  top: 0;
  z-index: 1;
  font-size: 12px;
  font-weight: 500;
}
.custom-drop .nested-dropdown:hover .nested-dropdown-content {
  display: block;
}
.custom-drop .nested-dropdown-content a {
  display: block;
  padding: 5px 20px;
  text-decoration: none;
  color: #333;
  white-space: nowrap;
}
.custom-drop .nested-dropdown-content a:hover {
  background-color: #bfbfbf;
}

.theme-table {
  border: RGBA(0, 106, 169, 0.5) 1px solid;
  background-color: #eeeeee;
}
.theme-table td {
  border-right: 1px solid RGBA(0, 106, 169, 0.5);
}
.theme-table thead tr th {
  font-size: 12px;
  font-weight: 600;
  color: black;
  border-right: RGBA(0, 106, 169, 0.5) 1px solid;
  white-space: nowrap;
}
.theme-table tbody tr {
  background-color: white;
}
.theme-table tbody tr:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 0, 0.135);
}
.theme-table tbody tr td {
  font-size: 12px;
}
.theme-table tbody tr .td-icons {
  display: flex;
  justify-content: space-between;
}

.light-blue-button {
  background-color: #d7e8f9;
  color: #006aa9;
  border-radius: 5px !important;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 25px;
  min-height: 25px;
  padding: 5px 10px;
}

.yellow-button {
  background-color: orange;
  font-size: 12px;
  font-weight: 500;
  color: white;
  outline: none;
  border: 0px;
  padding: 1px 15px;
}

.theme-button {
  background-color: #006aa9;
  font-size: 12px;
  font-weight: 500;
  color: white;
  outline: none;
  border: 0px;
  padding: 1px 15px;
}

.next-lead-button {
  background: linear-gradient(to bottom, #82bbe5, #3f7ab6);
  color: white;
}
.next-lead-button:hover {
  background: linear-gradient(to bottom, #3f7ab6, #82bbe5);
}

.nav-dropdown-menu {
  left: 50%;
  transform: translateX(-50%);
}

.nav-dropdown-menu2 {
  width: auto !important;
  left: 100%;
  transform: translateX(-90%);
}
.nav-dropdown-menu2 .drop-lists {
  max-height: 400px;
  overflow: auto;
  display: flex;
  padding: 10px;
  padding-top: 0px;
}
.nav-dropdown-menu2 .drop-lists .drop-list {
  padding-top: 0px;
  padding: 20px;
}
.nav-dropdown-menu2 .drop-lists .drop-list h5 {
  white-space: nowrap;
}
.nav-dropdown-menu2 .drop-lists .drop-list a {
  white-space: nowrap;
  font-size: 15px;
  color: rgb(81, 81, 81);
}
.nav-dropdown-menu2 .drop-lists .drop-list a:hover {
  color: #006aa9;
}
.nav-dropdown-menu2 .drop-lists .drop-list .have-ul ul {
  display: none;
  list-style: none;
}
.nav-dropdown-menu2 .drop-lists .drop-list .have-ul ul li {
  border-left: 0px;
}
.nav-dropdown-menu2 .drop-footer a {
  white-space: nowrap;
  font-size: 13px;
  color: #006aa9;
}
.nav-dropdown-menu2 .drop-footer a:hover {
  text-decoration: underline;
}

.navbar-one {
  background-color: #e6f2fa !important;
}
.navbar-one .navbar-brand {
  max-width: 170px;
}
.navbar-one .navbar-brand img {
  width: 100%;
}
.navbar-one .navbar-nav .nav-item {
  margin: 0px 5px;
}
.navbar-one .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  color: black;
  font-size: 17px;
  padding: 10px 0px;
}
.navbar-one .navbar-nav .nav-item .active {
  color: #006aa9 !important;
  border-bottom: 3px solid RGBA(0, 106, 169, 0.5);
}
.navbar-one .dropdown-contenttt {
  display: none;
  top: 45px;
  position: absolute;
  background-color: white;
  min-width: 180px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  text-align: left;
  padding: 10px;
  max-height: 200px;
  overflow: auto;
}
.navbar-one .dropdown-contenttt a {
  display: block;
  padding: 2px 2px;
  text-decoration: none;
  color: black;
  font-size: 12px;
  color: #006aa9;
  font-weight: 500;
  white-space: nowrap;
}
.navbar-one .dropdown-contenttt a:hover {
  background-color: #f1f1f1;
}
.navbar-one .dropdownnn:focus-within .dropdown-contenttt {
  display: block;
}
.navbar-one .extra-ul {
  list-style: none;
  margin: 0px;
  display: flex;
}
.navbar-one .extra-ul li {
  border-left: 1px solid gray;
  padding: 0px 10px;
  cursor: pointer;
}
.navbar-one .extra-ul li .dropdown-center .nav-cir-img {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  overflow: hidden;
}
.navbar-one .extra-ul li .dropdown-center .nav-cir-img img {
  width: 23px;
  height: 23px;
}

.navbar-search {
  background-color: white;
  box-sizing: border-box;
  border-radius: 30px;
  display: flex;
  align-items: center;
  padding: 3px;
  border: 1px solid rgb(166, 166, 166);
}
.navbar-search i {
  color: rgb(166, 166, 166);
}
.navbar-search input {
  padding: 0px;
  border: 0px;
  outline: none;
  margin-left: 10px;
  font-size: 13px;
}
.navbar-search input:focus {
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}
.navbar-search input::-moz-placeholder {
  font-style: italic;
  color: rgb(166, 166, 166);
  font-style: italic;
  color: rgb(166, 166, 166);
}
.navbar-search input::placeholder {
  font-style: italic;
  color: rgb(166, 166, 166);
}

.nav-pills-one {
  padding: 20px;
}
.nav-pills-one .nav-link {
  color: gray;
  border: 1px solid gray;
  padding: 3px 14px;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 500;
}
.nav-pills-one .active {
  color: #006aa9 !important;
  border: 1px solid RGBA(0, 106, 169, 0.5);
  background-color: transparent !important;
}

.tab-content-one {
  padding: 20px;
  padding-top: 0px;
}

.blue-bg {
  background-color: #5794C6;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 2px 10px;
  color: white;
  font-weight: 500;
  font-size: 13px;
  display: flex;
  justify-content: end;
  box-sizing: border-box;
}

hr {
  z-index: 1;
}

.tab-one-data-1 {
  font-size: 13px !important;
  box-sizing: border-box;
  background-color: #eeeeee;
}
.tab-one-data-1 ul {
  padding: 0px;
  list-style: none;
  display: flex;
  border: 1px solid RGBA(0, 106, 169, 0.5);
}
.tab-one-data-1 ul li {
  border-right: 1px solid RGBA(0, 106, 169, 0.5);
  padding: 2px;
  padding-bottom: 1px;
}
.tab-one-data-1 ul li .filter-button {
  background-color: #aaaaaa;
  outline: none;
  border: none;
  color: white;
  font-weight: 500;
  transition: 0.3s;
  width: 60px;
}
.tab-one-data-1 ul li .filter-button .fa-solid.fa-play.down {
  transition: 0.3s;
  transform: rotate(90deg);
}
.tab-one-data-1 ul li .tog-table {
  position: relative !important;
  top: 0;
  left: 0;
}
.tab-one-data-1 ul li .tog-table a {
  color: #3aa9e9;
  cursor: pointer;
}
.tab-one-data-1 ul li .tog-table a:hover {
  text-decoration: underline;
  color: #006aa9;
}
.tab-one-data-1 ul li .tog-table thead {
  display: flex !important;
  flex-direction: row !important;
}
.tab-one-data-1 ul li .tog-table thead th {
  width: 180px;
  max-width: 180px;
  min-width: 180px;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  border-right: 1px solid RGBA(0, 106, 169, 0.5);
}
.tab-one-data-1 ul li .table-show {
  display: block !important;
}
.tab-one-data-1 ul li .table-absolute {
  position: absolute !important;
  left: 0;
  top: 0;
  height: 0px;
  display: none;
  transition: 0.5s;
  z-index: 3;
}
.tab-one-data-1 ul li .table-absolute a {
  color: #3aa9e9;
  cursor: pointer;
}
.tab-one-data-1 ul li .table-absolute a:hover {
  text-decoration: underline;
  color: #006aa9;
}
.tab-one-data-1 ul li .table-absolute thead {
  display: flex !important;
  flex-direction: row !important;
  background-color: #eeeeee;
}
.tab-one-data-1 ul li .table-absolute thead th {
  width: 180px;
  max-width: 180px;
  min-width: 180px;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  border-right: 1px solid RGBA(0, 106, 169, 0.5);
}
.tab-one-data-1 ul li .table-absolute tbody {
  display: flex !important;
  flex-direction: row !important;
  background-color: #f6f6f6;
}
.tab-one-data-1 ul li .table-absolute tbody tr {
  border-bottom: 1px solid RGBA(0, 106, 169, 0.5);
  height: 150px;
  overflow: auto;
}
.tab-one-data-1 ul li .table-absolute tbody td {
  width: 180px;
  max-width: 180px;
  min-width: 180px;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  border-right: 1px solid RGBA(0, 106, 169, 0.5);
  height: 149px;
  vertical-align: top !important;
}
.tab-one-data-1 ul li .table-absolute tbody .hover-th {
  color: #006aa9;
}
.tab-one-data-1 ul li .table-absolute tbody .hover-th:hover {
  cursor: pointer;
  background-color: #eeeeee;
}

.pagination .left-pagination {
  font-size: 12px !important;
  font-weight: 500;
}
.pagination .right-pagination {
  font-size: 12px !important;
  font-weight: 500;
}
.pagination .right-pagination button {
  outline: none;
  border: none;
  background-color: #5794C6;
  color: #e6f2fa;
  font-weight: bold;
  border-radius: 3px;
}
.pagination input {
  width: 30px;
}

.no-match {
  margin: 8px 0px;
  display: flex;
  justify-content: center;
  padding: 3px;
  font-size: 12px;
  border: RGBA(0, 106, 169, 0.5) 1px solid;
  background-color: white;
  font-weight: 500;
  cursor: pointer;
}
.no-match:hover {
  background-color: rgba(255, 255, 0, 0.3);
}

footer {
  display: flex;
  justify-content: end;
}
footer ul {
  display: flex;
  list-style: none;
}
footer ul li {
  padding: 2px 5px;
  font-size: 13px;
  border-left: 1px solid gray;
}
footer ul li a {
  color: #006aa9;
}

.main-footer {
  position: fixed;
  bottom: 0;
  right: 0px;
  width: 100%;
  display: flex;
  align-items: center;
  background: linear-gradient(to bottom, #b0c0d0, #8ba2ba);
}
.main-footer .Dial-IQ {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-footer .main-footer-buttons {
  display: flex;
  padding: 5px;
  border-left: none;
  box-shadow: -5px 0 3px -5px rgb(0, 0, 0);
}
.main-footer .main-footer-buttons .buttons {
  box-sizing: border-box;
  margin: 3px 5px;
  width: 130px;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  min-height: 35px;
  font-weight: 500;
  border: RGBA(0, 106, 169, 0.5) 1px solid;
  font-size: 13px;
}
.main-footer .main-footer-buttons .buttons i {
  margin-right: 5px;
  font-size: 20px;
  font-weight: 900;
}
.main-footer .main-footer-buttons .buttons-change {
  margin: 3px 5px;
  width: auto !important;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  min-height: 35px;
  font-weight: 500;
  border: RGBA(0, 106, 169, 0.5) 1px solid;
  font-size: 13px;
}
.main-footer .main-footer-buttons .buttons-change span {
  display: none;
}
.main-footer .main-footer-buttons .buttons-change i {
  margin-right: 0px;
  font-size: 20px;
  font-weight: 900;
}
.main-footer .main-footer-buttons .dropup {
  height: 100%;
}
.main-footer .main-footer-buttons .dropup .dropdown-item {
  text-align: center;
  font-size: 13px;
  font-weight: 500;
}
.main-footer .main-footer-buttons .dropup .dropdown-item.active, .main-footer .main-footer-buttons .dropup .dropdown-item:active {
  background-color: #82bbe5;
}
.main-footer .main-footer-buttons .dropup .dot-button {
  height: 100%;
  width: auto;
  color: white;
  border-radius: 5px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  outline: none;
  border: none;
  border: RGBA(0, 106, 169, 0.5) 1px solid;
  background: linear-gradient(to bottom, #82bbe5, #3f7ab6);
}
.main-footer .main-footer-buttons .dropup .dot-button:hover {
  background: linear-gradient(to bottom, #3f7ab6, #82bbe5);
}
.main-footer .main-footer-buttons .call-log-button {
  background-color: #d7e8f9;
  color: #006aa9;
  border-radius: 5px !important;
}
.main-footer .calls-detail {
  width: 500px;
  background-color: white;
  max-height: 120px;
  overflow: auto;
  display: none;
  padding: 10px;
  font-size: 13px !important;
  font-weight: 500;
}
.main-footer .calls-detail hr {
  margin: 7px 0px;
}
.main-footer .calls-detail .cal-de .iconn {
  width: 20px;
  height: 20px;
}
.main-footer .calls-detail .cal-de .greenn {
  color: green;
  font-size: 18px;
}
.main-footer .calls-detail .cal-de .redd {
  color: red;
  font-size: 13px;
}
.main-footer .calls-detail .cal-de .call-name {
  color: #006aa9;
  min-width: 110px;
}
.main-footer .calls-detail .cal-de .call-des {
  width: 150px;
}
.main-footer .calls-detail .cal-de .iconn2 {
  cursor: pointer;
}
.main-footer .calls-detail2 {
  background-color: white;
  overflow: auto;
  padding: 10px;
  font-size: 13px !important;
  font-weight: 500;
}
.main-footer .calls-detail2 hr {
  margin: 7px 0px;
}
.main-footer .calls-detail2 .cal-de .iconn {
  min-width: 85px;
  width: 85px;
  text-align: end;
}
.main-footer .calls-detail2 .cal-de .greenn {
  color: green;
  font-size: 18px;
}
.main-footer .calls-detail2 .cal-de .redd {
  color: red;
  font-size: 13px;
}
.main-footer .calls-detail2 .cal-de .call-name {
  min-width: 80px;
}
.main-footer .calls-detail2 .cal-de .call-des {
  min-width: 150px;
  width: 150px;
}
.main-footer .calls-detail2 .cal-de .iconn2 {
  cursor: pointer;
}
.main-footer .calls-detail3 {
  background-color: white;
  overflow: auto;
  padding: 10px;
  font-size: 13px !important;
  font-weight: 500;
}
.main-footer .calls-detail3 hr {
  margin: 0px 0px;
}
.main-footer .calls-detail3 .cal-de {
  cursor: pointer;
}
.main-footer .calls-detail3 .cal-de:hover {
  background-color: rgba(161, 161, 161, 0.342);
}
.main-footer .calls-detail3 .cal-de .iconn {
  width: 20px;
  height: 20px;
}
.main-footer .calls-detail3 .cal-de .greenn {
  color: green;
  font-size: 13px;
}
.main-footer .calls-detail3 .cal-de .redd {
  color: red;
  font-size: 13px;
}
.main-footer .calls-detail3 .cal-de .call-name {
  color: #006aa9;
  min-width: 110px;
}
.main-footer .calls-detail3 .cal-de .call-des {
  width: 150px;
}
.main-footer .calls-detail3 .cal-de .iconn2 {
  cursor: pointer;
}
.main-footer .single-call-detail {
  display: none;
  width: 500px;
  background-color: white;
  max-height: 120px;
  overflow: auto;
  display: none;
  padding: 10px;
  font-size: 13px !important;
  font-weight: 500;
}
.main-footer .single-call-detail .single-caller-name {
  background-color: #dfeefc;
  color: #006aa9;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-footer .single-call-detail .single-caller-name .backicon {
  width: 15px;
  cursor: pointer;
  transform: rotate(180deg);
}
.main-footer .single-call-detail hr {
  margin: 7px 0px;
}
.main-footer .single-call-detail .cal-de .iconn {
  width: 20px;
  height: 20px;
}
.main-footer .single-call-detail .cal-de .greenn {
  color: green;
  font-size: 18px;
}
.main-footer .single-call-detail .cal-de .redd {
  color: red;
  font-size: 13px;
}
.main-footer .single-call-detail .cal-de .call-name {
  color: #006aa9;
  min-width: 90px;
}
.main-footer .single-call-detail .cal-de .call-des {
  width: 100px;
}
.main-footer .single-call-detail .cal-de .single-name {
  width: 120px;
  cursor: pointer;
}

.fiexd-chat {
  display: none;
  min-height: 30px;
  width: 300px;
  background-color: #f6f7f9;
  position: fixed;
  bottom: 70px;
  left: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.fiexd-chat .fixed-chat-head-icon {
  color: #006aa9;
  font-size: 13px;
}
.fiexd-chat .fixed-chat-body {
  font-size: 13px !important;
  height: 300px;
  overflow: scroll;
}
.fiexd-chat .fixed-chat-body .fixed-left-message {
  margin: 5px;
  display: flex;
  justify-content: left;
}
.fiexd-chat .fixed-chat-body .fixed-left-message .left-msg {
  background-color: #82bbe5;
}
.fiexd-chat .fixed-chat-body .fixed-right-message {
  margin: 5px;
  display: flex;
  justify-content: end;
}
.fiexd-chat .fixed-chat-body .fixed-right-message .right-msg {
  background-color: #c7c7c7;
}
.fiexd-chat .fixed-chat-body .fix-msg {
  min-width: 5px;
  max-width: 70%;
  padding: 10px;
  border-radius: 5px;
}
.fiexd-chat .fixed-chat-teatarea textarea {
  resize: none;
  height: 35px;
  max-height: 120px;
  width: 100%;
  outline: none;
  border: 1px rgb(194, 194, 194) solid;
  font-size: 13px;
  padding: 5px 5px;
}
.fiexd-chat .fixed-chat-teatarea #fixed-send-msg {
  font-size: 18px;
  cursor: pointer;
}

.fixed-multiple-chats {
  display: none;
  min-height: 30px;
  width: 300px;
  background-color: #f6f7f9;
  position: fixed;
  bottom: 70px;
  left: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.fixed-multiple-chats .fixed-chat-head-icon {
  color: #006aa9;
  font-size: 13px;
}
.fixed-multiple-chats .fixed-chat-body {
  font-size: 13px !important;
  height: 300px;
  overflow: scroll;
}
.fixed-multiple-chats .fixed-chat-body .show-con {
  background-color: white;
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid rgb(207, 207, 207);
}
.fixed-multiple-chats .fixed-chat-body .show-con:hover {
  background-color: #f6f7f9;
}
.fixed-multiple-chats .fixed-chat-body .show-con .show-con-msg {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.fixed-search-chats {
  display: none;
  min-height: 30px;
  width: 300px;
  background-color: #f6f7f9;
  position: fixed;
  bottom: 70px;
  left: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.fixed-search-chats input {
  font-size: 13px;
  width: 100%;
}
.fixed-search-chats .fixed-chat-head-icon {
  color: #006aa9;
  font-size: 13px;
}
.fixed-search-chats .fixed-chat-body {
  font-size: 13px !important;
  height: 300px;
  overflow: scroll;
}
.fixed-search-chats .fixed-chat-body .show-con {
  background-color: white;
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid rgb(207, 207, 207);
}
.fixed-search-chats .fixed-chat-body .show-con:hover {
  background-color: #f6f7f9;
}
.fixed-search-chats .fixed-chat-body .show-con .show-con-msg {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.chat-button {
  position: fixed;
  background-color: white;
  bottom: 70px;
  left: 20px;
  padding: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid gray;
  border-radius: 2px;
  width: 300px;
  color: #006aa9;
  cursor: pointer;
}
.chat-button h6 {
  margin-bottom: 0px;
}

.countt {
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: green;
  color: white;
  font-size: 13px;
}

/* ========== LEad Manager ======= */
.lead_manager {
  font-size: 13px !important;
}
.lead_manager p {
  font-size: 13px !important;
}

.normal-button {
  border: 1px solid gray;
  font-size: 12px !important;
  border-radius: 3px;
  max-height: 25px;
}

.normal-buttons-group {
  list-style: none;
  display: flex;
  margin: 0px;
  padding: 0px;
}
.normal-buttons-group .normal-button {
  padding: 0px 10px !important;
  border: 1px solid black !important;
}
.normal-buttons-group .nav-link {
  border: 1px solid black;
}
.normal-buttons-group .nav-item.active button {
  background: white !important;
  border: 1px solid black;
  font-size: 14px;
  font-weight: 600;
}

.normal-buttons-group2 {
  list-style: none;
  display: flex;
  justify-content: space-around;
  margin: 0px;
  padding: 0px;
}
.normal-buttons-group2 .normal-button {
  padding: 0px 10px !important;
}
.normal-buttons-group2 .nav-link {
  border: 0px solid black;
  background-color: white;
  padding: 10px;
}
.normal-buttons-group2 .nav-item.active button {
  background: gainsboro !important;
  border-radius: 20px;
  border: 0px solid black;
  font-size: 14px;
  font-weight: 600;
}

.tabs-list-div {
  border: 1px solid gray;
  height: 170px;
  overflow: auto;
}
.tabs-list-div ul {
  padding-left: 0px;
  list-style-type: none;
}
.tabs-list-div ul li {
  padding-left: 5px;
}
.tabs-list-div ul li:hover {
  background-color: #006aa9;
  color: white;
}
.tabs-list-div ul li:focus {
  background-color: rgb(195, 195, 195);
  color: white;
}

.filter-group {
  display: flex;
  align-items: center;
  gap: 10px;
}
.filter-group .filter-div {
  width: 250px;
}
.filter-group .filter-div2 {
  width: 400px !important;
}
.filter-group .filter-div2 input {
  margin: 0 10px;
}

.summary-data-divs {
  margin: 20px 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
.summary-data-divs .summary-data-div {
  width: 250px;
  min-width: 250px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}
.summary-data-divs .summary-data-div .summary-data-head {
  min-height: 50px;
  background-color: #F6F7F9;
  font-weight: 500;
  display: flex;
  justify-content: center;
  padding: 5px;
}
.summary-data-divs .summary-data-div .summary-data-body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  height: 300px;
}

.withhover_td:hover {
  background-color: white !important;
}

/* ==================lead_manager end ========= */
.set-back-img.focused {
  border: 5px solid green;
}

.play-video-dash {
  background-color: #073059;
  padding: 0px 10px;
  border-radius: 15px;
  cursor: pointer;
}

.attractive-buttons-group {
  list-style: none;
  display: flex;
  margin: 0px;
  padding: 0px;
}
.attractive-buttons-group .normal-button {
  padding: 0px 10px !important;
}
.attractive-buttons-group .nav-link {
  color: #006aa9;
  border: 1px solid gray;
}
.attractive-buttons-group .nav-item.active button {
  background: #54BEF6 !important;
  color: white;
  font-size: 14px;
  font-weight: 600;
}

.indexng-divs {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.indexng-divs .indexng-div {
  width: 250px;
  height: 60px;
  display: flex;
  border-radius: 5px;
  overflow: hidden;
  background-color: #FBFAFB;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.indexng-divs .indexng-div .in-line {
  width: 7px;
  height: 100%;
}
.indexng-divs .indexng-div .in-green {
  background-color: #00B4A8;
}
.indexng-divs .indexng-div .in-yellow {
  background-color: #FED459;
}
.indexng-divs .indexng-div .in-red {
  background-color: #FE515F;
}

.flw-btn {
  color: white;
  background: linear-gradient(to bottom, #93d04c, #1cc050);
  color: rgb(231, 222, 222);
  transition: 0.3s;
  padding: 4px 5px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  gap: 5px;
  align-items: center;
}
.flw-btn i {
  font-size: 18px;
  background-color: white;
  border-radius: 50%;
  color: #64c036;
}
.flw-btn:hover {
  background: linear-gradient(to bottom, #1cc050, #93d04c);
  color: white;
}

.cursor-pointer {
  cursor: pointer;
}

#connect-select {
  display: none;
}

.flows-div {
  margin-top: 20px;
  font-size: 13px;
}
.flows-div .flows-head {
  padding: 4px;
  background-color: #333333;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flows-div .flows-head h4 {
  color: white;
}
.flows-div .flows-body {
  background-color: #DDDDDD;
  min-height: 450px !important;
}
.flows-div .flows-body table {
  border: 4px solid #CCCCCC;
}
.flows-div .flows-body table thead tr {
  border-bottom: 1px solid #CCCCCC;
}
.flows-div .flows-body table thead tr th {
  color: #555555;
  padding: 3px;
  font-weight: 500;
}
.flows-div .flows-body table tbody {
  background-color: #F7F7F7;
}
.flows-div .flows-body table tbody tr {
  border-bottom: 1px solid #CCCCCC;
}
.flows-div .flows-body table tbody tr td {
  padding: 4px;
  font-size: 12px;
}

@media screen and (max-width: 992px) {
  .navbar-one .navbar-nav .nav-item {
    margin: 0px auto !important;
  }
  .navbar-one .navbar-search {
    max-width: 300px;
  }
  .navbar-one .extra-ul {
    list-style: none;
    margin: 10px;
    display: flex;
    justify-content: center;
  }
  .navbar-one .extra-ul li {
    border-left: 1px solid gray;
    padding: 0px 10px;
    cursor: pointer;
  }
  .navbar-one .extra-ul li .dropdown-center .nav-cir-img {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    overflow: hidden;
  }
  .navbar-one .extra-ul li .dropdown-center .nav-cir-img img {
    width: 23px;
    height: 23px;
  }
  .summary-data-divs {
    justify-content: space-around;
  }
}
.modal-content {
  border: RGBA(0, 106, 169, 0.5) 7px solid;
  border-radius: 0px;
}
.modal-content .btn-close1 {
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #006aa9 !important;
  color: white !important;
  outline: none;
  border: none;
  width: 30px;
  height: 30px;
  border-bottom-left-radius: 10px;
}

.modal-header {
  border-bottom: none !important;
  padding: 10px 20px;
  color: #006aa9;
  font-weight: 800;
}

.modal-body {
  padding: 10px 20px !important;
}

.modal-search-side {
  background-color: #eeeeee;
  padding: 20px;
}

.modal-search-head {
  border-bottom: 1px solid rgb(198, 197, 197);
}

.modal-search-div {
  display: flex;
  background-color: white;
  border: 1px solid rgb(198, 197, 197);
  align-items: center;
  padding: 0px 5px;
  border-radius: 30px;
  max-width: 80%;
  margin-bottom: 10px;
}
.modal-search-div .fa-circle-xmark {
  color: #cbcaca;
  cursor: pointer;
}
.modal-search-div input {
  outline: none;
  border: none;
  width: 100%;
}

.search-side-ul {
  list-style: none;
  padding-top: 10px;
  padding: 0px;
  height: 150px !important;
  overflow: auto;
}
.search-side-ul li span {
  font-size: 12px;
  font-weight: bold;
  color: #666;
}
.search-side-ul li span:hover {
  cursor: pointer;
  text-decoration: underline;
}

.modal-select-side .modal-select-head {
  color: #006aa9;
  font-weight: bold;
  border-bottom: 1px solid rgb(198, 197, 197);
}
.modal-select-side .modal-select-head .cros-box {
  height: 13px;
  width: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3px;
  border: 1px solid gray;
}
.modal-select-side .modal-select-head p {
  cursor: pointer;
}
.modal-select-side .modal-select-head p:hover {
  text-decoration: underline;
}
.modal-select-side .modal-select-body {
  height: 200px;
  overflow: auto;
  border-bottom: 1px solid rgb(198, 197, 197);
}
.modal-select-side .modal-select-body .cros-select {
  display: flex;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
.modal-select-side .modal-select-body .cros-select .select-name {
  color: white;
  background: linear-gradient(to bottom, #8a8a8a, #5d5d5d);
  padding: 3px;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 700;
}
.modal-select-side .modal-select-body .cros-select .minus {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: linear-gradient(to bottom, #8a8a8a, #5d5d5d);
  color: white;
  font-weight: 800;
  display: none;
  position: absolute;
  right: 25px;
}
.modal-select-side .modal-select-body .cros-select:hover .select-name,
.modal-select-side .modal-select-body .cros-select:hover .minus {
  background: linear-gradient(to bottom, #777676, #4a4a4a);
  display: flex;
}

.modal-footerr {
  font-size: 12px;
  font-weight: 500;
}
.modal-footerr span {
  font-size: 15px;
  color: #006aa9;
}
.modal-footerr input {
  width: 100%;
}

.yellow-date {
  background-color: #ffa500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
  color: white;
  font-weight: 600;
  font-size: 12px;
}
.yellow-date:hover {
  background-color: #f09c00;
  cursor: pointer;
  text-decoration: underline;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #c7c7c7;
  border-radius: 50px !important;
}
::-webkit-scrollbar-thumb:hover {
  background: #9a9a9a;
}

/* Handle on hover */
/* ====custom simple table======= */
.custom-simple-table {
  width: 100%;
  border: #b0c0d0 1px solid;
  margin: 20px 5px;
}
.custom-simple-table tbody tr {
  border-bottom: #b0c0d0 1px solid;
}
.custom-simple-table tbody tr:hover {
  background-color: #f7f7f7;
}
.custom-simple-table tr td,
.custom-simple-table tr th {
  padding: 4px;
  white-space: nowrap;
  font-size: 11px;
  min-width: 100px;
}

.custom-simple-table2 tr td,
.custom-simple-table2 tr th {
  border-right: 1px solid #b0c0d0;
}

/* ===== search custom modal ======= */
.search-custom-modal {
  max-width: 900px;
  position: fixed;
  right: 10px;
  bottom: 50px;
  background-color: white;
  font-size: 13px !important;
  display: none;
}
.search-custom-modal .modal-body {
  height: 250px;
  overflow: auto;
  overflow-x: hidden;
}
.search-custom-modal .modal-content .modal-header {
  background-color: #006aa9;
  padding: 5px;
}
.search-custom-modal .modal-content .modal-header h6 {
  color: white;
}

.tabs-table .nav-link {
  font-size: 12px;
  color: black;
  padding: 7px 7px;
  font-weight: 500;
}
.tabs-table .nav-link.active {
  background-color: transparent;
  color: black;
  display: flex;
  align-items: center;
}

.card-body {
  border: none;
  padding: 0px 0px !important;
  border: 0px !important;
}

.cover-collapse {
  border-radius: 5px;
  overflow: hidden;
  border: #82bbe5 1px solid;
}
.cover-collapse .table-tab-head {
  background-color: #5794c6;
  color: white;
  padding: 5px 10px;
  cursor: pointer;
  font-weight: 500;
}
.cover-collapse .table-tab-head .plus-minus {
  background: linear-gradient(to bottom, #4493cc, #073059);
  width: 22px;
  height: 22px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: white;
}
.cover-collapse .table-tab-head .plus-minus2 {
  display: none;
}

.check-entry {
  display: none;
  margin-top: 20px;
  font-size: 13px;
}
.check-entry .check-entry-head {
  border: #006aa9 1px solid;
  background-color: #eeeeee;
}
.check-entry .check-entry-head .cross-box {
  cursor: pointer;
  color: red;
  border: 1px solid black;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.check-entry .check-entry-body {
  border: #006aa9 1px solid;
  border-top: none;
  height: 160px;
  overflow: auto;
}
.check-entry .check-entry-body table {
  width: 100%;
}
.check-entry .check-entry-body table tr {
  padding: 5px !important;
  max-height: 20px;
}
.check-entry .check-entry-body table tr:hover {
  background-color: rgba(255, 255, 0, 0.3);
}
.check-entry .check-entry-body table tr td {
  margin-left: 5px;
}

#secondAgentDiv{
    display:none;
}

/* // >>>>>> Footer Dial Setting <<<<<<<< */
.Dial-IQ {
  position: relative;
  height: 100%;
}

.call-dialer-div {
  display: block;
  background: linear-gradient(to bottom, #b0c0d0, #8ba2ba);
  height: 100px;
  width: 100%;
  z-index: 1000000000;
  position: absolute;
  top: -60px;
  left: 0;
  box-shadow: 5px 0 3px -5px rgb(0, 0, 0);
}
.call-dialer-div .normal-button {
  max-height: 30px;
  height: 30px;
  font-size: 500;
  min-width: 130px;
  white-space: nowrap;
  max-width: 15ch;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.call-dialer-div .dialer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
}
.call-dialer-div .dialer-head .dialer-head-left {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(to bottom, #ffffff, #ececec);
  border-radius: 4px;
  overflow: hidden;
}
.call-dialer-div .dialer-head .dialer-head-left ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin-bottom: 0px;
}
.call-dialer-div .dialer-head .dialer-head-left ul li a {
  font-size: 16px;
  padding: 10px 20px !important;
  border-left: 1px solid gray;
  color: #5794c6;
}
.call-dialer-div .dialer-head .dialer-head-left ul .dialer-green-call a {
  padding: 10px 20px !important;
  border-radius: 2px;
  height: 100%;
  background: linear-gradient(to bottom, #3aef03, #047420);
  color: white !important;
}
.call-dialer-div .dialer-head .dialer-right {
  min-width: 100px;
}
.call-dialer-div .dialer-head .dialer-right button {
  font-size: 20px;
}
.call-dialer-div .dialer-body .dropup-center .dropdown-menu {
  font-size: 13px;
}
.call-dialer-div .dialer-body input {
  width: 100%;
  border-radius: 5px;
  outline: none;
  border: 1px solid gray;
}

/* // ======= extra call detail ======= */
.extra-call-detail {
  padding: 20px;
  height: 500px;
  width: 1350px;
  max-width: 1500px;
  background: linear-gradient(to bottom, #b0c0d0, #8ba2ba);
  position: absolute;
  top: -500px;
  right: 100px;
  display: none;
  border-radius: 10px;
  overflow: hidden;
}
.extra-call-detail .nav-tabs {
  border-bottom: none;
}
.extra-call-detail .nav-tabs .nav-link {
  background-color: #d7e8f9;
  color: #006aa9;
  scale: 0.8;
  font-size: 14px;
  margin-left: 5px;
}
.extra-call-detail .nav-tabs .nav-link.active {
  font-weight: 400;
  scale: 1;
  background-color: white;
}
.extra-call-detail .tab-content .tab-pane {
  background-color: white;
  height: 90%;
  overflow: auto;
  border-radius: 5px;
  padding: 20px;
}
.extra-call-detail .detail-table {
  width: 100%;
}
.extra-call-detail .detail-table tr {
  border-bottom: 1px solid #c9c9c9;
}
.extra-call-detail .detail-table tr .gray-td {
  color: #c9c9c9;
}
.extra-call-detail .detail-table tr td {
  padding: 4px 20px;
  font-size: 13px;
  font-weight: 500;
}
.voicemail-detail {
      padding: 6px;
    height: 153px;
    width: 190px;
    max-width: 1500px;
    background: linear-gradient(to bottom, #b0c0d0, #8ba2ba);
    position: absolute;
    top: -175px;
    right: 382px;
    display: none;
    border-radius: 10px;
    overflow: hidden;
}
.voicemail-detail .nav-tabs {
  border-bottom: none;
}
.voicemail-detail .nav-tabs .nav-link {
  background-color: #d7e8f9;
  color: #006aa9;
  scale: 0.8;
  font-size: 14px;
  margin-left: 5px;
}
.voicemail-detail .nav-tabs .nav-link.active {
  font-weight: 400;
  scale: 1;
  background-color: white;
}
.voicemail-detail .tab-content .tab-pane {
  background-color: white;
  height: 90%;
  overflow: auto;
  border-radius: 5px;
  padding: 20px;
}
.voicemail-detail .detail-table {
  width: 100%;
}
.voicemail-detail .detail-table tr {
  border-bottom: 1px solid #c9c9c9;
}
.voicemail-detail .detail-table tr .gray-td {
  color: #c9c9c9;
}
.voicemail-detail .detail-table tr td {
  padding: 4px 20px;
  font-size: 13px;
  font-weight: 500;
}

.transfer-detail {
           padding: 6px;
    height: 198px;
    width: 202px;
    max-width: 1500px;
    background: linear-gradient(to bottom, #b0c0d0, #8ba2ba);
    position: absolute;
    top: -196px;
    right: 382px;
    display: none;
    border-radius: 10px;
    overflow: hidden;
    }
    .transfer-detail .nav-tabs {
        border-bottom: none;
    }
    .transfer-detail .nav-tabs .nav-link {
        background-color: #d7e8f9;
        color: #006aa9;
        scale: 0.8;
        font-size: 14px;
        margin-left: 5px;
    }
    .transfer-detail .nav-tabs .nav-link.active {
        font-weight: 400;
        scale: 1;
        background-color: white;
    }
    .transfer-detail .tab-content .tab-pane {
        background-color: white;
        height: 90%;
        overflow: auto;
        border-radius: 5px;
        padding: 9px;
    }
    .transfer-item {
       padding: 5px; 
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    font-size: 13px;
     position: relative;
    }
    .transfer-item i {
        margin-right: 10px;
    }
    .enter-number {
        position: absolute;
    top: -179px;
    right: 213px;
    width: 170px;
    background-color: #eae5e5;
    border: 2px solid #ccc;
    border-radius: 5px;
    padding: 7px;
    display: none;
    z-index: 1000;
    font-size: 13px;
     cursor: pointer;
    }
    .icon-wrapper{
          padding: 10px;
    }
    
    .warmm {
        position: absolute;
        top: -139px;
    right: 166px;
    width: 217px;
    background-color: #eae5e5;
    border: 2px solid #ccc;
    border-radius: 5px;
    padding: 7px;
    display: none;
    z-index: 1000;
    font-size: 13px;
     cursor: pointer;
    }
    
    .holdd {
        position: absolute;
        top: -139px;
    right: 166px;
    width: 217px;
    background-color: #eae5e5;
    border: 2px solid #ccc;
    border-radius: 5px;
    padding: 7px;
    display: none;
    z-index: 1000;
    font-size: 13px;
     cursor: pointer;
    }
    
    .icon-wrapper{
          padding: 10px;
    }
    
  .popup-container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}

/* Popup box styling */
.popup-box {
    background-color: #f2f9ff;
    border: 1px solid #007bff;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 191px;
    padding: 10px;
    position: relative;
}

/* Header for title */
.popup-header {
    background-color: #007bff;
    color: #fff;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/* Input field styling */
.popup-body {
    padding: 10px;
}

.phone-input {
    width: 100%;
    padding: 5px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

/* Footer for buttons */
.popup-footer {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

/* Cancel button styling */
.cancel-btn {
    background-color: #e0e7ff;
    border: 1px solid #b0b8f5;
    color: #007bff;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
}

/* Submit button styling */
.submit-btn {
    background-color: #007bff;
    border: none;
    color: white;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
}

/* Arrow at the bottom of the popup */
.popup-arrow {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #007bff;
}

/* Links inside the dropdown */
#warmSelectList a {
    color: black;   
    padding: 7px 10px;
    text-decoration: none;
    display: block;
}

/* Change color of links on hover */
#warmSelectList a:hover {
    background-color: #f1f1f1;
}

#holdSelectList a {
    color: black;   
    padding: 7px 10px;
    text-decoration: none;
    display: block;
}

/* Change color of links on hover */
#holdSelectList a:hover {
    background-color: #f1f1f1;
}

.user-list {
            max-width: 600px;
    margin: 0 auto;
    background-color: #fff;
    font-size: 12px;
    /* padding: 20px; */
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    
        }

        .user-list ul {
            list-style-type: none;
            padding: 0;
                overflow-y: auto;
    max-height: 124px;
        }

        .user-list li {
            background-color: #f9f9f9;
            margin-bottom: 10px;
            padding: 11px;
            border-radius: 5px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            cursor: pointer;
            
        }


/*# sourceMappingURL=style.css.map */