//input{text-transform: capitalize;}
//input[type=email], input[name=email]{text-transform: lowercase;}

::placeholder {text-transform: capitalize;}

:-ms-input-placeholder {text-transform: capitalize;}

::-ms-input-placeholder {text-transform: capitalize;}


#ui-datepicker-div {
width: auto !important;
}
#ppreloader {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #fff;
            z-index: 9999;
        }

        .ploader {
            position: absolute;
            top: 40%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100px;
            height: 100px;
            border: 16px solid #f3f3f3;
            border-top: 16px solid #3498db;
            border-radius: 50%;
            animation: spin 2s linear infinite;
        }
        #ppreloader p {
            position: absolute;
            top: 50%;
            left: 45%;
            z-index: 999;
            font-size: 50px;
        }
@keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
.shocsk{
position: absolute;
background: #fff;
padding: 10px 15px;
border: #0f0f0f 2px solid;
margin-top: 10px;
border-radius: 5px;}
/* your styles go here */
#example th {
  background-color: white;
  color: #000;
  font-weight: bold;
  font-size: 16px;
}
#example td {
  color: #000;
  font-size: 13px;
  padding: 15px 10px !important;
text-transform: capitalize !important;
}
#example td span.decline{
    background:#ff000054;
    color: red;
    border-radius: 20px;
    padding: 3px 10px;
text-transform: capitalize !important;
}
#example td span.active{
    background:rgb(124, 216, 124);
    color: green;
    border-radius: 20px;
    padding: 3px 10px;
}
tr:nth-child(odd) {
  /* background-color: grey; */
}
th, td {
  padding: 1rem;
}
td:hover {
  background-color: lightsalmon;
}

.paginate_button {
  border-radius: 0 !important;
}

table tr td a{display: inline-block;margin: 0 10px;}
table tr td a img{width: 18px;}

/* DS Code */
.login-page .container {
    height: 100vh !important;
    z-index: 999;
}
.fixheight {
    height: 555px;
    overflow: hidden;
}
.side-nav-head {
    display: flex;
    align-items: center;
    margin-right: 40px;
}
.navbar {
    background: #fff !important;
}
.page-title h2 {
    color: #00bdd5 !important;
    font-size: 24px;
}
.search-cal select.form-control {
    border: 2px solid #666;
    border-radius: 5px;
    padding: 10px 15px;
    appearance: auto !important;
}
.sidebar-item.active > .sidebar-link {
    margin: 0px 10px;
    border-radius: 10px;
}
.sidebar-link:hover {
    margin: 0px 10px;
    border-radius: 10px;
}
.sidebar .sidebar-link:hover {
  margin: 0;
  border-radius: unset;
}
nav#sidebar {
    min-width: 270px;
    max-width: 270px;
}
.billing_row > div i {
    border: 1px solid #00bcd5;
    padding: 7px;
    border-radius: 5px;
    color: #00bcd5;
    width: 35px;
    position:absolute;
    top:10px;
    right:10px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-link.active {
    background: #c3dbff !important;
    color: #0945a6 !important;
    font-weight: bold;
    letter-spacing: 0.6px;
    margin: 0px 10px;
    border-radius: 10px;
}
/* Vendors Invoice Datatable*/
div#vendorsInvoice_paginate ul.pagination {
    justify-content: end;
}

div#vendorsInvoice_paginate ul.pagination li {
    margin: 0px 2px;
}
div#vendorsInvoice_paginate ul.pagination li.paginate_button.active a {
    background: #00bcd5 !important;
    color: #fff !important;
}
div#vendorsInvoice_paginate ul.pagination li a {
    background: #fff !important;
    padding: 5px 10px;
    color: #00bcd5;
}
div#vendorsInvoice_filter label {
    display: block;
    width: 60%;
    margin-left: auto;
}
/* Detailed Report Datatable */
div#detailedReport_paginate ul.pagination {
    justify-content: end;
}

div#detailedReport_paginate ul.pagination li {
    margin: 0px 2px;
}
div#detailedReport_paginate ul.pagination li.paginate_button.active a {
    background: #00bcd5 !important;
    color: #fff !important;
}
div#detailedReport_paginate ul.pagination li a {
    background: #fff !important;
    padding: 5px 10px;
    color: #00bcd5;
}
div#detailedReport_filter label {
    display: block;
    width: 60%;
    margin-left: auto;
}
/* Client Billing Datatable */
div#clientBilling_paginate ul.pagination {
    justify-content: end;
}

