@import url("https://fonts.googleapis.com/css?family=Montserrat:100,300,400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900&display=swap");

/* @import '~@ctrl/ngx-emoji-mart/picker'; */
body {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-family: "Nunito", sans-serif !important;
  overflow-x:hidden;
  background: #f5f5fa;
}

:root {
  --primary-color:#163252;
  --secondary-color: #fa7b52;
  --highlight-color: #163252;
  --yellowColor: #FF9F43;
}

.primary {
  color: #163252 !important;
}
.secondary {
  color: #fa7b52 !important;
}
a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0rem;
  font-family: "Nunito", sans-serif !important;
}
.date-table{
  background: #fff;
}
.data-table thead td {
  /*  color: white;*/
  height: 40px;
  position: relative;
  overflow: hidden;
  background: var(--primary-color);
}

.data-table .table tr th{
  background: #fff!important;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 100;
}
.dtable-th{
  background: #fff!important;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 100;
}
/*
table thead tr {
  xcolor: white;
  height: 40px;
  position: relative;
  overflow: hidden;
  background: var(--primary-color);
}
*/
/* Calendar Styles */
.dropdown-content{
  width: 100px;
  min-width: 90px;
  right: 66px;
  border-radius: 5px;
  margin-top:0;
  padding:5px;
}
.dropdown-content a{
  padding:8px 5px;
  display: block;
  width:100%;
  text-align: left;
}
.dropdown-content a:hover{
  padding:8px 5px;
  background: #f1f1f1;
}
.ec-event{
  color:#000!important;
  padding:10px!important;
}
.ec-day-foot a{
  background: #cffdcf;
  padding: 2px 6px;
  margin: 2px;
  border-radius: 20px;
}
.ec-title{
  font-family: "Nunito", sans-serif !important;
  font-size: 14px;
  color:#19325c;
  text-transform: uppercase;
}
.ec-button{
  font-family: "Nunito", sans-serif !important;
  font-size: 12px !important;
  color:#19325c !important;
  text-transform: capitalize;
}
.ec-day{
  font-family: "Nunito", sans-serif !important;
  font-size: 12px!important;
  color:#19325c!important;
  text-transform: capitalize;
  min-height: 30px!important;
  line-height: 30px!important;
}
.ec-event{
  margin:0 4px 2px;
}
.ec-now-indicator{
  z-index: 990;
}
.calendar_compo .col{
  padding:0;
}
button:focus {
  outline: none;
  box-shadow: none;
}

button {
  border-width: 0;
}

input:focus {
  outline: none;
  box-shadow: none;
}
.fixed-footer{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  background:#fff;
  border-top:1px solid #dedcdc;
  padding:5px;
  text-align: right;
  font-size: 11px;
  color:#666;
  z-index: 98;
  text-transform: uppercase;
}
.fixed-footer a{
  color:#163252;
}

/* .................................. */
.table th {
  font-size: 12px;
  font-family: "Nunito", sans-serif;
}
.data-table table td .btn-link{
  padding-left:0;
  font-size: 13px;
  text-decoration: none;
}
.data-table table td .btn-link:focus{
  text-decoration: none;
}
.img7 {
  width: 7px;
}
.img10 {
  width: 10px;
}
.img11 {
  width: 11px;
}
.img12 {
  width: 12px;
}
.img13 {
  width: 13px;
}
.img14 {
  width: 14px;
}
.img15 {
  width: 14px;
}
.img16 {
  width: 16px;
}
.img18 {
  width: 18px;
}
.img20 {
  width: 20px;
}
.img22 {
  width: 22px;
}
.img24 {
  width: 24px;
}
.img28 {
  width: 28px;
}
.img38 {
  width: 38px;
}
.img48 {
  width: 48px;
}
.img50 {
  width: 50px;
}
.img80 {
  width: 80px;
}
.form-label {
  font-size: 13px;
}
.a-link{
  text-decoration: none;
  color: #163252!important;
  cursor: pointer!important;
  font-weight: 100!important;;
}
.br {
  border: 1px solid red;
}
.indived-search input {
  background:url('../../assets/img/search.svg') no-repeat top 8px right 8px;
  background-size: 15px;
  color: #fff;
  border: 1px solid #1d426c;
  font-size: 12px;
}
.indived-search input:focus {
  color: #fff;
  border: 1px solid #1d426c;
  background:#1d426c url('../../assets/img/search.svg') no-repeat top 8px right 8px;
  background-size: 15px;
}
.form-select-dark{
  background: #163252;
  color: #fff; 
  border:1px solid #1d426c!important;
  font-size: 12px;
}
.modal-body {
  font-size: 13px;
}
.modal-body .form-control {
  font-size: 13px;
}

