  /* index css start here  */

  .page-body-wrapper {
    background: #f4f3ef;
  }
  .main-panel {
    min-height: auto;
    overflow-y: scroll;
    /* padding-left: 254px;
    width: 100%; */
    margin-top: 1%;
  }



.main-panel::-webkit-scrollbar {
    display: none;
}


.main-panel {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
/* .sidebar{
    position: fixed;
} */

.fixed-sidebar .app-main .app-main__outer {
    z-index: 9;
    padding-left: 280px;
  }

  .dashboard-link-cont .dashboard-quick-link-bottom .expense-sec  .btn-outline-danger{
    width: 100%;
    max-width: 88px;
    margin: auto;
    padding: 4px 4px 2px;
    line-height: 21px;
    font-size: 12px;
    justify-content: center;
}
.dashboard-link-cont .dashboard-quick-link-bottom .expense-sec .btn-outline-danger span {
  padding-right: 5px;
}

.breadcrumb.date_picker .ui.input.left.icon input
{
  width: 130px;
  border: none;
}

.breadcrumb.date_picker .ui.input.left.icon input {
  width: 130px;
  border: none;
  font-size: 16px;
  line-height: 1;
  color: #231f20;
  padding-left: 37px !important;
  text-transform: capitalize;
  text-align: center; box-shadow: 2px 2px 5px rgba(0,0,0,0.07) !important;
}
.breadcrumb.date_picker {
  padding: 0 0 0;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #231f20 !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #231f20 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #231f20 !important;
}
.card-header
{
    border: none;
    background-color: #fff;
}

.stretch-card>.card {
padding: 30px;
}

.stretch-card .card-header {
  padding: 0px;
}
.chart-wrapper {
  position: relative;
}
.chart-content

{
  position: absolute;
top: 39%;
left: 0;
right: 0;
margin: auto;
text-align: center;
}
.chart-content h4:nth-child(1)
{
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
}


.cm-box {
  width: 100%;
  max-width: 210px;
  height: 210px;
  border: 4px solid #f4f3ef;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;

}
.cm-box h4
{
  font-size: 42px;
line-height: 1;
font-weight: 600;
}

.messages-circle-box {
  padding-top: 32px;
}
.highcharts-figure,
.highcharts-data-table table {
  min-width: 100%;
  max-width: 100%;
    margin: 1em auto;
}
#container {
  height: 240px;
  display: flex;
  align-items: center;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}
g.highcharts-exporting-group , .highcharts-credits {
  display: none;
}

text.highcharts-title {
  padding-top: 80px;
  transform: translate(0px, 18px);
}

span.color_box.bg_blue {
  width: 20px;
  height: 20px;
  background-color: #3b4cb8;
  border-radius: 4px;
  margin-right: 10px;
}
.text_count {
  font-size: 17px;
  padding-top: 0;
  font-weight: 600;
}
body{
  font-family: 'Raleway', sans-serif;
}

.days_text{
  font-size: 13px;
  color: gray;
}
.bg_dark_yellow{
  width: 20px;
  height: 20px;
  background-color:#ff9f0f;
  border-radius: 4px;
  margin-right: 10px;
}
.bg_orange{
  width: 20px;
  height: 20px;
  background-color:#ff6746;
  border-radius: 4px;
  margin-right: 10px;
}

.data_chart_list ul{
  display: flex;
    flex-wrap: wrap;
}

.data_chart_list ul li {
  display: inline-block;
  width: 50%;
  margin-bottom: 5%;
}

        /* Stylingthe last h2 tag by giving margin bottom */
        .progress-bar-container:not(:last-child) {
          margin-bottom: 25px;
      }

      /* Styling the h2 tag by giving color,
      letter spacing, font-size etc.*/
      .progress-bar-container h2 {
        font-family: Arial, Helvetica, sans-serif;
        color: rgba(0,0,0,.87);
        letter-spacing: 1px;
        font-size: 14px;
        font-weight: 600;
        text-transform: capitalize;
    }

      /* Styling the border and box
      effect of the progress bar*/
      .progress-bar {
        width: 100%;
        height: 12px;
        margin-top: 10px;
        border-radius: 5px;
        background: #f6f6f6;
    }


      /* Stylingthe background color of each
      animation and border radius */
      .percentage {
          display: block;
          height: 100%;
          background-color:#ef6a3d;
          border-radius: 5px;
          animation: progress 1500ms ease-in 1;
      }

      /* Assigning width of each languages*/
      .c {
          width: 85%;
      }

      .java {
          width: 70%;
      }

      .python {
          width: 55%;
      }

      .html {
          width: 75%;
      }

      .css {
          width: 65%;
      }

      .javascript {
          width: 55%;
      }

      /* Animating the progress bar by
      initially starting from 0*/
      @keyframes progress {
          from {
              width: 0;
          }
      }


      #chartdiv2 {
        width	: 100%;
        height	: 400px;
      }

      .amcharts-chart-div > a , g.amcharts-pan-home {
        display: none !important;
    }


    .card .card-body{
      padding-left: 0px;
      padding-right:0px;
    }


    /*! normalize.css v3.0.0 | MIT License | git.io/normalize */

/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
*/

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
* Remove default margin.
*/

body {
  margin: 0;
}

/* HTML5 display definitions
  ========================================================================== */

/**
* Correct `block` display not defined in IE 8/9.
*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
* Address `[hidden]` styling not present in IE 8/9.
* Hide the `template` element in IE, Safari, and Firefox < 22.
*/

[hidden],
template {
  display: none;
}

/* Links
  ========================================================================== */

/**
* Remove the gray background color from active links in IE 10.
*/

a {
  background: transparent;
}

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
  ========================================================================== */

/**
* Address styling not present in IE 8/9, Safari 5, and Chrome.
*/

abbr[title] {
  border-bottom: 1px dotted;
}

/**
* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
*/

b,
strong {
  font-weight: bold;
}

/**
* Address styling not present in Safari 5 and Chrome.
*/

dfn {
  font-style: italic;
}

/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari 5, and Chrome.
*/

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
* Address styling not present in IE 8/9.
*/

mark {
  background: #ff0;
  color: #000;
}

/**
* Address inconsistent and variable font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
  ========================================================================== */

/**
* Remove border when inside `a` element in IE 8/9.
*/

img {
  border: 0;
}

/**
* Correct overflow displayed oddly in IE 9.
*/

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
  ========================================================================== */

/**
* Address margin not present in IE 8/9 and Safari 5.
*/

figure {
  margin: 1em 40px;
}

/**
* Address differences between Firefox and other browsers.
*/

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
* Contain overflow in all browsers.
*/

pre {
  overflow: auto;
}

/**
* Address odd `em`-unit font size rendering in all browsers.
*/

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
  ========================================================================== */

/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/

/**
* 1. Correct color not being inherited.
*    Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
*/

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
* Address `overflow` set to `hidden` in IE 8/9/10.
*/

button {
  overflow: visible;
}

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8+, and Opera
* Correct `select` style inheritance in Firefox.
*/

button,
select {
  text-transform: none;
}

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
*/

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
* Re-set default cursor for disabled elements.
*/

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
* Remove inner padding and border in Firefox 4+.
*/

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/

input {
  line-height: normal;
}

/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
*    (include `-moz` to future-proof).
*/

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* Define consistent border, margin, and padding.
*/

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
* 1. Correct `color` not being inherited in IE 8/9.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
* Remove default vertical scrollbar in IE 8/9.
*/

textarea {
  overflow: auto;
}

/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/

optgroup {
  font-weight: bold;
}

/* Tables
  ========================================================================== */

/**
* Remove most spacing between table cells.
*/

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
/*!
* Datepicker for Bootstrap
*
* Copyright 2012 Stefan Petre
* Improvements by Andrew Rowls
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
*/
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
    border-top: 1px solid #ddd !important;
  }*/
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;

  font-size: 13px;
  font-weight: 700;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;

  color: #000 !important;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #ff8c00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #ff8c00;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #ff8c00;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #ff8c00;

  color: #fff !important;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #ff8c00;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #ff8c00;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;

  color: #ff8c00;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 20px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
}
.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
  padding: 4px 5px;
}

.datepicker .dow {

  border-bottom: 1px solid #e7e7e7;

  color: #9b8079;
  font-size: 13px;
}

.datepicker-months .prev,
.datapicker-months .next,
.datepicker-years .prev,
.datepicker-years .next {
  width: 58px;
}

.datepicker-days tbody td:nth-child(6),
.datepicker-days tbody td:nth-child(7) {
  color: #D44;
}

@import url("normalize.css");
@import url("datepicker.css");

body {background: #f4f3ef;}

/* app */
.charset {
  box-shadow: 1px 1px 10px #000;
}

.app {
  width: 100%;
  height: auto;
  margin: 0px auto;
}
.app:after {
  content: "";
  display: table;
  clear: both;
}
  .app__side {
    background: #333;
    width: 35%; height: 100%;
    padding: 40px;
    float: left;

    color: #ff8c00;
  }
  .app__main {
    background: #fff;
    width: 100%; height: 100%;
    float: left;
    padding: 0px;
  }



/* b-calendar */
/* .calendar {
  padding: 60px;
} */
  .calendar .datepicker {
    width: 100%;
  }
    .calendar .datepicker table {
      width: 100%;
    }
    .form-check .form-check-label input[type="checkbox"]+.input-helper:before {
      content: "";
      width: 18px;
      height: 18px;
      border-radius: 2px;
      border: transparent;
      border-width: 1px;
      border: 1px solid #D2D0CB;
      -webkit-transition: all;
      transition: all;
      transition-duration: 0s;
      -webkit-transition-duration: 250ms;
      transition-duration: 250ms;
      background: #FFF;
      top: 1px;cursor: pointer;
  }

  .form-check .form-check-label input[type="checkbox"]:checked+.input-helper:after {
    width: 18px;
    opacity: 1;
    line-height: 18px;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
    background: #ef6a3d;
    top: 1px;
}
.td_content span{
  padding-left: 25px;
}
.td_content .name_text{
  font-size: 16px;
  font-weight:600;
  color:#231f20;
}
span.td_content {
  position: relative;
  top: -7px;
}


.profile_card {
  margin: auto;
  text-align: center;
  font-family: arial;
}

.profile_card .title {
  color: grey;
  font-size: 18px;
}

.profile_card h3 {
  font-weight: 600;
  margin-bottom: 10px;
}
.activity_content {
  position: relative;
  top: -10px;
}
.profile_card p {
  font-size: 16px;
  color: #93918d;
  line-height: 1;
  padding: 0;
  margin-bottom: 8px;
}

.activity_content .lg_text{
  font-size: 16px;
  line-height: 1;
  padding-left: 48px;
  font-weight: 600;
}
footer.footer {
  background: transparent;
  border: 0;
  padding: 0px;
  font-size: 16px;
}
a.danger-text {
  text-decoration: none;
  color: #ef6a3d;
  font-size: 16px;
  font-weight: 600;
  padding-left: 60px;
}

.card-header h3 {
    font-size: 20px;
    font-weight: 600;
}
span.sm_text {
  font-weight: 500;
  color: gray;
}
.w-40 {
  width: 40px !important;
}
button.dropbtn.btn.btn-sm.ml-auto.w-40 {
  width: 20px !important;
  height: 20px;

  position: relative;
}
.btn.w-40 svg {
  color: #000;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 27%;
  transform: scale(1.5);
}
.btn.w-40 svg:hover{
  color: #ef6a3d;
}
.activity_content br {
  display: none;
}
.activity_content .lg_text {
  display: block;

  margin-top: -8px;

}
.logout-wrapper {

  bottom: 70px;
}

.breadcrumb.date_picker .ui.input {
  width: 130px;
}
.messages-circle-box h3 {
  font-size: 18px;
  font-weight: 600;
}
.plr-15{
  padding:0 15px;
}
.card .card-body{
  padding-bottom: 0px;
}
.sidebar .nav .nav-item.hover-open>.nav-link .menu-title {
  color: #ef6a3d;
  font-size: 16px;
  font-weight: 500;
}
.hamburger input[type="checkbox"]{
  width: 40px;
  height: 32px;
  position: absolute;
  top: 5px;
  left: 6px;
  display: block;
  z-index: 3;
  opacity: 0;
  cursor: pointer;
}

.hamburgerlines{
  width:33px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 27px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translateY(-50%);
}

.hamburgerlines .lines{
  display: block;
  height: 3px;
  width: 100%;
  background: #232323;
  border-radius: 10px;
}

.hamburger{
  position: relative;
  width: 100px;
  margin-right: 18px;
  z-index: 9;
  cursor: pointer;
}
.hamburger input[type="checkbox"]:checked ~ .menu-items{
  display: block;
  transform: translate(0%);
  background: #232323;

}

.hamburger input[type="checkbox"]:checked ~ .hamburgerlines .lines{
  background: #fff;
}

.hamburgerlines .line1{
transform-origin: 0% 0%;
transition: transform 0.3s ease-in-out;
}

.hamburgerlines .line3{
transform-origin: 0% 100%;
transition: transform 0.3s ease-in-out;
}
.hamburgerlines .lines:nth-child(3) {
  width: 20px;
  transition: ease-in 0.25s;
}
#profileDropdown {
  padding-top: 0;
  margin-top: -10px;
}
.hamburgerlines:hover .lines:nth-child(3) {
  width: 100%;
  transition: ease-in 0.25s;
}
body.sidebar-icon-only lines:nth-child(3) {
  width: 100%;
  transition: ease-in 0.25s;
}
.sidebar-icon-only .hamburgerlines span.lines.line3 {
  width: 100%;
}