div#clientBilling_paginate ul.pagination li {
    margin: 0px 2px;
}
div#clientBilling_paginate ul.pagination li.paginate_button.active a {
    background: #00bcd5 !important;
    color: #fff !important;
}
div#clientBilling_paginate ul.pagination li a {
    background: #fff !important;
    padding: 5px 10px;
    color: #00bcd5;
}
div#clientBilling_filter label {
    display: block;
    width: 60%;
    margin-left: auto;
}
.title-icon i {
    color: #00bcd5;
    margin-right: 10px;
}
.export-btn {
    border: 1px solid #00bcd5;
    color: #00bcd5;
    background: #fff;
}
.export-btn:hover {
    border: 1px solid #00bcd5;
    background: #00bcd5;
    color: #fff;
}
.blue-color {
    background-color: #ebfdff;
}
.purple-color {
    background-color: #f5f2fd;
}
.red-color {
    background-color:rgb(255 13 13 / 55%);
}
.green-color {
    background-color:#4ae34a;
}
.orange-color {
    background-color:#fda709;
}

.sky-color {
    background-color:#325bef;
}

.purple-color i {
    border: 1px solid #a889fb !important;
    color: #a889fb !important;
}
table thead tr th {
    color: #000 !important;
}
.table-striped > thead > tr {
    border-top: 0px;
    border-bottom: 0px;
    border-width: 0px !important;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: inherit;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.weekdays {
    color: #00bcd5;
    font-weight: 800 !important;
}
.calendar.border {
    border-radius: 10px;
}
.today {
    background: #00bcd5 !important;
    color: #fff !important;
}
.days > div:hover {
    border: 0px !important;
    background: #00bcd5 !important;
    color: #fff !important;
}
.approve-btn {
    padding: 15px 110px;
    background: #00bcd5 !important;
    border: 1px solid #00bcd5 !important;
}
.approve-btn:hover {
    color: #00bcd5 !important;
    background: #fff !important;
}
.calendar .month .date {
    color: #00bcd5 !important;
}
.client-table-responsive {
    background: #fff;
    padding: 20px;
}
/* your styles go here */

.right-siderbar {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.right-siderbar .form-steps {
    list-style: none;
    margin-bottom: 36px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    flex-direction: row;
}
.right-siderbar .form-steps > li {
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    cursor: pointer;
    position: relative;
}
.right-siderbar .form-steps > li.active::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #0c2685
}
.right-siderbar .form-steps > li .fa-check {
    opacity: 0;
}
.right-siderbar  .form-steps > li.active .fa-check {
    background-color: #0c2685;
    padding: 10px;
    border-radius: 50%;
    opacity: 1;
    color: #fff;
}
.upload_file {
    width: 120px;
    height: 120px;
    opacity: 0;
    position: relative;
    z-index: 3;
}
.right-siderbar >.basic_form .upload_icon {
    width: 120px;
    height: 120px;
    background: aqua;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 32px;
    position: relative;
    margin-top: -120px;
    z-index: 2;
}

.upload_border {
    width: 148px;
    height: 120px;
    background: #eee;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    font-size: 32px;
    position: relative;
    margin-top: -120px;
    z-index: 2;
    border: 2px dashed #ccc;
}
.upload_file {
    width: 148px;
}
.upload_name {
    position: absolute;
    font-size: 8px;
    padding: 6px;
    top: 70px;
    letter-spacing: 1px;
    line-height: 10px;
}
.custom_pagination li a {
    border: none;
    border-radius: 50%;
}
.custom_pagination li a.active {
    background-color: #00bcd5 !important;
    color: #fff;
}
/* amit */

.right-siderbar .overview .fa-th-large {
    color: #00bdd5;
}
.billing_row .light-green {
    background-color: #ebfdff;
}
/* .billing_row i{ width: 30px; height: 30px;} */
.billing_row .light-green i {
    border: 1px solid #3ba8b0;
    padding: 7px;
    border-radius: 3px;
}
.billing_row .light-green .fa {
    color: #3ba8b0;
}
.billing_row .light-grey {
    background-color: #f5f2fd;
}
.billing_row .light-grey i {
    border: 1px solid #7b63af;
    padding: 7px;  
    border-radius: 3px;
}
.billing_row .light-grey .fa {
    color: #7b63af;
}
.billing_row .light-green2 {
    background-color: #f0f8fd;
}
.billing_row .light-green2 i {
    border: 1px solid #7565ac;
    padding: 7px;
    border-radius: 3px;
}
.billing_row .light-green2 .fa {
    color: #7565ac;
}
._client_billing table th {
    color: #000 !important;
}
._client_billing .custom_white_bg {
    background-color: #fff;
}
table td {
    color: #161616;
    font-size: 14px;
}
table ._data_bg_green {
    color: #2f724b;
    background-color: #e5fff2;
    padding: 2px 6px;
    border-radius: 10px;
}
table ._data_bg_red {
    color: #bc3f58;
    background-color: #faf1f0;
    padding: 2px 6px;
    border-radius: 10px;
}
table ._data_txt_blue {
    color: #4b69b4;
    padding: 2px 11px;
    font-size: 12px;
}
.text_bg_green {
    background-color: #28a74536;
    color: #28a745;
    padding: 2px 11px;
    font-size: 12px;
    border-radius: 50px;
    text-align: center;
}
.text_bg_red {
    color: #dc3545;
    background-color: #ff000036;
    padding: 2px 11px;
    font-size: 12px;
    border-radius: 50px;
   
    text-align: center;
}
.text_blue {
    color: #0d6efd;
    padding: 2px 11px;
    font-size: 12px;
}
.text_yellow {
    background-color: #cd9a6936;
    color: #cd9a69;
    padding: 2px 11px;
    font-size: 12px;
    border-radius: 50px;
    text-align: center;

}
.text_bg_purple {
    background-color: #6061c036;
    color: #6061c0;
    padding: 2px 11px;
    font-size: 12px;
    border-radius: 50px;
    text-align: center;
}

/* Calender */
.calendar {
    width: 28rem;
    height: 32rem;
    background-color: #f8f8f8;
    /* box-shadow: 0 0.5rem 3rem rgba(0, 0, 0, 0.4); */
}

.calendar .month {
    width: 100%;
    height: 8rem;
    /* background-color: #167e56; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
    text-align: center;
}

.calendar .month i {
    font-size: 1.5rem;
    cursor: pointer;
}

.calendar .month h1 {
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    margin-bottom: 1rem;
}

.calendar .month p {
    font-size: 1.6rem;
}

.calendar .weekdays {
    width: 100%;
    height: 3rem;
    padding: 0 0.4rem;
    display: flex;
    align-items: center;
}

.calendar .weekdays div {
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
    width: calc(25.2rem / 7);
    display: flex;
    justify-content: center;
    align-items: center;
    /* text-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.5); */
}

.calendar .days {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0.2rem;
}

.calendar .days div {
    font-size: 1rem;
    margin: 0.2rem;
    width: calc(27.2rem / 7);
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #161616;
    /* text-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.5); */
    transition: background-color 0.2s;
}

.calendar .days div:hover:not(.today) {
    background-color: #fff;
    border: 0.2rem solid #777;
    cursor: pointer;
}

.prev-date,
.next-date {
    opacity: 0.5;
}

.calendar .today {
    background-color: #333;
    color: #fff;
}


/*vendor css*/
#vendorsInvoice th input[type="checkbox"]{
    margin-right: 10px;
}