.header-sm {
  color: #444;
  font-size: 14px;
  font-family: "Nunito", sans-serif;
}
.badge-info {
  background: #1091ad;
  font-weight: 400;
  padding-left: 1em;
  padding-right: 1em;
}
.ndialer {
  background: #163252;
  border-radius: 12px;
  color: #fff;
  padding: 25px 0 0;
  height: 370px;
}
.ndialer h4 {
  color: #fff;
}
.ndialer h5 {
  color: #fff;
  font-size: 13px;
}
.ndialer2 {
  background-color: #FA7B52; /* For browsers that do not support gradients */
  background-image: linear-gradient(to right, #FA7B52, #FFB857);
  border-radius: 12px;
  color: #fff;
  padding: 25px 0 0;
  min-height: 100px;
}
.sm-text{
  font-size: 12px;
  letter-spacing: 2px;
}
.md-text{
  font-size: 14px;
}
.lg-text{
  font-size: 16px;
  font-weight: 600;
}


.btn-round {
  width: 48px;
  height: 48px;
  padding: 12px;
  background: #fff;
  border-radius: 25px;
  box-shadow: 1px 2px 5px rgb(0 0 0 / 30%);
}
.btn-span {
  font-weight: bold;
  line-height: 30px;
}
.pagination {
  font-size: 12px;
  margin-bottom:0;
}
.Online {
  color: #155724;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  font-size: 12px;
  font-weight: 400;
  border-radius: 3px;
  padding: 3px 5px;
  display: inline-block;
  text-align: center;
  text-transform: capitalize;
  /*
  font-size: 12px;
  color: #2FB182 !important;
  font-weight: 500;
  background-color: #EBF9F4;
  border-radius: 25px;
  padding: 6px 14px;
  width: 60px;
  text-align: center;
  text-transform: capitalize;*/
}
.Offline2 {
  color: #f55050 !important;
  background-color: #ffe9e3;
  font-weight: bold;
  border-radius: 25px;
  padding: 3px 5px;
  display: inline-block;
  font-size: 12px;
  text-transform: capitalize;
}
.img-hover {
  width: 14px;
  margin: 0 5px;
  cursor: pointer;
  /*  border-radius: 100px;
  height: 28px;
  margin: 0 5px;
  padding: 6px 7px;
  text-align: center;
  border: 1px solid #e8e8e8;*/
}
.img-hover:hover {
  /*  background: #eaf5fe;
  border: 1px solid #e8e8e8;*/
}
.close-icon {
  width: 10px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.close-icon:hover {
  background: #f1f1f1;
}
.attach-file {
  width: 200px;
  padding: 5px 10px;
  height: 32px;
  margin: 0px 5px 5px 5px;
  border-radius: 5px;
  float: left;
  -webkit-box-shadow: 2px 3px 5px -3px rgba(168, 161, 168, 0.83);
  -moz-box-shadow: 2px 3px 5px -3px rgba(168, 161, 168, 0.83);
  box-shadow: 2px 3px 5px -3px rgba(168, 161, 168, 0.83);
  position: relative;
}
.attach-file a {
  color: #999;
  font-size: 13px;
  padding-left: 5px;
}
.user-profile-block {
  background: #fff;
  border: 1px solid #d8d8d8;
  width: 100%;
  min-height: 200px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  font-size: 12px;
}
.user-head-bg {
  background: #163252;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.user-photo {
  background: #fff;
  width: 75px;
  height: 75px;
  border-radius: 100px;
  position: absolute;
  top: 25px;
  padding: 5px;
}
.user-data {
  margin-top: 25px;
  padding: 15px;
}
.user-last-contact {
  margin: 10px 15px;
  border-top: 1px solid #d8d8d8;
  padding: 10px 0 5px;
  font-size: 12px;
  line-height: 18px;
  font-family: "Nunito", sans-serif !important;
  text-transform: uppercase;
}
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.02);
}
.readmore {
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 15px;
  font-weight: 400;
  margin: 5px 0;
  color: #fa7b52;
  background: none;
  background: antiquewhite;
}
.readmore:hover {
  background: antiquewhite;
}
::ng-deep .mat-button {
  background: #fa7b52;
}
/*Status Buttons*/
.status-open {
  color: #155724;
  background-color: #d4edda;
  border: 0px solid #a2ccab;
  font-size: 12px;
  font-weight: 400;
  border-radius: 3px;
  padding: 3px 5px;
  text-align: center;
  text-transform: capitalize;
  display: inline-block;
  min-width: 76px;
}
.status-inprogress {
  color: #e91e63;
  background-color: #fadee8;
  border: 0px solid #fca7c4;
  /*color: #684a9f;
    background-color: #e7dafc;
    border: 1px solid #bba9dc;*/
  font-size: 12px;
  font-weight: 400;
  border-radius: 3px;
  padding: 3px 5px;
  display: inline-block;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  min-width: 76px;
}
.status-hold {
  color: #004085;
  background-color: #cce5ff;
  border: 0px solid #8ac0fa;
  font-size: 12px;
  font-weight: 400;
  border-radius: 3px;
  padding: 3px 5px;
  display: inline-block;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  min-width: 76px;
}
.status-closed {
  color: #721c24;
  background-color: #f8d7da;
  border: 0px solid #f5c6cb;
  font-size: 12px;
  font-weight: 400;
  border-radius: 3px;
  padding: 3px 5px;
  display: inline-block;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  min-width: 76px;
}
.status-unassigned {
  color: #284054;
  background-color: #d4eafc;
  border: 0px solid #b6d6f1;
  font-size: 12px;
  font-weight: 400;
  border-radius: 3px;
  padding: 3px 5px;
  display: inline-block;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  min-width: 76px;
}
.cbtn{
  border: 1px solid #ccc;
  padding: 7px 0;
  border-radius: 25px;
  width: 55px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
}
.cbtn:hover{
  background:#fbe5e5;
}
.start-calls {
  /*background:#C2EDCD;*/
  background: #fff;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 300;
  width: 100%;
  border: 1px solid #ccc;
}
.start-calls:hover {
  /*background:#f7cccc;*/
  background: #c2edcd;
  color: #282828;
  border: 1px solid #c2edcd;
}
.start-calls div {
  float: left;
  margin-right: 5px;
  margin-top: 3px;
  background: #fff;
  width: 24px;
  height: 24px;
  padding: 5px;
  border-radius: 15px;
}
.start-calls img {
  width: 13px;
}
.start-calls span {
  float: left;
  font-weight: 400;
}
.stop-calls {
  /*background:#f7cccc;*/
  background: #fff;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 300;
  width: 100%;
  border: 1px solid #ccc;
}
.stop-calls:hover {
  /*background:#f7cccc;*/
  background: #ffd3d3;
  color: #282828;
  border: 1px solid #ffd3d3;
}
.stop-calls div {
  float: left;
  margin-right: 5px;
  margin-top: 3px;
  background: #fff;
  width: 24px;
  height: 24px;
  padding: 5px;
  border-radius: 15px;
}
.stop-calls img {
  width: 15px;
}
.stop-calls span {
  float: left;
  font-weight: 400;
}

.end-call {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  padding: 15px;
  margin: 15px auto;
  line-height: 28px;
}
.new-call {
  text-align: center;
  color: #99a7b7;
  font-weight: bold;
  font-size: 15px;
  padding: 15px;
  margin: 15px auto;
  margin-top: 60px;
  line-height: 24px;
}

.alertmess {
  width: 200px;
  padding: 5px 15px;
  margin-top: 22px;
  border-radius: 5px;
  text-align: center;
  line-height: 24px;
  -webkit-box-shadow: 0px 1px 5px -2px rgba(158, 158, 158, 0.89);
  -moz-box-shadow: 0px 1px 5px -2px rgba(158, 158, 158, 0.89);
  box-shadow: 0px 1px 5px -2px rgba(158, 158, 158, 0.89);
  position: relative;
  color: #666;
}

.spl-block {
  background: #f1f1f1;
  border-radius: 5px;
  padding: 10px 10px 0 0;
  border-bottom: 1px solid #ccc;
}

.spl-block .btn-link {
  color: #163252 !important;
  padding: 0px;
}
.spl-block textarea {
  margin-bottom: 5px;
  font-size: 13px;
}
.table tbody td {
  font-size: 13px;
  color: #444;
  font-family: "Nunito", sans-serif;
}
.table tbody th {
  font-size: 12px;
  color: #444 !important;
  font-family: "Nunito", sans-serif;
}

.ct-code {
  border: 1px solid #ccc;
  padding: 2px 10px;
  font-size: 12px;
}
.upload-msg-success {
  color: green;
  font-size: 12px;
  line-height: 12px;
}
.upload-msg-error {
  color: red;
  font-size: 12px;
  line-height: 12px;
}

.mat-primary .mat-pseudo-checkbox-checked,
.mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #fa7b52 !important;
}
.btn-link {
  color: #163252;
}
.ngb-dp-weekday {
  font-style: normal !important;
}
.bg-primary {
  background-color: #fa7b52 !important;
}
.c-progress {
  height: 64px;
  padding: 1em;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-image: linear-gradient(90deg, #163252, #163252, #163252, #163252);
  background-size: contain;
  /* box-shadow: 0 2px 2px 2px #ccc; */
  font-size: 16px;
  /* font-style: italic; */
  font-family: "Nunito", sans-serif;
  z-index: 999;
}
.db-sm-header {
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #163252;
  height: 14px;
}
.header-md {
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #163252;
  text-transform: uppercase;
}
.header-12{
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  font-weight: 100;
  color: #163252;
  text-transform: uppercase;

}
.thanks_block {
  width: 450px;
  margin: 100px auto;
  min-height: 150px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 0px 6px #00000029;
  text-align: center;
}
.thanks_block img {
  margin: 0 auto;
}
.thanks_block p {
  color: #4b4b4b;
  font-size: 16px;
  line-height: 24px;
}
.vm {
  vertical-align: middle !important;
}

.mat-tab-label .mat-tab-label-content {
  font-family: "Nunito", sans-serif;
  opacity: 1;
}
.form-control {
  font-family: "Nunito", sans-serif;
}
.my-custom-class .tooltip-inner {
  background-color: #666;
  font-size: 11px;
}
.my-custom-class .arrow::before {
  border-top-color: #666;
  border-bottom-color: #666;
}
.dropdown-menu {
  font-size: 13px;
}
.ngb-dp-weekday {
  color: #000 !important;
  font-size: 13px;
  font-weight: bold;
}
.br18 {
  border-radius: 18px;
}

.dot-online {
  width: 8px;
  height: 8px;
  background: green;
  border-radius: 100%;
  display: inline-block;
  margin: 0 5px;
}
.dot-offline {
  width: 8px;
  height: 8px;
  background: red;
  border-radius: 100%;
  display: inline-block;
  margin: 0 5px;
}
.dot-busy {
  width: 8px;
  height: 8px;
  background: orange;
  border-radius: 100%;
  display: inline-block;
  margin: 0 5px;
}
/*jkend*/

/* for sms campaign */
.box-content-wrapper-one2 {
  min-width: 80px;
  width: 100%;
  float: left;
  background: #fff;
  box-shadow: 0px 1px 4px #00000029;
  height: 120px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
}

.dashboard-main-wrapper {
  width: 100%;
  /*display: flex;*/
  /* overflow-y: hidden; */
}

.dashboard-left-wrapper {
  width: 18%;
  height: 100vh;
  background: var(--primary-color);
  position: fixed;
  height: 100vh;
  z-index:99;
}

#mySidebar {
  width: 18%;
}