.breadcrumb.date_picker .calendar.icon{
  color: #000;
    opacity: 1 !important;
    font-size: 16px;
}

.ui.popup.calendar {
  transform: translate(-45%, 14%);
  inset: auto !important;
}
.ui.popup.calendar.bottom.left.transition.visible:before  , .ui.popup.calendar.bottom.left.transition.invisible:before{
  display: none !important;
  visibility: hidden;
}
.content-wrapper {
  padding-top: 0px;
  padding-right: 2%;
}

.sidebar-icon-only .main-panel {
  width: 100%;
  padding-left: 54px;
}
.sidebar-icon-only .logout-wrapper {
  padding-left: 0px;
  text-align: center;
  text-decoration: none;
}
.page-header {
  margin-left: -10px;
  margin-right: -10px;
}
.dashboard-link-cont .dashboard-quick-link-bottom .expense-sec h4 {
  padding-bottom: 8px;
}
.val-btn{
  width:65px;
}
.navbar .navbar-menu-wrapper{
  padding-left: 0px;
}


g.highcharts-series-group {
  /* transform: translate(-20% , -8%) scale(1.4); */
  width: 287px;
  font-size: 49px;
}

.ta-tenants .chart-content {
  top: 33%;
}
th.prev, th.next {
  font-size: 28px;
}
.preview-list .preview-item .preview-thumbnail {
    margin-right: 10px;

}
.dropdown .preview-list  .dropdown-item:hover {
     color: #ef6a3d !important;
}
.units_value {
  color: gray;
  font-weight: 300;
  padding-left: 2%;
  font-size: 12px;
}

g.amcharts-zoom-control {
  transform: translate(10px, -30px);
}
.dropbtn {
  color: gray;
  padding: 16px;
  font-size: 18px;
  border: none;
  cursor: pointer;
}
button.dropbtn:after {
  content: "\f141";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
  z-index: 1;
  left: -110px;
  top: 40px;
}
.dropdown-content a {
  color: #93918d;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 16px;
}

.dropdown a:hover {background-color: #ddd;color:#000;}

.show {display: block;}

.main-panel .dropdown {
  top: 0px;
  margin-left: auto;
}

.dropbtn:hover, .dropbtn:focus , .dropbtn {
  background-color: transparent;
}
.activity-feed-col table td {
  position: relative;
}
.activity-feed-col table td:after {
  content: '';
  width: 1px;
  height: 31px;
  background: #eaeaea;
  display: block;
  position: absolute;
  left: 30px;
  top: 52px;
  z-index: 0;
}
  /* index css end here  */

  /* properties page css start here  */

  .page-header .breadcrumb {
    border: 0;
    margin-bottom: 0;
    border-radius: 10px;
    cursor: pointer;
    padding-left: 0;
    background:transparent;
    box-shadow: none;
  }

  .page-header .left-cell nav  a  {
    font-size: 14px;

  }
  .page-header .breadcrumb .breadcrumb-item a ,    .page-header .breadcrumb .breadcrumb-item{
    font-size: 16px;
    text-decoration: none;
    color:#231f20;
  }
  .page-header .left-cell .breadcrumb-item.active, .page-header .breadcrumb .breadcrumb-item a:hover,  .page-header .breadcrumb .breadcrumb-item:hover
  {

    color: #ef6a3d;
  }

  .breadcrumb-item + .breadcrumb-item::before {

    color: #231f20;

  }
  .page-header-two .left-cell h4 {
    font-size: 18px;
    color:#231f20;
    font-weight:600;
    line-height: 1;

}
.page-header-two .left-cell h4  span{
  font-weight:300;
}

.page-header-two .cell-row{
  display: flex;
  -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.input-group-append, .input-group-prepend {
  padding: 10px 20px 10px 5px;
}

.page-header-two .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-header-two .search-field{
margin-top: 0px;
}

.page-header-two .search-field {
  width: 368px;
  background: #ffffff;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.07);
  height: 41px;

}

.page-header-two .grid-item a {
  font-size: 28px;
  color: #000;
  background-color: #fff;
  text-transform: capitalize;
  border-radius: 5px;
  padding: 6px 15px;
  font-weight: 500; box-shadow: 2px 2px 5px rgba(0,0,0,0.07);
}

.page-header-two .import-item a , .page-header-two .filter-item a{
  font-size: 15px;
  color: #000;
  background-color: #fff;
  padding: 12px 15px;
  text-decoration: none;
  text-transform: capitalize;
  border-radius: 5px;
  font-weight: 500;
  line-height: 20px; box-shadow: 2px 2px 5px rgba(0,0,0,0.07);
}
.page-header-two .new-property-item a
{
  font-size:15px;
  color:#fff;
  text-decoration: none;
  background-color: #46d18f;
  padding: 12px 15px;
  text-transform: capitalize;
  border-radius: 5px;
  font-weight: 500;
  transition: ease-in 0.25s;
  line-height: 20px; box-shadow: 2px 2px 5px rgba(0,0,0,0.07);
}
.page-header-two .grid-item  {
  line-height: 1;
}

.page-header-two ul li:not(:last-child) {
  margin-right: 13px;
}
.page-header-two .new-property-item a:hover
{
  background-color:#32bb7a;
  transition: ease-in 0.25s;
}

.page-header-two {
  margin-left: -10px;
  margin-right: -10px;
}

.properties-list-view-sec .card {
  padding: 0px !important;
  padding-bottom: 20px !important;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 3px 10px #0000002b;
}


.properties-list-view-sec .card-img-top img{
  height: 330px;
  object-fit: cover;
  width: 100%;
}
.properties-list-view-sec  .card-img-top {
  position: relative;
}
.properties-list-view-sec .card-img-top:after {
  content: '';
  position: absolute;
  bottom: -45px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 99px;
  background: url(../images/feature-bottom.png);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 1;
}

.properties-list-view-sec .card .card-title {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 0px;
  font-weight: bold;
}

.properties-list-view-sec .price_text , .properties-list-view-sec .card .price_text span{
  font-size: 26px;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;

}


.properties-list-view-sec .card-heading-cell {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 14px;
}

.properties-list-view-sec .card .card-body {

  margin-top: -20px;
  position: relative;
  z-index: 2;
  padding: 0 30px 30px;
}
.orange-color, a.orange-color:hover , .properties-list-view-sec .mdi.mdi-brightness-1{
  color:#ef6a3d;
}

.properties-list-view-sec .card span {
  font-size: 16px;
}
.card-text li {
  font-size: 16px;
}
.color-light-gray , .properties-list-view-sec .mdi.mdi-map-marker , .properties-list-view-sec .vacant-item .mdi-brightness-1{
  color:#93918d;
}
.properties-list-view-sec .mdi.mdi-map-marker
{
  font-size: 20px;
}

.properties-list-view-sec .card-text {
  padding: 0;
}
.properties-list-view-sec .card-heading-cell .left-cell span {
  font-weight: 500;
display: block;
margin-top: 7px;
}
.properties-list-view-sec .card-text  li a{
  text-decoration: none;
  font-size: 16px;
  color: #000;
  width: 100%;
  line-height: 27px;
  display: flex;
  align-items: center;
}

.properties-list-view-sec .table td img {
  width: auto;
  height: auto;
  border-radius: 0;
  margin-right: 10px;
}
.properties-list-view-sec  table{
  margin-top: 18px;
}

.properties-list-view-sec .card-footer {
  background-color: transparent;
  border-top: none;
  padding: 0 30px;
}

.btn-cus {
  text-decoration: none;
  font-size: 15px;
  /* min-width: 120px;*/ font-weight: 500;
}
.bg-orange
{
  background-color: #ef6a3d;
  border-radius: 0.1875rem;
  transition:ease-in 0.25s;
}

.btn-cus.bg-orange:hover , .bg-orange:hover{
  background-color: #dd6146;
  transition: 0.25s;
}

.properties-list-view-sec .btn-cus {
  width: 133px;
  text-align: center;
  color: #fff;
  height: auto;
  padding: 11px 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1;
}

.properties-list-view-sec {
  padding-top: 30px;
}
.properties-list-view-sec .card-footer i {
  line-height: 1;
  font-size: 22px;
  padding: 0;
}

.properties-list-view-sec .row-cus {

  margin-right: calc(-.7 * var(--bs-gutter-x));
  margin-left: calc(-.7 * var(--bs-gutter-x));
}

.properties-list-view-sec .row-cus>* {

  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);

}
  /* properties page css end here  */



  /* property deatil page css start here  */

  .property-details-sec .card-body {
    padding: 0;
}

.property-details-sec .card-sale {
  text-align: center;
}

.card-sale h2  {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 18px;
}


.discount-price {
  position: absolute;
  bottom: 27%;
  background-color: #ff4343;
  left: 20px;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
}

.card-sale span{
font-size: 22px;
font-family: 'Poppins', sans-serif;
}
.navbar .navbar-menu-wrapper {
  width: calc(100% - 266px);

}


.sidebar .nav .nav-item .nav-link .menu-title {

  font-size: 18px;
  line-height: 1;
}

.img-box {
  position: relative;
  overflow: hidden;
}
.img-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  object-fit: cover;
}

.property-view-box .img-box {
  width: 100%;
  height: 374px;
}
.card .property-view-box .card-title
{
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
}

.property-view-box ul.card-text {
  padding: 0;
}

.property-view-box .card-text li {
  font-size: 16px;
  display: flex;
  align-items: center;
  font-family: 'Poppins', sans-serif;
}
.property-view-box  .location-icon {
  margin-right: 10px;
}

.property-view-box .card-heading-cell {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.property-detail-list{
  padding: 0px;
  display: flex;

}

.property-detail-list  li{
  text-align:center;
  position: relative;
}
.property-detail-list li:not(:last-child){
  margin-right:60px;
}

.property-detail-list li:not(:last-child)::after{
  content: "";
  position: absolute;
  right: -45%;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  background-color: #e7e7e7;
}
.property-detail-list li span{
  font-size:16px;
  line-height: 26px;
  text-transform: capitalize;
}
.property-detail-list li  h3{
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}

.properties-feature-list .inner-properties-feature-list  ul{
display: flex; flex-wrap: wrap;
}
.properties-feature-list .img-box {
  width: 26px;
  height: 24px;
  display: inline-block;
}
.properties-feature-list .img-box  img{

  object-fit: contain;
}


.properties-feature-list .inner-properties-feature-list a {
  font-size: 16px;
  text-decoration: none;
  display: flex;
  align-items: center;
  background: #fef1eb;
  color: #ef6a3d;
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid #ef6a3d5e;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
}
.properties-feature-list .inner-properties-feature-list ul li:not(:last-child){
margin-right: 20px;

}

.properties-feature-list .inner-properties-feature-list a .number {
  padding-left: 10px;
  padding-right: 5px;
}


.property-cate-box .inner-property-cate-box ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
}

.property-cate-box .inner-property-cate-box ul  li{
  width:25%;
  margin-bottom: 20px;
}

