@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,700');
.chatonline img {
    margin-right: 10px;
    float: left;
    width: 30px;
    height: auto;
}

.chatonline li a {
    padding: 13px 0;
    float: left;
    width: 100%; }
.chatonline li a span {
    color: #212529; }
.chatonline li a span small {
    display: block;
    font-size: 10px; }

/* perfect-scrollbar v0.7.1 */
.ps {
    -ms-touch-action: auto;
    touch-action: auto;
    overflow: hidden !important;
    -ms-overflow-style: none; }

@supports (-ms-overflow-style: none) {
    .ps {
        overflow: auto !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps {
        overflow: auto !important; } }

.ps.ps--active-x > .ps__scrollbar-x-rail,
.ps.ps--active-y > .ps__scrollbar-y-rail {
    display: block;
    background-color: transparent; }

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9; }

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
    background-color: transparent;
    width: 8px; }

.ps > .ps__scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    bottom: 0px;
    /* there must be 'bottom' for ps__scrollbar-x-rail */
    height: 6px; }

.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
    position: absolute;
    /* please don't change 'position' */
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    bottom: 2px;
    /* there must be 'bottom' for ps__scrollbar-x */
    height: 6px; }

.ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x,
.ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x {
    height: 6px; }

.ps > .ps__scrollbar-y-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    right: 0;
    /* there must be 'right' for ps__scrollbar-y-rail */
    width: 6px; }

.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
    position: absolute;
    /* please don't change 'position' */
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    right: 2px;
    /* there must be 'right' for ps__scrollbar-y */
    width: 6px; }

.ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y,
.ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
    width: 6px; }

.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0.9; }

.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
    background-color: rgba(0, 0, 0, 0.2);
    height: 6px; }

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
    background-color: rgba(0, 0, 0, 0.2);
    width: 6px; }

.ps:hover > .ps__scrollbar-x-rail,
.ps:hover > .ps__scrollbar-y-rail {
    opacity: 0.6; }

.ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
    background-color: rgba(0, 0, 0, 0.2); }

.ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
    background-color: rgba(0, 0, 0, 0.2); }

#slimtest3.ps .ps__scrollbar-y-rail {
    left: 3px;
    right: auto; }

#slimtest4.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
    background-color: #01c0c8; }

#slimtest4.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
    background-color: #01c0c8; }

#slimtest4.ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
    background-color: #01c0c8; }

/*******************/
/*Chat widget*/
/*******************/
.chat-main-box .chat-right-aside {
    position: relative;
}
.chat-list {
    margin: 0px;
    padding: 0px; }
.chat-list li {
    list-style: none;
    margin-top: 30px; }
.chat-list li .chat-img {
    display: inline-block;
    width: 45px;
    vertical-align: top; }
.chat-list li .chat-img img {
    width: 45px;
    border-radius: 100%; }
.chat-list li .chat-content {
    width: calc(100% - 50px);
    display: inline-block;
    padding-left: 15px; }