/** Client Invoice **/
.invoice ul {padding-left: 0;}
.invoice ul li{display: inline-block;padding-right: 20px;color:#3ca9dd;}
.invoice tr:nth-child(even) td{
	background: #fff;
}
.invoice tr:nth-child(even) td:first-child{
	border-left: 5px #0c2685 solid;
	margin-left: 15px;
	position: relative;
	display: block;
	width: 97%;
}
.invoice tr:nth-child(even) td:first-child:before{
	content:'';
}
.invoice tr:nth-child(even) {
	/* background: #fff; */
	/* margin-left: 15px; */
	/* position: relative; */
	/* display: block; */
	/* border-left: 5px #0c2685 solid; */
}
.invoice tr:nth-child(even) {
	/* background: #fff; */
	/* margin-left: 15px; */
	/* position: relative; */
	/* display: block; */
	/* border-left: 5px #0c2685 solid; */
}

.invoice tr:nth-child(odd) td::before {
  content: '';
  position: absolute;
  margin-top: 7px;
  left: 27px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 0 2px #526bf5;
}

.invoice tr:nth-child(odd) td:last-child::after {
	content: '';
	position: absolute;
	margin-top: 5px;
	left: 30px;
	width: 2px;
	height: 20%;
	background-color: #cac7cf;
	z-index: -2;
	/* transform: translate(0, -44%); */
}
.btn-remove{border: unset;background: unset;}
/* ticket manage start */
._bd_main_service{width: 100%;float: left;position: relative;clear: both;overflow: hidden;}
.editmytable table tr th{width:30%;padding: 8px; border: 1px solid #aaa;background: #f8f8f8;color: #000;font-weight: bold;font-size: 17px;}
.editmytable table tr td{width:70%;padding: 8px;border: 1px solid #aaa;font-size: 14px;}
.editmytable table tr td input{width: 100%;border: none;text-transform: capitalize; }
.editmytable .ptable tr th{width: 20.33%;margin-left: -1px;}
.editmytable .ntable tr th{width: 30.33%;margin-left: -1px;position: relative;}
.editmytable mtable thead tr th {width: 25% !important;}
.editmytable mtable tbody tr td {width: 25% !important;}
.editmytable .ptable tr th:first-child{border-top: none;}
.editmytable .ptable tr td:first-child{border-top: none;}
.editmytable .ptable tr td:first-child input{border-top: none;}
.editmytable .checkbox_input{display: inline-flex;margin-right: 60px;}
.editmytable .checkbox_input input[type="checkbox"]{width:19px;height: 19px;margin-right: 10px;}
.editmytable .checkbox_input label{font-weight: bold;}
.editmytable .export-edit{padding: 5px 50px;float: right;background: transparent;border: 2px solid #00bcd5;color: #fff;background: #00bcd5;font-weight: bold;position: absolute;right: 5px;top: 5px;}
#div2,#div3{display:none;}
.mtable tr th{color: #000 !important;border: 1px solid #000;padding: 10px;background: #ccc;}
.mtable tr td{color: #000 !important;border: 1px solid #ccc;padding: 10px;}
.mtable tr td input{border: none;}
#prev{display:none;float:left;}

.ticket_gen{width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;}
       .ticket_gen ._left{width: 55%;}
       .ticket_gen ._right{width: 30%;position: relative;}
       .ticket_gen ._right .upload-icon{position: absolute;background: url('./img/cloud-computing.png') no-repeat;width: 64px;height: 64px;background-size: cover;margin:  0 auto;top: 50%;transform: translateY(-50%);right: 0px;left: 0px;z-index:1;border: none;}
       .ticket_gen ._right img{width: 100%;height:80%;border: 2px dashed #000;background: #f8f8f8;z-index: 44;}
       .ticket_gen ._right input[type="file"]{position:absolute;left: 0px;right: 0px;width: 100%;height: 100%;opacity:0;}
/* ticket manage end */
/* chat css */
#frame {
  width: 95%;
  min-width: 360px;
  max-width: 1000px;
  height: 92vh;
  min-height: 300px;
  max-height: 620px;
  background: #E6EAEA;
}
@media screen and (max-width: 360px) {
  #frame {
    width: 100%;
    height: 100vh;
  }
}
#frame #sidepanel {
  float: left;
  min-width: 280px;
  max-width: 340px;
  width: 40%;
  height: 100%;
  background: #2c3e50;
  color: #f5f5f5;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel {
    width: 58px;
    min-width: 58px;
  }
}
#frame #sidepanel #profile {
  width: 80%;
  margin: 25px auto;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile {
    width: 100%;
    margin: 0 auto;
    padding: 5px 0 0 0;
    background: #32465a;
  }
}
#frame #sidepanel #profile.expanded .wrap {
  height: 210px;
  line-height: initial;
}
#frame #sidepanel #profile.expanded .wrap p {
  margin-top: 20px;
}
#frame #sidepanel #profile.expanded .wrap i.expand-button {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
#frame #sidepanel #profile .wrap {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  -moz-transition: 0.3s height ease;
  -o-transition: 0.3s height ease;
  -webkit-transition: 0.3s height ease;
  transition: 0.3s height ease;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap {
height: 55px;
  }
}
#frame #sidepanel #profile .wrap img {
  width: 50px;
  border-radius: 50%;
  padding: 3px;
  border: 2px solid #e74c3c;
  height: auto;
  float: left;
  cursor: pointer;
  -moz-transition: 0.3s border ease;
  -o-transition: 0.3s border ease;
  -webkit-transition: 0.3s border ease;
  transition: 0.3s border ease;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap img {
    width: 40px;
    margin-left: 4px;
  }
}
#frame #sidepanel #profile .wrap img.online {
  border: 2px solid #2ecc71;
}
#frame #sidepanel #profile .wrap img.away {
  border: 2px solid #f1c40f;
}
#frame #sidepanel #profile .wrap img.busy {
  border: 2px solid #e74c3c;
}
#frame #sidepanel #profile .wrap img.offline {
  border: 2px solid #95a5a6;
}
#frame #sidepanel #profile .wrap p {
  float: left;
  margin-left: 15px;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap p {
    display: none;
  }
}
#frame #sidepanel #profile .wrap i.expand-button {
  float: right;
  margin-top: 23px;
  font-size: 0.8em;
  cursor: pointer;
  color: #435f7a;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap i.expand-button {
    display: none;
  }
}
#frame #sidepanel #profile .wrap #status-options {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 150px;
  margin: 70px 0 0 0;
  border-radius: 6px;
  z-index: 99;
  line-height: initial;
  background: #435f7a;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options {
    width: 58px;
    margin-top: 57px;
  }
}
#frame #sidepanel #profile .wrap #status-options.active {
  opacity: 1;
  visibility: visible;
  margin: 75px 0 0 0;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options.active {
    margin-top: 62px;
  }
}
#frame #sidepanel #profile .wrap #status-options:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #435f7a;
  margin: -8px 0 0 24px;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options:before {
    margin-left: 23px;
  }
}
#frame #sidepanel #profile .wrap #status-options ul {
  overflow: hidden;
  border-radius: 6px;
}
#frame #sidepanel #profile .wrap #status-options ul li {
  padding: 15px 0 30px 18px;
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options ul li {
    padding: 15px 0 35px 22px;
  }
}
#frame #sidepanel #profile .wrap #status-options ul li:hover {
  background: #496886;
}
#frame #sidepanel #profile .wrap #status-options ul li span.status-circle {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 5px 0 0 0;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options ul li span.status-circle {
    width: 14px;
    height: 14px;
  }
}
#frame #sidepanel #profile .wrap #status-options ul li span.status-circle:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  margin: -3px 0 0 -3px;
  background: transparent;
  border-radius: 50%;
  z-index: 0;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options ul li span.status-circle:before {
    height: 18px;
    width: 18px;
  }
}
#frame #sidepanel #profile .wrap #status-options ul li p {
  padding-left: 12px;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options ul li p {
    display: none;
  }
}
#frame #sidepanel #profile .wrap #status-options ul li#status-online span.status-circle {
  background: #2ecc71;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-online.active span.status-circle:before {
  border: 1px solid #2ecc71;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-away span.status-circle {
  background: #f1c40f;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-away.active span.status-circle:before {
  border: 1px solid #f1c40f;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-busy span.status-circle {
  background: #e74c3c;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-busy.active span.status-circle:before {
  border: 1px solid #e74c3c;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-offline span.status-circle {
  background: #95a5a6;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-offline.active span.status-circle:before {
  border: 1px solid #95a5a6;
}
#frame #sidepanel #profile .wrap #expanded {
  padding: 100px 0 0 0;
  display: block;
  line-height: initial !important;
}
#frame #sidepanel #profile .wrap #expanded label {
  float: left;
  clear: both;
  margin: 0 8px 5px 0;
  padding: 5px 0;
}
#frame #sidepanel #profile .wrap #expanded input {
  border: none;
  margin-bottom: 6px;
  background: #32465a;
  border-radius: 3px;
  color: #f5f5f5;
  padding: 7px;
  width: calc(100% - 43px);
}
#frame #sidepanel #profile .wrap #expanded input:focus {
  outline: none;
  background: #435f7a;
}
#frame #sidepanel #search {
  border-top: 1px solid #32465a;
  border-bottom: 1px solid #32465a;
  font-weight: 300;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #search {
    display: none;
  }
}
#frame #sidepanel #search label {
  position: absolute;
  margin: 10px 0 0 20px;
}
#frame #sidepanel #search input {
  font-family: "proxima-nova", "Source Sans Pro", sans-serif;
  padding: 10px 0 10px 46px;
  width:100%;
  border: none;
  background: #32465a;
  color: #f5f5f5;
}
#frame #sidepanel #search input:focus {
  outline: none;
  background: #435f7a;
}
#frame #sidepanel #search input::-webkit-input-placeholder {
  color: #f5f5f5;
}
#frame #sidepanel #search input::-moz-placeholder {
  color: #f5f5f5;
}
#frame #sidepanel #search input:-ms-input-placeholder {
  color: #f5f5f5;
}
#frame #sidepanel #search input:-moz-placeholder {
  color: #f5f5f5;
}
#frame #sidepanel #contacts {
  height: calc(100% - 177px);
  overflow-y: scroll;
  overflow-x: hidden;
}
#frame #sidepanel #contacts ul{
  margin: 0px;