.property-cate-box .inner-property-cate-box ul  li .cate-title
{
  font-size: 16px;
  line-height: 26px;
  color: #93918d;
  text-transform: capitalize;
  margin-bottom: 5px;
  display: inline-block;
}
.property-cate-box .inner-property-cate-box ul  li  h3
{
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-transform: capitalize;
  color: #343a40;
}


section.property-details-sec .inner-property-details-sec .card .card-body {
  padding: 2.5rem 2.5rem;
  display: inline-block;
}

.property-details-sec  .right-main-col {
flex-direction: column;
}



#main-property #property .card {
  margin-bottom: 20px;
  border: 0;
}

#main-property #property .card .card-header {
  border: 0;

  border-radius: 2px;
  padding: 0;
}

#main-property #property .card .card-header .btn-header-link {
  display: block;
  text-align: left;
  color: #222;
  padding: 24px 40px;
  font-size: 20px;
  font-weight: 600;
}

#main-property #property .card .card-header .btn-header-link:after {
  content: "\F143";
  float: right;
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}


#main-property #property .card .card-header .btn-header-link.collapsed:after {
  content: "\F140";
}

#main-property #property .card .collapsing {

  line-height: 30px;
}

#main-property #property .card .collapse {
  border: 0;
}

#main-property #property .card .collapse.show {

  line-height: 30px;
  color: #222;
}


#main-property ul li {
  width: 25%;
  display: flex;
  align-items: center;
  color:#343a40;
  float: left;
  padding: 0px 0px;
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
}
#main-property ul li i {
  color:#ff6746;
  font-size: 26px;
  margin-right: 10px;
}
#main-property .card-body {
  padding-top: 0;
  width: 100%;
  display: block;
}
.left-main-col{
  flex-direction: column;
}

.property-details-sec .inner-property-details-sec .card.banking-information-card .card-body ,
.property-details-sec .inner-property-details-sec .billing-information-box .card-body{
  padding: 35px 30px !important;
}

.property-details-sec .inner-property-details-sec .banking-information-card .card-body  h3{
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
}

.property-details-sec .inner-property-details-sec .banking-information-card .card-body .heading-update-title  h3{
  font-size:14px;
  text-transform: capitalize;
  font-weight: 500;
}

.property-details-sec .inner-property-details-sec .banking-information-card .card-body .heading-update-title  h3 span
{
  margin-left: 14px;
  color:#46d18f;
}
.currency-title
{
  font-size: 34px;
    line-height: 44px;
    font-weight: 600;
    color: #ff6746; font-family: 'Poppins', sans-serif;
}
.banking-information-card .two-col-cell h3 {
	font-family: 'Poppins', sans-serif;
}

.banking-information-card content {
  padding-top: 80px;
  border-radius: 15px;
  position: relative;
  z-index: 50;
  margin: auto;
  display: inline-block;
  margin-top: 10%;
  width: 100%;
}

.banking-information-card  .wrapper {
  height: 62px;
  display: flex;
  align-items: flex-end;
  position: relative;
  width: 100%;
  max-width: 85%;
  margin: auto;
}

.banking-information-card  .wrapper > div {
  width: 5px;
  float: left;
  background:#73d775;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 100;
  animation: scaleUp 0.3s forwards;
  transform: scaleY(0);
  transform-origin: center bottom;
  animation-timing-function: cubic-bezier(0.5, 0.21, 0.44, 1.255);
}
.banking-information-card  .wrapper > div:not(:last-child){
  margin-right: 15px;
}
@keyframes scaleUp {
  to {
    transform: scaleY(1);
  }
}
.banking-information-card  .wrapper > div:nth-child(1) {
  animation-delay: 0.018s;
}
.banking-information-card  .wrapper > div:nth-child(2) {
  animation-delay: 0.036s;
}
.banking-information-card  .wrapper > div:nth-child(3) {
  animation-delay: 0.054s;
}
.banking-information-card  .wrapper > div:nth-child(4) {
  animation-delay: 0.072s;
}
.banking-information-card  .wrapper > div:nth-child(5) {
  animation-delay: 0.09s;
}
.banking-information-card  .wrapper > div:nth-child(6) {
  animation-delay: 0.108s;
}
.banking-information-card  .wrapper > div:nth-child(7) {
  animation-delay: 0.126s;
}
.banking-information-card  .wrapper > div:nth-child(8) {
  animation-delay: 0.144s;
}
.banking-information-card  .wrapper > div:nth-child(9) {
  animation-delay: 0.162s;
}
.banking-information-card  .wrapper > div:nth-child(10) {
  animation-delay: 0.18s;
}
.banking-information-card  .wrapper > div:nth-child(11) {
  animation-delay: 0.198s;
}
.banking-information-card  .wrapper > div:nth-child(12) {
  animation-delay: 0.216s;
}
.banking-information-card  .wrapper > div:nth-child(13) {
  animation-delay: 0.234s;
}
.banking-information-card  .wrapper > div:nth-child(14) {
  animation-delay: 0.252s;
}
.banking-information-card  .wrapper > div:nth-child(15) {
  animation-delay: 0.27s;
}
.banking-information-card  .wrapper > div:nth-child(16) {
  animation-delay: 0.288s;
}
.banking-information-card  .wrapper > div:nth-child(17) {
  animation-delay: 0.306s;
}
.banking-information-card  .wrapper > div:nth-child(18) {
  animation-delay: 0.324s;
}
.banking-information-card  .wrapper > div:nth-child(19) {
  animation-delay: 0.342s;
}
.banking-information-card  .wrapper > div:nth-child(20) {
  animation-delay: 0.36s;
}
.banking-information-card  .wrapper > div:nth-child(21) {
  animation-delay: 0.378s;
}
.banking-information-card  .wrapper > div:nth-child(22) {
  animation-delay: 0.396s;
}
.banking-information-card  .wrapper > div:nth-child(23) {
  animation-delay: 0.414s;
}
.banking-information-card  .wrapper > div:nth-child(24) {
  animation-delay: 0.432s;
}
.banking-information-card  .wrapper > div:nth-child(25) {
  animation-delay: 0.45s;
}
.banking-information-card  .wrapper > div:nth-child(26) {
  animation-delay: 0.468s;
}
.banking-information-card  .wrapper > div:nth-child(27) {
  animation-delay: 0.486s;
}
.banking-information-card  .wrapper > div:nth-child(28) {
  animation-delay: 0.504s;
}
.banking-information-card  .wrapper > div:nth-child(29) {
  animation-delay: 0.522s;
}
.banking-information-card  .wrapper > div:nth-child(30) {
  animation-delay: 0.54s;
}

.bg-success {
  background-color: #1bcfb4 !important;
}
.banking-information-card content:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: -5%;
  right: 0px;
  width: 110%;
  height: 1px;
  background: #80808052;
}
.light-green-color{
  color:#6eda6d;
}
.expense-banking-con .currency-sign {
  color: #ef6a3d;
}

.gray-color{
  color:gray;
}

.banking-information-card .two-col-cell {
  width: 50%;
}


.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress .progress-bar {
  border-radius: 3px;
}
.bg-success {
  background-color: #1bcfb4 !important;
}

.banking-information-card  .progress {
  border-radius: 3px;
  height: auto;
}
.banking-information-card .progress .progress-bar {
  padding-top: 0;
  margin-top: 0;
  height: 8px;
}

.expense-banking-cont h4 {
  font-weight: 600;
}



.property-details-sec .inner-property-details-sec .billing-information-box .card-body  h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: #231f20;
}

.billing-information-box .search-field {
  width:100%;
  max-width: 100%;

}

.quick-option-box.mb-5 .img-box {
  width: 50px;
  height: 50px;
  margin: auto;
}
.quick-option-box .row-cell .col-cell {
  width: calc(50% - 30px);
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 0 15px 20px;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  align-items: center;
  min-height: 120px;
  flex-direction: column; box-shadow: 2px 2px 5px rgba(0,0,0,.06);
}
.inner-quick-option-box h4 {
  font-size: 15px;
  text-decoration: none;
  color: gray;
}
.inner-quick-option-box a{
  text-decoration: none;
}
.quick-option-box .row-cell {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.billing-information-box tr td {
  font-size: 16px;
  padding-left: 0px;
  padding-right: 0px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.billing-information-box tr td:not(:last-child){
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}

.quick-option-box .row-cell .img-box {
  width: 50px;
  height: 50px;
  margin: auto;
}

.billing-information-box tr td:first-child {
color: gray;
}

.billing-information-box tr td span {
margin-right: 15px;
}



.property-details-sec .col-md-9 .row , .property-details-sec .col-md-3 .row{
margin: 0px;
}
.property-details-sec .col-md-9 .row .col-xl-12 , .property-details-sec .col-md-3 .row .col-xl-12
{
padding: 0px;
}
#main-property .card-body ul {
display: inline-block;
margin-bottom: 0px !important;
width: 100%;
max-width: 1050px;
}

.quick-option-box h3 {
font-weight: 600;
margin-bottom: 25px;
}
#main-property #propertyhead1 .dropdown {
position: absolute;
right: 70px;
top: 8px;
}
  /* property deatil page css end here  */



  /* transaction page design start here  */
  .card.card-img-holder .card-img-absolute {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4%;
    height: auto;
}

.color-gray{
  color:#93918d;
}
.color-dark{
  color:#000000;
}

.top-grid-view h4{
font-size:16px;
line-height: 1;

}
.top-grid-view h2
{
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  font-family: 'Poppins', sans-serif;
}

.top-grid-view .card .card-body {
padding: 0px;
}
.btn-dark {
	background-color: #231f20;
	border-color: #231f20;
}
.action-btns-group .btn
{
  font-size: 16px;
    text-transform: capitalize;
    min-width: 120px;
    border-radius: 5px;
}
.action-btns-group.action-btns-disabled .btn {
background-color: #d7d6d3; border-color: #d7d6d3; cursor: unset
}
.select_btn {
  border: none;
  padding: 8px 34px 8px 16px;
  min-width: 109px;
  border-radius: 5px;
  font-size: 14px;
  color: #231f20;
  text-transform: capitalize;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../images/arrow-icon.png) no-repeat scroll 0 0 #fff;
  text-indent: 0.01px;
  background-position: right center;
  font-weight: 500;
}
.inner-page-header-two .inner-right-cell .select_btn {
  box-shadow: 2px 2px 5px rgba(0,0,0,0.07) !important;
}
.cus-btn a {
  font-size: 14px;
  line-height: 1px;
  text-transform: capitalize;
  text-decoration: none;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.07);
  color: #fff;
  padding: 12px 15px;
  border-radius: 5px;
}

.bg-light-green
{

  background-color: #46d18f;
  transition: ease-in 0.25s;
}
.bg-light-green:hover {
  background-color: #32bb7a;
  transition: ease-in 0.25s;
}
.download-item a i {
  margin-left: 9px;

}
.data-table-box thead tr th , .data-table-box tbody tr td, .data-table-box tr th , .data-table-box tr td{
  font-size: 16px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}


.data-table-box  .form-check .form-check-label input[type="checkbox"]+.input-helper:before {

  background: transparent;
  border: 1px solid #80808059;
}

.data-table-box  table{
  table-layout: fixed;
}
.vd-btn
{
  text-decoration: none;
  border: 1px solid #ef6a3d;
  font-size: 16px;
  color: #ef6a3d;
  padding: 9px 15px;
  border-radius: 5px;
  transition: ease-in 0.25s;
  text-transform:capitalize;
  line-height: 1;
}

.vd-btn:hover, .vd-btn:focus{
  background-color: #ef6a3d;
  transition: ease-in 0.25s;
  color:#fff;
}
.data-table-box thead tr th:nth-child(1) , .data-table-box tbody tr td:nth-child(1){


  padding: 10px 40px;
  width: 8%;

}
.table-striped>tbody>tr:nth-of-type(odd)>* {
  --bs-table-accent-bg: #fafaf8;
}

.sidebar .nav .nav-item.active>.nav-link .menu-title {
  font-size: 18px;
}
    /* transaction page design start here  */


    /* Tenants page css start here */

    .tenants-list-view .media {
      display: flex;
  }
  .lease-term {
    text-align: left;
    display: inline-block;
  }
  .tenants-list-view h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

