/* for dashboard page */
.mtbox-field {
  margin-bottom: 20px;
  padding: 0 15px; }

.esb_msg {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.esb_msg-heading {
  color: inherit; }

.esb_msg-link {
  font-weight: 700; }

.esb_msg-dismissible {
  padding-right: 4rem; }
  .esb_msg-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.esb_msg-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .esb_msg-primary hr {
    border-top-color: #9fcdff; }
  .esb_msg-primary .esb_msg-link {
    color: #002752; }

.esb_msg-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .esb_msg-secondary hr {
    border-top-color: #c8cbcf; }
  .esb_msg-secondary .esb_msg-link {
    color: #202326; }

.esb_msg-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .esb_msg-success hr {
    border-top-color: #b1dfbb; }
  .esb_msg-success .esb_msg-link {
    color: #0b2e13; }

.esb_msg-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .esb_msg-info hr {
    border-top-color: #abdde5; }
  .esb_msg-info .esb_msg-link {
    color: #062c33; }

.esb_msg-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .esb_msg-warning hr {
    border-top-color: #ffe8a1; }
  .esb_msg-warning .esb_msg-link {
    color: #533f03; }

.esb_msg-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .esb_msg-error hr {
    border-top-color: #f1b0b7; }
  .esb_msg-error .esb_msg-link {
    color: #491217; }

.esb_msg-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .esb_msg-light hr {
    border-top-color: #ececf6; }
  .esb_msg-light .esb_msg-link {
    color: #686868; }

.esb_msg-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .esb_msg-dark hr {
    border-top-color: #b9bbbe; }
  .esb_msg-dark .esb_msg-link {
    color: #040505; }

button.close {
  cursor: pointer;
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

.dashboard-follow-tabs {
  margin-bottom: 20px; }

.notification-list-item {
  padding: 15px 20px;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 6px;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #eee; }

.notification-list-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.notification-list-remove {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  cursor: pointer;
  border-radius: 100%;
  text-align: center;
  font-size: 0.769em;
  margin-left: 30px;
  top: 5px;
  position: relative; }

.notification-list-text {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 40px; }

.notification-msg {
  color: #888;
  position: relative;
  display: block; }
  .notification-msg p {
    color: #888; }
  .notification-msg .substatus-status > i,
  .notification-msg > i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    margin-right: 20px;
    border-radius: 4px;
    text-align: center; }

.notification-list-item:hover .notification-list-time,
.notification-list-item:hover .notification-msg,
.notification-list-item:hover .notification-msg p,
.notification-list-item:hover .notification-msg a,
.success-notif .notification-msg {
  color: #fff; }

.notification-list-time {
  text-align: right;
  font-size: 0.846em;
  color: #888DA0;
  position: relative;
  top: 10px;
  margin-left: 30px; }
  .notification-list-time i {
    margin-right: 6px; }

.notification-list-item + .pagination {
  margin-top: 30px; }

.dashboard-card {
  padding: 30px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e5e7f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.dashboard-card-avatar {
  width: 80px; }
  .dashboard-card-avatar img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    -webkit-box-shadow: 0 9px 16px rgba(58, 87, 135, 0.2);
            box-shadow: 0 9px 16px rgba(58, 87, 135, 0.2); }

.dashboard-card-content {
  width: 100%; }
  .dashboard-card-content .entry-title {
    font-weight: 600;
    font-size: 1.077em;
    padding-bottom: 20px;
    color: #50596E; }
  .dashboard-card-content p {
    text-align: left;
    color: #878C9F;
    font-size: 0.923em;
    line-height: 24px;
    padding-bottom: 10px; }

.dashboard-card-avatar + .dashboard-card-content {
  width: calc(100% - 80px); }

.booking-details {
  padding: 6px 0;
  font-size: 0.923em;
  color: #7d93b2; }
  .booking-details a {
    color: #7d93b2; }
  .booking-details .booking-title {
    color: #999;
    padding-right: 10px; }

.single-booking-item .bookings-item-content {
  padding-left: 0;
  padding-right: 0; }

.bkdt-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  color: #7d93b2; }

.bkdt-title {
  width: 7rem;
  margin-right: 1.5625rem;
  padding-right: 0;
  color: #7d93b2; }

.bk-text {
  color: #144273; }

.ubilling-label {
  color: #7d93b2; }

.booking-list-contr {
  padding: 5px 10px;
  background: #f9f9f9;
  border: 1px solid #eee;
  border-right: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 38px 0 0 38px;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.03);
          box-shadow: 0 10px 15px rgba(0, 0, 0, 0.03); }
  .booking-list-contr:empty {
    display: none; }
  .booking-list-contr a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    position: relative;
    border-radius: 100%;
    margin: 0 4px;
    display: inline-block;
    text-align: center; }

.ubilling-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.ubilling-label {
  margin-right: 1.5625rem;
  width: 5rem;
  text-align: right; }

.ubilling-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #144273; }

.field-lbl {
  margin-bottom: 10px;
  color: #878C9F;
  font-size: 1rem;
  font-weight: 500; }

.uploaded-file-wrap {
  color: #4DB7FE; }

.field-desc {
  font-size: 0.923em;
  color: #666;
  margin-top: 10px; }

.field-desc-top {
  margin-top: 5px;
  margin-bottom: 10px; }

.field-lbl + .field-desc-top {
  margin-top: -10px; }

.dashboard-table-wrap {
  background: transparent;
  padding: 0;
  border: 0; }
  .dashboard-table-wrap .cth-table {
    background: #fff;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
    margin-bottom: 20px;
    /* top-left border-radius */
    /* top-right border-radius */
    /* bottom-left border-radius */
    /* bottom-right border-radius */ }
    .dashboard-table-wrap .cth-table tr th, .dashboard-table-wrap .cth-table tr td {
      border-bottom: 1px solid #e5e7f2; }
    .dashboard-table-wrap .cth-table thead tr:first-child th {
      border-top: 1px solid #e5e7f2; }
    .dashboard-table-wrap .cth-table tr th:first-child, .dashboard-table-wrap .cth-table tr td:first-child {
      border-left: 1px solid #e5e7f2; }
    .dashboard-table-wrap .cth-table tr th:last-child, .dashboard-table-wrap .cth-table tr td:last-child {
      border-right: 1px solid #e5e7f2; }
    .dashboard-table-wrap .cth-table thead tr:first-child > :first-child {
      border-top-left-radius: 10px; }
    .dashboard-table-wrap .cth-table thead tr:first-child > :last-child {
      border-top-right-radius: 10px; }
    .dashboard-table-wrap .cth-table tbody + tfoot tr:last-child > :first-child {
      border-bottom-left-radius: 10px; }
    .dashboard-table-wrap .cth-table tbody + tfoot tr:last-child > :last-child {
      border-bottom-right-radius: 10px; }
    .dashboard-table-wrap .cth-table td, .dashboard-table-wrap .cth-table th {
      padding: 15px; }
    .dashboard-table-wrap .cth-table th + th, .dashboard-table-wrap .cth-table th + td, .dashboard-table-wrap .cth-table td + th, .dashboard-table-wrap .cth-table td + td {
      border-left: none; }
    .dashboard-table-wrap .cth-table.cth-table-no-footer {
      /* bottom-left border-radius */
      /* bottom-right border-radius */ }
      .dashboard-table-wrap .cth-table.cth-table-no-footer tbody tr:last-child > :first-child {
        border-bottom-left-radius: 10px; }
      .dashboard-table-wrap .cth-table.cth-table-no-footer tbody tr:last-child > :last-child {
        border-bottom-right-radius: 10px; }

.db-messages-flex .dashboard-card {
  width: 49%;
  margin-right: 2%; }
  .db-messages-flex .dashboard-card:nth-child(2n+2) {
    margin-right: 0; }

.dashboard-card-thumbnail {
  position: relative;
  width: 110px; }
  .dashboard-card-thumbnail img {
    width: 90px;
    height: auto;
    border-radius: 6px; }

.dashboard-card-thumbnail + .dashboard-card-content {
  width: calc(100% - 110px); }

.dashboard-card-content .entry-title a {
  color: #566985; }

.dashboard-listing-item {
  padding: 25px 20px;
  background: #fff;
  border-radius: 6px;
  margin-bottom: 6px; }
  .dashboard-listing-item .dashboard-card-content .entry-title {
    padding-bottom: 8px; }
    .dashboard-listing-item .dashboard-card-content .entry-title span {
      font-size: 75%; }

.set-lfeatured {
  padding: 0px 10px; }
  .set-lfeatured span {
    -webkit-transition: display 0.3s;
    -o-transition: display 0.3s;
    transition: display 0.3s; }
  .set-lfeatured .lfeatured-loading,
  .set-lfeatured .lfeatured {
    display: none; }
  .set-lfeatured.do-process .lfeatured-loading {
    display: inline-block; }
  .set-lfeatured.lfeatured .lfeatured {
    display: inline-block; }
  .set-lfeatured.lfeatured .as-lfeatured {
    display: none; }
  .set-lfeatured:hover {
    opacity: 0.9; }

.submit-must-select-ltype {
  text-align: center;
  padding-bottom: 20px; }

.dashboard-to-top {
  display: block;
  text-align: center; }

.logout_btn {
  display: inline-block; }

.user-profile-menu li {
  margin-bottom: 0; }

.edit-profile-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.profile-photo-wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100px;
  border-radius: 4px;
  overflow: hidden; }
  .profile-photo-wrap img {
    max-width: 100%;
    height: auto; }

.change-photo-btn {
  width: calc(100% - 120px); }
  .change-photo-btn .select-images-list {
    display: none; }
  .change-photo-btn .select-images-wrap {
    margin-top: 0; }
  .change-photo-btn .select-images-wrap .select-images-btn {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    z-index: 10; }
  .change-photo-btn .photoUpload {
    margin: 0;
    min-height: 100px; }

.wkhour-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.opening-hours-time {
  margin-left: auto;
  text-align: right; }
  .opening-hours-time span {
    display: block; }

.opening-hours .current-status {
  display: block;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 1.154em; }
  .opening-hours .current-status i {
    padding-right: 5px; }
  .opening-hours .current-status .listing-timezone {
    color: #7d93b2;
    font-size: 65%; }

.dashboard-lcard {
  padding: 30px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e5e7f2;
  position: relative; }

.btn.btn-noicon {
  padding-left: 25px;
  padding-right: 25px; }

.bkreports-btn-wrap {
  text-align: right; }

.bkreports-filter-form {
  width: 100%; }

.bkreports-filter-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }

.bkreports-filter-listing.nice-select {
  float: none;
  width: 40%; }

input[type="text"].bkreports-filter-date {
  width: 40%; }

.bkreports-filter-btn {
  width: 15%; }

.bkreport-color {
  color: #F3722B; }

.bkreport-item-top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 700; }

.bkreport-item-details {
  margin-top: 15px; }

.bkreport-item-bot {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px; }

.bkreport-item-summary {
  font-weight: 700; }

.cthstyled-table {
  border-collapse: collapse;
  width: 100%; }

.cthstyled-table td, .cthstyled-table th {
  border: 1px solid #ddd;
  padding: 8px; }

.cthstyled-table tr:nth-child(even) {
  background-color: #f2f2f2; }

.cthstyled-table tr:hover {
  background-color: #ddd; }

.cthstyled-table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left; }

.dis-block {
  display: block; }

.new-adcampaign {
  min-width: 250px;
  text-align: right;
  margin-bottom: 20px; }

#ctb-new-campaign-modal .ctb-modal-holder {
  max-width: 75%; }

.ad-package-title {
  margin-bottom: 15px; }

.new-ad-canpaign .nice-select {
  float: none; }

.new-ad-canpaign .ad-packages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px; }

.new-ad-canpaign .ad-package-item {
  min-width: 300px;
  width: 24%;
  text-align: center;
  margin-bottom: 35px; }
  .new-ad-canpaign .ad-package-item img {
    display: block;
    margin: 0 auto 10px; }

.new-ad-canpaign .custom-form input {
  margin-bottom: 10px; }

.new-ad-canpaign .custom-form label {
  text-align: center;
  margin-bottom: 10px; }

.dashboard-withdrawals-inner .container {
  width: 100%;
  max-width: none;
  padding: 0; }

.dashboard-withdrawals-inner .dashboard-content {
  padding: 0; }

.withdrawals-withdrawal-wrap,
.withdrawals-requests-wrap,
.withdrawals-earnings-wrap {
  padding: 17px 30px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #eee; }

.withdrawals-request table {
  margin-bottom: 0; }

.withdrawals-requests-title,
.withdrawals-earnings-title {
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  /* padding: 18px 30px; */
  position: relative;
  padding-bottom: 17px; }
  .withdrawals-requests-title h3,
  .withdrawals-earnings-title h3 {
    font-size: 14px;
    font-weight: 500;
    color: #566985;
    margin-bottom: 0; }

.btn.submit-wdwal-btn,
.btn.goBack-wdwal-btn,
.btn.cancel-wdwal-btn {
  padding: 7px 20px; }

.btn.submit-wdwal-btn {
  margin-right: 10px; }

/* dashboard */
/* dashboard-style */
.ldashboard-page.page .main-footer {
  display: none; }

.dashboard-content {
  width: 100%;
  padding: 40px 50px 70px 351px;
  position: relative;
  z-index: 2; }

.dashbard-menu-wrap {
  position: fixed;
  top: 70px;
  left: 0;
  width: 300px;
  bottom: 0;
  border-right: 1px solid #eee;
  background: #fff;
  z-index: 3;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.07);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.07); }

.dashbard-bg {
  position: fixed;
  top: 70px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1; }

.dashboard-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5; }

.dashboard-title-item {
  text-align: left;
  font-weight: 600;
  font-size: 17px;
  color: #144273;
  position: relative;
  top: 20px;
  text-transform: uppercase; }

.fleft .dashboard-title-item {
  float: left; }

.submit-room-app-wrapper .dashboard-title {
  border: none; }

.submit-room-app-wrapper .dashboard-title h3 {
  font-size: 14px;
  font-weight: 500;
  color: #566985; }

.submit-room-btn {
  margin-right: 15px; }

.dashbard-menu-header {
  float: right;
  position: relative;
  padding: 10px 75px 10px 10px;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.07);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.07);
  margin-bottom: 10px; }

.tfp-det-container {
  float: right;
  margin-right: 40px;
  position: relative;
  top: 24px; }

.tfp-btn {
  position: relative;
  float: left;
  padding-right: 30px;
  z-index: 10;
  color: #566985;
  font-size: 0.846em;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600; }

.tfp-btn strong {
  padding-left: 5px; }

.tfp-btn:before {
  font-family: Font Awesome\ 5 Pro;
  content: "\f0d7";
  position: absolute;
  color: #fff;
  top: 50%;
  font-size: 1em;
  right: 11px;
  margin-top: -10px;
  font-weight: 800;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.tfp-btn.rot_tfp-btn:before {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg); }

.tfp-det {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 11;
  padding: 15px 30px;
  width: 350px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  margin-top: 30px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.07);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.07); }

.tfp-det-btn {
  float: right;
  padding: 6px 15px;
  color: #fff;
  font-size: 0.846em;
  border-radius: 2px;
  margin-top: 3px; }

.tfp-det.vis_tfp-det {
  opacity: 1;
  visibility: visible;
  margin-top: 15px; }

.log-out-btn {
  position: absolute;
  width: 60px;
  height: 56px;
  line-height: 56px;
  right: 0;
  top: 0;
  color: #fff;
  border-left: 1px solid #eee;
  text-align: center; }
  .log-out-btn.tolt {
    position: absolute; }

.dashbard-menu-avatar img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  float: left;
  margin-right: 10px; }

.dashbard-menu-avatar h4 {
  float: left;
  font-size: 0.923em;
  position: relative;
  top: 10px;
  font-weight: 600; }

.dashbard-menu-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  line-height: 60px;
  border-top: 1px solid #eee;
  padding: 0 30px;
  font-weight: 500;
  font-size: 0.769em;
  color: #144273;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.dashbard-menu-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  top: 0;
  padding-top: 30px;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.dashbard-menu-container::-webkit-scrollbar {
  display: none; }

.user-profile-menu {
  padding: 0 0 20px;
  float: left;
  width: 100%; }

.user-profile-menu h3 {
  text-align: left;
  font-size: 0.923em;
  text-transform: uppercase;
  padding-bottom: 12px;
  font-weight: 500;
  color: #999;
  padding-left: 30px; }

.user-profile-menu li {
  width: 100%;
  text-align: left;
  float: left;
  border-bottom: 1px solid #eee; }

.user-profile-menu li ul {
  display: none; }

.user-profile-menu li a {
  font-weight: 500;
  color: #000;
  position: relative;
  display: block;
  padding: 15px 20px 15px 30px; }

.user-profile-menu li a.user-profile-act:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 10px; }

.user-profile-menu li a.user-profile-act, .user-profile-menu li a:hover, .user-profile-menu li.submenu-act a, .user-profile-menu li.submenu-act ul li a:hover {
  background: #f9f9f9; }

.user-profile-menu li.submenu-act ul li a {
  background: #fff; }

.user-profile-menu li:first-child {
  border-top: 1px solid #eee; }

.user-profile-menu li a i {
  margin-right: 18px;
  position: relative;
  top: 2px;
  width: 12px;
  text-align: center;
  float: left;
  font-weight: 500; }

.user-profile-menu li a.submenu-link.sl_tog i {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.user-profile-menu li a span {
  padding: 4px 8px;
  margin-left: 10px;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.13);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.13);
  color: #fff;
  border-radius: 4px;
  text-align: center;
  font-weight: 100;
  font-size: 0.769em; }

.user-profile-menu li a:hover i, .user-profile-menu li a.user-profile-act i {
  opacity: 1; }

.dasboard-wrapper {
  margin-top: 30px; }

.dasboard-wrapper.no-pag {
  margin-bottom: 40px; }

.dashboard-stats {
  padding: 10px 60px 10px 20px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #eee;
  margin-bottom: 30px; }

.dashboard-stats i {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 46px;
  height: 46px;
  line-height: 46px;
  color: #fff;
  margin-top: -23px;
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.13);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.13);
  text-align: center; }

.dashboard-stats h4 {
  text-align: left;
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding: 6px 0 0; }

.dashboard-stats-count {
  font-size: 24px;
  font-weight: 500; }

.dashboard-stats-count span {
  font-size: 0.846em;
  color: #999;
  padding-left: 4px;
  position: relative;
  top: -2px;
  font-weight: 500; }

.dasboard-content {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #eee; }

.chart-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.chart-header, .drag-map {
  margin-bottom: 20px; }

.chart-header .listsearch-input-item {
  width: 150px; }

[class="0-legend"] {
  cursor: pointer;
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

[class="0-legend"] li {
  padding: 10px 20px;
  border: 1px solid #eee;
  border-radius: 2px;
  color: #888DA0;
  font-size: 0.923em;
  background: #f9f9f9;
  font-weight: 500;
  margin-left: 10px;
  -webkit-box-shadow: 0 9px 16px rgba(58, 87, 135, 0.05);
          box-shadow: 0 9px 16px rgba(58, 87, 135, 0.05); }

[class="0-legend"] li.hidden-lable {
  -webkit-box-shadow: 0 9px 16px rgba(58, 87, 135, 0);
          box-shadow: 0 9px 16px rgba(58, 87, 135, 0);
  background: #fff; }

[class="0-legend"] li span {
  border-radius: 5px;
  display: inline-block !important;
  height: 10px;
  margin-right: 10px;
  width: 10px;
  background: #3270FC !important; }

[class="0-legend"] li:first-child span {
  background: #40B69E !important; }

.chart-wrap {
  padding: 30px 30px; }

.dasboard-widget-title {
  padding: 17px 30px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 4px 4px 0 0; }

.dasboard-widget-title h5 {
  font-size: 14px;
  font-weight: 500;
  color: #566985;
  margin-bottom: 0; }

.dasboard-widget-title h5 i {
  margin-right: 10px; }

.dasboard-widget-title h5 span {
  color: #666;
  font-size: 0.846em;
  margin-left: 10px; }

.dasboard-widget-title .onoffswitch {
  position: absolute;
  right: 30px;
  top: 14px; }

.mark-all-read {
  right: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px; }

.dashboard-message-text img {
  float: left;
  width: 90px;
  height: auto;
  border-radius: 6px;
  -webkit-box-shadow: 0 9px 16px rgba(58, 87, 135, 0.2);
          box-shadow: 0 9px 16px rgba(58, 87, 135, 0.2);
  margin-right: 20px; }

.dashboard-message-text h4 {
  text-align: left;
  padding: 8px 0 6px 0; }

.dashboard-message-text h4 a {
  color: #566985; }

.message-counter {
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 10;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 0.846em;
  color: #fff;
  border-radius: 100%; }

.nopadding {
  padding: 0 !important;
  margin: 0 !important; }

.chat-contacts:before {
  content: '';
  position: absolute;
  left: -31px;
  width: 1px;
  background: #eee;
  height: 100%;
  top: 0;
  z-index: 10; }

.chat-contacts-item-text {
  z-index: 20;
  position: relative; }

.chat-contacts-item:after {
  content: '';
  position: absolute;
  right: 0;
  width: 6px;
  height: 0;
  z-index: 2;
  top: 0;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.chat-contacts-item_active:before, .chat-contacts-item:hover:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: -30px;
  background: #f9f9f9; }

.chat-contacts-item.chat-contacts-item_active:after, .chat-contacts-item:hover:after {
  height: 100%; }

.chat-contacts-item {
  float: left;
  width: 100%;
  position: relative;
  padding: 20px 20px 20px 70px;
  border-bottom: 1px solid #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.dasboard-widget .chat-contacts-item {
  min-height: 80px; }

.dasboard-widget .chat-contacts {
  overflow: hidden;
  border-radius: 0 0 6px 6px;
  border: 1px solid #eee;
  border-top: none; }

.chat-contacts-item .dashboard-message-avatar {
  position: absolute;
  top: 15px;
  left: 10px; }

.dashboard-message-avatar {
  float: left;
  width: 50px;
  height: 50px; }

.chat-contacts-item .chat-contacts-item-text h4 {
  text-align: left;
  font-size: 0.923em;
  color: #666;
  padding-bottom: 4px; }

.chat-contacts-item .chat-contacts-item-text span {
  position: absolute;
  right: 10px;
  top: 4px;
  font-size: 9px;
  color: #999;
  font-weight: 600; }

.dashboard-message-avatar img {
  width: 50px;
  height: 50px;
  border-radius: 100%; }

.message-counter {
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 10;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 0.846em;
  color: #fff;
  border-radius: 100%; }

.chat-wrapper, .dasboard-widget-box {
  background: #fff;
  border-radius: 0 0 4px 4px;
  border: 1px solid #eee;
  border-top: none; }

.chat-wrapper {
  overflow: hidden; }

.dasboard-widget-box {
  padding: 20px 30px; }

.dasboard-widget-box.nopad-dash-widget-box {
  padding: 50px 30px;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 0 0 6px 6px; }

.chat-message-user-name {
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 500;
  color: #666; }

.chat-wrapper .chat-contacts {
  height: 600px;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: absolute;
  right: 0;
  width: 350px;
  top: 0;
  z-index: 1;
  border-left: 1px solid #eee; }

.chat-wrapper .chat-contacts::-webkit-scrollbar {
  display: none; }

.chat-wrapper .chat-widget_input {
  position: absolute;
  left: 0;
  right: 350px;
  bottom: 0;
  z-index: 5;
  background: #fff;
  padding: 15px 40px; }

.chat-wrapper .chat-widget_input textarea {
  float: left;
  padding: 10px 11px 10px;
  width: calc(100% - 80px);
  border: 1px solid #eee;
  background: #F5F7FB;
  min-height: 50px;
  resize: vertical;
  border-radius: 6px; }

.chat-wrapper .chat-widget_input button {
  top: 17px;
  position: absolute;
  border: none;
  border-radius: 4px;
  height: 50px;
  line-height: 50px;
  width: 70px;
  color: #fff;
  right: 35px;
  cursor: pointer; }

.chat-wrapper .chat-box {
  padding: 30px 30px 90px 40px;
  height: 600px;
  overflow: hidden;
  float: left;
  width: calc(100% - 350px);
  z-index: 2;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.chat-box-scroll {
  padding-right: 35px; }

.chat-box-scroll .simplebar-scrollbar:before {
  background: #eee; }

.chat-message {
  padding-left: 70px;
  margin-bottom: 30px; }

.chat-message p {
  padding: 20px;
  border-radius: 6px;
  background: #F5F7FB;
  float: left; }

.chat-message.chat-message_user {
  padding-left: 0;
  padding-right: 70px; }

.massage-date {
  font-size: 0.846em;
  font-weight: 300;
  float: left;
  margin-bottom: 10px;
  width: 100%;
  text-align: left;
  color: #666; }

.chat-message.chat-message_user .massage-date {
  float: right;
  text-align: right; }

.chat-message.chat-message_user p {
  float: right;
  background: #DDF4FE; }

.chat-message:last-child {
  margin-bottom: 0; }

.chat-message .dashboard-message-avatar {
  position: absolute;
  left: 0;
  top: 24px; }

.chat-message.chat-message_user .dashboard-message-avatar {
  left: auto;
  right: 0; }

.chat-contacts-item {
  float: left;
  width: 100%;
  position: relative;
  padding: 20px 20px 20px 70px;
  border-bottom: 1px solid #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff; }

.chat-contacts-item:last-child {
  border-bottom: none; }

.chat-contacts-item .dashboard-message-avatar {
  position: absolute;
  top: 15px;
  left: 10px; }

.chat-wrapper .chat-contacts-item .dashboard-message-avatar {
  left: 10px; }

.chat-contacts-item .chat-contacts-item-text p {
  height: 26px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.923em;
  color: #888; }

.chat-contacts-item .chat-contacts-item-text h4 {
  text-align: left;
  font-size: 0.923em;
  color: #666;
  padding-bottom: 4px; }

.chat-contacts-item .chat-contacts-item-text span {
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 9px;
  color: #999; }

.chat-wrapper .chat-contacts-item .chat-contacts-item-text h4 {
  color: #566985; }

.chat-wrapper .chat-contacts-item {
  background: #f9f9f9; }

.chat-wrapper .chat-contacts-item:hover:before, .chat-wrapper .chat-contacts-item.chat-contacts-item_active:before {
  background: #fff; }

.dashboard-list {
  margin-bottom: 6px; }

.close-dashboard-item {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -15px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  color: #fff;
  font-size: 0.769em; }

.main-dashboard-message-text {
  float: left;
  margin: 10px 0 0 30px; }

.main-dashboard-message-text p {
  color: #888; }

.dashboard-list:hover .main-dashboard-message-text p, .dashboard-list:hover .main-dashboard-message-time, .dashboard-list:hover .main-dashboard-message-text p a, .dashboard-list:hover .main-dashboard-message-time i {
  color: #fff; }

.main-dashboard-message-icon {
  position: absolute;
  left: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  color: #fff;
  top: 50%;
  margin-top: -20px; }

.main-dashboard-message-time {
  float: right;
  margin: 12px 40px 0 0;
  font-size: 0.846em;
  font-weight: 500;
  color: #888DA0; }

.main-dashboard-message-time i {
  margin-right: 10px; }

.dashboard-widget-title {
  margin: 20px 0 20px;
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  color: #566985;
  padding-top: 10px; }

.dasboard-opt {
  margin: 0 0 20px 0;
  z-index: 25; }

.dasboard-opt .price-opt {
  float: right; }

.dasboard-opt.sl-opt .price-opt .nice-select {
  background: #fff; }

.review-notifer {
  position: absolute;
  bottom: -20px;
  left: 5px;
  width: 50px;
  border-radius: 2px;
  height: 26px;
  line-height: 26px;
  color: #fff;
  font-size: 9px;
  text-transform: uppercase; }

.dashboard-listings-item {
  background: #fff;
  border: 1px solid #f2f2f2;
  overflow: hidden;
  border-radius: 4px;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  position: relative; }

.dashboard-listings-item:hover {
  border-color: transparent;
  -webkit-box-shadow: 0 9px 16px rgba(58, 87, 135, 0.2);
          box-shadow: 0 9px 16px rgba(58, 87, 135, 0.2); }

.dashboard-listings-item_img {
  width: 200px;
  position: relative; }

.dashboard-listings-item_img .overlay {
  opacity: 0;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear; }

.dashboard-listings-item_img a {
  position: absolute;
  width: 60px;
  height: 30px;
  border-radius: 2px;
  line-height: 30px;
  color: #fff;
  z-index: 5;
  top: 20%;
  left: 50%;
  margin: -15px 0 0 -30px;
  opacity: 0;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  text-align: center; }

.dashboard-listings-item:hover .dashboard-listings-item_img a {
  top: 50%;
  opacity: 1; }

.dashboard-listings-item:hover .dashboard-listings-item_img .overlay {
  opacity: 0.3; }

.dashboard-listings-item_content {
  padding: 20px 20px 70px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.dashboard-listings-item_content h4 {
  text-align: left;
  padding: 0 0 5px 0;
  font-weight: 600;
  font-size: 16px; }

.dashboard-listings-item_content h4 a {
  color: #757B8D; }

.dashboard-listings-item_content .geodir-category-location {
  font-size: 0.923em; }

.dashboard-listings-item_opt {
  position: absolute;
  left: 0;
  right: 0;
  height: 50px;
  bottom: 0;
  border-top: 1px solid #eee; }

.dashboard-listings-item_opt ul {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.dashboard-listings-item_opt li {
  margin: 0; }

.dashboard-listings-item_opt li a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-left: 1px solid #eee;
  display: block;
  text-align: center; }
  .dashboard-listings-item_opt li a.set-lfeatured {
    width: auto; }

.dashboard-listings-item_opt li a:hover {
  background: #f9f9f9; }

.dashboard-listings-item_content .listing-rating {
  margin-top: 6px; }
  .dashboard-listings-item_content .listing-rating.tolt {
    display: inline-block; }

.dashboard-listings-item_opt .viewed-counter {
  float: left;
  margin: 15px 0 0 20px;
  font-weight: 500;
  color: #70778b;
  font-size: 0.923em; }

.dashboard-search-listing {
  float: left;
  width: 350px;
  position: relative; }

.dashboard-search-listing input {
  float: left;
  border: 1px solid #e5e7f2;
  background: #fff;
  width: 100%;
  padding: 15px 20px;
  border-radius: 4px;
  color: #7d93b2;
  font-size: 0.923em;
  -webkit-appearance: none;
  outline: none;
  overflow: hidden;
  z-index: 1; }

.dashboard-search-listing button {
  position: absolute;
  right: 20px;
  top: 16px;
  z-index: 2;
  cursor: pointer;
  border: none;
  background: none;
  -webkit-appearance: none;
  outline: none; }

.dashboard-addnew_btn {
  padding: 15px 30px;
  color: #fff;
  margin-left: 20px;
  border-radius: 2px;
  font-size: 0.846em;
  font-weight: 600;
  margin-left: auto; }

.dashboard-addnew_btn i {
  margin-left: 6px; }

.drag-map {
  margin-bottom: 20px; }

.dwb-mar {
  margin-top: 30px; }

.add-list-media-header {
  float: left;
  margin: 20px 30px 20px 0; }

.add-list-tags .filter-tags li {
  margin-right: 10px;
  float: left; }

.add_room-item {
  padding: 20px 50px 0 0;
  border-top: 1px solid #eee;
  margin-top: 20px; }

.dasboard-widget-box .add_room-item:first-child {
  padding-top: 0;
  margin-top: 0;
  border: none; }

.remove-rp {
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 10;
  height: 24px;
  line-height: 24px;
  cursor: pointer;
  font-size: 24px; }

.dasboard-widget-box .add_room-item:first-child {
  padding-right: 0; }

.dasboard-widget-box .add_room-item:first-child .remove-rp {
  display: none; }

.add-floor-btn {
  margin-top: 20px;
  font-weight: 600;
  font-size: 0.769em;
  text-transform: uppercase;
  padding: 10px 20px;
  border: 1px solid #eee;
  background: #f9f9f9;
  border-radius: 4px;
  color: #566985; }

.add-floor-btn:hover, .add-floor-btn:hover i {
  color: #fff; }

.add-floor-btn i {
  margin-left: 10px; }

.content-widget-switcher-title {
  float: left;
  position: relative;
  top: 6px;
  text-transform: uppercase;
  font-size: 0.769em; }

.content-widget-switcher {
  padding: 12px 20px;
  border: 1px solid #eee;
  background: #f9f9f9; }

.content-widget-switcher .onoffswitch {
  float: right; }

.content-widget-switcher .onoffswitch label {
  margin-bottom: 0; }

.content-widget-switcher .content-widget-switcher-item {
  margin-top: 20px; }

.dasboard-scrollnav-wrap {
  background: #fff;
  border: 1px solid #eee;
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.07);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.07);
  border-radius: 4px; }

.dasboard-scrollnav-wrap li {
  float: left; }

.dasboard-scrollnav-wrap li a {
  padding: 18px 30px;
  float: left;
  border-right: 1px solid #eee;
  color: #144273;
  font-weight: 600;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear; }

.dasboard-scrollnav-wrap li a:hover, .dasboard-scrollnav-wrap li a.act-scrlink {
  background: #f9f9f9; }

.dasboard-scrollnav-wrap .progress-indicator {
  left: auto;
  right: 20px; }

.bookings-item {
  border: 1px solid #eee;
  overflow: hidden;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 20px;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear; }

.bookings-item:hover {
  -webkit-box-shadow: 0 9px 10px rgba(58, 87, 135, 0.05);
          box-shadow: 0 9px 10px rgba(58, 87, 135, 0.05); }

.bookings-item-header {
  padding: 15px 20px 20px 100px;
  border-bottom: 1px solid #eee;
  background: #F5F7FB; }

.bookings-item-header h4 {
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  color: #144273;
  padding-top: 8px; }

.bookings-item-header h4 a {
  color: #666; }

.bookings-item-header img {
  position: absolute;
  left: 20px;
  width: 60px;
  height: auto;
  border-radius: 4px;
  -webkit-box-shadow: 0 9px 10px rgba(58, 87, 135, 0.15);
          box-shadow: 0 9px 10px rgba(58, 87, 135, 0.15); }

.lms-item-header img {
  width: auto;
  max-height: 40px; }

.new-bookmark {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 20px;
  font-size: 0.769em;
  height: 30px;
  line-height: 30px;
  color: #fff;
  border-radius: 0 0 0 6px; }

.bookings-item-content {
  margin-top: 6px;
  padding: 15px 20px; }

.bookings-item-footer {
  border-top: 1px solid #eee;
  padding-left: 20px;
  background: #F5F7FB; }

.message-date {
  font-weight: 500;
  color: #144273;
  font-size: 0.846em; }

.bookings-item-footer ul {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.bookings-item-footer li {
  margin-bottom: 0; }

.bookings-item-footer li a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-left: 1px solid #eee;
  background: #fff;
  display: block;
  text-align: center; }

.bookings-item-footer li a:hover {
  background: #F5F7FB; }

.dashboard-listings-wrap .listing-item {
  width: 100%;
  padding: 0;
  margin-bottom: 20px; }

.agent-card-facts {
  margin-top: 10px; }

.agent-card-facts li {
  margin-right: 10px;
  color: #144273;
  font-weight: 400;
  font-size: 0.846em;
  padding: 6px 10px;
  border: 1px solid #eee; }

.agent-card-facts li span {
  font-weight: 600;
  margin-left: 4px; }

.popup-form {
  position: absolute;
  background: #fff;
  border-radius: 4px;
  top: 100%;
  z-index: 20;
  right: 0;
  width: 350px;
  padding: 25px 30px;
  margin-top: 0;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 9px 10px rgba(58, 87, 135, 0.05);
          box-shadow: 0 9px 10px rgba(58, 87, 135, 0.05);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear; }

.popup-form.vis-pf {
  opacity: 1;
  visibility: visible;
  margin-top: 15px; }

.popup-form .custom-form button {
  margin-top: 10px; }

.dashboard-footer {
  background: #fff;
  height: 60px;
  overflow: hidden;
  z-index: 50;
  position: absolute;
  left: 300px;
  right: 0;
  bottom: 0;
  border-top: 1px solid #eee;
  padding: 22px 60px 0 30px; }

.dashboard-footer-links .widget_nav_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.dashboard-footer-links .dbnav-widget-title {
  margin-right: 15px;
  color: #999;
  font-size: 0.769em;
  font-weight: 500; }

.dashboard-footer-links .widget_nav_menu ul li {
  display: inline-block;
  width: auto;
  margin: 0;
  margin-right: 10px; }

.dashboard-footer-links li {
  display: inline-block; }

.dashboard-footer-links li {
  font-size: 0.769em;
  font-weight: 500;
  text-transform: uppercase; }

.dashboard-footer-links li a:hover {
  color: #144273; }

.dashbord-totop {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  z-index: 10;
  border-left: 1px solid #eee;
  font-size: 18px;
  text-align: center; }

.dashbord-totop:hover {
  background: #f9f9f9; }

.dashboard-menu-btn {
  position: absolute;
  left: 4%;
  top: 20px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  cursor: pointer;
  border-radius: 2px;
  padding: 0 30px 0 70px;
  font-weight: 500;
  display: none; }

.dashboard-menu-btn span {
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center; }

.dashbard-menu-close {
  position: absolute;
  z-index: 20;
  cursor: pointer;
  right: 20px;
  top: 20px;
  font-size: 18px;
  display: none;
  min-width: 30px;
  text-align: right; }

.dashbard-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  overflow: auto;
  display: none;
  -webkit-transform: translate3d(0, 0, 0);
  background: rgba(37, 44, 65, 0.7); }

.dashboard-follow-tabs {
  padding: 20px 30px;
  border: 1px solid #eee;
  border-radius: 4px; }

.follow-user-list li {
  width: 33.3%;
  margin-bottom: 14px; }
  .follow-user-list li a {
    display: block;
    text-align: center; }

.follow-user-list li img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  -webkit-box-shadow: 0 9px 16px rgba(58, 87, 135, 0.2);
          box-shadow: 0 9px 16px rgba(58, 87, 135, 0.2);
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.follow-user-list li:hover img {
  -webkit-box-shadow: 0 9px 16px rgba(58, 87, 135, 0);
          box-shadow: 0 9px 16px rgba(58, 87, 135, 0); }

.follow-user-list li span {
  display: block;
  padding-top: 8px;
  color: #7d93b2;
  font-size: 0.845em;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.follower-tabs .tabs-menu {
  text-align: center; }

.follower-tabs li {
  display: inline-block;
  width: 124px;
  height: 42px;
  line-height: 42px;
  cursor: pointer;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  color: #144273;
  border-radius: 4px;
  background: #F5F7FB;
  border: 1px solid #e5e7f2; }
  .follower-tabs li a {
    display: inline-block;
    width: 100%; }
    .follower-tabs li a i {
      margin-right: 10px; }
    .follower-tabs li a span {
      padding-left: 4px; }
  .follower-tabs li.current a {
    color: #fff; }
  .follower-tabs li + li {
    margin-left: 30px; }

.dashboard-items-grid .pagination {
  text-align: left; }
  .dashboard-items-grid .pagination .page-numbers {
    text-align: center; }

@media only screen and (max-width: 1500px) {
  .db-facts-item {
    width: 100% !important;
    margin: 0; } }

@media only screen and (max-width: 1270px) {
  .dashbard-menu-close, .dashboard-menu-btn {
    display: block; }
  .dashboard-content {
    padding: 70px 0 70px; }
  .dashbard-menu-wrap {
    left: -350px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .dashbard-menu-wrap_vis {
    left: 0; }
  .dashboard-footer {
    left: 0; } }

@media only screen and (max-width: 1080px) {
  .dasboard-scrollnav-wrap {
    display: none; }
  .dbt-mm {
    margin-top: 30px; }
  .follow-user-list li {
    width: auto;
    margin-right: 15px; }
  .dashboard-listings-grid .cthiso-two-cols .cthiso-item {
    width: 100%; } }

@media only screen and (max-width: 800px) {
  .dashboard-menu-btn {
    right: 4%; }
  .dashboard-content {
    padding: 90px 0 70px; }
  .dashboard-title {
    padding-bottom: 40px; }
  .dashbard-menu-header {
    z-index: 51; }
  .tfp-det-container {
    position: absolute;
    right: 0;
    bottom: 15px;
    margin-right: 0;
    top: auto;
    z-index: 50; }
  .dashboard-search-listing {
    margin-bottom: 10px; }
  .popup-form, .dashboard-search-listing, .chat-wrapper .chat-box, .chat-wrapper .chat-contacts {
    width: 100%; }
  .chat-wrapper .chat-contacts {
    height: 600px;
    position: relative;
    float: left;
    border-top: 1px solid #eee; }
  .chat-wrapper .chat-widget_input {
    right: 0;
    bottom: 600px; } }

@media only screen and (max-width: 564px) {
  .dashboard-title-item {
    font-size: 14px; }
  .dashbard-menu-avatar h4, .dashboard-footer-links span {
    display: none; }
  .main-dashboard-message-text {
    margin: 10px 0 0 10px; }
  .main-dashboard-message-time {
    float: left;
    margin: 6px 0 0 10px; }
  .dashboard-addnew_btn {
    padding: 15px 12px; }
  .agent-card-facts li {
    margin-bottom: 10px; }
  .bookings-item-header {
    padding: 15px 20px 20px 60px; }
  .bookings-item-header img {
    left: 10px;
    width: 40px;
    top: 20px; }
  .dashboard-listings-item_img {
    width: 100%;
    float: left;
    position: relative;
    padding: 120px 0; }
  .dashboard-listings-item_content {
    width: 100%; }
  .chat-wrapper .chat-box {
    padding: 20px 30px 80px 20px; }
  .chat-wrapper .chat-widget_input {
    padding: 15px 40px 15px 20px; }
  .reviews-comments-item-date-item {
    width: 100%;
    text-align: left;
    float: left;
    font-size: 0.846em; }
  .review-notifer {
    position: absolute;
    bottom: -40px;
    left: 0; }
  .reviews-comments-item-text h4 {
    font-size: 1em; } }

.submit-fields-wrap .submit-field-headermedia .lbl-hasIcon + input[type="text"] {
  padding-left: 45px; }