#mySidebar.active {
  width: 60px;
  overflow: hidden;
}

.dashboard-logo-div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
}

.dashboard-logo-div a {
  height: 100%;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
}

.dashboard-logo-div a img {
  width: 60px;
  margin: 0 auto;
  height: 45px;
}

.dashboard-tabs-wrapper {
  padding-top: 25px;
}

.dashboard-tab-item {
  display: flex;
  align-items: center;
  height: 50px;
  color: #ffffff;
  padding-left: 25%;
  font-size: 19px;
  font-weight: 300;
}

.dashboard-tab-item:hover {
  color: #ffffff;
}

.dashboard-tab-item img {
  /* xwidth: 20px;
	xheight: 20px; */
}

.dashboard-tab-item p {
  font-family: "Nunito", sans-serif;
  margin-left: 24px;
  font-size: 19px;
  font-weight: 400;
  color: #ffffff;
}
.dashboard-tab-item span {
  margin-left: 15px;
  font-size: 19px;
  font-weight: 100;
  color: #ffffff;
}
#mySidebar.active .dashboard-tab-item img {
  /*margin-right: 30px;*/
}
#mySidebar.active .dashboard-tab-item {
  padding-left: 30%;
}
#mySidebar.active .card-body p {
  padding-left: 35px;
}

.link_active {
  background: #1d426c;
  border-left: 2px solid #ff541d;
}
#mySidebar.active + .dashboard-right-wrapper {
  /*width: 100%;*/
  margin-left: 60px;
}
.dashboard-right-wrapper {
  margin-left: 18%;
  background:#F5F5FA;

  /*	width: 82%;
	max-height: 82%;*/
  /* overflow-y: auto; */
  /* background: #F3F3F3; */
  /*display: flex;
	flex-direction: column;*/
}

/* ............right header ............... */

.dashboard-right-header-wrapper {
  width: 100%;
  height: 60px;
  background: #163252;
  /*color:#fff;*/
  text-transform: uppercase;
  font-size: 12px;
}

.dashboard-right-header-nav-container {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 28px 0 15px;
}

.dashboard-header-padding {
  padding: 00px;
  display: flex;
  align-items: center;
}

.section-heading {
  /*font-family: "Montserrat", sans-serif;*/
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  font-weight: 100;
  color: #fff;
  text-transform: uppercase;
  padding-left: 5px;
}

.dashboard-header-right-container {
  /* background: lightcoral; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* width: 50%; */
}

/* ........16/03/19....... */

.add-ticket-link {
  display: flex;
  align-items: center;
  background-color: var(--secondary-color);
  margin-right: 10px;
  font-size: 12px;
  font-family: "Nunito", sans-serif;
  font-weight: 100;
  color: #fff;
  padding: 2px 10px;
  border-radius: 3px;
}

.add-ticket-link:hover {
  background-color: #f55a27;
  color: #fff;
}

/* ........16/03/2020 end.... */

.search-bar-container {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 10px;
}

.header-search-input {
  width: 260px;
  height: 30px;
  background: #fff;
  border: 0.5px solid rgba(112, 112, 112, 0.2);
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  padding: 2px 16px 2px 10px;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
}

.header-search-input::placeholder {
  font-size: 12px;
  color: #d5d6d6;
  font-weight: 100;
}

.search-icon-link {
  position: absolute;
  right: 12px;
}

.search-icon-link img {
  width: 15px;
  height: 15px;
}

.header-nav-links {
  margin-right: 10px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  padding: 5px;
  position: relative;
}
.header-nav-links:hover {
  border: 1px solid #1d426c;
}

.header-profile-img-container {
  /* width: 16px;
	height: 16px; */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
}

.header-profile-img-container img {
  border-radius: 50%;
}

.right-content-wrapper {
  width: 100%;
  padding: 15px 15px;
  background: #F5F5FA;
  position: relative;
  margin-top: 0px;
}

.right-content-left-box {
  width: 28%;
  height: 100%;
  background: #ffffff;
  box-shadow: 0px 0px 6px #00000029;
  border-radius: 5px;
}

.right-content-right-box {
  width: 100%;
  height: 100%;
}

.right-content-right-box-top-container {
  width: 100%;
  display: block;
  overflow: hidden;
  padding-top: 18px;
  padding-left: 10px;
}

.ticket-info-box-wrapper {
  width: 39%;
  padding: 20px 0 13px;
  background: #ffffff;
  box-shadow: 0px 1px 4px #00000029;
  border-radius: 5px;
  /* padding: 14px 12px; */
}

.satisfaction-box {
  width: 19%;
  height: 100%;
  background: #f0fdfe;
  box-shadow: 0px 0px 6px #00000029;
  border-radius: 5px;
  background: #fff;
  padding: 20px 0;
}

.box-header {
  /* padding: 14px 12px; */
  display: flex;
  align-items: center;
  padding: 0 12px;
  justify-content: center;
}

.box-header p {
  font-size: 12px;
  font-family: "Nunito", sans-serif;
  font-weight: 100;
  color: #163252;
  padding: 0 0 10px;
  position: relative;
}
.box-header p::after {
  content: "";
  position: absolute;
  width: 70px;
  background: #fff;
  height: 3px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0px);
}
.updates-ticket-list-container {
  max-height: calc(100vh - 135px);
  overflow-y: auto;
  padding: 15px 0;
}
.multiselect-dropdown {
  background: #fff;
}
.multiselect-dropdown .dropdown-btn .dropdown-multiselect__caret:before {
  border-width: 6px 6px 0 !important;
}
.multiselect-dropdown .dropdown-btn .dropdown-multiselect__caret:before {
  background: none;
}

.multiselect-item-checkbox div {
  font-size: 13px;
}
.update-ticket-list-item {
  display: flex;
  justify-content: space-between;
  padding: 0 12px 20px 12px;
}

.list-profile-img-container {
  width: 15%;
  min-width: 40px;
}

.list-profile-image {
  width: 39px;
  height: 39px;
  border-radius: 50%;
}

.update-list-item-content {
  width: 85%;
  padding: 0 5px;
}