.tenants-list-view .media-body span , .tenants-list-view small
{
  font-size:15px;
  line-height:25px;
  color:#93918d; font-weight: 500;
}

.tenants-list-view small + span {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #231f20 !important;
  font-family: 'Poppins', sans-serif;
}

.action-btns-cell .btn {
border-radius: 5px;
}

.action-btns-cell .view-btn {
color: #ef6a3d;
border: 1px solid #ef6a3d;
}
.action-btns-cell .view-btn:hover{
color:#fff;
background-color: #ef6a3d;
}

.action-btns-cell .edit-btn {
color: #46d18f;
border: 1px solid #46d18f;
}
.action-btns-cell .edit-btn:hover{
color:#fff;
background-color: #46d18f;
}

.action-btns-cell .delete-btn {
color: #c73045;
border: 1px solid #c73045;
}
.action-btns-cell .delete-btn:hover{
color:#fff;
background-color: #c73045;
}
.action-btns-cell .btn i {
font-size: 16px;
}
.inner-tenants-list-view > .row {
margin-bottom: 15px;
}
.img-box-cus{
width:99px;
height: 94px;
position: relative;
margin-right: 5%;
}

.img-box-cus.online:after {
content: '';
position: absolute;
right: -9%;
width: 15px;
height: 15px;
border-radius: 50%;
background: #46d18f;
top: 88%;
transform: translateY(-88%);
border: 2px solid #fff;
}
.img-box-cus.offline:after {
content: '';
position: absolute;
right: -9%;
width: 15px;
height: 15px;
border-radius: 50%;
background: #cececc;
top: 88%;
transform: translateY(-88%);
border: 2px solid #fff;
}
    /* Tenants page css end here */

    .navbar .navbar-menu-wrapper .navbar-nav .nav-item .nav-link:hover{
      background-color: transparent;
    }

    .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu.navbar-dropdown .dropdown-item:hover{
      color:#231f20;
    }

   .detail-cont  .tex-select {
    font-size: 14px;

    background-position: right center;
    }

    .detail-cont .form-group label {
      line-height: 1;
      vertical-align: top;
      margin-bottom: 0.8rem;
      font-size: 15px;
      font-weight: 600;
  }

    .account-mode-box .form-check{
       display:flex;
       align-items: center;
    }

    .account-mode-box .form-check  label{
        margin-bottom: 0px;
    }

    .account-mode-box {
      padding-left: 15px;
  }
  .form-check .form-check-label input[type="radio"]:checked+.input-helper:before {
    background: -webkit-gradient(linear, left top, right top, from(#ff6746), to(#ff6746));
    background: linear-gradient(to right, #ff6746, #ff6746);
    border-width: 0;
}
.form-check .form-check-label input[type="radio"]+.input-helper:before {

  border: 2px solid #ff6746;

}

.forms-sample > .row {
padding: 0 10px;
}


input::placeholder , .unselect, textarea::placeholder{ /* Chrome, Firefox, Opera, Safari 10.1+ */
color: #b9b9b9 !important;
opacity: 1; /* Firefox */

}

input:-ms-input-placeholder , .unselect, textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #898484 !important;

}

input::-ms-input-placeholder ,  .unselect, textarea::-ms-input-placeholder { /* Microsoft Edge */
color: #898484 !important;

}

.forms-sample input{
font-size: 14px;
}

.right-side-profile-cell .row{
width: 100%;
margin-right: 0px;
margin-left: auto;
}
.right-side-profile-cell .row .col-sm-12 {
padding-right: 0px;
}

.right-side-profile-cell .card{
padding: 30px;
}

.profile-pic-wrapper {

width: 100%;
position: relative;
display: flex;
/* flex-direction: column; */
/* justify-content: center; */
align-items: center;
}
.pic-holder {
text-align: center;
position: relative;
border-radius: 50%;
width: 150px;
height: 150px;
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 20px;
margin-right: 20px;
}

.pic-holder .pic {
height: 100%;
/* width: 100%; */
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}

.pic-holder .upload-file-block,
.pic-holder .upload-loader {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-color: rgba(90, 92, 105, 0.7);
color: #f8f9fc;
font-size: 12px;
font-weight: 600;
opacity: 0;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.2s;
}

.pic-holder .upload-file-block {
cursor: pointer;
}

.pic-holder:hover .upload-file-block,
.uploadProfileInput:focus ~ .upload-file-block {
opacity: 1;
}

.pic-holder.uploadInProgress .upload-file-block {
display: none;
}

.pic-holder.uploadInProgress .upload-loader {
opacity: 1;
}

/* Snackbar css */
.snackbar {
visibility: hidden;
min-width: 250px;
background-color: #333;
color: #fff;
text-align: center;
border-radius: 2px;
padding: 16px;
position: fixed;
z-index: 1;
left: 50%;
bottom: 30px;
font-size: 14px;
transform: translateX(-50%);
}

.snackbar.show {
visibility: visible;
-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
from {
  bottom: 0;
  opacity: 0;
}
to {
  bottom: 30px;
  opacity: 1;
}
}

@keyframes fadein {
from {
  bottom: 0;
  opacity: 0;
}
to {
  bottom: 30px;
  opacity: 1;
}
}

@-webkit-keyframes fadeout {
from {
  bottom: 30px;
  opacity: 1;
}
to {
  bottom: 0;
  opacity: 0;
}
}

@keyframes fadeout {
from {
  bottom: 30px;
  opacity: 1;
}
to {
  bottom: 0;
  opacity: 0;
}
}
.fs-cus-20{
font-size: 20px;
}

.field-icon {
float: right;
margin-left: -25px;
margin-top: -38px;
position: relative;
z-index: 2;
right: 20px;
font-size: 1vw;
}

.container{
padding-top:50px;
margin: auto;
}

.billing-information-box .table td:not(:last-child) , .billing-information-box .table th:not(:last-child) {
  padding: 1.50rem 0.75rem;
  vertical-align: top;
  border-bottom: 1px solid #dee2e6;

}

.billing-information-box .table td , .billing-information-box .table th {
border-top: none;

}

.billing-information-box .table tbody tr:last-child td {
  border-bottom: none;
}
.filter-item .mdi {
  font-size: 18px;
  position: relative;
  top: 2px;
}

.properties-list-view-sec .card-text  li{
  font-family: 'Poppins', sans-serif;
}

.properties-list-view-sec .card-text .location-icon {
  width: 0.8vw;
  margin-right: 3px;
}


.properties-list-view-sec  .table th,
.properties-list-view-sec  .table td {
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 1;
  white-space: nowrap;
  padding: 0.9375rem;
  padding-left: 7%;
}

.footer span {
  font-size: 14px;
}



.all_transaction_record_box + .page-header-two .search-field {
  width: 280px;
  background: #ffffff;
  height: 41px;
}
.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 6px 15px;
  text-decoration: none;
  transition: background-color .3s;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  border-radius: 5px;
  line-height: 26px;
  max-width: 40px;
  display: flex;
  justify-content: center;
}



.pagination a:hover:not(.active) {background-color: #ddd;}

.pagination {
  margin: auto;
  display: flex;
  justify-content: center;
  margin-top: 3%;
  margin-bottom: 2%;
}

.page-btn {
  background-color: #ddd;
}
.page-btn i {
  font-size: 1.3vw;
  padding: 0;
}
.pagination a.active , .pagination .page-btn:hover {
  background-color: #ff6746 !important;
  color: white;
}

/* maintenance css start here  */


.maintenance .card.card-img-holder .card-img-absolute {

  width: 100%;
  max-width: 86px;
}

.maintenance-data-table-box table{
  table-layout: auto;
}
.orange-text{
color:#ef6a3d !important;
}

.green-text{
  color:#46d18f !important;
 }
.blue-text{
  color:#1e70bf !important;
}
.data-table-box thead tr th, .data-table-box tr th {
  font-weight: 600;
}

.page-btn {
  margin: 0 1%;
}

.maintenance-data-table-box table th, .maintenance-data-table-box .table td {

  padding: 1.9375rem 0.9375rem;
}
/* maintenance css start here  */
div.heading-upload {
  position: relative;
  overflow: hidden;
}
.card-body.card-gm-body {
  display: flex;
  flex-wrap: wrap;
}
.card-gm-body .gallery {
  width: 80px;
  height: 80px;
  margin-right: 12px;
  margin-bottom: 12px;
  position: relative;
}
.card-gm-body span.delete {
  color: red;
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 17px;
  text-shadow: 0 0 10px #000;
}
.card-gm-body .gallery img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.names-files-upload {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}
.names-files-upload span.delete {
  float: right;
  color: red;
}
.heading-upload input {
  position: absolute;
  font-size: 50px;
  opacity: 0;
  right: 0;
  top: 0;
}
.file-upload {
  text-decoration: none;
}
.heading-upload .file-upload {
  color: #ff6746;
}
.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}
.form-add-custom-feature .form-group {
	padding-right: 20px; margin-bottom: 0;
}


.maintenance-add-request {
  max-width: 992px;
  margin: 0 auto; padding-top: 80px
}
.mar-head {
  max-width: 450px;
  margin: 0 auto 47px;
}
.mar-head .page-title {
	margin-bottom: 20px;
	font-size: 38px;
}
.mar-plans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; margin-bottom: 20px;
}
.plan-icon {
  background-color: #f4f3ef;
	width: 118px;
	height: 118px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 50px; border-radius: 100%;
}
.mar-plans .mar-plan input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.mar-plans .mar-plan {
  cursor: pointer;
  width: 46.4%; margin-bottom: 35px;
}
.heading-h4{
  font-size: 26px; font-weight: bold; line-height: 1.5;
}
p {
  font-size: 16px; font-size: 15px;
}
.mar-plans .mar-plan .plan-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 45px 35px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid transparent;
	border-radius: 5px;
	-webkit-transition: -webkit-box-shadow 0.4s;
	transition: -webkit-box-shadow 0.4s;
	-o-transition: box-shadow 0.4s;
	transition: box-shadow 0.4s;
	transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
	position: relative;
	flex-wrap: wrap;
	text-align: center;
	background-color: #ffffff;
	box-shadow: 0px 3px 5px 0px #e8e8e8;
}
.plan-details .heading-h4 {
  margin: 20px 0;
}


.mar-plans .mar-plan .plan-details span {
  margin-bottom: 10px;
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #252f42;
}

.container .title {
  font-size: 16px;
  font-weight: 500;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  color: #252f42;
  margin-bottom: 20px;
}

.mar-plans .mar-plan .plan-content:hover {
  -webkit-box-shadow: 0px 3px 5px 0px #e8e8e8;
  box-shadow: 0px 3px 5px 0px #e8e8e8;
}
.mar-plans .mar-plan input[type="radio"] + .plan-content::before {
	content: "";
position: absolute;
height: 30px;
width: 30px;
background: #fff;
left: 30px;
top: 30px;
border-radius: 100%;
border: 2px solid #ebeae6;
}
.mar-plans .mar-plan input[type="radio"]:checked + .plan-content::after {
	content: "";
position: absolute;
height: 30px;
width: 30px;
background: #ef6a3d;
left: 30px;
top: 30px;
border-radius: 100%;
background-image: url(../../assets/images/tick-mark.png);
}

.mar-plans .mar-plan input[type="radio"]:checked + .plan-content {
  border: 2px solid #ef6a3d;
  background: #fff;
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}
.mar-plans .mar-plan input[type="radio"]:checked + .plan-content .plan-icon i {
  color: #ef6a3d;
}
.mar-content-inn.mar-step-first {
  max-width: 806px;
  margin: 0 auto 100px;
}
.text-right {
	text-align: right;
}


.bs-wizard {margin-top: 40px;}