padding: 0px;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #contacts {
    height: calc(100% - 149px);
    overflow-y: scroll;
    overflow-x: hidden;
  }
  #frame #sidepanel #contacts::-webkit-scrollbar {
    display: none;
  }
}
#frame #sidepanel #contacts.expanded {
  height: calc(100% - 334px);
}
#frame #sidepanel #contacts::-webkit-scrollbar {
  width: 8px;
  background: #2c3e50;
}
#frame #sidepanel #contacts::-webkit-scrollbar-thumb {
  background-color: #243140;
}
#frame #sidepanel #contacts ul li.contact {
  position: relative;
  padding: 10px 0 15px 0;
  font-size: 0.9em;
  cursor: pointer;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #contacts ul li.contact {
    padding: 6px 0 46px 8px;
  }
}
#frame #sidepanel #contacts ul li.contact:hover {
  background: #32465a;
}
#frame #sidepanel #contacts ul li.contact.active {
  background: #32465a;
  border-right: 5px solid #435f7a;
}
#frame #sidepanel #contacts ul li.contact.active span.contact-status {
  border: 2px solid #32465a !important;
}
#frame #sidepanel #contacts ul li.contact .wrap {
  width: 88%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #contacts ul li.contact .wrap {
    width: 100%;
  }
}
#frame #sidepanel #contacts ul li.contact .wrap span {
  position: absolute;
  left: 0;
  margin: -2px 0 0 -2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #2c3e50;
  background: #95a5a6;
}
#frame #sidepanel #contacts ul li.contact .wrap span.online {
  background: #2ecc71;
}
#frame #sidepanel #contacts ul li.contact .wrap span.away {
  background: #f1c40f;
}
#frame #sidepanel #contacts ul li.contact .wrap span.busy {
  background: #e74c3c;
}
#frame #sidepanel #contacts ul li.contact .wrap img {
  width: 40px;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #contacts ul li.contact .wrap img {
    margin-right: 0px;
  }
}
#frame #sidepanel #contacts ul li.contact .wrap .meta {
  padding: 5px 0 0 0;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #contacts ul li.contact .wrap .meta {
    display: none;
  }
}
#frame #sidepanel #contacts ul li.contact .wrap .meta .name {
  font-weight: 600;
}
#frame #sidepanel #contacts ul li.contact .wrap .meta .preview {
  margin: 5px 0 0 0;
  padding: 0 0 1px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -moz-transition: 1s all ease;
  -o-transition: 1s all ease;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}