.update-list-item-content p {
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  margin-top: 5px;
}

.box-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 5px 0;
}
.box-content-wrapper-one {
  width: 145px;
  height: 100px;
  float: left;
  margin-right: 15px;
  background: #fff;
  box-shadow: 0px 1px 4px #00000029;
  height: 120px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
}
.box-content-wrapper-one2 {
  min-width: 80px;
  width: 100%;
  float: left;
  background: #fff;
  box-shadow: 0px 1px 4px #00000029;
  height: 120px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
}
.center-align {
  text-align: center;
}

.box-number-text {
  font-size: 30px;
  font-weight: 600;
  font-family: "Nunito", sans-serif;
  color: #000;
  line-height: 35px;
}

.box-sub-text {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin-top: 15px;
}
.box-sub-text1 {
  font-family: "Nunito", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #9d9d9d;
}
.satisfaction-box-number-text {
  font-size: 26px;
  font-weight: 800;
  font-family: "Nunito", sans-serif;
  color: #000;
}
.search-icon-img {
  vertical-align: initial;
  width: 16px;
}
/* ............................Right content bottom box css......................... */

.right-content-right-box-bottom-container {
  background: #ffffff;
  box-shadow: 0px 0px 6px #00000029;
  border-radius: 5px;
}

.bottom-content-box-header-container {
}

.box-heading-container {
  display: flex;
  align-items: center;
  padding: 50px 12px 0;
}

.box-heading-container p {
  font-size: 18px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  color: #333333;
}

.what-ths-link {
  font-size: 12px;
  font-weight: 500;
  color: #005459;
  margin-left: 10px;
}

/* .ticket-requested-list-container {} */

.requsted-list-heading-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}

.list-heading-text {
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  text-transform: uppercase;
}