/*Form Wizard*/
.row.bs-wizard { justify-content: center; margin-bottom: 90px; }
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info { color: #ef6a3d; font-size: 16px; font-weight: bold; margin-top: 36px; }
.bs-wizard > .bs-wizard-step.disabled .bs-wizard-info { color: #231f20; }
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 22px; height: 22px; display: block; background: #ef6a3d; border: 2px solid #ef6a3d; top: 25px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 44px; height: 44px; background: transparent; border-radius: 50px; position: absolute; top: 50%; left: 50%; border: 1px solid #ef6a3d; transform: translate(-50%, -50%); }
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 2px; background-color: #cfcec9; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #ef6a3d; margin-top: 0;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f4f3ef; border-color: #cfcec9;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/

.mar-head.mar-head2 .page-title {
	font-size: 26px;
}
.mar-step-second .mar-plan {
  width: 30.9%;
}
.mar-head.mar-head2 {
	max-width: 550px;
}
.mar-step-second .plan-details .heading-h4 {
	font-size: 20px; margin: 20px 0 14px;
}

.mar-step-second  .plan-icon {
  width: 106px;
  height: 106px;
}
.or-plans {
	font-size: 18px;
	font-weight: bold;
}
.or-plans a {
	text-decoration: none;
	color: #ef6a3d;
	display: inline-block;
	margin-top: 15px;
}
.mar-plans-sub-category .plan-details .heading-h4 {
	margin: 0;
}
.mar-plans.mar-plans-sub-category .mar-plan .plan-content {
  padding: 25px 25px 25px 85px ; border: 1px solid transparent
}
.mar-plans.mar-plans-sub-category .heading-h4 {
  font-size: 20px;
}
.mar-plans.mar-plans-sub-category .mar-plan input[type="radio"] + .plan-content::before,
.mar-plans.mar-plans-sub-category .mar-plan input[type="radio"]:checked + .plan-content::after {
  top: 24px;
}
.mar-plans.mar-plans-sub-category .mar-plan input[type="radio"]:checked + .plan-content {
  border: 1px solid #ef6a3d;
}
.mar-plans.mar-plans-sub-category {
	max-width: 786px;
	margin: 0 auto 20px;
}

.mar-plans.mar-plans-sub-category .mar-plan {
  width: 47.8%;
}

.drop_box.mar_drop_box {
	background-color: #fff;
	border: none; padding: 0;
  border: 1px dashed #bcbdc1;
}
.drop_box.mar_drop_box .heading-h4 {
	font-size: 20px;
	margin: 15px 0 0;
}
.drop_box.mar_drop_box p {
  font-size: 14px;
  color: #93918D; font-weight: 600;
}
.drop_box.mar_drop_box .upload-btn-wrapper {
  width: 100%;
  height: 100%;
}
.drop_box.mar_drop_box .bg-orange {
	border: none;
	background-color: transparent;
	color: #ff6746 !important;
	width: 100%;
	height: 100%; padding: 45px 35px 35px;
}
.drop_box.mar_drop_box button i{
font-size: 3.5rem;
}
.upload-section-mar {
  margin-bottom: 50px;
}
.property-information-mar {
  max-width: 454px;
  margin: 0 auto;
}
.property-information-mar .form-group {
  margin-bottom: 50px;
}
.property-information-mar .form-group label {
	font-size: 15px;
	font-weight: bold;
}
.property-information-mar .form-group .select_btn {
  background-position: 94% 53%;
  outline-color: #cfcec9 !important;
}
.property-information-mar .btn.bg-orange.disabled {
  background-color: #b7b6b1;
}
.poppins-font{
  font-family: 'Poppins', sans-serif;
}
.form-group .heading-h4 {
	font-size: 22px;
}
.form-control:focus, select.form-control:focus {
  border-color: #4285F4;
}
.service-pro-mar .row {
	padding: 0 10px;
}
.input-group-icon .input-group-text i{
  font-size: 18px;
color: #231f20;
padding: 0 6px;
}
.card.card-md-left {
	padding: 15px 30px;position: sticky;
  top: 0;
}
.card-md-left li.nav-item a {
  display: block;
  border-bottom: 1px solid #eae9e5;
  padding: 15px 0;
  font-size: 18px;
	font-weight: 600;
	color: #93918d;
}
.card-md-left li.nav-item:last-child a{
  border-bottom: none;
}
.card-md-left .nav-item a:hover, .card-md-left .nav-item a.active {
	color: #ef6a3d
}
.md-number {
  color: #ef6a3d;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px; padding-top: 7px;
}
.font18{
font-size: 18px; line-height: 1.7;
}
.font14 { font-size: 14px; line-height: 1.7; }
.md-card-first .font18 {
	font-size: calc(18px - 1px);
}
.action-top-btn .dropbtn {
	border: none;
	padding: 8px 20px 8px 20px;
	border-radius: 5px;
	font-size: 14px;
	color: #231f20;
	text-transform: capitalize;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff;
	font-weight: 500;
	box-shadow: 2px 2px 5px rgba(0,0,0,.06);
}
.action-top-btn .dropdown-content a {
  color: #93918d;
  padding: 12px 16px !important;
  text-decoration: none;
  display: block;
  font-size: 16px;
  border-radius: 0;
  display: block;
  line-height: 1
}
.action-top-btn .dropdown-content a:hover {
  color: #231f20;
}
.row-theme{ margin-left: -15px; margin-right: -15px; }
.row-theme.row > *{ padding-left: 15px; padding-right: 15px; }
.top-md-card-first {
	position: relative;
	padding-right: 120px;
}
.top-md-card-first .btn {
	position: absolute;
	top: 0;
	right: 0;
}
.box-flp {
  text-align: center;
  padding: 25px 30px;
  position: relative;
  background-color: #f4f3ef;
  border-radius: 5px; margin-bottom: 45px;
}
.box-flp-img {
	width: 126px;
	height: 126px;
	background-color: #fff;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: -80px auto 18px;
	border: 1px solid #f4f3ef;
	box-shadow: 2px 2px 5px rgba(0,0,0,.06);
}
.box-flp h6 {
	font-weight: 600;
}
.card-body.card-body-flp {
	padding-top: 90px;
}
.card-body.card-body-flp .card-body-flp-inn { max-width: 954px;
  margin: 0 auto;
}
  .card-body-flp-inn .row {
    margin-left: -32px;
    margin-right: -32px;
  }
.card-body-flp .btn {
	margin: 0 5px 15px;
}
.card-body-flp-inn .row .col-md-4 {
  padding-left: 32px;
  padding-right: 32px;
}
.list-md {
	display: flex;
	flex-wrap: wrap; margin-bottom: 0;
}
.list-md li {
	font-size: 15px;
	font-weight: 600;
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 12px;
}
.list-md li strong {
	width: 178px; margin-right: 5px; font-weight: 500;
	display: block; color: #93918d;
}
.list-md li span {

}
.Unassigned-box {
	max-width: 170px;
	border: 1px solid #cecdc8;
	border-radius: 5px;
	padding: 20px;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
  margin-left: auto;
margin-right: 30px;
}
.Unassigned-box strong {
	display: block;
	font-weight: 600;
	margin: 25px 0 0;
}
.no-data-div {
  text-align: center; margin-bottom: 20px; margin-top: 15px;
}
.no-data-div strong {
	display: block;
	padding-bottom: 10px;
}
html {
  scroll-behavior: smooth;
}

.am-minus, .am-plus{
  width: 30px;
height: 44px;
background: #f2f2f2;
border-radius: 4px;
padding: 12px 5px 8px 5px;
border: 1px solid #ddd;
display: inline-block;
vertical-align: middle;
text-align: center;
font-size: 22px;
}
input.am-text{
  height: 44px;
width: 80px;
text-align: center;
font-size: 17px;  font-family: poppins;
border: 1px solid #e2e4ea;
border-radius: 4px;
display: inline-block;
vertical-align: middle;
}
.form-inline.am-add-items {
	margin-bottom: 15px;
}
.form-inline.am-add-items .form-control {
	min-width: 240px;
	margin-right: 20px;
}
.form-inline.am-add-items a i {
  font-size: 23px;
}
.am-number {
  margin: 0 10px;
}
a.am-hide {
  color: #93918d;
}
.btn-close:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.card-header.arrow-add-right .btn-header-link:after {
  content: "\F143";
  float: right;
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
text-align: left;
color: #231f20;
font-size: 20px;
font-weight: 600;
margin-top:5px
}


.card-header.arrow-add-right .btn-header-link.collapsed:after {
  content: "\F140";
}
.card.card-accordion-theme {
  padding: 0 0 !important;
}
.card.card-accordion-theme .arrow-add-right .btn-header-link {
	display: block;
	width: 100%;
	color: #231f20;
  padding: 30px;
}
.card.card-accordion-theme .card-body {
  padding: 10px 30px 10px;
}
.card.card-accordion-theme .arrow-add-right .btn-header-link i {
	color: #ef6a3d;
	margin-right: 8px;
	font-size: 22px;     vertical-align: middle;
}
.card.card-accordion-theme .arrow-add-right .btn-header-link span {
	vertical-align: middle;
}
.small-profile-pic .pic-holder {
  width: 60px;
  height: 60px;
}
.small-profile-pic label.upload-file-block {
  font-size: 10px;
}
.aov-form .row {
	margin: 20px -10px 0;
}
.aov-hide {
	position: absolute;
	top: -18px;
  right: 0;
  font-size: 22px;
	color: #93918d; text-decoration: none;
}
.aov-hide small {
	font-size: 60%;
	text-decoration: none;
	vertical-align: middle;
}
.aov-show i, .aov-show span {
	vertical-align: middle;
}
.aov-hide i {
  vertical-align: middle;
}

.tp-img {
	width: 160px;
	height: 160px;
	margin: 0 auto 20px; position: relative;
}
.tp-img .img-fluid {
  object-fit: cover; width: 100%; height: 100%; border-radius: 5px;
}
.tp-img.online::after {
	content: '';
	position: absolute;
	right: -6px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #46d18f;
	top: 88%;
	transform: translateY(-88%);
	border: 2px solid #fff;
}
.card.left-tenant-detail {
	padding-top: 40px;
	padding-bottom: 40px;
}
.tenant-profile-img p {
  color: #93918d; font-weight: 500;
}
hr{
  height: 1px;
  background-color: #e8e7e5;
  border: none;
color: #fff;
margin: 30px 0;
}
.dog-image {
  width: 54px;
  height: 54px;
  margin-right: 20px;
  margin-bottom: 0px;
  border: 1px solid #dfdfde;
  border-radius: 100%;
}
.dog-image img {
	width: 100%;
height: 100%;
object-fit: cover;
border-radius: 100%;
}
.nav-pills.nav-pills-theme {
  border-bottom: 1px solid #e8e7e5;
}
.nav-pills-theme.nav-pills .nav-link {
	font-size: 18px;
	color: #231f20;
	font-weight: 600;
	margin-right: 20px;
	border-bottom: 2px solid transparent; border-radius: 0px;
}
.nav-pills-theme .nav-link.active {
  background-color: transparent; border-color: #ef6a3d; color: #ef6a3d;
}
.list-tenant-left {
  margin: 50px -30px 0;
}
.list-tenant-left li {
	text-align: left;
	border-top: 1px solid #e8e7e5;
	padding: 15px 40px;
}
.list-tenant-left li:last-child {
  border-bottom: 1px solid #e8e7e5;
}
.list-tenant-left li .color-theme {
	color: #ef6a3d;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
}
.list-tenant-left li p {
	margin-bottom: 5px;
}
.list-tenant-left li p strong {
	font-weight: 600;
}
.link-tf-td {
  padding-top: 50px;
}
.link-tf-td a {
  color: #ef6a3d; font-weight: 500;
display: block;
padding: 12px 15px;
text-align: left;
background: #fdf5f2;
margin: 18px 10px;
text-decoration: none; position:relative; transition: all 0.5s;
}
.link-tf-td a:hover i {
  right: 15px;
}
.link-tf-td i {
	position: absolute;
	right: 20px; transition: all 0.5s;
}

.ps-card-box.card {
  padding: 0px !important;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 3px 10px #0000002b;
}
.ps-card-img-top {
  position: relative;
}
.ps-card-box.card .ps-card-img-top::after {
  content: '';
  position: absolute;
  bottom: -50px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 99px;
  background: url(../images/feature-bottom.png);
    background-repeat: repeat;
    background-size: auto;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 1;
}
.ps-card-img-top img {
	height: 220px;
	object-fit: cover;
	width: 100%;
}
.ps-card-box.card .card-body {
	margin-top: 0px;
	position: relative;
	z-index: 2;
	padding: 0 24px 24px
}
.ps-card-cell .card-title {
	font-size: 18px;
	font-weight: 600; margin-bottom: 0; cursor: pointer;
}
.ps-card-cell .card-title:hover{
  color: #ef6a3d;
}
.ps-location {
	margin: 17px 0;
	color: #93918d;
	font-size: 15px;
	position: relative; padding-left: 25px;
}
.ps-location-icon {
	height: 17px;
margin-right: 5px;
position: absolute;
left: 0;
top: 2px;
}

.properties-feature-list.ps-feature-list .img-box img {
	object-fit: contain;
	height: 20px;
}
.ps-feature-list.properties-feature-list ul {
  margin-bottom: 0;
}
.properties-feature-list.ps-feature-list .inner-properties-feature-list a {
	padding: 6px 10px;
	border: none;
	color: #231f20;
}
.ps-top-img-info{
  position: absolute;
	top: 20px;
	left: 20px;
}
.ps-card-img-top span {
padding: 6px 10px;
color: #fff;
border-radius: 3px;
font-size: 12px;
}
.ps-card-img-top .bg-blue {
	background-color: #468fd1;
}
.ps-card-img-top .bg-green {
	background-color: #46d18f;
}
.ps-card-cell {
	margin-top: -10px;
}
.ps-top-img-info-rt {
  position: absolute;
  top: 20px;
  right: 20px;
}
.ps-top-img-info-rt a {
  padding: 6px 6px 3px;
  background-color: #fff;
  border-radius: 3px;
  font-size: 20px;
  color: #231f20;
  display: block;
}
.ps-top-img-info-rt a:hover {
  color: #ef6a3d;
}
.ps-top-img-info-rt .mdi.mdi-heart-outline.selected {
	color: #ef6a3d;
}
.ps-top-img-info-rt .mdi-heart-outline.selected::before, .ps-top-img-info-rt .mdi-heart-outline:hover::before  {
  content: "\F2D1";
}
.left-ps-section {
	height: calc(100vh - 220px);
	overflow-x: hidden;
	margin-bottom: 0px; padding-right: 10px;
}
.ps-section {
	margin-top: 30px;
}
.ps-main-panel .content-wrapper {
  padding-bottom: 0px;
  padding-right: 10px;
}

.left-ps-section{scroll-behavior: smooth;
   scrollbar-color: #231f20 #D9D9D9;
scrollbar-width: thin;
}
.left-ps-section::-webkit-scrollbar-track {
 background: linear-gradient(to right, #D9D9D9 0%, #D9D9D9 30%, #D9D9D9 60%, #D9D9D9 61%, #D9D9D9 100%);
}

.left-ps-section::-moz-scrollbar {
 width: 2px;
}
.left-ps-section::-webkit-scrollbar {
 width: 2px;
}

.left-ps-section::-webkit-scrollbar-thumb {
 background-color: #231f20;
 border-radius: 0px;
}
.map-property-search {
  height: 100%;
  width: 100%; padding-bottom: 10px;
}
.map-property-search img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: left top;
}
.ps-section-row {
  margin-left: -5px;
  margin-right: -5px;
}
.ps-section-row > * {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.col-md-6.left-ps-row {
  width: 44%;
}
.col-md-6.right-ps-row {
  width: 56%;
}

.custom-dropdown a.btn {
	border: none;
	padding: 14px 34px 14px 16px;
	min-width: 109px;
	border-radius: 5px;
	font-size: 14px;
	color: #231f20;
	text-transform: capitalize;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url(../images/arrow-icon.png) no-repeat scroll 0 0 #fff;
	text-indent: 0.01px;
	background-position: right center;
	font-weight: 500;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.07) !important;
}
.custom-dropdown a.btn:after{
  display: none;
}
.custom-dropdown .dropdown-menu {
	padding: 20px;
	min-width: 440px;
}
.custom-dropdown-footer {
	padding-top: 20px;
	text-align: right;
}
.custom-dropdown .form-control {
  border: 1px solid #ced4da;
}
.row-price-range .col:first-child {
	position: relative;
}
.row-price-range .col:first-child::after {
	content: "";
	position: absolute;
	height: 2px;
	width: 10px;
	background: #b5b6b8;
	right: -5px;
	top: 50%;
	transform: translateY(-50%);
}
.category-type-dropdown .form-check .form-check-label, .filter-item .form-check .form-check-label {
  font-size:14px;
}
.form-select {
	height: 46px;
}
.ul-ps-top-bar .filter-item a {
	font-weight: normal;
}
.any-price-dropdown .form-control, .bedBaths-type-dropdown .form-select, .filter-item .form-control  {
  font-family: poppins;
}
.custom-dropdown.filter-item .dropdown-menu {
  padding: 20px;
  min-width: 640px;
}
.custom-dropdown h5 {
  font-size: 16px;
  font-weight: 600;
}
.ps-filter-item .dropdown-menu {
	margin-left: -120px !important;
}
.filter-item .btn.dropdown-toggle {
	padding: 10px 34px 10px 15px;
}
.ps-result-found small {
	color: #93918d;
}
.col-md-6.left-ps-row > .row {
	margin-bottom: 20px;
}
.ps-sort-by strong {
	font-weight: normal;
}
.ps-sort-by {
  display: flex;
justify-content: flex-end;
align-items: center;
}
.ps-sort-by .form-select {
	width: auto;
	margin-left: 10px;
	border: none;
	height: 30px;
}

.ps-modal-details .modal-dialog {
  max-width: 960px;
}

.ps-modal-details .modal-dialog-scrollable .modal-body{scroll-behavior: smooth;
  scrollbar-color: #231f20 #D9D9D9;
scrollbar-width: thin; padding: 0 30px 30px
}
.ps-modal-details .modal-dialog-scrollable .modal-body::-webkit-scrollbar-track {
background: linear-gradient(to right, #D9D9D9 0%, #D9D9D9 30%, #D9D9D9 60%, #D9D9D9 61%, #D9D9D9 100%);
}

.ps-modal-details .modal-dialog-scrollable .modal-body::-moz-scrollbar {
width: 2px;
}
.ps-modal-details .modal-dialog-scrollable .modal-body::-webkit-scrollbar {
width: 2px;
}

.ps-modal-details .modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
background-color: #231f20;
border-radius: 0px;
}
.ps-slider-details .img-box {
  height: 280px;
}
.ps-modal-details .modal-dialog-scrollable .modal-header {
  padding: 20px 30px; flex-wrap: wrap;
}
.slider-top-button {
	position: absolute;
	z-index: 9;
	right: 20px;
	top: 20px;
}
.slider-top-button a {
	padding: 6px 10px;
	color: #231f20;
	border-radius: 3px;
	font-size: 12px;
	display: inline-block;
	background-color: #fff;
	text-decoration: none; margin-left: 5px;
}
.slider-top-button a i{ padding-left: 6px;}
.slider-top-button a i {
	padding-left: 6px;
	font-size: 14px;
	color: #93918d;
}
.slider-top-button a:hover, .slider-top-button a:hover i {
  color: #ef6a3d !important;
}
.slider-top-button a:hover .mdi-heart-outline::before {
  content: "\F2D1";
}
.ps-modal-details .btn-close {
  position: absolute;
  right: 25px;
  color: #fff !important;
  opacity: 1;
  height: 18px;
  width: 10px;
  top: 22px;
  background-size: 18px;
}
.ps-modal-details .modal-header .btn {
  margin-right: 1px;
  position: relative;
}
.heading-h6 {
  font-size: 20px;
line-height: 1.5;
font-weight: 600;
color: #231f20;
}
.ps-modal-details .modal-content {
  background-color: #fff;
  border: none;
}
ul.dt-list-features {
  display: inline-block;
  margin-bottom: 0px !important;
  width: 100%;
  max-width: 1050px;
}
ul.dt-list-features li {
  width: 25%;
  display: flex;
  align-items: center;
  color: #343a40;
  float: left;
  padding: 0px 0px;
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
}
ul.dt-list-features li i {
	color: #ff6746;
	font-size: 26px;
	margin-right: 10px;
}
.font16 { font-size: 16px; line-height: 1.5;}
.ps-md-card-body .card-heading-cell.mb-4 .left-cell h3 {
	font-weight: bold;
}
.ps-landlord-info .flex-shrink-0 {
	width: 50px;
	height: 50px;
}
.ps-landlord-info .flex-shrink-0 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ps-landlord-info .flex-grow-1.ms-3 p {
	margin-bottom: 0;
}
.ps-landlord-info .flex-grow-1.ms-3 h4 {
  font-weight: 600;
}
.owner-contct-info a {
  color: #ef6a3d;
  padding-right: 20px;
  text-decoration: none;
}
.owner-contct-info a i {
	padding: 1px 0px;
border-radius: 50px;
margin-right: 4px;
text-align: center;
width: 22px;
height: 22px;
display: inline-block;
font-size: 17px;
}
.ps-landlord-info .flex-grow-1.ms-3 h4 small {
  color: #93918d;
}
.ps-landlord-info {
  align-items: center;
}
.ps-feature-list.properties-feature-list .inner-properties-feature-list ul li:not(:last-child) {
  margin-right: 10px; margin-bottom: 8px;
}
.inner-right-cell .search-field .input-group-prepend.bg-transparent img {
  max-width: 20px;
}
.card-body.ps-md-card-body.p-0 {
  padding-top: 20px !important;
}
.detail-cont .form-group .form-check label {
	line-height: 1.5; font-weight: normal;
}
.form-add-miles .form-check {
  margin-right: 20px;
}
.odometer-click-show .row {
	margin-left: -10px;
	margin-right: -10px;
}
.odometer-click-show .row .col-md-6 {
	padding-left: 10px;
	padding-right: 10px;
}
.custom-dropdown.filter-item.filter-item-pp .dropdown-menu {
  min-width: 440px;
  transform: unset !important;
  top: 100% !important;
}

.report-listing .row-theme.row > * {
  margin-bottom: 30px;
}
.report-box {
	padding: 60px 40px 50px;
	text-align: center;
	font-size: 60px;
	border-radius: 20px;
	line-height: 1;
}
.report-box h4 {
  font-size: 20px;
  margin-top: 0px;
  font-weight: 600;
  color: #ef6a3d;
}
.card.card-report-listing a {
	display: block;
	color: #231f20;
	text-decoration: none; height: 100%;
}
.mdi-bg.bg-gray::before {
	content: "";
position: absolute;
background-color: #fff0eb;
width: 70px;
height: 70px;
border-radius: 100%;
left: 10px;
top: -16px;
}
.card.card-report-listing:hover {
 background-color:  #ef6a3d;;
}
.card.card-report-listing a:hover i, .card.card-report-listing a:hover h4{
  color: #fff;
}
.mdi-bg.bg-gray {
	position: relative;
	width: 130px;
	border-radius: 100%;
	margin: 0 auto 25px;
}
.mdi-bg.bg-gray img {
	max-width: 60px;
	max-height: 60px; position: relative;
}
.card.card-report-listing a:hover img{
  filter: brightness(0) invert(1);
}
.card.card-report-listing a:hover .mdi-bg.bg-gray::before {
	background-color: rgba(255, 255, 255, 0.1);
}
.card.card-report-listing {
  border-radius: 20px; height: 100%;
}
.report-listing{ width: 100%; }
.rl-box {
  background-color: #f4f3ef;
  padding: 15px 30px;
  border-radius: 5px;
  margin-bottom: 20px;
  border: 1px solid #e3e3df;
}
.rl-box p {
	font-weight: 600;
	margin-bottom: 0;
}
.rl-box-btn a {
	background-color: #fff;
	color: #93918d;
	padding: 2px;
	font-size: 22px;
	border-radius: 100%;
	height: 42px;
	display: block;
	width: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.rl-box-btn {
  display: flex;
}
.view-report-btn { margin-left:15px }
.heading-h5 {
	font-size: 20px;
	font-weight: 600;
}

.nested-sortable-handle .list-group-item {
  padding-left: 42px;
}
.nested-list .list-group-item {
  background-color: rgba(64,81,137,.05);
  border-color: rgba(64,81,137,.05);
}
.nested-sortable-handle .handle {
  position: absolute;
  left: 0;
  top: 0;
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: -webkit-grab;
  cursor: grab;
}
.nested-1, .nested-2, .nested-3, .nested-list {
  margin-top: 5px;
}


/********************/
.hidden { display: none;   }
.table-tree thead tr th:nth-child(1), .table-tree tbody tr td:nth-child(1) {
  padding: 0.9375rem;
  width: auto;
}
.table-tree th{
  background-color: #fafaf8
}
.simple-tree-table-icon {
	margin-right: 15px !important;
}
.print-li-btn i.mdi {
	font-size: 16px;
}

/********************/

table.table-report-details {
  margin-bottom: 0 !important;
}
table.table-report-details tbody > tr > td:first-child {
  width: 2%;
  white-space: nowrap;
}
 .table-report-details tr td,  .table-report-details tr th{
  padding: 15px !important; width: auto; font-size: 16px;
  font-family: poppins;
}
.table-report-details tr th { font-weight: 600; }
span.fa {
  transition: all 400ms;
}
span.fa:hover {
  cursor: pointer !important;
  color: #333;
}
.tr-selected > td:not(:first-child) {
  background-color: #337ab7;
  color: #fff;
}
.tr-detail > td {
  padding: 0 !important;
  padding-bottom: 10px !important;
  border-top: none !important;
}
.tr-detail > td:not(:first-child) {
  padding: 5px 5px 5px 5px;
}
.detail-content ul,
.detail-content li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.detail-content ul li {
  border: 2px dashed #337ab7;
  border-width: 0 0 0px 1px;
  display: flex;
}
.detail-content ul li .detail {
  margin: 0;
  padding: 0 10px 5px 0;
  margin-bottom: 10px;
  flex-grow: 1;
  flex-basis: 100%;
}
.detail-content ul li .detail fieldset {
  border: 1px solid #77acd9;
}
.detail-content ul li .detail fieldset legend {
  font-size: 90%;
  margin-left: 5px;
  width: auto;
  margin-bottom: 0;
  border: none;
}
.detail-content ul li .detail fieldset > div {
  margin-left: 5px;
  margin-right: 12px;
}
.detail-content ul li .detail fieldset > div table.table-condensed tbody > tr > td {
  padding: 2px;
}
.detail-content ul li .detail:first-child {
  border-top: 1px dashed #337ab7;
  flex-basis: 2%;
  background: #fff;
  margin-top: 15px;
}
.detail-content ul li:first-child {
  padding-top: 5px;
}
.detail-content ul li:last-child {
  margin-bottom: 20px;
}
.detail-content ul li:last-child > .detail {
  margin-bottom: 0;
}
.detail-content ul li:last-child > .detail:first-child {
  margin-left: -1px;
}

.data-table-box.data-table-box-nw thead tr th:nth-child(1), .data-table-box.data-table-box-nw tbody tr td:nth-child(1) {
  width: auto;
}
.dropdown.dropdown-action a.btn {
  padding: 0;
  color: #231f20; text-decoration: none; background-color: transparent !important;
}
.dropdown.dropdown-action a i {
  font-size: 20px;
}
.dropdown.dropdown-action .dropdown-toggle::after{
display: none;
}
.dt-table-custom tbody td{
  padding-top: 18px; padding-bottom: 18px;
}
.dropdown.dropdown-action .dropdown-menu .dropdown-item:hover {
  color: #231f20;
}
.list-attachments i {
	color: #ef6a3d;
	margin-right: 8px;
	font-size: 18px;
}
.list-attachments .list-group-item {
  border: none;
  width: 50%;
  flex: 0 0 50%; padding: 0.5rem 1rem 0.5rem 30px ;
}
.list-attachments {
  flex-direction: unset;
  flex-wrap: wrap;
}
.list-attachments .list-group-item i {
  position: absolute;
  left: 0;
  top: 4px;
}

/**************radial progess bar****************/
svg.radial-progress{height:auto;max-width:220px;padding:0;transform:rotate(-90deg);width:100%;border-radius:50%;}
section.svg-container svg.radial-progress:nth-child(even) {margin: 0 15px;}
svg.radial-progress circle{fill:transparent;stroke:#fff;}
svg.radial-progress circle.bar-static{stroke: #e3e3e0 !important;
  stroke-width: 2px;}
svg.radial-progress circle.bar--animated{stroke-dasharray:219.91148575129;stroke:#ef6a3d;stroke-dashoffset:219.91148575129;stroke-width:3px;stroke-linecap:round;}
svg.radial-progress text{fill:#231f20;font-family:poppins;font-size:12px;font-weight:700;text-anchor:middle;}

section.svg-container{max-width:100%;display:flex;align-items:center;justify-content:center;}
.devider{font-size:50px;padding:20px;min-height:11vh;color:#fff;width:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(-225deg,#FF057C 0%,#FF057C 40%,#321575 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:600;}
.devider:nth-last-of-type(2){background-image:linear-gradient(260deg,#ff0300,#ffc900);linear-gradient(-225deg,#ff0300 0%,#ffc900 100%)}
section.svg-container:nth-last-of-type(1) svg.radial-progress{}

/**************radial progess bar****************/

.svg-container.svg-rent-progress {
  position: relative;
}
.paid-svg-rent-progress {
	bottom: 80px;
	font-size: 20px;
	position: absolute;
	font-weight: bold;
	text-transform: uppercase;
	color: #ef6a3d;
}
.card-transaction .heading-h4 strong {
  color: #ef6a3d;
}
.transaction-top {
	text-align: center;
	margin-bottom: 20px;
}
.list-payers a {
	display: inline-block;
background-color: #f2f2f0;
padding: 8px 20px 8px 10px;
color: #231f20;
border-radius: 100px;
text-decoration: none;
font-weight: 500; margin: 0 5px 12px;
}
.list-payers a img {
	width: 34px;
	height: 34px;
	border-radius: 100px;
	object-fit: cover; margin-right: 5px;
}
.list-payers a:hover {
  background-color: #e8e8e5;
}
.transaction-top .text-muted {
	font-weight: 600;
}

.data-table-box .table-theme thead tr th:nth-child(1), .data-table-box .table-theme tbody tr td:nth-child(1) {
  padding: 0.9375rem;
  width: auto;
}
.table-theme .vd-btn {
	display: inline-block;
	padding: 12px 15px; white-space: nowrap;
}
.table-theme .table th, .table-theme .table td {
	white-space: unset;
}
.col-td-accounting .card-header a{
font-size: 14px;
color: #ef6a3d;
font-weight: 600; text-decoration: none;
}
.col-td-accounting .card-header a:hover{
text-decoration: underline;
}
.stretch-card.col-td-activities {
	display: block;
}
.stretch-card.col-td-activities .card {
  margin-bottom: 20px;
}
.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.media.media-payment-info {
  align-items: self-end; margin-bottom: 30px; cursor: pointer;
}
.media.media-payment-info .media-body {
	display: flex; align-items: center;
}
.media-mdi-icon {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	background-color: #f4f3ef;
	border-radius: 100%;
	margin-right: 20px;
}
.media-body-right h6 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 3px;
}
.media-body-right p {
	font-size: 13px;
	color: #93918d;
}
.media-payments {
	font-size: 18px;
	font-family: poppins;
	font-weight: 600; margin-bottom: 6px;
}
.media.media-payment-info:last-child {
	margin-bottom: 0;
}
.media.media-payment-info:hover .media-body-right h6, .media.media-payment-info:hover .media-payments {
    color: #ef6a3d;
}

.at-user-img {
  width: 54px;
  height: 54px;
  position: relative;
  margin-right: 20px;
}
.at-user-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.font20 {
font-size: 20px;
font-weight: 600;
line-height: 1.5;
}
.list-tenant-applicant > li {
  border: 1px solid #dfdeda;
  padding: 20px 25px;
  margin-top: -1px;
}

.dropdown-dots.dropdown .dropdown-toggle::after {
  display: none;
}
.action-btns-cell-al .btn {
  margin-top: 0px !important; margin-right: 0px !important;
}
.action-btns-cell-al .dropdown.dropdown-dots {
	margin-bottom: 0;
}
.al-card-box .card-header > h3 {
	color: #ef6a3d
}
.list-tenant-applicant > li .col-md-3 .btn {
	cursor: unset; padding: 0.675rem 1.2rem;
}
.list-tenant-applicant li .media-body span {
  font-size: 14px;
  line-height: 1.5;
  color: #93918d;
  font-weight: 500;
}
.at-media-box .media-body {
	overflow: hidden;
}
.at-media-box .media-body .font20 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; font-size: 19px;
}
.more-user {
	position: absolute;
	bottom: -5px;
	right: -5px;
	background: #ef6a3d;
	width: 22px;
	height: 22px;
	color: #fff;
	text-align: center;
	border-radius: 100px;
	font-family: poppins;
	font-size: 9px;
	line-height: 18px;
	border: 2px solid #fff;
}
.ald-short-by{
  text-align: left;
}
.bg-icon{
  background: #f4f3ef;
padding: 0;
margin-right: 10px;
width: 30px;
height: 30px;
display: inline-block;
text-align: center;
line-height: 30px;
border-radius: 5px;
}

.list-md-one li {
  width: 100%;
}

.badge-font-auto {
	font-size: 92% !important;
	font-weight: 500;
}


.rent-detail-left {
  display: flex;
  align-items: stretch;
}
.rent-detail-left .stretch-card {
  width: 100%;
}
.upload-btn-wrapper input[type=file] {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.dropdown-menu .form-select:focus {
  outline: 0;
  box-shadow: none;
  border-color: #D7D6D3;
}
.rent-header-two .left-cell h4 {
  font-weight: 400;
}
.no-user-img {
	width: 30px;
height: 30px;
background: #f4f3ef;
border-radius: 100%;
display: flex;
justify-content: center;
align-items: center;
color: #231f20;
font-size: 10px;
text-transform: uppercase;
margin-right: 8px;
}

.list-sq li {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	border-bottom: 1px solid #f0eeea;
	padding: 15px 0;
	font-weight: 600;
}
.list-sq li p {
	margin-bottom: 0; margin-right: 20px;
}
.list-sq li:last-child{
  border-bottom: none;
}
.list-sq li span {
	background-color: #f4f3ef;
padding: 1px 12px;
font-weight: bold;
border-radius: 40px;
display: inline-block;
}
.font-16 {
	font-size: 16px;
	margin: 0;
	font-weight: 600;
}
.card-signature .font-16 a {
	color: #ef6a3d;
}
.card.card-signature .card-body{
    display: flex;
    justify-content: space-between;
}

.signture-applicant {
	max-width: 134px;
	max-height: 70px;
}

.rent-income-percentage {
	background: #f4f3ef;
	padding: 20px;
	display: inline-block;
	border-radius: 5px;
}

.rent-income-perc {
	display: flex;
	margin-top: 20px;
}
.left-rent-income-perc {
	margin-right: 20px;
}
.rent-income-perc .radial-progress {
	max-width: 120px;
}
.js-btn-tooltip, .js-btn-tooltip:hover {
	color: #20201f;
}
.btn-disable:hover {
	cursor: unset !important;
}

.row-rai-form {
  width: 100%;
}
.detail-cont.rai-form-col {
	display: flex;
	align-items: flex-start;
	border-bottom: 1px solid #e2dce3;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.row-rai-form {
  width: 100%;
}
.delete-mdi {
  color: #c73045;
  font-size: 22px;
  margin: 38px 15px 0 25px;
}
.delete-mdi:hover{
  color: #a8182c;
}
.add-more-link {
	color: #ef6a3d;
	text-decoration: none;
	font-weight: 600;
}
.add-more-link:hover {
	color: #d7552a;
}
.font-bold{
  font-weight: bold;
}
.DI-modal .detail-cont.rai-form-col {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* edit-application-  */
.edit-application-wrap .pic-holder {
  width: 100%;
  border-radius: 0;
  height: 330px;
  margin-right: 0;
}

.edit-application-wrap .profile-pic-wrapper {
  flex-direction: column;
}

.edit-application-wrap .pic-holder .pic {
  width: 100%;
}

.edit-application-wrap .pic-holder input {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.edit-application-wrap .upload-heading {
  font-size: 18px;
  text-align: left;
  display: block;
  padding: 30px 0;
  width: 100%;
}

.edit-application-wrap .right-side-profile-cell .card {
  padding: 20px;
}

.add-upload-120 {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  background: #fff5f1;
  padding: 10px 16px;
  border: 1px dashed #cf5f39; position: relative; cursor: pointer;
}
.add-upload-120 input{
  position: absolute;
left: 0;
right: 0;
width: 100%;
top: 0;
height: 100%;
opacity: 0; cursor: pointer;
}
.add-upload-120 .form-group label {
	margin-bottom: 0px !important;
}
.add-upload-120 .icon-wrap {
  width: 16%;
}
.add-upload-120 .form-group {
  margin-bottom: 0;
  width: 84%;
}
.add-upload-120 .icon {
  background: #ef6a3d;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffff;
  font-size: 24px;
  line-height: 34px;
}
.files-details-120 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 10px 0px;
	border-bottom: 1px solid #e2e4ea;
}
.files-details-120 .form-group {
  margin-bottom: 0;
  width: 90%;
}
.files-details-120 .icon {
  display: flex;
  justify-content: flex-end;
  font-size: 20px;
  color: #000;
}
.files-details-120 .icon-wrap {
  width: 10%;
}
.files-details-120 .upload-file {
  display: block;
}
.files-details-120 .upload-date {
	font-size: 12px !important;
	color: #727171;
	margin-bottom: 0px !important;
	font-weight: 500 !important;
}
.files-details-120.last {
	border-bottom: 0;
	padding-bottom: 0;
}

.bsDropDown .dropdown-menu{
    top: 100% !important;
    margin-top: 0 !important;

}

.templateList {
    margin-top: 2em;
}


.attactBottom{
    padding: 7px;
    background: #ef6a3d;
    margin: 0 !important;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    border-radius: 0px 2px 7px 7px;
    cursor: pointer;
}

.attactBottom a{
    color: #fff;
    text-decoration: none;
}

.templateEditHover{
    cursor: pointer;
}

.templateEditHover{
    cursor: pointer;
    padding: 3em 2em !important;
}


/* end edit-application-  */
/* end edit-application-  */

.custom-link-tb a {
	border: none;
	padding: 14px 16px 14px 16px; text-decoration: none;
	min-width: 109px;
	border-radius: 5px;
	font-size: 14px;
	color: #231f20;
	text-transform: capitalize;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #fff;
	text-indent: 0.01px;
	background-position: right center;
	font-weight: 500;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.07) !important;
}
.custom-link-tb a .mdi {
	font-size: 18px; margin-right: 5px;
	position: relative;
	top: 2px;
}
.modal-ia .detail-cont.rai-form-col {
	margin-bottom: 0;
	border: none;
	padding-bottom: 0;
}
.modal-ia .modal-cs {
	max-width: 550px;
}
.modal-ia .modal-body .form-group {
	margin-bottom: 10px;
}
.modal-ia .modal-body a{
  color: #333;
}

/********Chat css*******/
.row-chat.mt-4 {
  margin-left: -10px;
  margin-right: -10px;
}
#chat3 .form-control {
  border-color: #f4f3ef;
  }
  #chat3 .form-control:focus {
  }
.chat-right-aside {
    position: relative;
    height: calc(100vh - 270px);
    overflow-x: hidden;
}
.avatar-img {
  width: 44px; height: 44px; position: relative;
  background: #f4f3ef;
    border-radius: 100%;
    text-align: center;
    color: #231f20;
    line-height: 44px;
    font-size: 13px;
    font-weight: 600;  text-transform: uppercase;
}
.avatar-img img {
  width: 100%;
  height: 100%; object-fit: cover;
}
.left-aside-chat {
    position: relative;
    height: calc(100vh - 262px);
    overflow-x: hidden;
}
.avatar-offline::before, .avatar-online::before {
  position: absolute;
border-radius: 50%;
display: block;
content: "";
height: 10px;
width: 10px;
bottom: 3px;
right: 1px;
border: 2px solid #fff;
}
.avatar-offline::before {
  background: #adb5bd;
}
.avatar-online::before {
  background: #46d18f;
}
.left-aside-chat .avatar-img {
    width: 50px;
    height: 50px;
  line-height: 50px; min-width: 50px;
}
.left-aside-chat .avatar-img img {
  width: 100%;
  height: 100%; object-fit: cover;
}
.left-aside-chat ul li a{
text-decoration: none; color: #231f20; overflow: hidden;
}
.left-aside-chat li .d-flex.flex-row {
    width: calc(100% - 70px);
}
.container-fluid.page-body-wrapper.chat-page-body {
    height: calc(100vh - 0px);
}
.avatar-name .small.text-muted {
    font-size: 14px; overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.avatar-name {
  width: calc(100% - 40px);
}
.chat-search .form-control {
  background-color: #f4f3ef;
}
.chat-search .input-group-text {
  background-color: #f4f3ef;
}
.chat-search .input-group-text {
    background-color: #f4f3ef;
    font-size: 20px;
    color: #231f20; padding-left: 15px;
}
.chat-right-box-sms {
    max-width: 60%;
}
.chat-box-white, .chat-box-primary {
   font-size: 14px;
}
.chat-box-white {
  background-color: #fff;
  box-shadow: 0 1px 1px #c8c4c4; border-top-left-radius: 0px !important;
}
.chat-box-primary {
  background-color: #ef6a3d;
  box-shadow: 0 1px 1px #8a8585;
  border-top-right-radius: 0px !important;
}
.card-chat-body .p-2 {
    padding: 1rem !important;
}
.card.card-left-aside-chat {
    box-shadow: 0 1px 1px #c8c4c4;
}
.chat-active, .left-aside-chat > ul > li:hover {
    background-color: #f4f3ef;
}
.chat-unread .avatar-name {
    font-weight: 600;
}
.chat-box-content p {
    display: inline-block;
}
.rc-chat-box .chat-box-content {
    text-align: right;
}
.rc-chat-box .chat-box-content p {
    text-align: left;
}
.chat-form {
  position: relative;
  padding: .5rem .7rem; background-color: #fff !important; box-shadow: 0 1px 1px #c8c4c4;
}
.chat-form .form-control {
    background-color: transparent;
    border: none;
}
.chat-form .btn.btn-icon {
  line-height: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  height: calc(1.6em + 1.1875rem + 4px) !important;
  width: calc(1.6em + 1.1875rem + 4px) !important;min-width: calc(1.6em + 1.1875rem + 4px) !important;
}
.chat-form .btn.btn-icon > svg {
  height: 1rem;
  width: 1rem;
}
.dz-preview {
    border-top-left-radius: 1.2rem;
    border-top-right-radius: 1.2rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.dz-preview.dz-preview-moved {
    margin-bottom: -1.9375rem;
    background-color: #fff !important;
    width: 100%;
    padding-bottom: 50px;
    position: absolute;
    bottom: 50px;
}
.dz-image-preview .dropzone-image-preview {
    display: block;
    border-radius: 3px;
    background: #ef6a3d;;
    color: #fff;
    font-size: 20px;
}
.chat-form-content { flex-wrap: wrap; position: relative; }
.dz-preview.dz-preview-moved + .chat-form::before {
  content: "";
  display: block;
  height: 2px;
  background: #f4f3ef;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.dz-preview .badge-circle svg {
  height: 1em;
  width: 1em;
}
.dz-preview .badge-circle {
    position: relative;
    border-radius: 2.25rem;
    height: 16px;
    padding: 0;
    margin: 0 !important;
    top: -6px !important;
    right: -6px !important;
    width: 16px;
    background: #f00 !important;
    border: none !important;
    line-height: 11px;
    border: 2px solid #fff !important;
}
.file-paperclip input {
    position: absolute;
    opacity: 0; width: 40px;
  height: 70%; cursor: pointer;
  z-index: 1;
}
.file-paperclip label {
    transform: rotate(40deg);
}
.file-paperclip .mdi.mdi-paperclip {
    font-size: 16px; color: #231f20;
}
.dz-image-preview .dropzone-image-preview .avatar-img {
    background-color: transparent;
}
.chat-header {
    border-bottom: 2px solid #dfdedb;
}
.chat-right-aside, .left-aside-chat{
  scroll-behavior: smooth;
   scrollbar-color: #231f20 #D9D9D9;
scrollbar-width: thin;
}
.chat-right-aside::-webkit-scrollbar-track, .left-aside-chat::-webkit-scrollbar-track {
 background: linear-gradient(to right, #D9D9D9 0%, #D9D9D9 30%, #D9D9D9 60%, #D9D9D9 61%, #D9D9D9 100%);
}
.chat-right-aside::-moz-scrollbar, .left-aside-chat::-moz-scrollbar {
 width: 2px;
}
.chat-right-aside:-webkit-scrollbar, .left-aside-chat:-webkit-scrollbar {
 width: 2px;
}
.chat-right-aside::-webkit-scrollbar-thumb, .left-aside-chat::-webkit-scrollbar-thumb {
 background-color: #231f20;
 border-radius: 0px;
}
/*
*  STYLE 4
*/
.chat-right-aside::-webkit-scrollbar-track, .left-aside-chat::-webkit-scrollbar-track
{
    background-color: #D9D9D9;
}
.chat-right-aside::-webkit-scrollbar, .left-aside-chat::-webkit-scrollbar
{
    width: 2px;
    background-color: #D9D9D9;
}
.chat-right-aside::-webkit-scrollbar-thumb, .left-aside-chat::-webkit-scrollbar-thumb
{
    background-color: #231f20;
}
.message-gallery .col {
  width: 100%;
  flex: 0 0 20%; position: relative;
}

.message-gallery-icons {
	position: absolute;
	right: 10px;
	top: 0;
	color: #fff;
	font-size: 14px; display: none;
}
.message-gallery .col:hover .message-gallery-icons{
  display: block;
}
.message-gallery-icons:hover {
	color: #ef6a3d;
}
.rc-chat-box .message-gallery .row {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.avatar .avatar-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    line-height: 0;
    height: 100%;
    width: 100%;
  font-size: 23.4482758621px;
}
.row-message-file .avatar-img {
    display: block;
}
.text-primary{
  color: #ef6a3d !important;
}
.bg-primary {
  background-color: #ef6a3d !important;
}
.row-message-file {
  background: #ef6a3d;
  padding: 10px 10px;
  color: #fff;
  border-radius: 5px;
  font-size: 13px; height: 100%; display: flex;
  align-items: center; box-shadow: 0 1px 1px #8a8585;
}
.row-message-file .avatar-img {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto 7px;
}
.row-message-file .text-truncate a {
    text-decoration: none; font-size: 13px;
}
.row-message-file .col-auto.overflow-hidden {
    line-height: 1px;
}
.row-message-file .col-auto.overflow-hidden p{     width: 82px;
}
.message-gallery img.img-fluid {
  box-shadow: 0 1px 1px #c8c4c4; height: 100%;
    object-fit: cover;
}
.chat-right-box-sms p.small.text-muted, .avatar-time p {
    font-size: 11px; white-space: nowrap;
}
.lc-chat-box .avatar-img, .rc-chat-box .avatar-img, li.chat-active .avatar-img, .left-aside-chat > ul > li:hover .avatar-img {
    background: #e9e7e1;
}
.chat-header .avatar-img {
    background: #e9e7e1;
}
/********Chat css*******/
.data-table-box .table-request thead tr th:nth-child(1), .data-table-box .table-request tbody tr td:nth-child(1){
  width: unset;
}
.table-request .vd-btn {
	display: inline-block;
	padding: 12px 15px;
}

.templateCreateOption .card .card-body {
    padding: 3.5rem 2.5rem !important;
    border: 1px solid transparent;
}

.templateCreateOption .active {
    border: 1px solid #ef6a3d;
}

.templateCreateOption .card{
    cursor: pointer;
}

.loading-theme {
  height: 0;
  width: 0;
  padding: 15px;
  border: 6px solid #93918d;
  border-right-color: #231f20;
  border-radius: 22px;
  -webkit-animation: rotate 1s infinite linear;
  /* left, top and position just for the demo! */
  display: block;
margin: 0 auto;
}

@-webkit-keyframes rotate {
  /* 100% keyframe for  clockwise.
     use 0% instead for anticlockwise */
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.compose-loader {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.compose-loader-inn {
 position: absolute;
    z-index: 99;
    top: 43%;
    left: 46%;
}
.compose-loader:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    border-radius: 10px;
}
.loading-white .loading-theme {
    border: 6px solid #d5d4d4;
    border-right-color: #ffffff;
}