.chat-list li .chat-content h5 {
    color: #6c757d;
    margin-bottom: 0;
}
.chat-list li .chat-content .box {
    display: inline-block;
    color: #343a40;
    background: #f8f9fa; }
.chat-list li .chat-time {
    display: block;
    font-size: 10px;
    color: #6c757d;
    margin: 5px 0 15px 65px; }
.chat-list li.odd .chat-content {
    text-align: right;
    width: calc(100% - 0px); }
.chat-list li.odd .chat-time {
    text-align: right; }
.chat-list li.odd .box {
    clear: both;
    color: #fff;
    background: #005E81; }
.chat-list li.odd + .odd {
    margin-top: 0px; }
.chat-list li.reverse {
    text-align: right; }
.chat-list li.reverse .chat-time {
    text-align: left; }
.chat-list li.reverse .chat-content {
    padding-left: 0px;
    padding-right: 15px; }

/*******************/
/*Chat widget*/
/*******************/

/*This is for chat page*/
@media (max-width: 767px) {
    .chat-main-box .chat-left-aside {
        left: -250px;
        position: absolute;
        transition: 0.5s ease-in;
        background: #fff;
    }
    .chat-main-box .chat-left-aside.open-pnl {
        left: 0px; }
    .chat-main-box .chat-left-aside .open-panel {
        display: block; }
    .chat-main-box .chat-right-aside {
        width: 100%; }
}

/*Contact app page*/
.left-aside {
    width: 100%;
    position: relative;
    border: 0px; }
.right-aside {
    margin-left: 0px; }
.flex-wrap {
    flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important; }
.chat-list li .chat-content {
    width: calc(100% - 80px); }




/*******************/
/*From Custom section*/
/*******************/

/*Message section*/
.message-wrapper .card-body{
    background: initial;
}
.message-wrapper .card-body textarea{
    background: #F1F2F8;
    padding-bottom: 0px;
}
.message-wrapper .message-box{
    position: relative;
    background: #F1F2F8;
    border-radius: 5px;
}
@media (max-width: 767px){
    .chat-main-box .chat-left-aside {
        left: -300px;
    }
}

@media (max-width: 360px){
    .chat-main-box .open-pnl .open-panel {
        left: -webkit-calc(100% - 70px);
    }
}



.chat-list li .chat-time {
    margin: 5px 0 15px 0px;
}
/*
.upload-btn-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
  overflow: hidden;
  display: inline-block;
}
*/
.upload-btn-wrapper {
    overflow: hidden;
    display: inline-block;
}
.upload-btn-wrapper.rooms-upload {
    position: relative;
    top: unset;
    right: unset;
    overflow: hidden;
    display: inline-block;
}

.btn-clip {
    border: none;
    color: gray;
    background-color: inherit;
    font-size: 26px;
}

.upload-btn-wrapper input[type=file] {
    font-size: 50px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}


/*For mobile devices*/
@media(max-width: 576px){
    #msgfield .col-9 {
        max-width: 75%;
    }

    #msgfield .col-1 {
        max-width: 10%;
    }

    #msgfield .col-2 {
        max-width: 15%;
    }

}
#msgfield{
    margin: unset;
}

.chat-profile{
    position: sticky;
    top: 0;
}
.chat-profile a{
    background: white;
    padding: 5px;
    border-radius: 0 0px 10px 10px;
}
.box {
    border-radius: 0.25rem;
    padding: 10px;
}

.hide{
    display: none !important;
}

.form-material .form-control {
    background-color: transparent;
    background-position: center bottom, center calc(100% - 1px);
    background-repeat: no-repeat;
    background-size: 0 2px, 100% 1px;
    padding: 0;
    transition: background 0s ease-out 0s;
}

.dropzone .dz-preview.dz-image-preview {
    background: transparent;
}

.avatar-wrapper {
    position: relative;
}
.loader {
    position:absolute;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index:2;
    display:none;
}

@-webkit-keyframes spin {
    from {-webkit-transform:rotate(0deg);}
    to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

.loader::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color:white;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

.img-avatar.img-avatar150 {
    width: 150px;
    height: auto;
    max-width: 100%;
}
.img-avatar.img-avatar175 {
    width: 175px;
    height: auto;
    max-width: 100%;
}
.img-avatar.img-avatar200 {
    width: 200px;
    height: auto;
    max-width: 100%;
}
.img-avatar200-inverse {
    height: 200px !important;
    width: auto !important;
    max-height: 100%;
    max-width: 100%;
}
.img-avatar210-inverse {
    height: 210px !important;
    width: auto !important;
    max-height: 100%;
    max-width: 100%;
}


/*Contract styleings*/
.guest_initials, .host_initials {
    font-family: 'Dancing Script', cursive;
    font-size: 24px;
    font-weight: 400;
}

/*Properties*/
.property-list .property-img-box{
    position: relative;
}
.property-list .occupied{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
a.edit_listing {
    position: absolute;
    bottom: 1em;
    right: 1em;
    font-size: 16px;
}
a.boost_listing {
    position: absolute;
    bottom: 1em;
    left: 1em;
    font-size: 16px;
}
a.edit_listing i,a.boost_listing i {
    padding: 0.5em;
    border-radius: 50%;
}
div.boosted {
    position: absolute;
    top: 1em;
    left: 1em;
    font-size: 16px;
}
.height-auto{
    height: auto !important;
}

#search-input-main{
    padding: 20px !important;
}
/* The styles of the Algolia Places input footer */
.ap-footer {
    display: none !important;
}
/*Admin tables*/
#invoicesTable,#usersTable,#rolesTable,#permissionsTable{
    font-size: smaller;
}
.dataTable .selected{
    background-color: rgba(0,0,0,.2) !important;
}