.check-box-div {
  width: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.id-div {
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.subject-div {
  width: 26%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.requester-div {
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.requester-updated-div {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.group-div {
  width: 12%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.assignee-div {
  width: 12%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.requsted-list-item-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
  margin-top: 5px;
}

.list-item-text {
  font-size: 12px;
  font-weight: 400;
  color: #333333;
}

.subject-text {
  max-width: 95%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* ..........................add ticket page css start..................... */

.add-ticket-right-content-container {
  width: 100%;
  height: 100%;
  background: #ffffff;
  /* border: 0.5px solid rgba(112, 112, 112, 0.2);
	box-shadow: 0px 6px 6px #00000029; */
  border-radius: 5px;
  display: flex;
  padding-right: 0;
  padding-bottom: 0;
}

.right-content-add-detail-wrapper {
  width: 30%;
  height: 100%;
  margin-right: 20px;
  box-shadow: 0px 1px 3px #0000000f;
  margin-top: 20px;
}
.add-ticket-gap {
  padding: 20px;
}
.add-ticket-input-with-label {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 15px 10%;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}

.add-ticket-input-label {
  font-size: 15px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
}

.add-ticket-detail-input {
  width: 100%;
  height: 40px;
  border: 1px solid #ced4da;
  border-radius: 3px;
  /*margin-top: 10px;*/
  font-size: 14px;
  background: #fff;
  padding: 10px;
}

.pad-bot-0 {
  padding-bottom: 0;
}

.mar-top-15 {
  margin-top: 15px;
}

.tags-container-box {
  height: 120px;
  border: 1px solid #707070;
  border-radius: 4px;
  margin-top: 10px;
}

.right-content-right-box {
  width: 100%;
  height: 100%;
}

.right-box-header {
  width: 100%;
  height: 50px;
  background: #1d426c;
  display: flex;
  align-items: center;
  padding: 10px;
  justify-content: space-between;
  border-bottom: 1px solid #1d426c;
  color: #fff;
  border-radius: 4px;
}

.header-left-content {
  width: 65%;
  height: 100%;
  display: flex;
  align-items: center;
}

.header-content-box {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border-right: 0.5px solid rgba(112, 112, 112, 0.4);
  font-weight: 100;
  font-size:12px;
}

.header-content-box.bor-none {
  border: none;
}

.open-btn {
  background: #163252;
  font-size: 12px;
  color: #ffffff;
  margin-left: 20px;
  cursor: initial;
  padding: 6px 16px;
  line-height: 1;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-primary {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  font-size: 11px;
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
  font-weight: 100;
  line-height: 100%;
}
.btn-primary:hover {
  background-color: #f55a27;
  border-color: #f55a27;
}
.btn-primary:focus {
  background-color: #f55a27;
  border-color: #f55a27;
}
.btn-primary:active {
  background-color: #f55a27;
  border-color: #f55a27;
}

.btn-secondary {
  background: #163252;
  border-color: #163252;
  font-size: 11px;
  font-family: "Nunito", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 100%;
}
.btn-secondary:hover {
  background: #1d426c;
  border-color: #1d426c;
}
.btn-secondary:focus {
  background: #1d426c;
  border-color: #1d426c;
}
.btn-secondary:active {
  background: #1d426c;
  border-color: #1d426c;
}

.btn-sm {
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 100;
}

.xbtn-secondary {
  background: #435871;
  border: 1px solid #516a88 !important;
  font-size: 13px;
  color: #ffffff;
  /*margin-left: 20px;*/
  cursor: pointer;
  padding: 10px 15px;
  line-height: 1;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.xbtn-secondary:hover {
  background: #435871;
  border: 1px solid #8c9fb5 !important;
  font-size: 13px;
  color: #ffffff;
  cursor: pointer;
  padding: 10px 15px;
  line-height: 1;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.valid-feedback {
  font-size: 70%;
}

/* .add-ticket-link {
  display: flex;
  align-items: center;
  background-color: var(--secondary-color);
  margin-right: 10px;
  font-size: 15px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  color: #fff;
  padding: 2px 15px;
  border-radius: 3px;
}

.add-ticket-link:hover {
  background-color: #f55a27;
  color: #fff;
}
 */
.xbtn-primary {
  background: #fa7b52;
  border: 1px solid #516a88 !important;
  font-size: 12px;
  color: #ffffff;
  margin-left: 20px;
  cursor: pointer;
  padding: 10px 15px;
  line-height: 1;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.xbtn-primary:hover {
  background: #f85825;
  border: 1px solid #fff !important;
  font-size: 12px;
  color: #ffffff;
  margin-left: 20px;
  cursor: pointer;
  padding: 10px 15px;
  line-height: 1;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-p {
  background: #fa7b52;
  border: 1px solid #fa7b52 !important;
  font-size: 12px;
  color: #ffffff;
  margin-left: 20px;
  cursor: pointer;
  padding: 10px 15px;
  line-height: 1;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-p:hover {
  background: #f85825;
  border: 1px solid #f85825;
  font-size: 12px;
  color: #ffffff;
  margin-left: 20px;
  cursor: pointer;
  padding: 10px 15px;
  line-height: 1;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-right-content {
  width: 35%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.right-arrow-btn {
  width: 23px;
  height: 28px;
  cursor: pointer;
  background-color: #fff;
  padding: 0;
  line-height: 1;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.apps-button {
  width: 50px;
  height: 28px;
  background-color: #707070;
  font-size: 16px;
  cursor: pointer;
  color: 000000;
  padding: 0;
  margin-left: 15px;
  line-height: 1;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.apps-button.active {
  background-color: #fff;
  box-shadow: 0 3px 3px #00000098;
}

.right-box-main-content {
  width: 100%;
  display: flex;
  background-color: #f8f8f8;
}

.main-content-chat-section {
  background-color: #ffffff;
  /* padding: 15px 10px 15px 30px; */
}

.main-content-ticket-info-boxes {
  background-color: #ffffff;
}

.profile-detail-container {
  display: flex;
  justify-content: space-between;
  padding: 0px 0px;
  align-items: center;
  margin: 10px 30px;
}
#chatSideBar label {
  font-size: 14px;
  margin-top: 20px;
  font-family: "Nunito", sans-serif;
  color: #605d5d;
}
.profile-image-wrapper {
  width: auto;
}
textarea:focus-visible {
  outline: none;
}
select:focus-visible {
  outline: none;
}
.profile-image-container {
  width: 50px;
  height: 50px;
  border-radius: 3px;
  background: transparent linear-gradient(125deg, #163252 0%, #5f9fc8 100%) 0%
    0% no-repeat padding-box;
  border: 1px solid #ededed;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.close {
  color: #fff;
  text-shadow: none;
  opacity: 1;
}
.modal-header {
  background: #163252;
  padding: 10px 15px;
  font-size: 14px;
}
.modal-title {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 100;
}
.modal-body label{
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 100;

}
.close:hover {
  color: #fff;
}
.company-name {
  font-size: 20px;
  color: #000000;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.company-info-text {
  font-size: 12px;
  color: #707070;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
}

.mar-l-r {
  margin: 0 10px;
}

.message-input-with-profile-pic {
  display: flex;
  justify-content: space-between;
  padding: 0px 15px 15px 30px;
}

.profile-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.message-input-main-wrapper {
  width: 100%;
  height: 115px;
  border-radius: 6px;
}

.nav-tabs.message-box-tab-wrapper {
  border: none !important;
}

.nav-tabs .nav-link.message-box-tab {
  border: 0px solid transparent;
  color: #605d5d;
  font-size: 12px;
  padding: 0.5rem 0rem;
  text-transform: uppercase;
}

.nav-tabs .nav-link.message-box-tab.active {
  border-bottom: 2px solid var(--primary-color);
}

.nav-tabs .nav-link.message-box-tab.active {
  color: var(--primary-color);
  font-size: 15px;
  font-weight: 500;
  background-color: transparent;
}

.call-btn {
  width: 23px;
  height: 23px;
  background: linear-gradient(180deg, #ffffff 0%, #959595 100%);
  padding: 0;
  border-radius: 3px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 15px;
}

.emoji-gif-img-file-icon-wrapper {
  height: 30px;
  display: flex;
  align-items: center;
}

.change-cover-link {
  color: transparent;
  font-size: 0px;
  font-weight: 400;
  cursor: pointer;
  /* width: 20px; */
}

.change-cover-link label {
  margin: 0;
  cursor: pointer;
  display: flex;
}

.change-cover-link label input {
  visibility: hidden;
}

.conversation-main-wrapper {
  display: flex;
  align-items: center;
  border-bottom: 0.5px solid rgba(112, 112, 112, 0.4);
}

.conversation-tabs-wrapper {
  display: flex;
  align-items: center;
  margin-top: 30px;
  border-bottom: 0.5px solid rgba(112, 112, 112, 0.4);
  padding: 0 15px 0 30px;
}
.agent-name {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #163252;
}
.agent-status {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #fa7b52;
  text-transform: capitalize;
}
.agent-update {
  font-family: "Nunito", sans-serif;
  font-size: 11px;
  line-height: 20px;
  font-weight: 300;
}
.agent-name-message-text {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

.ticket-satus-list-box {
  height: 250px;
  overflow-y: auto;
  background: #ffffff;
  box-shadow: 0px 0px 6px #00000029;
  border-radius: 5px;
}

.status-box-header {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  color: #199bb6;
}

.rotate-img {
  transform: rotate(270deg);
}

.status-list-item {
  align-items: center;
  padding: 20px 0;
  border-bottom: 0.5px solid #ebebeb;
}
.unassgned-tick-status {
  border-radius: 3px;
  border: 1px solid #ffc7c7;
  color: #000;
  font-size: 13px;
  padding: 2px 3px;
  margin-left: 10px;
  background: #ffe1d8;
  border: 1px solid #fa7b52;
}
.open-tick-status {
  border-radius: 3px;
  border: 1px solid #ffc7c7;
  color: #000;
  font-size: 13px;
  padding: 2px 3px;
  margin-left: 10px;
  background: #ffc7c7;
  border: 1px solid #fa7b52;
}
.close-tick-status {
  border-radius: 3px;
  border: 1px solid #ffc7c7;
  color: #000;
  font-size: 13px;
  padding: 3px 8px 3px;
  margin-left: 10px;
  background: #b9ffbb;
  border: 1px solid #90c46f;
}
.ticket-name-text {
  font-size: 15px;
  color: #000;
  padding: 10px 0;
}

.diff-color {
  color: #005459;
  font-weight: 400;
}

.answer-suggestion-box {
  height: 250px;
  overflow-y: auto;
  background: #ffffff;
  box-shadow: 0px 0px 6px #00000029;
  border-radius: 5px;
  margin-top: 10px;
}

.dropdown.lang-dropdown {
  border: 1px solid #707070;
  background: #ffffff;
  border-radius: 5px;
  height: 30px;
  width: 100%;
  margin: 15px auto 0 auto;
}

.dropdown-toggle.lang-dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 15px;
  color: #333333;
}

.search-box-with-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.suggestion-box-search-input {
  width: 70%;
  height: 30px;
  background: #ffffff;
  border: 1px solid #707070;
  border-radius: 3px;
}

.search-btn-box {
  width: 25%;
  height: 30px;
  background-color: #e0e0e0;
  border: 1px solid #707070;
  border-radius: 3px;
  color: #707070;
  padding: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.suggestion-box-bottom-text {
  font-size: 11px;
  color: #707070;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
}

.suggestion-box-bottom-main-text {
  font-size: 13px;
  color: #333333;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  margin-top: 10px;
}

/* ..............................................chat page css start....................................... */

.envelope-icon-svg {
  fill: #ffffff;
}

.active-header-link {
  background: var(--primary-color);
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 3px;
}

.chat-page-main-wrapper {
  width: 100%;
  padding: 0 0 0px 0;
  background-color: #ffffff;
  box-shadow: 0px 3px 6px #00000029;
}
.cdk-overlay-pane {
  top: 0 !important;
}
.chat-page-box-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px;
  background: #163252;
  border-radius: 3px 3px 0 0;
}

.heading-chat {
  font-size: 18px;
  color: #fff;
}

.dropdown.action-dropdown {
  border: 1px solid var(--primary-color);
  background: #ffffff;
  border-radius: 5px;
  height: 30px;
  width: 95px;
  /* margin: 15px auto 0 auto; */
}

.dropdown-toggle.action-dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 15px;
  color: #333333;
}

.dropdown-menu.action-dropdown-menu {
  width: 100%;
  min-width: 95px;
}

.dropdown-menu.action-dropdown-menu .dropdown-item {
  padding: 0.25rem 15px;
}

.close-chat-btn {
  background-color: #ff0000;
  color: #ffffff;
}

.close-chat-btn:hover {
  color: #ffffff;
}

.chat-box-content-wrapper {
  display: flex;
  background: #f5f5fa;
}

/* .................................chat page left wrapper css start........................... */

.chat-page-left-wrapper {
  width: 28%;
  /*border-right: 1px solid rgba(112, 112, 112, 0.2);*/
  padding: 17px 0;
  /*box-shadow: 0px 3px 6px #00000029;*/
  background: #fff;
}

.usr-img-name-dropdown-wrapper {
  display: flex;
  padding: 20px 15px 20px 25px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}

.chat-user-img-container {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0px 1px 2px #00000029;
}

.user-img {
  width: 24px;
  border-radius: 100%;
}
.user-img1 {
  width: auto;
  height: auto;
}
.status-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #19d32b;
  position: absolute;
  bottom: -2px;
  right: -2px;
}

.user-name-text {
  font-size: 18px;
  color: #000000;
  font-weight: 400;
}

.dropdown.status-dropdown {
  border: 1px solid var(--primary-color);
  background: #ffffff;
  border-radius: 5px;
  height: 30px;
  width: 95px;
  margin-top: 8px;
  /* margin: 15px auto 0 auto; */
}

.dropdown-toggle.status-dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 8px;
  color: #333333;
}

.dropdown-menu.status-dropdown-menu {
  width: 100%;
  min-width: 95px;
  border: 1px solid var(--primary-color);
  border-radius: 0 0 5px 5px;
  top: -2px !important;
  left: -1px !important;
}

.dropdown-menu.status-dropdown-menu .dropdown-item {
  padding: 8px 8px;
  display: flex;
  align-items: center;
}

.status-circle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.Idle {
  background-color: #19d32b;
}

.Reserved {
  background-color: yellow;
}

.Busy {
  background-color: red;
}

.Offline {
  background-color: grey ;
}

.status-text {
  font-size: 12px;
  color: #333333;
  font-weight: 400;
  margin-left: 8px;
}

.chat-page-boxes-heading {
  font-size: 15px;
  color: #707070;
  text-transform: uppercase;
  padding: 13px 0 20px 25px;
}

.chat-list-container {
  width: 100%;
  padding: 0 15px 0 25px;
  /* height: calc(100vh - 300px); */
  overflow-y: auto;
}

.chat-list-item-box {
  height: 38px;
  border-radius: 5px;
  background-color: #f9f9f9;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 0 12px;
}

.item-box-active {
  background-color: #e0e0e0;
}

.chat-visitor-name {
  font-size: 15px;
  color: #000000;
}

.number-box-div {
  width: 23px;
  height: 21px;
  border-radius: 3px;
  background-color: #bebebe;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chat-number-text {
  font-size: 15px;
  color: #ffffff;
}

/* .................................chat page center wrapper css start........................... */

.chat-page-center-wrapper {
  width: 45%;
  height: 625px;
  position: relative;
}

.chat-messages-header {
  height: 50px;
  width: 100%;
  /* display: flex;
    align-items: center; */
  padding-left: 15px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  justify-content: space-around;
}

.chat-message-header-icon-container {
  width: 40px;
  border-bottom: 2px solid var(--primary-color);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.comment-icon-img {
  width: 19px;
  height: 17px;
}

.chat-messages-window-wrapper {
  width: 100%;
  /* height: calc(100vh - 450px); */
  /* overflow-y: auto; */
}

.chat-messages-left-wrapper {
  width: 100%;
  display: flex;
}

.messages-user-img-container {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  background: #fff;
  box-shadow: 0px 1px 2px #00000029;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.messages-status {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #19d32b;
  position: absolute;
  bottom: 2px;
  right: 0px;
}

.message-left-bubble {
  width: 90%;
  background-color: #fff2df;
  padding: 12px;
  border-radius: 10px 10px 10px 0;
  margin-left: 15px;
  box-shadow: 0px 1px 2px #00000029;
}

.message-text {
  font-size: 13px;
  font-weight: 400;
}

.message-time {
  font-size: 12px;
  color: #a19d9d;
  font-weight: 300;
  margin-top: 6px;
  margin-left: 15px;
}

.chat-messages-right-wrapper {
  display: flex;
  margin: 15px 0;
  justify-content: flex-end;
}
.orange-btn {
  background: #fa7b52 !important;
  color: #fff;
}
.orange-btn:hover {
  background: #fa7b52 !important;
  color: #fff;
}

.right-side {
  text-align: right;
}

.message-right-bubble {
  width: auto;
  background-color: #fff;
  /* display: flex; */
  /* align-items: center; */
  padding: 12px;
  border-radius: 10px 10px 0 10px;
  box-shadow: 0px 1px 2px #00000029;
}

.message-send-box-wrapper {
  padding: 0 6px;
  position: absolute;
  bottom: 10px;
  left:10px;
  right:10px;
}

.message-send-box-container {
  height: 180px;
  width: 100%;
  border: 1px solid var(--primary-color);
  border-radius: 6px;
  background-color: #f7f7f7;
}

.message-type-input {
  width: 100%;
  height: 130px;
  border: none;
  border-radius: 6px 6px 0 0;
  background-color: #f7f7f7;
  padding: 30px 21px 10px 13px;
}

.message-type-input:focus {
  outline: none;
  box-shadow: none;
}

.bottom-icons-with-send-btn {
  display: flex;
  align-items: center;
  height: 50px;
  justify-content: space-between;
  padding: 5px 13px 10px 13px;
}

.message-send-box-icon-container {
  display: flex;
  align-items: center;
  height: 40px;
}

.message-send-box-icon-div {
  width: 16px;
  margin-left: 8px;
}

.message-send-box-icon {
  width: 14.5px;
  height: 14.5px;
  fill: #a19d9d;
}

.message-send-box-icon:hover {
  width: 15.5px;
  height: 15.5px;
  fill: var(--primary-color);
}

.message-send-btn {
  width: 86px;
  height: 38px;
  background-color: #fa7b52;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #ffffff;
  font-size: 14px;
  border-radius: 3px;
}

.message-type-input::placeholder {
  font-size: 15px;
  color: #a19d9d;
  font-weight: 300;
}

/* .................................chat page right wrapper css start........................... */

.chat-page-right-wrapper {
  width: 27%;
  overflow-y: auto;
  background: #fff;
}

.usr-img-input-wrapper {
  display: flex;
  justify-content: space-between;
}

.right-wrapper-img-container {
  width: 10%;
}

.chat-page-name-email-input {
  height: 30px;
  border: none;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 7px;
  font-size: 12px;
}

.chat-page-name-email-input::placeholder {
  font-size: 12px;
  color: #bababa;
  font-weight: 300;
}

.active-input {
  border: none;
  box-shadow: none;
}

.add-phone-notes-input-wrapper {
  width: 100%;
  padding: 0 25px;
}

.add-note-input {
  width: 100%;
  height: 105px;
  border: 1px solid #707070;
  border-radius: 5px;
  padding-top: 10px;
}

.add-note-input::placeholder {
  font-size: 12px;
  color: #bababa;
  font-weight: 300;
  /* padding: 10px; */
  vertical-align: top;
}

.add-note-input:focus {
  outline: none;
  box-shadow: none;
}

.tags-show-wrapper {
  padding: 0 25px;
}

.tags-section-heading {
  font-size: 15px;
  color: #707070;
  text-transform: uppercase;
  margin: 15px 0;
}

.tags-container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.tags-box {
  height: 19px;
  padding: 0 12px 0 10px;
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 7px;
  font-size: 13px;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 16px;
}

.tags-box p {
  margin-left: 3px;
}

.tags-box:hover {
  color: var(--primary-color);
}

.tags-image {
  width: 11px;
  height: 11px;
}

.visitor-data-info-boxes-wrapper {
  width: 100%;
  padding: 0 25px;
  margin: 15px 0;
}

.visitor-data-info-boxes-container {
  display: flex;
  align-items: center;
  width: 100%;
  border: 0.5px solid rgba(112, 112, 112, 0.2);
  border-radius: 5px;
  height: 52px;
}

.data-info-box {
  height: 100%;
  width: 33.3333%;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.visitor-info-box-number {
  font-size: 18px;
  color: #000000;
  font-weight: 400;
}

.visitor-info-box-text {
  font-size: 12px;
  color: #333333;
  font-weight: 200;
  margin-top: 5px;
}

.border-l-r {
  border-left: 0.5px solid rgba(112, 112, 112, 0.2);
  border-right: 0.5px solid rgba(112, 112, 112, 0.2);
}

.link-with-time {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.link-text {
  width: 75%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: var(--primary-color);
  font-size: 12px;
  font-weight: 300;
  text-decoration: underline;
}

.link-text:hover {
  color: var(--primary-color);
}

.visited-time-text {
  font-size: 12px;
  color: #afadad;
  font-weight: 300;
}

.user-info-wrapper {
  padding: 0 25px;
}

.user-info-content-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.user-info-content-text {
  font-size: 15px;
  color: #333333;
  font-weight: 300;
  margin-left: 10px;
}

.user-info-content-wrapper:hover {
  color: #333333;
}

.user-info-img {
  width: 12px;
  height: 17px;
}

/*...................Dialer start.................  */

.dialer-wrapper {
  width: 350px;
  height: auto;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  box-shadow: 0 0 15px #00000029;
  z-index: 1000;
  position: absolute;
  background: #fff;
  right: 62px;
  top: 75px;
}

.dialer-header {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px;
  border-bottom: 1px solid #d6d6d6;
  /* margin-bottom: 12px; */
}

.dialer-dropdown {
  width: 100%;
  border-radius: 3px;
  height: 30px;
  background: none;
  text-transform: capitalize;
}

.dialer-btn {
  width: 100%;
  height: 30px;
  background: transparent;
  font-size: 15px;
  padding: 0 10px;
  position: relative;
}

.right-icon {
  position: absolute;
  right: 10px;
}

.dialer-dropdown-menu {
  width: 100%;
  border: 1px solid var(--primary-color);
  border-radius: 0 0 5px 5px;
  margin-top: -2px;
}

.location-dropdown-menu .dropdown-item:active,
.location-dropdown-menu .dropdown-item:hover,
.dialer-dropdown-menu .dropdown-item:active,
.dialer-dropdown-menu .dropdown-item:hover {
  background: transparent;
}

.dialer-dropdown-item {
  font-size: 15px;
  color: #333333;
}

.dialer-dropdown-item {
  display: flex;
  padding: 10px;
  align-items: center;
}

.btn:focus {
  box-shadow: none;
}

.dialer-dropdown-location {
  width: 33px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid var(--primary-color);
}

.location-dialer {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  padding: 7px 8px;
}

.dialer-text {
  font-size: 12px;
  color: #fff;
  font-weight: 100;
  margin-left: 8px;
  text-transform: none;
}
.dialer-text2 {
  font-size: 12px;
  color: #333;
  font-weight: 100;
  margin-left: 8px;
}


.location-dropdown-menu {
  width: 220px;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  margin-top: 5px;
  position: absolute !important;
  left: -4.4rem !important;
}

.glob {
  width: 21px;
  height: 12px;
}

.disable-item {
  color: #c3c3c3;
  cursor: none;
}

.dialer-keypad {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-height: 385px;
  min-height: 333px;
  padding: 15px;
  margin-bottom: 5px;
}
.dialer-middle-screen {
  max-height: 385px;
  min-height: 385px;
  padding: 0px;
  overflow-y: auto;
}
.mat-line {
  color: black;
}
.mat-list-base .mat-list-item .mat-list-icon,
.mat-list-base .mat-list-option .mat-list-icon {
  color: black !important;
  font-size: 24px !important;
  padding-right: 16px !important;
}
.mat-list-base .mat-list-item .mat-list-item-content,
.mat-list-base .mat-list-option .mat-list-item-content {
  padding: 0 !important;
}
.mat-list-base .mat-list-item .mat-list-item-content,
.mat-list-base .mat-list-option .mat-list-item-content {
  height: 0 !important;
}
.mat-list-text {
  padding: 12px !important;
}
.mat-line {
  margin: 3px !important;
}
.mat-list-base .mat-list-item.mat-2-line,
.mat-list-base .mat-list-option.mat-2-line {
  height: 0 !important;
}
.mat-list-text {
  border-bottom: 2px solid rgba(0, 0, 0, 0.336);
}

.dialer-keypad {
  display: block;
  padding: 0;
}

.no-incoming {
  font-size: 12px;
  color: #c3c3c3;
  margin-top: 8px;
}

.dialer-bottom {
  width: 100%;
  border-radius: 0 0 3px 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  bottom: 0;
  padding: 10px 20px;
  border-top: 1px solid #efefef;
}

.bottom-number {
  width: 100%;
  font-size: 14px;
  color: #aaa;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.keypad-icon {
  width: 25px;
  text-align: right;
  cursor: pointer;
  background: #f0f0f0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  align-items: center;
}
.keypad-icon img {
  width: 18px;
  height: 24px;
}
.call-down {
  width: 25px;
  text-align: left;
}

/*............css for keypad start............ */

.input-area {
  height: 40px;
  border-bottom: 1px solid #efefef;
  width: 100%;
  margin-bottom: 13px;
  padding: 0 10px;
}

.dialer-form-flag {
  width: 50px !important;
  margin-right: 7px;
  height: 30px;
  border: none;
}

.dialer-form-control {
  width: 70% !important;
  margin-right: 7px;
  height: 30px;
  border: none;
  font-size: 18px;
  color: var(--primary-color);
}

.flag {
  position: relative;
  display: flex;
  align-items: center;
}

.dialer-form input::placeholder {
  font-size: 14px;
  color: #c3c3c3;
}

.align-arrow {
  position: absolute;
  right: 13px;
}

.align {
  position: absolute;
  left: 0;
  margin-right: 10px;
}

.form-control:focus {
  border: 1px solid #ced4da;
  box-shadow: none;
}

/* .row {
	margin: 0 auto;
	width: 240px;
	clear: both;
	text-align: center;
	display: flex;
	justify-content: space-between;
	padding: 0 15px;
} */

.digit {
  float: left;
  padding: 10px 0px;
  width: 30%;
  font-size: 24px;
  color: #000;
  height: 50px;
  background: #fff;
  box-shadow: 0px 1px 3px #00000029;
  margin-right: 13px;
  text-align: center;
  margin-bottom: 13px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.digit:hover {
  cursor: pointer;
  background: #f1f1f1;
}
.sub {
  font-size: 0.8rem;
  color: #bebebe;
}

.dial-btn {
  background-color: #fa7b52;
  padding: 9px 30px;
  margin: 10px auto 10px;
  color: white;
  border-radius: 5px;
  width: 90%;
  font-size: 15px;
  height: 40px;
}

/* Custom Stroll start here */

.scrollbar {
  float: left;
  height: 490px;
  width: 100%;
  overflow-y: scroll;
  padding: 20px;
}

.force-overflow {
  min-height: 450px;
}

#style-1::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  background-color: #ebebeb;
}

#style-1::-webkit-scrollbar {
  width: 8px;
  background-color: #ebebeb;
}

#style-1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  background-color: #a3a3a3;
}

table {
  border-collapse: collapse;
  border-radius: 6px;
  border: none;
  /* box-shadow: 0px 0px 6px #00000029; */
  padding: 12px;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0px 0 30px;
}
table tbody tr td {
  padding: 15px 20px;
  font-size: 13px;
}
.custom-top-headding-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-top-headding-title {
  color: #163252;
  font-size: 17px;
}
.common-btn {
  background-color: #163252;
  color: white;
  font-weight: normal;
  font-size: 14px;
  padding: 5px 15px;
}
.common-btn:hover {
  background-color: #233851;
  color: white;
  font-weight: normal;
  font-size: 14px;
}
table thead tr {
  /*  color: white;*/
  height: 40px;
  position: relative;
  overflow: hidden;
  background: var(--primary-color);
}

.search-all {
  width: 250px;
  height: 34px;
  background: #fff;
  border-radius: 4px;
  font-size: 13px;
  border: 1px solid #eaeaea;
}
.search-all:focus {
  border: none;
  border: 1px solid #eaeaea;
}
.search-icon-link {
  top: 8px;
}
::placeholder {
  font-size: 14px;
}
.id-col-mod {
  color: #163252!important;
}
.table-search-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Custom Stroll end here */

/*...................Dialer End.................  */

/* ..............scroll bar custom.............. */

.updates-ticket-list-container::-webkit-scrollbar {
  width: 5px;
}

/* Track */

.updates-ticket-list-container::-webkit-scrollbar-track {
  background: #e4e4e4;
}

/* Handle */

.updates-ticket-list-container::-webkit-scrollbar-thumb {
  background: #afafaf;
  /* height: 75px; */
}

/* Handle on hover */

/* .updates-ticket-list-container::-webkit-scrollbar-thumb:hover {
    background: #555;
  } */

/* ..................................... */

.chat-list-container::-webkit-scrollbar {
  width: 5px;
}

/* Track */

.chat-list-container::-webkit-scrollbar-track {
  background: #e4e4e4;
}

/* Handle */

.chat-list-container::-webkit-scrollbar-thumb {
  background: #afafaf;
  /* height: 75px; */
}
/* Handle on hover */

/* .updates-ticket-list-container::-webkit-scrollbar-thumb:hover {
    background: #555;
  } */

/* ...................................................... */

.chat-page-right-wrapper::-webkit-scrollbar {
  width: 5px;
}

/* Track */

.chat-page-right-wrapper::-webkit-scrollbar-track {
  background: #e4e4e4;
}

/* Handle */

.chat-page-right-wrapper::-webkit-scrollbar-thumb {
  background: #afafaf;
  /* height: 75px; */
}

/* Handle on hover */

/* .chat-page-right-wrapper::-webkit-scrollbar-thumb:hover {
    background: #555;
  } */

/*******************************adminstration*****************/
/*****************************************************/
.custom-admin-datatable {
  width: 100%;
  float: left;
}
.custom-admin-datatable .material {
  width: 90%;
  margin: 0 auto;
}
.custom-admin-datatable .datatable-row-wrapper {
  height: 500px !important;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background: none!important;
  border-color: #1d426c;
}
.pagenation-right {
  height: 35px;
}
.pagenation-right .page-link {
  background: none!important;
  color: #fff;
  border-color: #1d426c;
  font-size: 12px;
}
.pagenation-right .page-link:hover,
.pagenation-right .page-link:focus {
  background: #35475c;
  box-shadow: none;
}
.pagenation-right .page-item.active .page-link {
  border-color: #1d426c;
  color: #fa7b52;
  font-size: 12px;
}
.pagenation-right .page-item.active .page-link:focus {
  box-shadow: none;
}
.emailedit > .loadedContent > .loadedContent > .bjZCdh .blockbuilder-branding {
  display: none !important;
}
.mat-form-field:focus-visible {
  outline: none;
}
.mat-form-field-wrapper:focus-visible {
  outline: none;
}
.mat-form-field-flex:focus-visible {
  outline: none;
}
.mat-select-value:focus-visible {
  outline: none;
}
.modal-footer {
  border: none;
  padding: 0;
}
.active-pad {
  padding-left: 50px !important;
}
.powered-txt {
  float: right;
  font-size: 13px;
  color: #646464;
  padding-top: 15px;
}
.powered-txt a {
  color: #163252 !important;
}

@media only screen and (max-width: 1920px) {
  /* #mySidebar {width: 23%;} */
  .dashboard-tab-item {
    padding-left: 10%;
  }
  .dashboard-tab-item p {
    font-family: "Nunito", sans-serif;
    font-size: 15px;
    font-weight: 400;
  }
  .add-ticket-detail-input {
    font-size: 12px;
  }
  .table tbody th {
    font-size: 11px;
  }
  .table th {
    /* font-size: 11px;
    background: red; */
  }
  .table tbody tr td {
    font-size: 12px;
  }
  .chat-page-center-wrapper {
    height: 750px;
  }
}

@media only screen and (max-width: 1600px) {
  /* #mySidebar {width: 23%;} */
  .dashboard-tab-item {
    padding-left: 10%;
  }
  .dashboard-tab-item p {
    font-family: "Nunito", sans-serif;
    font-size: 15px;
    font-weight: 400;
  }
  .add-ticket-detail-input {
    font-size: 14px;
  }
  .table tbody th {
    font-size: 14px;
  }
  .table th {
    font-size: 14px;
  }
  .table tbody tr td {
    font-size: 15px;
  }
  .chat-page-center-wrapper {
    height: 725px;
  }
}
@media only screen and (max-width: 1536px) {
  .box-content-wrapper-one {
    width: 112px;
  }
  .open-tick-icon {
    left: 40px;
  }

  .chat-page-center-wrapper {
    height: 700px;
  }
  .table tbody th {
    font-size: 14px;
  }
  .table th {
    font-size: 14px;
  }
  .table tbody tr td {
    font-size: 15px;
  }
   
}
@media only screen and (max-width: 1440px) {
  .box-content-wrapper-one {
    width: 100px;
  }
  .table tbody th {
    font-size: 14px;
  }
  .table th {
    font-size: 14px;
  }

  .table tbody tr td {
    font-size: 15px;
  }
  .chat-page-center-wrapper {
    height: 645px;
  }
}

@media only screen and (max-width: 1366px) {
  .table tbody th {
    font-size: 12px;
  }
  .table th {
    font-size: 12px;
  }
  .table tbody tr td {
    font-size: 13px;
  }

  .chat-page-center-wrapper {
    height: 600px;
  }
}





.video-active > video {
  width: 100% !important;
  border-radius: 12px !important;
  height: 100%;
  object-fit: cover;
}
.video-thumb > video {
  height: 100%;
  background-color: black;
  /* max-width: 100%; */
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.video_off {
  height: 100%;
  /* max-width: 100%; */
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  position: absolute;
  background-color: black;
  top: 0px;
}

.video-thumb {
  background: white;
  width: 193px;
  height: 125px;
  border-radius: 18px;
  color: #000;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-right: 1rem;
}

.video-status {
  background: rgba(36, 39, 54, 0.9);
  border-radius: 8px;
  padding: 10px;
  color: #fff;
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 13px;
  z-index: 111;
}

.video-online {
  width: 6px;
  height: 6px;
  background: green;
  border-radius: 100%;
  display: inline-block;
  margin-left: 1rem;
  margin-bottom: 1rem;
}