#frame #sidepanel #contacts ul li.contact .wrap .meta .preview span {
  position: initial;
  border-radius: initial;
  background: none;
  border: none;
  padding: 0 2px 0 0;
  margin: 0 0 0 1px;
  opacity: 0.5;
}
#frame #sidepanel #bottom-bar {
  position: absolute;
  width: 100%;
  bottom: 0;
}
#frame #sidepanel #bottom-bar button {
  float: left;
  border: none;
  width: 50%;
  padding: 10px 0;
  background: #32465a;
  color: #f5f5f5;
  cursor: pointer;
  font-size: 0.85em;
  font-family: "proxima-nova", "Source Sans Pro", sans-serif;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #bottom-bar button {
    float: none;
    width: 100%;
    padding: 15px 0;
  }
}
#frame #sidepanel #bottom-bar button:focus {
  outline: none;
}
#frame #sidepanel #bottom-bar button:nth-child(1) {
  border-right: 1px solid #2c3e50;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #bottom-bar button:nth-child(1) {
    border-right: none;
    border-bottom: 1px solid #2c3e50;
  }
}
#frame #sidepanel #bottom-bar button:hover {
  background: #435f7a;
}
#frame #sidepanel #bottom-bar button i {
  margin-right: 3px;
  font-size: 1em;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #bottom-bar button i {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #bottom-bar button span {
    display: none;
  }
}
#frame .content {
  float: right;
  width: 60%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 735px) {
  #frame .content {
    width: calc(100% - 58px);
    min-width: 300px !important;
  }
}
@media screen and (min-width: 900px) {
  #frame .content {
    width: calc(100% - 340px);
  }
}
#frame .content .contact-profile {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #f5f5f5;
}
#frame .content .contact-profile img {
  width: 40px;
  border-radius: 50%;
  float: left;
  margin: 9px 12px 0 9px;
}
#frame .content .contact-profile p {
  float: left;
}
#frame .content .contact-profile .social-media {
  float: right;
}
#frame .content .contact-profile .social-media i {
  margin-left: 14px;
  cursor: pointer;
}
#frame .content .contact-profile .social-media i:nth-last-child(1) {
  margin-right: 20px;
}
#frame .content .contact-profile .social-media i:hover {
  color: #435f7a;
}
#frame .content .messages {
  height: auto;
  min-height: calc(100% - 93px);
  max-height: calc(100% - 93px);
  overflow-y: scroll;
  overflow-x: hidden;
}
@media screen and (max-width: 735px) {
  #frame .content .messages {
    max-height: calc(100% - 105px);
  }
}
#frame .content .messages::-webkit-scrollbar {
  width: 8px;
  background: rgba(0, 0, 0, 0);
}
#frame .content .messages::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
}
#frame .content .messages ul li {
  display: inline-block;
  clear: both;
  float: left;
  margin: 15px 15px 5px 15px;
  width: calc(100% - 25px);
  font-size: 0.9em;
}
#frame .content .messages ul li:nth-last-child(1) {
  margin-bottom: 20px;
}
#frame .content .messages ul li.sent img {
  margin: 6px 8px 0 0;
}
#frame .content .messages ul li.sent p {
  background: #435f7a;
  color: #f5f5f5;
}
#frame .content .messages ul li.replies img {
  float: right;
  margin: 6px 0 0 8px;
}
#frame .content .messages ul li.replies p {
  background: #f5f5f5;
  float: right;
}
#frame .content .messages ul li img {
  width: 40px;
  border-radius: 50%;
  float: left;
}
#frame .content .messages ul li p {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 20px;
  max-width: 205px;
  line-height: 130%;
}
@media screen and (min-width: 735px) {
  #frame .content .messages ul li p {
    max-width: 300px;
  }
}
#frame .content .message-input {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 99;
}
#frame .content .message-input .wrap {
  position: relative;
  display:flex;
}
#frame .content .message-input .wrap input {
  font-family: "proxima-nova", "Source Sans Pro", sans-serif;
  float: left;
  border: none;
  width:100%;
  padding: 16px 32px 16px 8px;
  font-size:17px;
  color: #32465a;
}
@media screen and (max-width: 735px) {
  #frame .content .message-input .wrap input {
    padding: 15px 32px 16px 8px;
  }
}
#frame .content .message-input .wrap input:focus {
  outline: none;
}
#frame .content .message-input .wrap .attachment {
  position: absolute;
  right: 60px;
  display: none;
  z-index: 4;
  margin-top: 10px;
  font-size: 1.1em;
  color: #435f7a;
  opacity: 0.5;
  cursor: pointer;
}
@media screen and (max-width: 735px) {
  #frame .content .message-input .wrap .attachment {
    margin-top: 17px;
    right: 65px;
  }
}
#frame .content .message-input .wrap .attachment:hover {
  opacity: 1;
}
#frame .content .message-input .wrap button {
  float: right;
  border: none;
  width: 50px;
  padding: 12px 0;
  cursor: pointer;
  background: #32465a;
  color: #f5f5f5;
}
@media screen and (max-width: 735px) {
  #frame .content .message-input .wrap button {
    padding: 16px 0;
  }
}
#frame .content .message-input .wrap button:hover {
  background: #435f7a;
}
#frame .content .message-input .wrap button:focus {
  outline: none;
}

table.mis tr td:nth-child(6), table.mis tr th:nth-child(6) {
    background: #fffe00 !important;
}
table.mis tr td:nth-child(7), table.mis tr th:nth-child(7) {
    background: #fdc100 !important;
}
table.mis tr td:nth-child(8), table.mis tr th:nth-child(8) {
    background: #fd0100 !important;
}
/*chat end css*/