body{
      font-family: "Poppins", sans-serif;

}

/*---------------- policy css terms ----------------*/

.policy-text p {
    color: #000000;
}

.policy-text li {
    color: #000000;
}

body .form-select:focus {
    box-shadow: 0 0 0 0 rgba(13, 110, 253, .25);
}

.form-control:focus {
    border-color: unset  !important;
    outline: 0  !important;
    box-shadow: unset !important;
}
button:focus-visible {
    outline: none;
}
/*---------------- policy terms ----------------*/

/*---------------- style css terms ----------------*/

.nav{

}
.cloud-text h5 {
    color: #000000;
    font-weight: 600;
}
.cloud-text  {
    margin-top: 20px;
}
.cloud-text a {
    font-weight: 600;
    margin-top: 10px;
}
.cloud-text p {
    color: #000000;
}

.cloud-text li {
    color: #000000;
}
.term-link-cont p {
    margin-bottom: 10px;
}

/*------------property image crose icon-----------*/
.close-cst {
    position: absolute;
    right: 0px;
    border-radius: 0px;
    z-index: 2222;
    color: red;
    background: #fff;
    top: 0px;
    line-height: 1.1;
}


/*----------Micro Phone icon css-------------*/
.mic-container .circle {width: 30px;height: 30px;border-radius: 50%;display: flex;justify-content: center;align-items: center; transition: 0.5s; box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); background: #ff0000;}
.mic-container .circle i {color: #fff;position: relative;font-size: 16px;}
.mic-container .circle:before {background: #d41a26;animation: bounce 0.8s ease-in-out infinite 0.5s;position: absolute;width: 30px;height: 30px;border-radius: 99px;opacity: 0.2;}
.circle:before {background: #d41a26;animation: bounce 0.8s ease-in-out infinite 0.5s; content: "";}

.chat-bottom-mic-image.all_stop-recording, .chat-bottom-mic-image.all_start-recording {width: 11px; height: 35px;}

@keyframes bounce {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.4);
  }
  75% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}

/*---------li messages page ------*/
.deal-content-sec .cst-chat-cols {
    padding: 0px;
    list-style: none;
}
/*---------------- style css ----------------*/

.blue-color {
    color: #39a1de;
}
.button-bg{
     background-color: #63ABD5;
     border-color: #63ABD5;
}
main.inner-content header {
    left: 75px;
}
.profile.dropdown ul.dropdown-menu {
    position: absolute;
    top: 40px;
    right: 0px;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #39a1de;
}
.top-notification-icon .notifications {
    display: none;
    position: fixed;
    padding: 0px 0px;
    background: #fff;
    border: 1px solid #cccccc;
    right: 42px;
    top: 50px;
    border-radius: 9px;
    max-width: 320px;
    width: 100%;
    font-size: 11px;
    line-height: 14px;
    z-index: 9;
}

.top-notification-icon .notifications h4 {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 3px;
}
.top-notification-icon .notifications > h4 {
    border-bottom: 1px solid #cccccc;
    padding: 10px;
    margin: 0;
}
.top-notification-icon ul.notifications-list {
    padding: 0px;
    list-style: none;
    margin: 0px;
}
.top-notification-icon .notifications-item {
    border-bottom: 1px solid #cccccc;
    /*margin-bottom: 10px;*/
    padding: 8px 10px;
}
.top-notification-icon .notifications-item a {
    display: flex;
    gap: 10px;
    text-decoration: none;
}
.top-notification-icon .notifications-item:last-child {
    margin: 0px;
    border: none;
    border-radius: 0px 0px 9px 9px;
}
.top-notification-icon .notifications-item p,
.top-notification-icon .notifications-item .text p {
    margin: 0px;
}
.top-notification-icon .notifications-item i {
    font-size: 14px;
    line-height: 20px;
}
.top-notification-icon .notifications > h4 span {
    color: #3aa0de;
    font-weight: 600;
}
.form-group.new_deal p {
    font-size: 12px;
    line-height: 18px;
}
.top-notification-icon .notifications-item:hover {
    background: #39a1de;
    color: #fff;
}
.top-notification-icon .notifications-item:hover .text h4,
.top-notification-icon .notifications-item:hover .text p{
    color: #fff;
}
/*---------------- login page css start ----------------*/
.toggle-password {
    float: right;
    cursor: pointer;
    margin-right: 13px;
    margin-top: -28px;
    color: #555555cc;
    z-index: 9;
    position: relative    
}
.login-left {
    background-color: #61a9d3;
    height: 100%;
    min-height: 100vh;
}
.login-inner {
    max-width: 420px;
    padding: 10px;
}
.cst-signup-section .cst-scroll-column {
    height: 100vh;
    overflow-x: auto;
}
.cst-signup-section .cst-scroll-column::-webkit-scrollbar {
  width: 4px;
}

.cst-signup-section .cst-scroll-column::-webkit-scrollbar-track {
  background: #ffffff; 
}

.cst-signup-section .cst-scroll-column::-webkit-scrollbar-thumb {
  background: #dddddd;       
}
.login-left img {
    height: 330px;
    max-width: 100%;
}
.form-sign {
    font-size: 12px;
    font-weight: 600;
}
p.by-clicking {
    font-size: 10px;
    font-weight: 500;
}
.input-icon {
    width: 100%;
    top: 11px;
    left: 10px;
    max-width: 20px !important;
}
.sign-up-btn {
    border: 1px solid;
    padding: 6px 15px;
    border-radius: 6px;
}
a {
    color: var(--bs-body-color);
}
.form-sign a {
    color: #3AA0DE;
}
[data-active-tab="contact-tab"] {
    display: none !important;
}
p.by-clicking a:hover,
a.forgot-password:hover,
.form-sign a:hover {
    color: #1984c5;
}
img.google_logo_icon {
    max-width: 24px;
    width: 100%;
    left: 10px;
    position: absolute;
}
form.login-form input,
form.signup-form input {
    font-size: 12px;
    line-height: 24px;
}
.login-inner form label {
    font-size: 12px;
    font-weight: 500;
}
p.or,
a.forgot-password {
    font-size: 12px;
}
form.login-form .button-bg,
form.signup-form .button-bg,
.continue-with-google {
    font-size: 12px;
    line-height: 24px;
}
.continue-with-google:hover {
    border-color: #63ABD5 !important;
    color: #63ABD5 !important;
}

.invalid-tooltip {
    top: -15px;
    font-size: 8px;
    background: transparent;
    color: var(--bs-danger);
    text-align: left;
    padding: 0px;
}

.valid-tooltip {
    font-size: 8px;
    padding: 0px;
    top: -15px;
    color: var(--bs-success);
    background: transparent;
}
.signup-form .valid-tooltip,
.signup-form .invalid-tooltip {
    top: 17px;
    left: 15px;
}
.settings-profile-form .invalid-tooltip {
    top: 11px;
}

/*---------------- login page css end ----------------*/


.forget-heading h4 {
    font-size: 12px;
    line-height: 16px;
}

.forget-heading p {
    font-size: 10px;
    line-height: 12px;
}



/*---------------- deal room active page css start ----------------*/
.empty-properties-box {
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 20px #f2f2f2;
}
.empty-properties-title {
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
}

.deal-content-sec .custom-row .custom-column {
    width: 100%;
    max-width: 100px;
    padding: 0px;
}
.deal-room p {
    font-size: 14px;
}
.search-menu {
   width: 400px;
}
.top-notification .top-notification-icon img {
    width: 100px;
    max-width: 18px;
    cursor: pointer;    
}
.top-notification-icon {
    position: relative;
}

.top-notification-icon span.text-danger {
    position: absolute;
    right: 12px;
    font-size: 10px;
    line-height: 10px;
    top: 0px;
    background: red;
    color: #fff !important;
    padding: 3px;
    width: 14px;
    height: 14px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-notification .top-notification-icon .notifications-item img {
    max-width: 24px;
    cursor: pointer;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
}
.top-notification .dropdown img {
    max-width: 24px;
    width: 100%;
    height: 24px;
    border-radius: 50px !important;
    object-fit: cover;
    aspect-ratio: 1;
}
.top-notification button.btn.dropdown-toggle {
    border-radius: 13px;
    font-size: 12px;
    padding: 5px 12px 5px 5px;
}
.menu-section button.btn.dropdown-toggle::after ,
.top-notification button.btn.dropdown-toggle::after {
    display: none;
}
/*.top-notification .dropdown {
    width: 100%;
    max-width:160px;
}*/
.top-notification .dropdown {
    width: 100%;
    max-width: fit-content;
    min-width: 160px;
}
.modal-header .btn-close {
    margin: 0px;
    padding: 0px;
    --bs-btn-close-bg: unset;
}
.modal-header  .btn-close:focus {
    box-shadow: none;
}

#search-popup .modal-body input[type=text],
.message-temp input[type=text],
.menu-section input[type=text],
.search-menu input[type=text] {
    width: 100%;
    box-sizing: border-box;
    border: 0px solid #ccc;
    border-radius: 12px;
    font-size: 12px;
    line-height: 14px;
    background-color: #F9F9F9;
    background-image: url('../image/sear.png');
    background-position: 13px 9px;
    background-repeat: no-repeat;
    padding: 11px 20px 11px 40px;
    background-size: 15px;
    max-width: 100%;
        outline: none;
}

form.add-member-form label {
       font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    margin-bottom: 12px;
}
form.public-content-form button {
    font-size: 12px;
    line-height: 24px;
}

form.add-member-form button{
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}

form.add-member-form .btn-primary {
    background: #39a1de;
    border-color: #39a1de;
}

form.add-member-form .btn-primary:hover {
    background: #1d7ab1;
    border-color: #1d7ab1;
}
form.public-content-form .btn-outline-primary,
form.add-member-form .btn-outline-primary {
    border-color: #39a1de;
    color: #39a1de;
}
form.public-content-form .btn-outline-primary:hover,
form.add-member-form .btn-outline-primary:hover{
    background: #39a1de;
    border-color: #39a1de;
    color: #ffffff;
}
form.add-member-form .form-check-input:checked {
    background-color: #fff;
    border-color: #39a1de;
}

.form-check-input:checked[type=radio] {
       background: url(../image/radio-bg.svg);
       border-color:#39a1de !important ;
       background-color: unset !important;
}
.form-check-input:focus{
    box-shadow: none;
}
form.add-member-form .form-check a,
form.add-member-form label .small-text {
    font-size: 8px;
    color: #39a1de;
    text-decoration: none;
    font-weight: 600;
}

form.public-content-form textarea#textarea {
    font-size: 12px;
    line-height: 18px;
}

.menu-section .dropdown button.btn.dropdown-toggle {
    background-color: #F9F9F9;
    padding: 10px 12px 10px 16px;
    border-radius: 12px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
}
.dropdown .dropdown-menu .dropdown-item {
    font-size: 12px;
    line-height: 24px;
    border-radius: 6px;
}
.search-menu .dropdown.w-100 {
    max-width: 100%;
}
.list-view-button {
    opacity: 0.4;
}

.list-view-button svg, .grid-view-button svg {
    max-width: 22px;
    width: 100%;
    height: 22px;
}
.list-view-button svg {
    height: 19px;
}
.list-view-button, .grid-view-button {
    color: #000;
    border: 0px solid white;
    padding: 5px;
    font-size: 0px;
    cursor: pointer;
    border-radius: 3px;
    opacity: 0.4;
}
.list-view-inner-top {
    display: grid;
    grid-template-columns: 1.08fr 1.3fr;
}
.list-view-inner-top {
    padding-top: 12px;
    padding-bottom: 12px;
}
.list-view-button:hover,
.grid-view-button:hover {
  background: white;
  color: #0e2439;
}
.grid-view-button.active ,
.list-view-button.active {
    color: #000;
    opacity: 1;
}

.list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.list.list-view-filter {
    flex-direction: column;
    padding-top:0px;
}
.template-list.list.list-view-filter {
    padding: 0px;
}
.list.list-view-filter li {
  padding: 0px 0px 10px 0px;
}

.list.grid-view-filter {
    flex-flow: row wrap;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}
section.deal-content-sec {
    padding-top: 110px !important;
}
.single-page section.deal-content-sec.py-5 {
    padding-top: 115px !important;
}
.profile-message-page section.deal-content-sec,
body.profile-page section.deal-content-sec {
    padding-top: 100px !important;
}
.list-view-filter .deal-room-box {
    display: grid;
    grid-template-columns: 100px 1fr;
    align-items: center;
    gap: 15px;
    background: #ffffff;
}
/*.template-list .deal-room-box {*/
/*    grid-template-columns: 100px 1fr;*/
/*}*/

/*.template-list.list-view-filter .deal-room-box .deal-room-box-image img {*/
/*    height: 90px;*/
/*    object-position: center;*/
/*}*/

.template-list.list.list-view-filter .deal-room-box-image img{
    height: 70px;
}

.list-view-filter .deal-room-box .list-view-inner {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 10px;
    align-items: center;
}
.active-list.list-view-filter .deal-room-box .list-view-inner,
.close-list.list-view-filter .deal-room-box .list-view-inner {
    grid-template-columns: 1.3fr 1.5fr 130px;
}
.template-list.grid-view-filter .for-list-style,
.template-list.list-view-filter .deal-room-box-icons-group,
span.list-view-date,
ol.close-list.list-view-filter .deal-room-box-date {
    display: none !important;
}
.active-list.list-view-filter span.list-view-date,
.close-list.list-view-filter span.list-view-date{
    display: block !important;
    font-size: 12px;
    line-height: 24px;
}

.template-list.list-view-filter .for-list-style{
    display: flex !important;
}
.template-list.list-view-filter .for-list-style img {
    width: 100%;
    height: 18px;
    max-width: 18px;
}
ol.close-list.list-view-filter .deal-room-box-image,
.list-view-filter .deal-room-box a, .list-view-filter .deal-room-box img {
    height: 100%;
    object-fit: cover;
}
span.tasks-title,
.list-view-left-part span, .list-view-right span, .list-view-center span {
    font-size: 12px;
    text-transform: capitalize;
}
/*.list.grid-view-filter li {
  width: calc(50% - 210px);
  padding: 100px;
  margin-right: 10px;
  text-align: center;
}*/
ol.active-list.list-view-filter .deal-room-box img, ol.close-list.list-view-filter .deal-room-box img {
    height: 70px;
    object-fit: cover;
    min-height: 100%;
}
ol.active-list.list.grid-view-filter li, ol.close-list.list.grid-view-filter li, ol.template-list.grid-view-filter li {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background: #ffffff;
    border-radius: 16px;
}

.form-group label {
    font-size: 14px;
    line-height: 14px;
}
.list.list-view-filter li a,
.list.grid-view-filter li a {
    text-decoration: none;
}
.modal-footer h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
.create-button,
.menu-list-grid .filter-buttons button .new-category-btn {
    border-color: #39a1de !important;
    border-radius: 8px;
    font-size: 12px;
    color: #39a1de;
}

.single-page-cst-cols h3.task-heading.text-uppercase.m-0.fw-semibold {
    color: #6c757d;
}
.menu-list-grid .filter-buttons button i {
      font-size: 10px;
    border-color: #39a1de !important;
    color: #39a1de !important;
    top: 0px;
    position: relative;
    min-width: 18px;
    min-height: 18px;
    display: flex
;
    align-items: center;
    justify-content: center;
}
main.inner-content {
    width: 100%;
    max-width:calc(100% - 75px);
    margin-left: auto;
/*    padding: 0 30px 0 10px;*/
}

.filter-buttons .create-button {
    padding: 6px 12px !important;
    border-color: #39a1de !important;
    color: #39a1de;
    display: flex;
    align-items: center;
    gap: 10px;
}
.filter-buttons .green-border-color{
    border-color: #50CC61 !important;
    color: #50CC61 !important; 
}
.menu-list-grid .filter-buttons .green-border-color i{
        border-color: #50CC61 !important;
    color: #50CC61 !important;
}
.filter-buttons .green-border-color.active{
    background-color:#50CC61 !important;
    color:#fff !important;
}
.menu-list-grid .filter-buttons .green-border-color.active i{
        border-color: #fff !important;
    color: #fff !important;
}
header {
   
    background-color: #fff;
    box-shadow: 0px 6px 6px 1px #dddddd2b;
}
.page-side-bar {
    position: fixed;
    left: 0;
    top:0px;
    height: 100%;
    background-color: #fff;
    border-right: 1px solid #f2f2f2;
    padding: 10px  10px;
    width: 75px;
    z-index: 1;
}
.side-bar-content a {
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 20px;
    color: var(--bs-body-color);
}
.side-bar-content a.active {
    background-color: #39a1de;
    color: #fff;
}
.side-bar-content {
    gap: 10px;
}
div.tab-pane { 
    font-size: 12px;
    padding-top: 20px;
}
.card-header ul#myTab,
.menu-section ul#myTab {
    gap: 10px;
   
} 
.card-header ul#myTab{ 
    gap: 20px;
}
.menu-section ul#myTab button {
    font-weight: 500;
    font-size: 12px;
}


.card-header ul#myTab button.active{
    padding-bottom: 6px !important;
}
.card-header ul#myTab button{
    padding: 8px 16px !important;
}
/* .card-header ul#myTab button.active{
    background-color: #3AA1DE !important;
    color: #ffffff;
   
} */
/*.menu-section ul#myTab button {
    font-weight: 500;
    font-size: 10px;
}*/
.menu-section ul#myTab button {
    color: #000000;
}

.card-header ul#myTab button.active{
    /* color: #39a1de;
    border-bottom: 2px solid #39a1de !important;
    padding-bottom: 10px !important; */
}
.custum-tabs-sec ul li button {
    font-size: 12px;
    text-transform: capitalize !important;
    color: #1A1A1A !important;
    background-color: #F8F8F9 !important;
    border-radius: 8px;
    padding: 6px 12px !important;
}


.custum-tabs-sec ul li button.active {
    background-color: #3AA1DE33 !important;
    color: #3AA1DE !important;
    /* padding: 8px 16px !important; */
    /* border-radius: 6px; */
    font-weight: 600 !important;
}



.deal-room-box h3, .deal-room-box h3 a {
    font-size: 12px;
    text-decoration: none;
        text-transform: capitalize;
}

.list-view-filter .deal-room-box h3, 
.list-view-filter .deal-room-box h3 a {
    margin: 0px;
}
.list-view-filter .deal-room-box p{
    padding: 0px !important;
}
/*.deal-room-box {*/
/*    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;*/
/*}*/

.deal-room-box img {
    height: 150px;
    object-fit: cover;
}
.deal-room-box p {
    font-size: 12px;
    font-weight: 500;
}
section.deal-content-sec {
    padding: 0 10px 0 20px;
    background: #FBFBFB;
    min-height:100vh;
}
.header-logo {
    width: 100%;
    max-width: 113px;
}
span#unreadCount {
    padding: 0px;
}
/*.tab-content a {
    text-decoration: none;
}*/



/*------------------------ reply chat thread ------------------------*/
span.chat-innerpart.right span.chat-message:hover a.dots-action,
span.chat-innerpart.right span.chat-message.attachment-message:hover a.dots-action,
span.chat-innerpart.right span.chat-message.attachment-message:hover span.sub_inner_action_option,
span.chat-message.text-message:hover .sub_inner_action_option,
span.chat-message.text-message:hover a.dots-action {
    display: inline-block;
}
span.chat-innerpart.right span.chat-message.attachment-message:hover a.dots-action {
    display: block;
    margin: 0;
}
span.chat-innerpart.right span.chat-message.attachment-message:hover a.dots-action i{
    color: #000000;
}
span.chat-innerpart.right span.chat-message a.dots-action,
span.chat-innerpart.right span.chat-message.attachment-message a.dots-action,
span.chat-message.text-message a.dots-action {
    margin-left: 10px;
    color: #fff;
    display: none;
    transition: all 0.5s ease-in;
}
span.chat-innerpart.right span.chat-message a.dots-action,
span.chat-message.text-message a.dots-action {
    position: absolute;
    top: 5px;
    right: 20px;
    background: #fff;
    padding: 2px 12px;
    color: #000;
    border-radius: 10px;
    line-height: 10px;
    font-size: 10px;
}
span.chat-innerpart.right span.chat-message:hover .sub_inner_action_option,
span.chat-innerpart.right span.chat-message.attachment-message:hover span.sub_inner_action_option a:first-child,
span.sub_inner_action_option,
span.chat-message.text-message .sub_inner_action_option{
    display: none;
}
span.chat-innerpart.right span.chat-message .sub_inner_action_option,
span.chat-message.text-message:hover .sub_inner_action_option {
    position: absolute;
    right: 4px;
    top: 4px;
    display: none;
    background: #ffffff;
    padding: 3px 0px;
    flex-direction: column;
    border-radius: 4px;
    /* box-shadow: 0px 0px 10px #ddd; */
    border: 1px solid #cccccc;
    z-index: 9;
}
span.chat-innerpart.right span.chat-message input:focus-visible {
    outline: 0;
}
span.chat-innerpart.right span.chat-message.attachment-message:hover span.sub_inner_action_option{
    display: flex;
}
span.sub_inner_action_option a,
span.chat-message.text-message .sub_inner_action_option a{
    color: #000000;
    font-size: 10px;
    line-height: 10px;
    text-decoration: none;
    padding: 5px 10px;
    display: block;
}

div#public-tab-pane span.chat-innerpart.right span.chat-message:after {
    background: #3AA0DE;
    right: 19px;
    clip-path: polygon(0 75%, 0% 100%, 100% 100%);
    content: "";
    display: block;
    width: 10px;
    height: 45px;
    position: absolute;
    bottom: -11px;
    z-index: 0;
    transform: rotate(-50deg);
}

span.chat-innerpart.right span.chat-message textarea {
    height: auto;
    width: 100%;
    border: 1px solid #fff;
    padding: 4px;
    border-radius: 6px;
    min-height: auto;
    outline: none;
    field-sizing: content;
}

div#public-tab-pane span.chat-innerpart.left span.chat-message,
div#public-tab-pane span.chat-innerpart.right span.chat-message {
    border-radius: 0px !important;
}

/* thread_reply */

.thread_reply {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*background-color: #00000066;*/
    /*width: 100%;*/
    /*max-width: 100%;*/
    /*padding: 20px;*/
    /*display: flex;*/
    /*justify-content: end;*/
    /*align-items: end;*/
}
.thread_reply .modal-dialog {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    width: 100%;
}

.reply_thread_msg {
/*    max-height: 300px;
    height: 300px;*/
    display: block;
    overflow-x: auto;
}


.thread_reply .modal-header {
    justify-content: end;
}
.thread_reply .modal-header button.close {
    border: 0;
    font-size: 20px;
    padding: 0 9px;
    border-radius: 50%;
        background: #3aa0de;
    color: #fff;
}

span.action_button,
span.sub_action_option.left-message {
    display: none;
    position: absolute;
    top: 5px;
    right: 10px;
    background: #fff;
    padding: 2px 12px;
    color: #000;
    border-radius: 10px;
    line-height: 10px;
    font-size: 10px;
    width: auto;
    /*max-width: 60px;*/
    display: none;
    align-items: center;
    flex-direction: row-reverse;
    gap: 4px;
}
span.chat-message:hover span.action_button,
span.chat-message.text-message:hover span.sub_action_option.left-message {
    display: flex;
}
span.chat-message:hover span.action_button a.position-absolute,
span.sub_action_option.left-message a.position-absolute {
    position: unset !important;
    width: 20px !important;
    display: inline-block;
}



/*---- close tab ----*/

.deal-room-box-date {
    top: 16px;
    right: 0;
    padding: 5px 10px;
    background: #39a1de;
    color: #ffffff;
    border-radius: 30px 0px 0px 30px;
    font-size: 11px;
    line-height: 18px;
}


/*---- template tab ----*/

.deal-room-box-icons-group {
    position: absolute;
    right: 6px;
    top: 6px;
    background: rgba(0, 0, 0, 0.1);
    padding: 4px 10px;
    border-radius: 30px;
    gap: 12px;
}
.deal-room-box-icons-group img {
    width: 100%;
    max-width: 16px;
    height: 16px;
}



/*---------------- deal room active page css end ----------------*/

 .reply-message {
    margin-left: 20px;
    border-left: 2px solid #ddd;
    padding-left: 10px;
    font-size: 0.9em;
    color: #666;
}

    .reply-message.right {
        text-align: right;
    }

    .reply-message.left {
        text-align: left;
    }

    .reply-message .chat-message {
        margin-left: 35px;
    }


.popup {
  display: none; 
  /*/ Hidden by default /*/
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); 
  /*/ Semi-transparent background /*/
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup-content {
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 25px;
  cursor: pointer;
}

.thread_reply {
    /*position: absolute;*/
    /*top: 30%;*/
    /*left: 40%;*/
    /*right: 40%;*/
    /*bottom: 0;*/
    /*background-color: #00000066;*/
    /*width: 100%;*/
    /*max-width: 350px;*/
    /*padding: 10px;*/
    display: flex;
    justify-content: end;
    align-items: end;
    /*height: 250px;*/
    /*overflow: hidden;*/
}

/*.thread_reply {
    position: fixed;
    top: 20%;
    left: 51.5%;
    right: 40%;
    bottom: 0;
   
    width: 100%;
    max-width: 500px;
    height: 500px;
    transform: translateX(-50%);
    z-index: 9999;
    box-shadow: 0px 0px 10px #00000066;
    border-radius: 10px;
}*/
.thread_reply {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    /* transform: translateX(-50%); */
    z-index: 9;
    /* box-shadow: 0px 0px 10px #00000066; */
    /* border-radius: 10px; */
    top: 0;
    /* max-width: 440px; */
    /* height: 400px; */
    background-color: #00000038;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
}
.group-chat-area .chat-box {
    position: relative;
}
.thread_reply .modal-header {
    position: absolute;
    right: -28px;
    top: -28px;
    z-index: 9;
}
div#chat-tab-pane .thread_reply {
    left: 50%;
    transform: translateX(-50%);
}
span#singleChat .chat-bottom-part a.input-send-icon ,
.group-chat-area .chat-box a.input-send-icon,
/*#groupChat a.input-send-icon,*/
.groupChat a.input-send-icon,
.thread_reply a.input-send-icon {
    top: 9px;
}
div#chat-tab-pane .thread_reply a.input-send-icon{
    top: 9px;
}
div#g_attachment {
    font-size: 12px;
    line-height: 12px;
}
.thread_reply .modal-dialog {
    height: 100%;
    max-width: 500px;
    height: 430px;
    background-color: #F3F3F3;
}
#all_re_reply_with_thread{
    padding:0px 15px;
}
#all_re_reply_with_thread span.left{
    display: block;
    margin-top: 5px;
    font-size: 14px;
}
#all_re_reply_with_thread span.chat-innerpart.right.chat .chat-message .right {
    color: #fff;
}
.thread_reply  .chat-bottom-mic-inout input{
    background-color: #fff;
}

.thread_reply .modal-dialog .modal-body {
    height: inherit;
}
/*.thread_reply .modal-dialog .modal-body span#reply_with_thread,
.thread_reply .modal-dialog .modal-body span.reply_with_thread,
.reply-with-id-reply {
    height: 430px;
    display: block;
    overflow-x: auto;
}*/

.thread_reply .modal-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.thread_reply  span#all_re_reply_with_thread ,
.thread_reply .modal-dialog .modal-body span#reply_with_thread,
 .thread_reply .modal-dialog .modal-body span.reply_with_thread, .reply-with-id-reply {
    height: 330px;
    display: block;
    overflow-x: auto;
}
.thread_reply .modal-dialog .modal-content {
    height: auto;
}

.thread_reply .modal-dialog .chat-bottom-mic-inout {
    height: auto;
}
.thread_reply .modal-dialog .reply_thread_msg {
    max-height: max-content;
    height: max-content;
    overflow: visible;
    margin-top: 10px;
}

.g_emojiTooltip ,
.emojiTooltip ,
.all_emojiTooltip {
    position: absolute;
    right: 0;
    bottom: 52px;
    z-index: 9;
}
.emojiTooltip,
.g_emojiTooltip{
    z-index: 9;
}

.emojiTooltipreplyuser ,
.thread_reply .modal-dialog .modal-body .emojiTooltipreply {
/*    position: fixed;
    bottom: 20px;
    right: 14px;*/
    overflow: auto;
    z-index: 9;
}


/*---------------- deal room active page css end ----------------*/

/*---------------- deal room active single page css start ----------------*/


.text-theme{
    color: #39a1de;
}
.price-list-price .form-control,
.items-infomation .items-infomation-inner .items-infomation-info .form-control, .items-information-info input,
.items-information-info,
.items-infomation .items-infomation-inner .items-infomation-title,
.items-infomation .items-infomation-inner .items-infomation-info,
.card-header button {
    font-size: 12px;
    line-height: 20px;
}
.card-header h5{
    font-size: 12px;
    line-height: 12px;    
}
.select-status,
.select-status select.form-select{
    font-size: 10px;
    line-height: 10px;
    min-height: 32px;
     border-radius: 8px !important;
}
.template-button{
    font-size: 12px;
    line-height: 18px;
     min-height: 32px;
     border-radius: 8px !important;
}

button.template-button {
    padding: 5.5px 14px !important;
}
.template-button-bottom button.template-button {
    padding: 8px 20px !important;
    border-radius: 12px !important;
    font-weight: 600 !important;
    font-size: 11px;
    line-height: 11px;
}
.task-content-buttons button.template-button {
    padding: 7.5px 14px !important;
    font-size: 11px;
    line-height: 11px
}
.single-page-cst-col {
    border-radius: 12px !important;
}
.profile_info .profile_image {
    position: relative;
    max-width: 50px;
    margin: 0 auto;
}
.profile_info .profile_image .cross-icon {
    position: absolute;
    right: 8px;
    font-size: 12px;
    width: 100%;
    max-width: 16px;
    height: 16px;
    background: #fff;
    top: 0px;
}
.profile_info .profile_image img {
    max-width: 44px;
    width: 100%;
    border-radius: 50%;
    height: 44px;
    object-fit: cover;
    border: 1px solid #f2f2f2;
}

.profile_name h4 a,
.profile_name h4 {
    font-size: 12px;
    line-height: 18px;
    margin: 0px;
    margin-top: 7px;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 600;
    color: #2C2C2E;
}

.profile_status span {
    font-size: 9px;
    line-height: 9px;
    display: block;
    margin-top: 5px;
}



.member-thum-box .profile_status span {
    font-size: 8px;
    line-height: 9px;
    display: block;
    margin-top: 5px;
    font-weight: 500;
    color: #85858E;
    border: 1px solid #E1E1E1;
    border-radius: 100px;
    padding: 4.5px 12px;
    text-transform: capitalize;
}

.radius-8{
    border-radius: 8px !important;
}

section.deal-content-sec .card.cst-height-card {
    height: 100%;
}
.items-infomation .items-infomation-inner {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    padding: 8px 0px;
}

.items-infomation .items-infomation-inner .edit-icon svg.bi.bi-calendar2 {
    color: #b7b7b9;
}
.calender-icon svg.bi.bi-calendar2 {
    width: 14px;
}
.items-infomation-action img {
   width:24px;
   height: 24px;
}

.price-list-col-items {
    display: grid;
    grid-template-columns: 1fr 250px;
    gap: 10px;
    align-items: center;
    border-bottom: 1px solid #E1E1E1;
    padding: 17px 0;
}
.grid-with-edit-icon-only {
    display: block;
}
.grid-with-edit-icon-only .price-list-edit-image{
    width: 55px;
    text-align: right;
}
.grid-with-edit-icon-only  .editControls-action.button.updateButtons {
    display: flex
;
    align-items: center;
}
.badge {
    background-color: #fff;
    padding: 4px 10px;
    border-radius: 10px;
    border: 1px solid #E1E1E1;
    font-size: 14px;
    font-weight: 500;
    color: #454545;
}
.badge button.btn-close {
    background-size: 9px;
}
.deail-inner-info-hold .price-list-content span{
    font-weight: 400 !important;
    font-size: 16px;
}
.price-list-edit-image img {
      width: 24px;
    height: 24px;
}

.price-list-price {
    padding: 4px 10px;
   
    position: relative;
  
    min-height: 30px;    
}
.price-list-price span.text-theme {
    margin-left: 0;
    text-transform: capitalize;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.price-list-price select.form-control{
    font-size: 16px !important;
    padding-left: 0 !important;
}
.price-list-content span {
    text-transform: capitalize;
}

/*.chat-bottom-mic-inout .input-group a {
    z-index: 3;
}*/
.price-list-price .editControls input {
   height: 40px;
    min-height: 30px;
    text-transform: capitalize;
    width: 170px;
}

.deleteField{
color: #85858E;
}
.items-info-select .price-list-price {
    display: block !important;
    /*background: transparent;*/
    padding: 0px;
}
.price-list-price select.form-control {
    background: transparent;
    border: none;
    margin-left: 0px;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    padding: 4px 10px;
    height: 30px;
    min-height: 30px;
    font-weight: 500;
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;    
}

.price-list-col-items .price-list-price a.deleteField {
    position: absolute;
    left: auto;
    right: -5px;
    top: -10px;
    opacity: 0;
    transition: all ease 0.3s;
    font-size: 16px;
}
.price-list-col-items .price-list-price:hover a.deleteField {
    opacity: 1;
}



.field-info-list .appraisedInput {
    /*position: absolute;*/
    /*right: 0px;*/
    /*width: auto;*/
    /*background: #fff;*/
    /*z-index: 1;*/
}
.field-info-list-col-items .field-info-list input.appraisedInput {
    font-size: 10px;
}
.field-info-list-col-items .field-info-list a.deleteField {
    position: absolute;
    left: auto;
    right: -4px;
    top: -9px;
    opacity: 0;
    transition: all ease 0.3s;
    font-size: 16px;
}
.field-info-list-col-items .field-info-list:hover a.deleteField {
    opacity: 1;
}
.price-list-col-items .price-list-select-option {
    position: relative;
}
.field-info-list-col-items .form-check {
    min-height: auto;
    padding-left: 0;
    margin-bottom: 0;
}
.field-info-list-col-items {
    display: grid;
    grid-template-columns: 1.5fr 200px;
    margin-bottom: 15px !important;
    gap: 10px;
    padding: 10px;
    border-radius: 12px;
    padding: 12px;
    align-items: center;
    border: 1px solid #E1E1E1;
}
.field-info-list-col-items .field-info-list .calender-icon i {
    display: block;
    font-size: 14px;
}
.field-info-list-col-items .form-check-input:checked {
    background-color: transparent;
    border-color: #ffffff;
}

.field-info-list-col-items .field-info-list .calender-icon,
.field-info-list-col-items .field-info-list .field-info-text{
    color: #ffffff;
}

.field-info-list-col-items .form-check-input {
    width: 16px;
    height: 16px;
    margin-top: 0px;
    background-color: transparent;
}
.field-info-list-col-items .field-info-list.unchecked {
    background: rgb(201 201 201 / 10%);
}
.field-info-list-col-items .field-info-list.unchecked .calender-icon, .field-info-list-col-items .field-info-list.unchecked .field-info-text {
    color: #000;
}
span.field-info-text-inner {
    font-size: 10px;
    margin-left: 5px;
}
.member-button img,
button.template-button img {
    max-width: 16px;
    width: 100%;
}
h3.task-heading,
.tasks-checkmark-title,
span.field-info-text,
.pd-name i,
.single-post-title{
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
}

.task-content-part h3.task-heading {
    font-size: 14px;
    line-height: 14px;
}
.pd-name a {
    text-decoration: none;
}
.single-page-cst-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.deal-information-detail-top-row{
    grid-template-columns: 1.5fr 1fr;
}

.single-page-cst-col,
section.deal-content-sec .card {
    border-color: #DEDBDB !important;
    background: transparent;
}
.tasks-items-list .field-info-checkmark a img ,
.icons-group-action img {
    width: 100%;
    max-width: 16px;
    height: 16px;
}
.actions img {
    width: 100%;
    max-width: 16px;
    height: 16px;
}
.tasks-items-list{
    padding: 10px;
    border-radius: 8px;
    background: #ffffff;
    margin-bottom: 10px;
}
.tasks-items-list.checked {
    background: #07D68A;
    padding: 10px;
    border-radius: 8px;
}
.tasks-items-col {
    background: #F5F4F4;
}

.tasks-items-list.checked input#flexCheckChecked {
    background-color: transparent;
    border-color: #ffffff;
    width: 16px;
    height: 16px;
}
.tasks-items-list .form-check-input:checked {
    background-color: #07D68A;
    border-color: #07D68A;
}
.radio-actions .form-check-input {
    width: 16px;
    height: 16px;
}
.custom-select .options .form-check-input:checked[type=radio],
.radio-actions .form-check-input:checked[type=radio]{
    width: 16px;
    height: 16px;
    background-size:100%;
}


.field-info-checkmark .form-check{
    float: right;
}

.template-button-bottom .task-button {
    padding: 8px !important;
}
.task-content-buttons-box {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
}
.task-content-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.progress-bar-checkbox .form-check-input{
    width: 16px;
    height: 16px;
}
.progress-bar-checkbox .form-check-input:checked {
    width: 16px;
    height: 16px;
    background-color: #07d68a;
    border-color: #07d68a;
}
.progress-bar-col-items {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 15px;
}
.table-cst-chart table.table tr td.active,
.table-cst-chart table.table tr th.active,
.table-cst-chart table.table tr th.active div {
    background: #F9FBFC;
    color: #39a1de;
}
.single-page-chart-row {
    display: grid;
    grid-template-columns: 1fr 2fr;
}

.progress-bar-content{
        font-size: 12px;
    font-weight: 600;
}
.cst-progress-chart .progress {
    background: #D2F8EA;
    height: 12px;
    border: 1px solid #D2F8EA;
}

.cst-progress-chart .progress-bar {
    background: #07d68a;
}
.cst-progress-chart .light-blue{
    background: #A8D5F1;
}
td.bottom-bar-td {
    position: relative;
    bottom: -26px;
}

/*.reply_thread_msg,*/

/*div#all-tab-pane .col-inside-lg.decor-default .chat-body ,*/

/*div#all-tab-pane .col-inside-lg.decor-default .chat-body ,*/
.col-inside-lg.decor-default {
    overflow-y: scroll;
    height: 353px;
    /*position: absolute;*/
    /*top: 20px;*/
    padding-right: 3px;
    padding-right: 3px;
    background: #F3F3F3;
       border-radius: 12px 12px 0px 0px;
}

.chat-bottom-part.border-top.pt-2.mt-2.d-flex.align-items-center.gap-2 {
    margin-top: 0 !important;
    border: 1px solid #e1e1e1;
    padding: 2px 10px 10px 10px;
    border-radius: 0px 0px 12px 12px;
    border-top: 1px solid #e1e1e1 !important;
}

/*.reply_thread_msg::-webkit-scrollbar,*/

div#all-tab-pane .col-inside-lg.decor-default .chat-body::-webkit-scrollbar ,
.col-inside-lg.decor-default::-webkit-scrollbar {
  width: 5px;
}

/* Track */
/*.reply_thread_msg::-webkit-scrollbar-track ,*/
div#all-tab-pane .col-inside-lg.decor-default .chat-body::-webkit-scrollbar-track,
.col-inside-lg.decor-default::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
/*.reply_thread_msg::-webkit-scrollbar-thumb ,*/
div#all-tab-pane .col-inside-lg.decor-default .chat-body::-webkit-scrollbar-thumb,
.col-inside-lg.decor-default::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
/*.reply_thread_msg::-webkit-scrollbar-thumb:hover ,*/
div#all-tab-pane .col-inside-lg.decor-default .chat-body::-webkit-scrollbar-thumb:hover,
.col-inside-lg.decor-default::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.avatar img {
    max-width: 36px;
    height: 36px;
    object-fit: cover;
    border-radius: 30px;
}
span.chat-innerpart span.chat-username img,
.avatar-chat img {
    max-width: 28px;
    height: 28px;
    border-radius: 30px;
    object-fit: cover;
}
img.smile-image {
    right: 45px;
    width: 100%;
    max-width: 16px;
    top: 11px;
    border-radius: 30px;
    z-index: 9;
}
a.input-send-icon {
    position: absolute;
    top: 9px;
    right: 10px;
    z-index: 9;
}
.chat-bottom-mic-inout .form-control:focus {
/*    background-color: transparent;*/
    background-color: #f7f7f7;
}
a.input-send-icon svg {
    color: #a5a5a6;
    width: 18px;
    height: 18px;
}
span.invite-user{
    font-size: 12px;
}
.avatar.avatar-chat {
    background: #F7F7F7;
    max-width: 200px;
    border-radius: 8px 8px 0px 0px;
    padding: 5px;
}
.avatar.avatar-chat .name {
    font-weight: 600;
    text-transform: capitalize;
}
.chat-users h6 {
    font-size: 20px;
    margin: 0 0 20px;
}
.chat-users .user {
    position: relative;
    padding: 0 0 0 50px;
    display: block;
    cursor: pointer;
    margin: 0 0 20px;
}
.chat-users .user .avatar {
    top: 0;
    left: 0;
}
.chat .avatar {
    width: 40px;
    height: 40px;
    position: absolute;
}
.chat .avatar img {
    display: block;
    border-radius: 20px;
    height: 100%;
}
/*****************Private Notes*******************/
textarea#notes-textarea {
    border: 1px solid #d9d9d9;
    padding: 10px;
    border-radius: 8px;
}

/*****************CHAT BODY *******************/
.chat-body h6 {
    font-size: 20px;
    margin: 0 0 20px;
}
.chat-body .answer.left {
    padding: 0 0 0 0px;
    text-align: left;
    /*float: left;*/
    width: 100%;
}
.chat-body .answer {
    position: relative;
    max-width: 600px;
    overflow: hidden;
    clear: both;
}
.chat-body .answer.left .avatar {
    left: 0;
}
.chat-body .answer .avatar {
    bottom: 36px;
}
/*.chat-body .date span {*/
/*    width: 100%;*/
/*    max-width: 200px;*/
/*    margin: 0 auto;*/
/*    background: #ffffff;*/
/*    z-index: 9;*/
/*    display: block;*/
/*    position: relative;*/
/*}*/
.chat .avatar {
    width: 40px;
    height: 40px;
    position: absolute;
}
.chat .avatar img {
    display: block;
    border-radius: 20px;
    height: 100%;
}
.chat-body .date {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
    font-weight: 600;
    position: relative;
}
.date.text-center:before {
    content: "";
    position: absolute;
    width: 70%;
    height: 1px;
    background: #f2f2f2;
    top: 24px;
    left: 14%;
}

.chat-body .date span {
    background: #fff;
    position: relative;
    width: 100%;
    max-width: 100px;
    display: block;
    margin: 0 auto;
}
span.chat-innerpart {
    display: block;
    margin-bottom: 16px;
    max-width: 500px;
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    /*overflow: hidden;    */
}
span.chat-innerpart.right {
    text-align: right;
    float: right;
}
span#groupChat .chat-body.public-notes span.chat-innerpart.right span.chat-message ,
span.chat-innerpart.right span.chat-message {
    background: #3AA0DE;
    color: #ffffff;
    border-radius: 14px 14px 7px 14px;
    margin-left: auto;
    text-align: left;
    padding: 10px 20px 10px 10px;
}
span.chat-innerpart.right span.chat-message.text-message:hover {
    background: #53b7f4;
}
/*span.chat-innerpart.left span.chat-message.attachment-message {
    max-width: 50%;
}*/
span.chat-innerpart.right span.chat-message.text-message{
    max-width: 84%;
}
span.chat-innerpart.right span.chat-message.text-message .editableInput {
    border: 1px solid #ffffff21;
    /* border: none; */
    height: 30px;
    padding: 5px;
    border-radius: 4px;
    font-size: 11px;
    line-height: 11px;
    width: 100%;
    background: #ffffff21;
    color: #fff;
}
span.chat-innerpart.right span.chat-message.text-message .editableInput:focus-visible {
    border: 1px solid #77c3f1;
    outline: none;
}
/*span.chat-innerpart.right span.chat-message.attachment-message {
    max-width: max-content;
    padding: 10px;
}*/

/*span.chat-innerpart.left span.chat-message.attachment-message .attachments {
    width: 100%;
    display: block;
    max-width: 160px;
}*/

span.chat-innerpart.left span.chat-message.attachment-message .attachments {
    width: 100%;
    display: flex;
    max-width: fit-content;
    flex-direction: row-reverse;
    gap: 8px;
    align-items: center;
    max-width: 100%;
    justify-content: start;
}
span.chat-innerpart.right span.chat-username {
    background: #343434;
    color: #fff;
    /*display: none;*/
}
span.chat-innerpart.right span.time:before {
    content: "\f560";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    margin-right: 5px;
}
span.chat-innerpart span.chat-username {
    display: inline-block;
    background: #f7f7f7;
    border-radius: 8px 8px 0px 0px;
    padding: 5px;
    font-weight: 600;
    /* max-width: 230px; */
    /* width: 100%; */
    text-transform: capitalize;
}
span.chat-innerpart span.chat-username label.name {
    padding: 5px 16px 5px 10px;
}
span.chat-innerpart span.chat-username label.name,
.chat-body .answer .name {
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
}
.chat-body .answer.left .avatar .status {
    right: 4px;
}
.chat-body .answer .avatar .status {
    bottom: 0;
}
span.chat-message span.reply_thred {
    font-weight: 500;
    cursor: pointer;
    color: #3aa0de;
}
span.chat-message,
.chat-body .answer.left .text {
    background: #F7F7F7;
    color: #333333;
    border-radius: 8px 8px 8px 8px;
    max-width: 84%;
    position: relative;
    font-size: 12px;
    line-height: 14px;  
}
span.chat-message {
    padding: 10px 10px 10px 20px;
    margin-top: 0;
    display: block;
    /* max-width: 100%; */
    border-radius: 0px 8px 8px 8px;
    /* background: transparent; */
    text-transform: capitalize;
}

.member-activity .answer.left .avatar+.text .time ,
span.chat-message span.time {
    display: block;
    text-align: right;
    margin-top: 5px;
    font-size: 10px;
    width: 100%;
    margin: 0;
}
.chat-body .answer .text {
    padding: 10px;
    font-size: 12px;
    line-height: 20px;
    position: relative;
}
.chat-body .answer.left .text:before {
    left: -30px;
    border-right-color: #ebebeb;
    border-right-width: 12px;
}
/*.chat-body .answer .text:before {*/
/*    content: '';*/
/*    display: block;*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    border: 18px solid transparent;*/
/*    border-bottom-width: 0;*/
/*}*/
.chat-body .answer.left .time {
    padding-left: 12px;
    color: #333333;
}
.chat-body .answer .time {
    font-size: 12px;
    line-height: 20px;
    position: relative;
    padding-bottom: 1px;
}
/*RIGHT*/
.chat-body .answer.right {
    padding: 0 15px 0 0;
    text-align: right;
    float: right;
}

.chat-body .answer.right .avatar {
    right: 0;
}
.chat-body .answer.right .avatar .status {
    left: 4px;
}

.chat-body .answer.right .text {
    background: #3AA0DE;
    color: #ffffff;
    border-radius: 8px 8px 8px 8px;
    max-width: 84%;
    margin-left: auto;
    text-align: left;
}
.chat-body .answer.right .text:before {
    right: -30px;
    border-left-color: #7266ba;
    border-left-width: 12px;
}
.chat-body .answer.right .time {
    padding-right: 12px;
    color: #333333;
}

span.chat-message span.attachments img {
    max-width: 100px;
    width: 100%;
/*    aspect-ratio: 1 / 1;*/
/*    object-fit: cover;*/
    object-fit: contain;
    border-radius: 10px;
    object-position: center;
}
span.chat-message span.attachments {
    margin-bottom: 10px;
}

.right-side-icons {
    cursor: pointer;
}
.col-inside-lg .search_box input#serach_input:focus-visible {
    border: 1px solid #cccccc;
    outline: none;
}
.chat-box .col-inside-lg.decor-default .search_box {
    position: sticky;
    top: 0;
    width: auto;
    z-index: 1;
}
.chat-box .col-inside-lg.decor-default .search_box input ,
.col-inside-lg .search_box input#serach_input {
    width: 99%;
    height: 40px;
    border: 1px solid #cccccc;
    border-radius: 6px;
    padding: 2px 10px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 12px;
    box-shadow: 0px 0px 10px #ccc;
}



/************** Chat Body reply ***************/



span.chat-message span.reply-message.left {
    border-top: 1px solid #75c1ef;
    border-left: none;
    margin-top: 8px;
    padding: 0px;
    max-width: 96%;
}
span.chat-innerpart.left .reply-message.right{
    text-align: left;
}
span.chat-innerpart.right span.reply-message.left span.chat-username {
    display: block;
    background: #3aa0de;
}

span.chat-innerpart.right span.reply-message.left span.chat-message {
    max-width: 100%;
    padding: 0px 5px 0px 15px;
}
span.chat-innerpart.left .reply-message.right {
    text-align: left;
    max-width: 96%;
    margin-left: 10px;
    border-top: 1px solid #999;
    display: block;
    border-left: none;
    margin-top: 8px;
    padding: 0px;    
}
span.reply-message.right .chat-message {
    max-width: 100%;
    padding: 5px 0px 0px 0px;
    margin-left: 8px;
}

span.chat-innerpart.left .reply-message.right span.chat-username {
    display: flex;
    background: transparent;
}


/**************ADD FORM ***************/
.chat-body .answer-add {
    clear: both;
    position: relative;
    margin: 20px -20px -20px;
    padding: 20px;
    background: #46be8a;
}
.chat-body .answer-add input {
    border: none;
    background: none;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    padding: 0;
    color: #ffffff;
}
.chat input {
    -webkit-appearance: none;
    border-radius: 0;
}
.chat-body .answer-add .answer-btn-1 {
    background: url("http://91.234.35.26/iwiki-admin/v1.0.0/admin/img/icon-40.png") 50% 50% no-repeat;
    right: 56px;
}
.chat-body .answer-add .answer-btn {
    display: block;
    cursor: pointer;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 50%;
    margin-top: -18px;
}
.chat-body .answer-add .answer-btn-2 {
    background: url("http://91.234.35.26/iwiki-admin/v1.0.0/admin/img/icon-41.png") 50% 50% no-repeat;
    right: 20px;
}
.chat input::-webkit-input-placeholder {
   color: #fff;
}

.chat input:-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}

.chat input::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

.chat input:-ms-input-placeholder {  
   color: #fff;  
}
.chat input {
    -webkit-appearance: none;
    border-radius: 0;
}
.chat-bottom-mic-file img,
.chat-bottom-mic-image img {
    max-width: 25px;
}
.chat-bottom-mic-inout input {
    font-size: 14px;
    line-height: 24px;
    background: #fff;
    border: none;
}
.chat-bottom-mic-inout .form-control:focus{
  background: #fff !important;  
} 
  .year {
    font-size: 10px;
    text-align: center;
    color: #555;
}
.date01 {
    font-size: 12px;
    text-align: center;
    font-weight: 500;
}

.table-cst-chart table.table td i {
    color: #07d68a;
}

.table-cst-chart table.table td, .table-cst-chart table.table th {
    border-right: 1px dashed #eee !important;
    border-width: 0px 1px 0px 0px !important;
        white-space: nowrap;
}
.table-cst-chart table.table td {
    vertical-align: top;
    height: 27px;
    min-height: 25px;
    /*padding-top: 6px;*/
}
.progress-half-right .progress {
    width: 60%;
    float: right;
}
.table-responsive{
    height: 100%;
    width: 100%;    
}
.table-cst-chart table.table {
    border: transparent;
        margin: 0px;
    height: 100%;
    width: 100%;
        overflow: hidden;
}
.table-cst-chart td i {
    font-size: 20px;
}
.table-cst-chart .progress {
    margin: 0px -9px;
    border-radius: 1px;
    background-color: transparent;
    border: none;
}
.progress-bar.gray {
    background: #A0A0A2;
}
.progress-bar.green {
    background-color: #07d68a;
}

/* modal template */
.modal-header .modal-title {
    font-size: 22px;
    font-weight: 600;
}
.modal-body input.form-control,
.modal-body select.form-control {
    font-size: 12px;
    line-height: 24px;
}
.modal-template-items {
    display: grid;
    grid-template-columns: 40px 1fr 100px;
    gap: 10px;
}

.modal-template-box-image img {
       border-radius: 10px;
    height: 56px;
    width: 64px;
}
button.btn-closse {
    border: 0px;
    background: transparent;
    padding: 0;
}

button.btn-closse img.cross-icon {
    height: 18px;
    width: 18px;
}


.modal.show .modal-dialog .modal-content{
    border: none;
}


.modal.show .modal-header .btn-close {
    --bs-btn-close-bg: unset;
    opacity: 1;
    padding: 0;
   width: auto;
    margin-bottom: 0px;
    position: relative;
    top: -4px;
}

.modal .modal-header button i, button.btn-closse i {
    color: #B1B1B1;
    min-width: 28px;
    min-height: 28px;
    border-color: #B1B1B1 !important;
    display: flex
;
    align-items: center;
    justify-content: center;
}


.table-responsive::-webkit-scrollbar,
div#import_template .modal-content .modal-body::-webkit-scrollbar {
  width: 2px;
}
.table-responsive::-webkit-scrollbar
{
    height: 5px;
}
/* Track */
.table-responsive::-webkit-scrollbar-track,
div#import_template .modal-content .modal-body::-webkit-scrollbar-track {
  background: transparent; 
}
 
/* Handle */
.table-responsive::-webkit-scrollbar-thumb,
div#import_template .modal-content .modal-body::-webkit-scrollbar-thumb {
  background:#aaaaaa; 
    cursor: pointer;
}

/* Handle on hover */
.table-responsive::-webkit-scrollbar-thumb:hover{
    background:#aaaaaa; 

}
div#import_template .modal-content .modal-body::-webkit-scrollbar-thumb:hover {
  background: #f2f2f2; 
}

.member-list-profiles::-webkit-scrollbar{
    height: 4px;
    width: 4px;
    background: gray;
}

/* Track */
.member-list-profiles::-webkit-scrollbar-track {
  background: #ffffff; 
}
 
/* Handle */
.member-list-profiles::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.member-list-profiles::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.member-list-profiles::-webkit-scrollbar-thumb:horizontal{
    background: #f2f2f2;
    border-radius: 10px;
}

.custom-select {
    position: relative;
     width: 100%; 
    cursor: pointer;
    padding: 8.5px 10px;
    padding-right: 30px;
}

/*.selected-option {*/
/*    padding: 10px;*/
/*    background: #f0f0f0;*/
/*    border: 1px solid #ccc;*/
/*}*/

.custom-select .options {
    display: none;
    position: absolute;
    top: 100%;
    left: -65px;
    width: 172px;
    background: white;
    border: none;
    padding: 10px;
    z-index: 1;
    min-width: 172px;
    border-radius: 0px 0px 8px 8px;
    box-shadow: 0px 0px 3px 1px #f2f2f2;
}

.custom-select label {
    display: block;
    cursor: pointer;
}

.custom-select .options input[type="radio"] {
    margin-top: 0px;
    margin-right: 10px;
    width: 16px;
    height: 16px;
}
.custom-select .options label {
    padding: 0px;
    padding-bottom: 10px;
}
.custom-select .options label:last-child{
    padding-bottom: 0px;
}
div#selected-option:before {
    content: "\f078";
    position: absolute;
    font-family: 'Fontawesome';
    right: 10px;
    color: #000000;
}


/*-------------- slider start ---------------- */
.sidebar-tabs #myTab {
    display: block;
    text-align: left;
}

.sidebar-tabs #myTab li.nav-item button.active {
    background-color: #39a1de !important;
    width: 100%;
    padding: 15px 15px !important;
    color: #fff;
    text-align: left;
}

.sidebar-tabs ul#myTab li.nav-item button {
    font-size: 12px;
    line-height: 16px;
    width: 100%;
    padding: 15px 15px !important;
    text-align: left;
}
.update-cont {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
}

.tab-content form .form-control {
    font-size: 12px;
    line-height: 28px;
}
.sidebar-tabs #myTab li.nav-item {
    position: relative;
}
.sidebar-tabs ul#myTab li.nav-item button i {
    color: #000;
    position: absolute;
    right: 16px;
    top: 18px;
    font-size: 10px;    
}
.sidebar-tabs #myTab li.nav-item button.active i {
    color: #fff;
}

/*-------------- slider start ---------------- */
button.slick-prev.slick-arrow {
    position: absolute;
    bottom: 20px;
    top: unset;
    width: 30px;
    height: 30px;
    left: unset;
    right: 60px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.4);
    top: unset;
}
/*button.slick-next.slick-arrow {*/
/*    background-image: url(../image/left-arrow.png);*/
/*    background-size: cover;*/
/*}*/
/*button.slick-prev.slick-arrow {*/
/*    background-image: url(../image/right-arrow.png);*/
/*    background-size: cover;*/
/*}*/
button.slick-prev.slick-arrow:before {
    content: "\f053";
    font-family: fontawesome;
    font-size: 16px;
    color: #fff;
}
button.slick-next.slick-arrow:before {
    content: "\f054";
    font-family: fontawesome;
    font-size: 16px;
    color: #fff;
}

button.slick-next.slick-arrow {
    position: absolute;
    bottom: 20px;
    width: 30px;
    height: 30px;
    right: 20px;
    left: unset;
    top: unset;
    content: "";
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.4);
}
.cst-arrows {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #000000;
    z-index: 999;
    display: block;
}

.vehicle-detail-banner .car-slider-desc {
    max-width: 180px;
    margin: 0 auto;
}
.banner-slider .slider.slider-for {
       max-width: calc(100% - 50px);
    padding-right: 8px;
}
.banner-slider {
    display: flex;
    position: relative;
}
.banner-slider .slider.slider-nav {
    max-width: 16%;
}
.message-page .banner-slider .slider.slider-for {
    max-width: 88%;
}
.message-page .banner-slider .slider.slider-nav {
    max-width: 12%;
}
.banner-slider .slider.slider-for,
.banner-slider .slider.slider-nav {
    width: 100%;
    float: left;
}
.banner-slider .slider.slider-nav {
    height: 280px;
    overflow: hidden;

}
.slider-banner-image {
    /*height: 610px;*/
}
.slider-banner-image img, .slider-banner-image {
    height: 280px;
    object-fit: cover;
    border-radius: 10px;
}

.message-page .banner-slider .slider.slider-nav{
    height: 200px;
}
.message-page .slider-banner-image img, 
.message-page .slider-banner-image {
    height: 200px;
}
.banner-slider .slider.slider-nav {
    padding: 56px 0 0;
}
.slider-nav .slick-slide.thumbnail-image .thumbImg{
    max-width: 178px;
    height: 110px;
    margin: 0 auto;
    border: 1px solid #EBEBEB;
}
.slider-banner-image img,
.slider-nav .slick-slide.thumbnail-image .thumbImg img {
    height: 100%;
    width:100%;
    object-fit: cover;
}
.slick-vertical .slick-slide:active,
.slick-vertical .slick-slide:focus,
.slick-arrow:hover,
.slick-arrow:focus {
    border: 0;
    outline: 0;
}
.slider-nav .slick-slide.slick-current.thumbnail-image .thumbImg {
    border: 2px solid #196DB6;
}
.slider-nav .slick-slide.slick-current span {
    color: #196DB6;
}
.slider-nav .slick-slide {
    text-align: center;
}
.slider-nav .slick-slide span {
    font-size: 14px;
    display: block;
    padding: 5px 0 15px;
}
.slick-arrow {
    width: 100%;
    background-color: transparent;
    border: 0;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    height: 18px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
}
.slick-prev {
   top: 0;
}
.slick-next {
   bottom: 0;
   background-color: #fff;
}
.slick-prev.slick-arrow {
    background-image: url(../images/black-up-arrow.png);
}
.slick-next.slick-arrow {
    background-image: url(../images/black-down-arrow.png);
}

.thumbnail-image .thumbImg img, .thumbnail-image .thumbImg {
    height: 48px;
    width: 48px;
    object-fit: cover;
    border-radius: 10px;
}
.slick-vertical .slick-slide {
    border: none !important;
}
.thumbnail-image .thumbImg img{
    padding: 0px;
    border: 1px solid #E1E1E1;
    cursor: pointer;
}
.slick-slide.slick-current.slick-active .thumbnail-image .thumbImg img {
    border: 2px solid #39a1de;
    /* padding: 4px; */
}
body.modal-open div#addmember {
    background-color: #00000082;
}
span.chat-message span.left {
    width: 100%;
    display: block;
    max-width: 86%;
    margin-top: 7px;
}
div#memberDetail .member-detail p img {
    width: 100%;
    max-width: 18px;
    margin-left: 0; 
}
 div#memberDetail .member-detail p {
    font-size: 13px;
    text-transform: capitalize;
    margin: 0;
    padding: 10px 7px;
    display:flex;
}
 div#memberDetail .member-detail p:nth-child(even) {
    background-color: #dddddd;
}
div#memberDetail .modal-body {
    padding: 0;
}
 div#memberDetail  .modal-header {
    background-color: #39a1de;
}
 div#memberDetail .modal-content {
    border: 0;
}
 div#memberDetail .member-detail p strong {
    width: 100%;
    max-width: 50%;
    position: relative;
    margin-right: 10px;
}
div#memberDetail .member-detail p a {
    display: inline-block;
}
div#memberDetail .member-detail  .modal-header {
    background-color: #39a1de;
}
div#memberDetail .member-detail .modal-content {
    border: 0;
}
div#memberDetail .member-detail  .modal-body {
    padding: 0;
}
div#memberDetail .member-detail {
    width: 100%;
    max-width: 95%;
    margin: 13px auto;
    border: 1px solid #dddddd;
}
div#memberDetail .member-detail p strong:before {
    position: absolute;
    content: " ";
    left: auto;
    right: 0;
    height: 40px;
    width: 1px;
    background-color: #ddd;
    top: -11px;
}
div#memberDetail .modal-header .btn-close {
    background-size: 10px;
    top: -4px;
    left: auto;
    right: -4px;
    background-color: #fff;
    border-radius: 99px;
    opacity: 1;
    border: 1px solid #000;
    width: 10px;
    height: 10px;
        position: absolute;
}
/*End USE CSS for Slider*/






/*---------------- deal room active single page css end ----------------*/


/*---------------- message page css start ----------------*/
.right-side-icons img {
    width: 100%;
    max-width: 16px;
    height: 16px;
    object-fit: cover;
}
.left-side-image-text img {
  max-width: 30px;
  height: 30px;
  border-radius: 50%;
  width: 100%;
      object-fit: cover;
}
.left-side-image-text .text {
    font-size: 12px;
    line-height: 20px;
}
.message-temp form.fixed-search .form-control {
    background-position: 13px 16px;
}
.message-temp .form-control:focus{
    box-shadow: none;
}
.message-temp form.fixed-search {
    position: sticky;
    top: 0px;
    background: #fff;
    z-index: 1;
    padding-bottom: 10px;
}
.cst-chat-list .left-side-content p {
    font-size: 10px;
    margin: 0px;
}
.cst-chat-list .left-side-image-text {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 10px;
    align-items: center;
}

.cst-chat-list .left-side-image-text .left-side-image img {
    max-width: 40px;
    height: 40px;
    border: 1px solid #cccccc;
    padding: 2px;
    object-fit: cover;
}
.cst-chat-list.active,
.cst-chat-list:hover {
    background: #3AA0DE;
    border-radius: 50px 7px 7px 50px;
}
.right-side-col-items i.fa-solid.fa-check-double {
    color: #12B891;
}
.cst-chat-list{
    margin-bottom: 10px;
}
.cst-chat-list a {
    text-decoration: none;
}
.cst-chat-list .cst-chat-inner-text-image {
    transition: all 0.3s ease-in-out;
    display: grid;
    grid-template-columns: 1fr 60px;
    gap: 5px;
}
.cst-chat-list .left-side-image-text .text {
    font-size: 11px;
    line-height: 20px;
}
.cst-chat-list span.unread-msg {
    display: inline-block;
    border: 1px solid #3aa0de;
    padding: 2px;
    border-radius: 30px;
    text-align: center;
    width: 100%;
    max-width: 34px;
    margin-left: auto;
    font-size: 9px;
}
.right-side-col-items time {
    font-size: 10px;
    margin-bottom: 6px;
}
.cst-chat-list:hover span.unread-msg,
.cst-chat-list.active span.unread-msg{
    border: 1px solid #ffffff;
}
.cst-chat-list.active .right-side-col-items span,
.cst-chat-list.active .left-side-image-text .text,
.cst-chat-list.active .left-side-image-text p,
.cst-chat-list:hover .left-side-image-text .text,
.cst-chat-list:hover .left-side-image-text p,
.cst-chat-list:hover .right-side-col-items span,
.cst-chat-list.active .right-side-col-items time,
.cst-chat-list.active .right-side-col-items i,
.cst-chat-list:hover .right-side-col-items time,
.cst-chat-list:hover .right-side-col-items i{
    color: #ffffff;
}

.cst-chat-list .left-side-image {
    position: relative;
}
.cst-chat-list span.profile-status-away,
.cst-chat-list span.profile-status-offline,
.cst-chat-list span.profile-status-active {
    position: absolute;
    width: 10px;
    height: 10px;
    bottom: 3px;
    right: 1px;
    border-radius: 50%;
}
.cst-chat-list span.profile-status-active{
    background: #12B891;
}
.cst-chat-list span.profile-status-away{
    background: #ffa539;
}
.cst-chat-list span.profile-status-offline {
    background: #C1C1C1;
}

.details-box-items .item-info span,
.details-box-items .item-title span {
    font-size: 11px;
    line-height: 14px;
}
.chat-box .col-inside-lg.decor-default {
    /*height: 600px;*/
    position: relative;
    /*height: 60vh;*/
    height: 79vh;
}
.chat-box .col-inside-lg.decor-default .loading-chat-spinner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.chat-box .col-inside-lg.decor-default .loading-chat-spinner img {
    max-width: 60px;
    width: 100%;
}
.profile-detail-box,
.tab-content.message-temp {
    /*height: 645px;*/
    /*height: 66vh;*/
    height: 85vh;
}


/*.reply_thread_msg::-webkit-scrollbar ,*/

div#all-tab-pane .col-inside-lg.decor-default .chat-body::-webkit-scrollbar,
.thread_reply  span#all_re_reply_with_thread::-webkit-scrollbar ,
.thread_reply .modal-dialog .modal-body span#reply_with_thread::-webkit-scrollbar,
.thread_reply .modal-dialog .modal-body span.reply_with_thread::-webkit-scrollbar,
.reply-with-id-reply::-webkit-scrollbar,
div#all-tab-pane > .answer.left::-webkit-scrollbar,
div#contact-tab-pane .answer::-webkit-scrollbar,
.chat-box .col-inside-lg.decor-default::-webkit-scrollbar,
.profile-detail-box::-webkit-scrollbar,
.tab-content.message-temp::-webkit-scrollbar,
.col-inside-lg.decor-default::-webkit-scrollbar {
  width: 2px;
}

/* Track */

/*.reply_thread_msg::-webkit-scrollbar-track,*/
div#all-tab-pane .col-inside-lg.decor-default .chat-body::-webkit-scrollbar-track ,
.thread_reply  span#all_re_reply_with_thread::-webkit-scrollbar-track ,
.thread_reply .modal-dialog .modal-body span#reply_with_thread::-webkit-scrollbar-track,
.thread_reply .modal-dialog .modal-body span.reply_with_thread::-webkit-scrollbar-track,
.reply-with-id-reply::-webkit-scrollbar-track,
div#all-tab-pane > .answer.left::-webkit-scrollbar-track,
div#contact-tab-pane .answer::-webkit-scrollbar-track,
.chat-box .col-inside-lg.decor-default::-webkit-scrollbar-track,
.profile-detail-box::-webkit-scrollbar-track,
.tab-content.message-temp::-webkit-scrollbar-track,
.col-inside-lg.decor-default::-webkit-scrollbar-track {
  background: #ffffff; 
  border-radius: 8px;
}
 
/* Handle */

/*.reply_thread_msg::-webkit-scrollbar-thumb,*/
div#all-tab-pane .col-inside-lg.decor-default .chat-body::-webkit-scrollbar-thumb ,
.thread_reply  span#all_re_reply_with_thread::-webkit-scrollbar-thumb ,
.thread_reply .modal-dialog .modal-body span#reply_with_thread::-webkit-scrollbar-thumb,
.thread_reply .modal-dialog .modal-body span.reply_with_thread::-webkit-scrollbar-thumb,
.reply-with-id-reply::-webkit-scrollbar-thumb,
div#all-tab-pane > .answer.left::-webkit-scrollbar-thumb,
div#contact-tab-pane .answer::-webkit-scrollbar-thumb,
.chat-box .col-inside-lg.decor-default::-webkit-scrollbar-thumb,
.profile-detail-box::-webkit-scrollbar-thumb,
.tab-content.message-temp::-webkit-scrollbar-thumb,
.col-inside-lg.decor-default::-webkit-scrollbar-thumb {
  background: #888; 
  border-radius: 8px;
}

/* Handle on hover */
/*.reply_thread_msg::-webkit-scrollbar-thumb:hover ,*/
div#all-tab-pane .col-inside-lg.decor-default .chat-body::-webkit-scrollbar-thumb:hover ,
.thread_reply  span#all_re_reply_with_thread::-webkit-scrollbar-thumb:hover ,
.thread_reply .modal-dialog .modal-body span#reply_with_thread::-webkit-scrollbar-thumb:hover,
.thread_reply .modal-dialog .modal-body span.reply_with_thread::-webkit-scrollbar-thumb:hover,
.reply-with-id-reply::-webkit-scrollbar-thumb:hover,
div#all-tab-pane > .answer.left::-webkit-scrollbar-thumb:hover,
div#contact-tab-pane .answer::-webkit-scrollbar-thumb:hover,
.chat-box .col-inside-lg.decor-default::-webkit-scrollbar-thumb:hover,
.profile-detail-box::-webkit-scrollbar-thumb:hover,
.tab-content.message-temp::-webkit-scrollbar-thumb:hover,
.col-inside-lg.decor-default::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


/*---------------- message page css end ----------------*/

/*---------------- profile page css start ----------------*/
.cst-profile-right-part .profile-image-main {
    position: relative;
    display: block;
    text-align: center;
}
.cst-profile-right-part .profile-image-main img.img-thumbnail {
    border-radius: 50%;
    border-color: #39a1de;
    object-fit: cover;
}
.cst-profile-right-part h3.profile-name {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    font-weight: 600;
}
.profile-image-edit {
    position: absolute;
    right: 0px;
    top: 0px;
    border: 1px solid #39a1de;
    background: #39a1de;
    padding: 7px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    contain: content;
    justify-content: center;
    cursor: pointer;
}
.tab-content form.settings-profile-form {
    max-width: 600px;
}
.profile-image-edit i {
    color: #ffffff;
}
.profile-contain {
    padding-left: 30px;
    padding-right: 30px;
    background-color: #F5F5F5;
    min-height: 100vh;
}

.profile-contain .tab-pane {
    background: #fff;
    border-radius: 20px;
    padding: 20px !important;
}

.member-profile-detail .profile_image img {
    max-width: 80px;
    border-radius: 50%;
    height: 80px;
    object-fit: cover;
    border: 1px solid #f2f2f2;
    width: 100%;
}
.member-profile-detail .profile_name h4 {
    font-size: 12px;
    line-height: 14px;
}
.member-profile-info a{
    text-decoration: none;
    font-size: 13px;
    line-height: 14px;
    font-weight: 600;
    text-transform: capitalize;
}
.member-profile-info a i {
    color: #807B88;
}
/*.member-messenger-profile,*/
/*.member-whtasapp-profile,*/
/*.member-skype-profile {*/
/*    display: grid;*/
/*    grid-template-columns: 24px 1fr 20px;*/
/*    gap: 15px;*/
/*    align-items: center;*/
/*    background: #F5F6FA;*/
/*    padding: 6px 15px;*/
/*    border-radius: 50px;*/
/*}*/
.member-messenger-profile,
.member-whtasapp-profile,
.member-skype-profile {
    display: grid;
    grid-template-columns: 1fr 60px;
    gap: 15px;
    align-items: center;
    background: #F5F6FA;
    padding: 0;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.member-skype-profile {
    border: 1px solid #00aff0;
}
.member-whtasapp-profile {
    border: 1px solid #32d851;
}
.member-messenger-profile {
    border: 1px solid rgb(82 101 255);
}
.member-messenger-profile span.profile-image i,
.member-whtasapp-profile span.profile-image i,
.member-skype-profile span.profile-image i {
    font-size: 30px;
    color: #00aff0;
}
.member-messenger-profile span.profile-image i{
    color: rgb(151 57 255);
}
.member-whtasapp-profile span.profile-image i{
    color: #32d851;
}
a.member-skype-profile:hover {
    background: #00aff0;
}
a.member-whtasapp-profile:hover {
    background: #32d851;
}

a.member-messenger-profile:hover {
    background: rgb(82 101 255);
    background: linear-gradient(90deg, rgb(245 79 142) 0%, rgb(146 61 255) 50%, rgb(83 100 255) 100%);
}
a.member-skype-profile:hover span.profile-image i,
a.member-whtasapp-profile:hover span.profile-image i,
a.member-messenger-profile:hover span.profile-image i{
    color: #ffffff;
}
a.member-skype-profile:hover span.profile-icon,
a.member-whtasapp-profile:hover span.profile-icon,
a.member-messenger-profile:hover span.profile-icon {
    background: #ffffff;
}
a.member-skype-profile:hover span.profile-icon i {
    color: #00aff0;
}
a.member-whtasapp-profile:hover span.profile-icon i {
    color: #32d851;
}
a.member-messenger-profile:hover span.profile-icon i {
    color: rgb(82 101 255);
}
.member-messenger-profile .profile-number h5,
.member-messenger-profile .profile-number span,
.member-whtasapp-profile .profile-number h5,
.member-whtasapp-profile .profile-number span,
.member-skype-profile .profile-number span,
.member-skype-profile .profile-number h5{
    font-size: 12px;
    line-height: 16px;
    margin: 0px;
}
.member-messenger-profile .profile-number h5,
.member-whtasapp-profile .profile-number h5,
.member-skype-profile .profile-number h5{
    color: #807B88;
    text-transform: capitalize;
}
.member-messenger-profile:hover .profile-number span,
.member-whtasapp-profile:hover .profile-number span,
.member-skype-profile:hover .profile-number span,
.member-messenger-profile:hover .profile-number h5,
.member-whtasapp-profile:hover .profile-number h5,
.member-skype-profile:hover .profile-number h5{
    color: #ffffff;
}
.member-messenger-profile .profile-icon,
.member-whtasapp-profile .profile-icon,
.member-skype-profile .profile-icon {
    color: #807B88;
    font-size: 14px;
}

.member-messenger-profile .profile-number a,
.member-whtasapp-profile .profile-number a,
.member-skype-profile .profile-number a {
    text-decoration: none;
}


.profile-image-icons {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0px 15px;
}
.member-messenger-profile .profile-icon,
.member-whtasapp-profile .profile-icon,
.member-skype-profile .profile-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.member-skype-profile .profile-icon {
    background: #00aff0;
}
.member-whtasapp-profile .profile-icon {
    background: #32d851;
}
.member-messenger-profile .profile-icon {
    background: rgb(82 101 255);
    background: linear-gradient(90deg, rgb(245 79 142) 0%, rgb(146 61 255) 50%, rgb(83 100 255) 100%);
}
.member-messenger-profile .profile-icon i,
.member-whtasapp-profile .profile-icon i,
.member-skype-profile .profile-icon i {
    color: #ffffff;
}
.view-property-btn {
    font-size: 10px;
    text-decoration: none;
    line-height: 12px;
    color: #3aa0de;
    font-weight: 600;
}
/*---------------- profile page css end ----------------*/




/*---------------- template page css start ----------------*/

.template-covers {
    display: flex;
    grid-template-columns: repeat(13, 1fr);
    gap: 5px;
}
.template-cover-items{
    position: relative;
}
.template-cover-items img {
    aspect-ratio: 1.3 / 1;
    object-fit: cover;
}
.template-cover-items.active {
    padding: 2px;
    border: 1px solid #c5c5c5;
    border-radius: 6px;
    position: relative;
}
.active-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    display: none;
}
.template-cover-items .cross-icon {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 9;
    padding: 3px;
    background: #f2f2f2;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.template-cover-items .cross-icon a.cross-icon-link {
    display: block;
    font-size: 12px;
    line-height: 12px;
}
.template-cover-items .cross-icon i {
    color: red;
    font-size: 10px;
    line-height: 10px;
}
.template-cover-items.active .active-icon{
    display: block;
}
.active-icon i {
    font-size: 16px;
}
.name-edit img {
    max-width: 20px;
    width: 100%;
    height: 20px;
}
.name-edit {
    position: absolute;
    top: 5px;
    right: 10px;
}
form.template-name-form input {
    font-size: 12px;
    line-height: 20px;
    border-radius: 12px;
    padding-right: 30px;
}
span#singleChat .chat-bottom-part {
    width: 100%;
    flex-wrap: wrap;
    /*position: absolute;*/
    /*bottom: 25px;*/
    /*left: 0px;*/
    /*padding: 0px 10px 0px 10px;*/
}
span#singleChat .chat-bottom-part .chat-bottom {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 4px;
}

span#groupChat .chat-bottom-part {
    width: 100%;
    flex-wrap: wrap;
}
span#groupChat .chat-bottom-part .chat-bottom {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 4px;
}

.profile_status .text-danger {
    color: #39a1de !important;
}
div#memberDetail .member-detail p button {
    border: 0;
    background-color: transparent;
    padding: 0;
}

.property-image.add-image-section a img {
    width: 100%;
    max-width: 20px;
}

/*---------------- 19-12-2024 ----------------*/

.message-temp .cst-chat-list .left-side-content p {
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
}
.property_profile_tab div#property_info .card-header {
    margin-bottom: 10px;
}
.property_profile_tab div#property_info .card-header h5 {
    font-weight: 600;
}
.property_profile_tab  .details-box .select-status {
    border-radius: 12px !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    font-size: 12px;
    font-weight: 600;
}
.property_profile_tab .profile-detail-box {
    padding-right: 10px;
}
.chat-body.public-notes1 .chat-innerpart audio {
    width: 100%;
    /* padding: 0; */
    border-radius: 20px;
    margin: 6px 0;
}
/*span.chat-innerpart.right span.chat-message  input {
    width: 100%;
    border: 0;
    padding: 6px;
    border-radius: 6px;
    text-transform: capitalize;
}*/
span.chat-innerpart.right span.chat-message input {
    width: 100% !important;
    border: 0 !important;
    padding: 6px !important;
    border-radius: 6px !important;
    text-transform: capitalize;
    background-color: #fff !important;
    color: #000 !important;
}
span.chat-innerpart span.chat-message span.reply_thred {
    display: block;
    margin-top: 2px;
}
#popup_single span.action_button {
    display: none;
}
span.chat-innerpart.right span.chat-message span.reply_thred {
    color: #fff;
}
.task-content-buttons button.template-button img {
    filter: brightness(0.1);
}
.profile-detail-box .details-box .details-box-items span {
    font-weight: 600 !important;
}
.member-detail-part .member-profile-detail .profile_name h4 {
    font-size: 18px;
    margin-top: 10px;
}
.deal-content-sec .chat-box span.chat-innerpart span.chat-username {
    border-radius: 8px 19px 0px 0px;
}
span.chat-innerpart.right.notification span.chat-username {
    display: block;
    height: auto;
    width: fit-content;
    margin-right: auto;
    background-color: #f7f7f7;
    border-radius: 8px 8px 0px 0px;
    color: #000;
}
span.chat-innerpart.right.notification {
    text-align: left !important;
    float: left;
}
span.chat-innerpart.right.notification span.chat-message {
    border-radius: 0px 14px 14px 14px;
    margin-right: auto;
    margin-left: 0;
    background: #F7F7F7;
    color: #333333;
}
/*.single-page-cst-row .single-page-cst-col .field-info-list {
    justify-content: end !important;
}*/
/* body .editControls {
    width: 130px;
} */
.editControls {
    position: relative;
    display: inline-block;
    width: 250px;
}
.updateButtons svg {
    width: 24px;
    height: 24px;
    color: #808080;
}

.tag-section .badge{
 display: inline-flex;
 align-items: center;
}
.editControls input[type="date"] {
    width: 100%;
    padding: 10px 15px;
    padding-left: 45px; / Space for the calendar icon /
    font-size: 16px;
    border: 2px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: border-color 0.3s, box-shadow 0.3s;
    cursor: pointer;
}

.editControls input[type="date"]:focus {
    border-color: #007BFF;
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
    outline: none;
}

.editControlsr input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}

.editControls .calendar-icon {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    font-size: 20px;
    color: #007BFF;
    pointer-events: none;
}

body .single-chat-icon {
    top: 7px;
}
.property_profile_tab .profile-detail-box .profile_name h4 a, 
.property_profile_tab .profile-detail-box .profile_name h4 {
    font-size: 12px;
    line-height: 14px;
}

span#groupChat span.chat-message ,
span#groupChat span.chat-innerpart.right span.chat-message {
    padding: 15px 15px 15px 15px;
}
.task-dropdown-sec button.accordion-button::after{
    display: none;
}
.task-dropdown-sec .accordion-header .accordion-button {
    font-size: 13px;
    box-shadow: none;
    color: #000;
}
.task-dropdown-sec .accordion-header .accordion-button img {
    width: 100%;
    max-width: 20px;
    filter: brightness(0.1);
}
.task-dropdown-sec .accordion-body {
    background-color: #F5F4F4;
    border-radius: 10px;
}
.task-dropdown-sec .task-edit img {
  width: 100%;
  max-width: 20px;
  filter: brightness(0.1);
}
.task-dropdown-sec .task-edit {
    gap: 15px;
}
.task-group p {
  font-size: 14px;
  font-weight: 400;
}   
.add-new-task a {
  border: 1px solid #000;
  border-radius: 99px;
  padding: 3px 7px;
  font-size: 13px;
}
.document-tasks-box .single-page-cst-col .tasks-title ,
.task-content-box .single-page-cst-col .tasks-title {
    font-size: 14px;
}
.task-content-box .single-page-cst-col img {
    filter: brightness(0.7);
}
.reply_with_thread .chat-innerpart.left .left {
    color: #333333;
    font-size: 12px;
    line-height: 14px;
    text-transform: capitalize;
}
.reply_with_thread .chat-innerpart.left > .chat-username {
    display: block;
    width: 100%;
    max-width: 270px;
    border-radius: 8px 19px 8px 8px !important;
}
/*:has(span.attachments) span.chat-innerpart.left span.chat-message.attachment-message {
    max-width: fit-content;
    padding-right: 20px;
}*/
.notifications.active{
    display: block;
}

.banner-slider .slider.slider-for .slider-item .close-cst {
    color: #fff;
    background: #00000070;
    top: 0px;
    line-height: 1.1;
    padding: 5px;
    border-radius: 0px 10px 0px 0px;
}
.banner-slider .slider.slider-for .slider-item .close-cst svg {
    height: 20px;
    width: 20px;
}
span.chat-innerpart.right span.chat-message.text-message .right {
    display: block;
    margin-bottom: 6px;
}
span.chat-innerpart span.chat-message audio ,
span.chat-innerpart span.chat-message.text-message .right + audio {
    width: 100%;
    border-radius: 20px;
}
span#reply_with_thread span.chat-message.attachment-message {
    display: none;
}
span#reply_with_thread span.chat-message.attachment-message+span.left {
    width: 100%;
    display: block;
    padding: 10px 10px 10px 20px;
    margin-top: 0;
    display: block;
    /* max-width: 100%; */
    border-radius: 0px 8px 8px 8px;
    /* background: transparent; */
    text-transform: capitalize;
    background: #F7F7F7;
    color: #333333;
    max-width: 84%; 
}
span.chat-innerpart.left:hover span.sub_action_option.left-message {
    display: flex;
}
span.chat-innerpart.right span.attachments a.download-link {
    color: #fff;
    margin-left: 6px;
}
span.chat-innerpart.right span.attachments a.download-link ,
span.chat-innerpart.left span.attachments a.download-link {
    background-color: #fff;
    display: flex;
    padding: 2px;
    border-radius: 11px;
    width: 35px;
    aspect-ratio: 1 / 1;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #807b88;
    text-decoration: none;
}
span.chat-innerpart.left span.chat-message audio {
    width: 100%;
}
span#reply_with_thread span.chat-innerpart.left span.chat-username {
    border-radius: 8px 19px 0px 8px !important;
}
.notification .dots-action {
    display: none !important;
}
section.deal-content-sec .price-list-col .price-list-col-items .price-list-price {
    display: flex !important;
    padding-left: 3px;
    padding-right: 3px;
}
div#ui-datepicker-div .ui-widget-header {
    border-bottom: 1px solid #E1E1E1 !important;
    background: #fff !important;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    border-top: 0;
    border-radius: 0px !important;
    padding: 10px 0px;
}
div#ui-datepicker-div thead th {
    font-weight: 500;
    font-size: 13px;
}

div#ui-datepicker-div .ui-state-default {
    border: 0;
    background: #fff;
    font-weight: normal;
    color: #000;
    font-size: 14px;
    /* padding: 20px 0; */
    text-align: center;
}

div#ui-datepicker-div .ui-state-highlight {
      border: 1px solid #39a1de;
    background: #39a1de;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: 0 auto;
    font-weight: 600;
}
div#ui-datepicker-div  .ui-state-active {
   border: 1px solid #39a1de;
    background: #39a1de;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: 0 auto;
    font-weight: 600;
}
div#ui-datepicker-div .ui-datepicker-prev span, 
div#ui-datepicker-div .ui-datepicker-next span {
    background: transparent;
}

div#ui-datepicker-div .ui-datepicker-next::before ,
div#ui-datepicker-div .ui-datepicker-prev::before {
   position: relative;
    content: "\f053";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: inline-block;
    margin-right: 0;
    left: 0;
    top: 0;
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-next {
    right: 8px !important;
}
.ui-datepicker .ui-datepicker-prev {
    left: 8px !important;
}
div#ui-datepicker-div .ui-datepicker-next::before {
    content: "\f054";
}

.new-import-template {
    background-color: #39a1de !important;
    color: #fff;
    border-color: #39a1de !important;
}
.new-import-template img {
    filter: brightness(0) saturate(100%) invert(100%) grayscale(100%) contrast(100%) brightness(150%);
}
:has(.field-info-checkmark) .field-info-list input {
    padding-right: 0;
}
.field-info-checkmark span.red {
    line-height: normal;
}
a.ui-datepicker-prev.ui-corner-all {
    cursor: pointer;
}
span.chat-innerpart span.chat-message span.d-flex.justify-content-between {
    justify-content: end !important;
}
span.chat-innerpart span.chat-message span.attachments .fa-download:before {
    content: "\f0ab";
}
/*span.chat-innerpart.right span.attachments a.download-link {
    color: #807B88;
    margin-left: 6px;
    background-color: #fff;
    padding: 10px 10px;
    display: inline-block;
    font-size: 16px;
    border-radius: 10px;
}*/
span.chat-message span.attachments {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 10px;
    font-weight: 500;
     justify-content: start; 
}
span.chat-innerpart.right span.chat-message span.attachments {
    justify-content: start;
    flex-direction: row;
}

div#ui-datepicker-div {
    z-index: 9 !important;
}
section.deal-content-sec .price-list-col .price-list-col-items .price-list-price button.closeButton {
    padding: 0;
    font-size: 20px !important;
}
section.deal-content-sec .price-list-col .price-list-col-items .price-list-price button.closeButton {
    padding: 0;
    font-size: 20px !important;
}
.items-infomation .items-infomation-inner .editControls input[type="date"] {
    padding-left: 15px;
}
.tasks-items-list .form-check.form-check-inline {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    gap: 7px;
}
.tasks-items-list .form-check.form-check-inline input {
    margin-bottom: 0;
    margin-top: 0;
}
.deal-Closed .chat-bottom, .deal-Closed .add-image-section.property-image{
    pointer-events: none;
} 
.price-list-col-items .price-list-select-option select.form-select.form-select {
    color: #212529;
    font-weight: 500;
}
.main-tasks-box .task_complete .text-secondary ,
.tasks-items-list .field-info-checkmark.fully_executive .text-theme {
    color: #fff !important;
}
span.chat-innerpart.right span.chat-message .right {
  margin-bottom: 6px;
  display: block;
}
.property_profile_tab .profile-detail-box .details-box .custom-select div#selected-option::before {
    opacity: 0;
}
#download_all {
    
    background-color: #39a1de !important;
    color: #fff;
    border-color: #39a1de !important;
    text-transform: uppercase;
    border: 0;
    width: 100%;
}
:has(#download_all) .search-menu {
    flex-direction: row-reverse;
    align-content: end !important;
    justify-content: end !important;
}
.tasks-items .field-info-checkmark a {
    text-decoration: none;
}
.not_allow .template-cover-items, 
.not_allow .cross-icon, 
.not_allow .icons-group-action a, 
.not_allow .single-page-cst-col, 
.not_allow .main-tasks-box .tasks-items, 
.not_allow .actions.d-flex.gap-3, 
.not_allow button.task-button, 
.not_allow .task-content-buttons  {
    pointer-events: none;
}
.not_allow  .cross-icon {
    display: none !important;
}
.not_allow .icons-group-action a, .not_allow .actions.d-flex.gap-3 {
    opacity: .5;
    pointer-events: none;
}

/*.reply_thread_msg span.chat-innerpart.right:last-child {
    margin-bottom: 0px;
}*/
/*div#all-tab-pane .col-inside-lg.decor-default {
     height: auto;
}
*/
/*div#all-tab-pane .col-inside-lg.decor-default {
    display: flex;
    flex-direction: column;
    justify-content: end;
    overflow: unset;
    height: auto;
}*/
:has(.list-view-inner-top.py-3.border-top.border-light) section.deal-content-sec.pt-4.py-5.py-md-4 {
    margin-top: 50px;
}
.btn:first-child:active img {
    filter: brightness(10);
}
div#addFieldModal1 .modal-body .form-group #addTextBox {
    width: 30px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 13px; 
}
div#textBoxesContainer .text-box-wrapper {
    position: relative;
}
div#textBoxesContainer .text-box-wrapper  .remove-btn {
    top: 50%;
    transform: translatey(-50%);
    right: 0;
    text-decoration: none;
}
div#textBoxesContainer .text-box-wrapper .remove-btn .fa-minus {
    line-height: 0;
}
.top-bar .deal-room a {
    color: var(--bs-body-color);
}
.empty-properties-box .btn-primary {
    background-color: #39a1de;
    border-color: #39a1de;
}

button#profileDropdown span {
    margin-right: 3px;
}

.not_allow  form.template-name-form {
    pointer-events: none;
} 
.single-chat-area {
    position: relative;
}

/*.thread_reply .modal-dialog .chat-bottom-mic-inout .input-group input#all_myInput_thread {
    display: none;
}*/
/* CSS specifically for Firefox */


/*.col-inside-lg.decor-default ,
div#all-tab-pane .col-inside-lg.decor-default .chat-body,
.thread_reply span#all_re_reply_with_thread,
.thread_reply .modal-dialog .modal-body span#reply_with_thread,
.thread_reply .modal-dialog .modal-body span.reply_with_thread,
.reply-with-id-reply,
div#all-tab-pane > .answer.left,
div#contact-tab-pane .answer,
.chat-box .col-inside-lg.decor-default,
.profile-detail-box,
.tab-content.message-temp,
.col-inside-lg.decor-default {
  scrollbar-width: none; 
}

.col-inside-lg.decor-default:hover,
div#all-tab-pane .col-inside-lg.decor-default .chat-body:hover,
.thread_reply span#all_re_reply_with_thread:hover,
.thread_reply .modal-dialog .modal-body span#reply_with_thread:hover,
.thread_reply .modal-dialog .modal-body span.reply_with_thread:hover,
.reply-with-id-reply:hover,
div#all-tab-pane > .answer.left:hover,
div#contact-tab-pane .answer:hover,
.chat-box .col-inside-lg.decor-default:hover,
.profile-detail-box:hover,
.tab-content.message-temp:hover,
.col-inside-lg.decor-default:hover {
  scrollbar-color: #555 #ffffff; 
}
*/




div#public-tab-pane span.chat-innerpart span.chat-message span.reply-message.right ,
div#public-tab-pane span.chat-message a.text-reply, div#public-tab-pane span.chat-message .smile-image-reply {
    display: none;
}
div#public-tab-pane  span.chat-message.text-message {
    border-radius: 8px 8px 8px 8px !important;
}

.emojiTooltipreplyuser  emoji-picker,
.thread_reply .modal-dialog .modal-body .emojiTooltipreply emoji-picker ,
.thread_reply .modal-dialog .chat-bottom-mic-inout .emojiTooltipreplyall.emoji-hide-replay emoji-picker ,
.thread_reply .modal-dialog .emojiTooltipreply emoji-picker {
    height: 260px;
}
.emojiTooltipreplyuser ,
.thread_reply .modal-dialog .modal-body .emojiTooltipreply ,
.thread_reply .modal-dialog .chat-bottom-mic-inout .emojiTooltipreplyall.emoji-hide-replay ,
.thread_reply .modal-dialog .emojiTooltipreply { 
    position: absolute !important;
    bottom: 40px !important;
    right: 25px !important;
}
.emojiTooltipreplyuser {
    bottom: 36px !important;
}
.thread_reply .chat-bottom-mic-inout .input-group input {
    width: 100%;
}
.thread_reply .chat-bottom-mic-inout .input-group {
    flex-direction: column;
}
.tasks-items-list .field-info-checkmark .radio-actions .form-check.form-check-inline:last-child {
    margin-right: 0;
}
.progress-bar-col-items .progress-bar-checkbox .yellow {
    font-size: 10px;
    font-weight: 400;
    margin: 0px 10px -1px 0;
}
.progress-bar-col-items .progress-bar-checkbox span.red {
    width: fit-content;
}
.thread_reply .modal-dialog .modal-body span#reply_with_thread span.chat-innerpart.left>span.chat-username {
    border-radius: 8px 19px 0px 0px !important;
}
.chat-body.public-notes span.chat-message span.reply-message.left {
    display: none;
}
.top-bar.py-2 {
    margin-bottom: 10px;
}
/*.main-tasks-box .field-info-checkmark {
    cursor: pointer;
}*/
.assign-task-button {
    justify-content: space-between;
}
.assign-task-button button.member-button {
    background-color: #39a1de;
    color: #fff !important;
    margin: 0;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 24px;
    border-radius: 6px;
    text-transform: capitalize;
    font-weight: 400;
}
.assign-task-button button.member-button:hover {
    background-color: #1d81bb ;
}
/*---------------- media queries start ----------------*/

@media only screen and (max-width: 1500px) and (min-width: 768px)  {
    .login-left {
        position: fixed;
        width: 100%;
        max-width: 50%;
        top: 0;
        bottom: 0;
        left: 0;
    }
}
@media only screen and (max-width: 1300px) and (min-width:768px)  {


.filter-buttons .create-button {
          font-size: 9px;
        gap: 3px;
        padding: 6px 10px !important;
}


.menu-section ul#myTab button {
    font-size: 10px;
}
.card-header ul#myTab, 
.menu-section ul#myTab {
    gap: 0 10px;
}
.search-menu {
    gap: 10px;
}
.menu-section .dropdown button.btn.dropdown-toggle {
    font-size: 10px;
}
.list-view-button svg, 
.grid-view-button svg {
    max-width: 18px;
    height: 18px;
}
.filter-buttons .list-view-button svg {
    height: 16px;
}
}

@media only screen and (max-width: 1630px){
    .list-view-inner-top {
        grid-template-columns: 1.08fr 1.25fr;
    }
    .deal-room-box-icons-group img {
        max-width: 16px;
        height: 16px;
    }
}

@media only screen and (max-width: 1440px){
    .deal-room-box img {
        height: 110px;
    }
    .deal-room-box-icons-group img {
        max-width: 13px;
        height: 13px;
    }    
    main.inner-content header {
        left: 70px;
    }    
    .page-side-bar {
        width: 70px;
    }
    main.inner-content{
            max-width: calc(100% - 70px);
    }
    .side-bar-content a {
        font-size: 16px;
    }    
/*   body .editControls {
        width: 90px;
    }*/
    body .editControls {
    width: 170px;
}
   body .editControls .form-control {
        font-size: 12px;
    }
}
@media only screen and (max-width: 1450px){

.chat-box .col-inside-lg.decor-default {
    height: 74vh;
}
    span.chat-message span.attachments {
    flex-wrap: wrap;
}

    div#property_info .member-list .member-list-profiles .profile_info.text-center.col-2 {
    width: fit-content;
}
div#property_info .member-list .member-list-profiles {
    gap: 11px;
}
}
@media only screen and (max-width: 1430px){
    .editControls input[type="date"] {
    padding-left: 9px;
}

    .thread_reply .modal-dialog {
        max-width: 400px;
        height: 450px;
    }    
    .chat-box .col-inside-lg.decor-default {
        /*height: 400px;*/
        height: 72vh;
    }   
    .profile-detail-box, .tab-content.message-temp{
        /*height: 475px;*/
        height: 80vh;
    }
/*    .thread_reply .modal-dialog .modal-body span#reply_with_thread, .thread_reply .modal-dialog .modal-body span.reply_with_thread, .reply-with-id-reply {
        height: 380px;
    }    */
    .thread_reply  span#all_re_reply_with_thread ,
    .thread_reply .modal-dialog .modal-body span#reply_with_thread, .thread_reply .modal-dialog .modal-body span.reply_with_thread, .reply-with-id-reply {
        height: 290px;
    } 
}
@media only screen and (max-width: 1380px){

    .thread_reply  span#all_re_reply_with_thread, 
    .thread_reply .modal-dialog .modal-body span#reply_with_thread, 
    .thread_reply .modal-dialog .modal-body span.reply_with_thread, 
    .reply-with-id-reply {
    height: 380px;
}
.card-header ul#myTab {
    gap: 10px;
}

}

@media only screen and (max-width: 1290px){
    .emojiTooltipreplyuser emoji-picker,
.thread_reply .modal-dialog .modal-body .emojiTooltipreply emoji-picker,
    .thread_reply .modal-dialog .chat-bottom-mic-inout .emojiTooltipreplyall.emoji-hide-replay emoji-picker ,
        .thread_reply .modal-dialog .emojiTooltipreply emoji-picker {
    height: 260px;
/*    width: 100%;*/
}
.thread_reply .modal-dialog .emojiTooltipreply {
    right: 0 !important;
}
.thread_reply .modal-dialog .emojiTooltipreply .nav {
    overflow: scroll;
}

    .card-header ul#myTab {
        gap: 10px;
       
    }    
    .thumbnail-image .thumbImg img, .thumbnail-image .thumbImg {
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 8px;
    } 
    .message-page .thumbnail-image .thumbImg img, .message-page .thumbnail-image .thumbImg {
        aspect-ratio: 1 / 1;
    } 
    
    .message-page .banner-slider .slider.slider-nav,
    .banner-slider .slider.slider-nav{
        height: auto;
    }
    .message-page .banner-slider .slider.slider-for,
    .message-page .banner-slider .slider.slider-nav,
    .banner-slider .slider.slider-nav,
    .banner-slider .slider.slider-for {
        max-width: 100%;
        padding-right: 0px;
    }    
    
    
    .list.grid-view-filter {
        grid-template-columns: repeat(5, 1fr);
    }
        .list-view-inner,
        .deal-room-box h3, .deal-room-box h3 a {
            font-size: 12px;
        }

        .deal-room-box-date {
            padding: 5px 15px;
            font-size: 12px;
        }
    .deal-room-box-icons-group {
        padding: 5px 12px;
        border-radius: 30px;
        gap: 15px;
    }

}

@media only screen and (max-width: 1090px){
    .message-page .banner-slider .slider.slider-for {
        max-width: 100%;
        padding: 0;
    } 
    .message-page .banner-slider .slider.slider-nav {
        max-width: 100%;
        display: none;
    }    
    .list.grid-view-filter {
        grid-template-columns: repeat(4, 1fr);
    }
    .header-logo {
        width: auto;
    }
}

@media only screen and (max-width: 991px){
    .single-chat-area .chat-box.overflow-auto {
    overflow: unset !important;
}

/*    .filter-buttons .create-button {
    padding: 7px !important;
}*/
    .thread_reply .modal-dialog {
    max-width: 330px;
    height: 430px;
    background-color: #F3F3F3;
}
    .profile-contain {
        padding-left: 0px;
        padding-right: 0px;
    }    
    div#memberDetail .modal-header .btn-close {
    position: unset;
}
    .cst-progress-chart .border-end{
        border-right: none !important;
    }
    /*.template-covers {*/
    /*    grid-template-columns: repeat(10, 1fr);*/
    /*}    */
        main.inner-content header {
        left: 0;
    }
    main.inner-content {
        max-width: 100%;
    }   
    header {
        padding: 00px 0px 0px 0px;
    }    
    section.deal-content-sec{
        padding-left: 20px;
        padding-right: 20px;
    }
    .menu-section ul#myTab button {
        font-weight: 500;
        font-size: 11px;
    }
    .deal-room p {
        font-size: 14px;
    }
    
    .page-side-bar {
        left: unset;
        height: auto;
        border-top: 1px solid #f2f2f2;
        border-right: none;
        width: 100%;
        bottom: 0;
        top: auto;
    }
    
    .list.grid-view-filter {
        grid-template-columns: repeat(3, 1fr);
    }
    a.forgot-password,
    .or,
    .continue-with-google {
        font-size: 14px;
    }    
    .continue-with-google img.google_logo_icon {
        top: 6px;
    }


    .top-notification .dropdown {
        width: 100%;
        max-width: fit-content;
        min-width: auto;
    }
.property_profile_tab {
    width: 100%;
}
.property_profile_tab .profile-detail-box {
    height: auto;
    padding-bottom: 70px;
}
.items-infomation .items-infomation-inner {
    gap: 8px;
}
}
@media only screen and (max-width: 991px) and (min-width: 820px){
div#property_info .message-page .slider-banner-image img, 
div#property_info .message-page .slider-banner-image {
    height: 400px;
}

}

@media only screen and (min-width: 992px){
    .cst-progress-chart .progress.mb-4 {
        margin-bottom: 37px !important;
    }
}
@media only screen and (max-width: 820px){

.property_profile_tab .profile-detail-box .member-list-profiles .profile_info {
    width: fit-content;
}

}
@media only screen and (max-width: 768px){
    .thumbnail-image .thumbImg img, 
    .thumbnail-image .thumbImg {
        aspect-ratio: 1 / 1;
    }
  .single-page-cst-row  .task-content-buttons-box {
    grid-template-columns: 1fr 2fr;
}
.single-page-cst-row  .task-content-buttons-box button.template-button {
    width: 100%;
}
.footer-import-template span.d-none {
    display: block !important;
    margin-right: 11px;
}

/*    task-align-css*/

div#property_info .profile-detail-box .task-content-buttons-box {
    display: flex;
    align-items: center !important;
    justify-content: space-between;
}
div#property_info .profile-detail-box .task-content-buttons-box .task-content-buttons {
    margin-top: 0px !important;
}

    .thread_reply .modal-dialog {
        max-width: 310px;
        height: 430px;

    }
.modal-footer h5 {
    font-size: 14px;
    line-height: 20px;
}    
.member-messenger-profile, .member-whtasapp-profile, .member-skype-profile {
    grid-template-columns: 1fr 50px;
}    
.member-messenger-profile .profile-icon, .member-whtasapp-profile .profile-icon, .member-skype-profile .profile-icon {
    width: 50px;
    height: 50px;
}
.profile-message-page section.deal-content-sec,
body.profile-page section.deal-content-sec {
    padding-top: 125px !important;
}    
.active-icon i {
    font-size: 12px;
}    
    /*.template-covers {*/
    /*    grid-template-columns: repeat(8, 1fr);*/
    /*}    */
    .task-content-buttons-box,
    .single-page-chart-row,
    .single-page-cst-row {
        grid-template-columns: 1fr;
    }
    .list-view-filter .deal-room-box h3 {
        margin-bottom: 6px;
    }    
    .template-list.list.list-view-filter,
    .list.list-view-filter {
        padding-top: 0px;
    } 
    section.deal-content-sec {
        padding-top: 155px !important;
    }  
    .single-page section.deal-content-sec.py-5 {
        padding-top: 140px !important;
    }    
    .menu-section ul#myTab button.active {
        padding-bottom: 5px !important;
    }
    .menu-section ul#myTab{
        gap: 6px;
    }
    .login-left {
        min-height: auto;
    }    
        .list.grid-view-filter {
        gap: 10px;
    }
      .list-view-filter .deal-room-box {
        grid-template-columns: 100px 1fr;
        gap: 10px;
    }
    .list-view-inner-top {
        display: none !important;
    }
    .list-view-filter .deal-room-box .list-view-inner {
        display: block;
    }
    .deal-room p {
        font-size: 10px;
        line-height: normal;
    }
    .top-notification img {
        width: 20px;
    }
    .top-notification button.btn.dropdown-toggle {
        padding: 5px 10px 5px 5px;
    }

    .list-view-button, .grid-view-button {
        font-size: 0px;
    }
    .menu-list-grid .filter-buttons button i {
        margin: 0px !important;
    }
    .menu-section .row .col:nth-child(2) {
        width: 100%;
        max-width: 100%;
        flex-basis: 100%;
        order: 1;
    }
    .template-list.list-view-filter .for-list-style img {
        /*width: 100%;*/
        /*height: 24px;*/
        /*max-width: 24px;*/
        margin-top: 10px;
    }
    /*.progress-bar-col-items {*/
    /*    grid-template-columns: 1fr auto;*/
    /*}*/
    section.deal-content-sec {
        padding-left: 10px;
        padding-right: 10px;
    }    
}

@media only screen and (max-width: 767px){
    .top-bar.py-2 {
    margin-bottom: 0px;
}
    .search-menu .dropdown.w-100 {
    position: relative;
}
.search-menu .dropdown ul.dropdown-menu.letestdropdwon {
    position: absolute;
    left: auto;
    right: 0;
}
.menu-section .row .col:nth-child(2) {
    padding-top: 7px;
}
    div#property_info .profile-detail-box {
    padding-right: 0;
}
    div#property_info .profile-detail-box .tasks-items-list .radio-actions {
    row-gap: 0px !important;
}
    span.chat-message span.attachments {
    margin-bottom: 0;
}
span.chat-message span.attachments img {
    max-width: 80px;
}
div#property_info .profile-detail-box .card-header a.member-button {
    margin-right: 0px !important;
}

    .edit-image-display .delete-image img {
        max-width: 100%;
    }
    .edit-images-row {
        grid-template-columns: 1fr 1fr;
    }
    .thread_reply .modal-dialog  {
    max-width: 290px;
    height: 400px;
}
    .task-content-part h3.task-heading {
        font-size: 12px;
        line-height: 12px;
    }    
    .login-form-section .login-inner {
        height: auto;
        overflow-x: unset;
    }    
    .chat-box .col-inside-lg.decor-default {
        height: auto;
    }   
    .profile-detail-box, .tab-content.message-temp{
        height: auto;
        margin-top: 30px;
    }
    .single-chat-area {
        border: 1px solid #dee2e6;
        border-radius: 10px;
    }
    .single-chat-area .chat-box .col-inside-lg.decor-default {
        height: 72vh;
    }
}

@media only screen and (max-width: 590px){
    .template-list.list-view-filter .for-list-style {
        gap: 10px !important;
        padding: 0px !important;
    }    
    .deal-room-box-icons-group {
        gap: 10px;
    }    
    .deal-room-box img {
        height: 150px;
    }    
    .deal-room-box-icons-group img {
        max-width: 13px;
        height: 13px;
    }    
    .cst-chat-list .left-side-image-text {
        grid-template-columns: 34px 1fr;
        gap: 5px;
    } 
    .cst-chat-list .left-side-image-text .left-side-image img {
        max-width: 34px;
        height: 34px;
    }    
    .cst-chat-list .cst-chat-inner-text-image {
        grid-template-columns: 1fr 50px;
    }  
    .left-side-image-text .text,
    .cst-chat-list .left-side-image-text .text {
        font-size: 10px;
        line-height: 12px;
    }    
    .right-side-col-items time{
        font-size: 9px;
    }
    .cst-chat-list .left-side-content p {
        font-size: 9px;
        margin: 0px;
    }    
    /*.template-covers {*/
    /*    grid-template-columns: repeat(6, 1fr);*/
    /*}    */
        h3.task-heading, .tasks-checkmark-title, span.field-info-text, .pd-name i, .single-post-title,
        .select-status, .select-status select.form-select, .template-button, .items-infomation .items-infomation-inner .items-infomation-title, .items-infomation .items-infomation-inner .items-infomation-info, .card-header h5, .card-header button,
        .price-list-select-option select, .price-list-select-option select option, .price-list-content span, .price-list-price span {
            font-size: 10px;
            line-height: 10px;
        } 
        
        .select-status{
            font-size: 10px;
            line-height: 10px;            
        }
        
    .field-info-list-col-items {
        grid-template-columns: 1fr;
        gap: 5px;
    }        
    .price-list-col-items {
        grid-template-columns: 1fr 140px;
    }
        .menu-section ul#myTab button {
        font-weight: 500;
        font-size: 10px;
    }

    .list.grid-view-filter {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width: 500px){

    .footer-import-template.template-button {
        width: 100%;
        justify-content: center;
        padding: 10px 10px !important;
        border-radius: 99px !important;
    }
}
@media only screen and (max-width: 375px){
    .deal-room-box img {
        height: 100px;
    }    
    .deal-room-box-icons-group img{
        height: 13px;
    }
    .list-view-filter .deal-room-box h3 {
        margin-bottom: 4px;
    }    
    .active-list.list-view-filter span.list-view-date,
    .close-list.list-view-filter span.list-view-date {
        font-size: 10px;
        line-height: 20px;
    }    
    .deal-room-box p,
    .list-view-inner, 
    .deal-room-box h3, 
    .deal-room-box-date,
    .deal-room-box h3 a {
        font-size: 10px;
    }    
    /*.template-covers {*/
    /*    grid-template-columns: repeat(5, 1fr);*/
    /*}    */
    section.deal-content-sec {
        padding-top: 160px !important;
    }
}
/*---------------- media queries end ----------------*/

/* .editControls-action button {
    width: 25px;
    font-size: 12px !important;
    background: green !important;
    color: #ffffff !important;
    height: 34px;
} 

.editControls-action button {
    width: 23px;
    font-size: 10px !important;
    background: green !important;
    color: #ffffff !important;
    height: 26px;
}


.editControls-action button.closeButton {
    background: red !important;
    color: #ffffff !important;
}
*/
.appraisedInput,
.ui-datepicker .ui-datepicker-title select,
.ui-datepicker .ui-datepicker-title,
table.ui-datepicker-calendar {
       font-family: "Poppins", sans-serif;
}
.field-info-list .editControls-action button.closeButton {
    font-size: 16px !important;
    line-height: 16px !important;
    padding: 0;
    /*position: absolute;*/
    z-index: 1;
    /*right: -5px;*/
    /*top: 5px;*/
    background: #fff !important;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 0.5px solid #dee2e6 !important;
    position: relative;
    right: 10px;
    top: 0px;
}
.editControls-action button {
    font-size: 11px !important;
}

/*------------------------------Activity------------------*/

.member-activity .answer.left .avatar {
    margin-bottom: 0px;
}

.member-activity .answer.left::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.member-activity .answer.left::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}

.member-activity .answer.left::-webkit-scrollbar-thumb
{
    background-color: #000000;
    border: 2px solid #555555;
}

.member-activity .answer.left .avatar+.text {
    padding-right: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    flex-wrap: wrap;
    gap: 0;
    padding: 10px;
    background-color: #f7f7f7;
    border-radius: 0 8px 8px 8px;
    min-width: 70%;
    width: 100%;
    max-width: fit-content;
}
.member-activity .activity, .member-activity .text.activity {
    background: transparent;
    background-color: transparent !important;
    padding: 0px !important;
}
body .member-activity .text.activity {
    margin-left: 45px;
}
.member-activity .text.activity .time.text-end{
    display: none !important;
}
div#contact-tab-pane .text {
    background: #f7f7f7;
    padding: 10px;
    border-radius: 0px 8px 8px 8px;
}


@media screen and (max-width : 991px) {

    .emojiTooltipreplyuser ,
.thread_reply .modal-dialog .modal-body .emojiTooltipreply ,
    .thread_reply .modal-dialog .chat-bottom-mic-inout .emojiTooltipreplyall.emoji-hide-replay, 
    .thread_reply .modal-dialog .emojiTooltipreply {
    right: 0px !important;
            width: 100%;
        overflow: scroll;
}

.g_emojiTooltip, .emojiTooltip {
    left: -20px;
    max-width: 320px;
    overflow: scroll;
    right: auto;
}
.emoji, button.emoji ,
.nav-emoji {
    font-size: 16px;
}
    .all_emojiTooltip emoji-picker ,
    .all_emojiTooltip {
/*    width: 100%;*/
    left: -31px;
        max-width: 300px;
        overflow: scroll;
        right: auto;
}

    span.chat-innerpart.right.notification span.chat-message {
    border-radius: 0px 8px 8px 8px;
}
span#groupChat .chat-body.public-notes span.chat-innerpart.right span.chat-message, span.chat-innerpart.right span.chat-message {
    border-radius: 8px 8px 4px 8px;
}
    .thread_reply  span#all_re_reply_with_thread, 
    .thread_reply .modal-dialog .modal-body span#reply_with_thread, 
    .thread_reply .modal-dialog .modal-body span.reply_with_thread, 
    .reply-with-id-reply {
    height: 365px;
}
.top-notification-icon .notifications {
    right: 12px;
    max-width: 280px;
    font-size: 10px;
    line-height: 12px;
}
button.slick-next.slick-arrow,   
button.slick-prev.slick-arrow {
    transform: rotate(0deg);
        background-position: center;
}    
/*.slider.slider-nav {*/
/*    display: none;*/
/*}    */
section.deal-content-sec .card.cst-height-card {
    height: auto;
}    
    /*main.inner-content header {*/
    /*    left: 0;*/
    /*}*/
    .banner-slider .slider.slider-for,
    .banner-slider .slider.slider-nav {
        max-width: 100%;
        float: none;
    }
    .banner-slider .slider.slider-for {
        padding-right: 0;
    }
    .banner-slider .slider.slider-nav {
        height: auto;
    }
    /*.slider-banner-image {*/
    /*    height: 500px;*/
    /*} */
    .slider.slider-nav.thumb-image {
        padding: 0px 0px 0;
    }
    .slider-nav .slick-slide span {
        padding: 5px 0;
    }
    .slick-arrow {
        padding: 0;
        width: 30px;
        height: 30px;
        top: 50%;
        bottom: 0;
        -webkit-transform: translateY(-50%) rotate(-90deg);
        -moz-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
        transform: translateY(-50%) rotate(-90deg);
    }
    .slick-prev {
        left: 0;
        right: unset;
    }
    .slick-next {
        left: unset;
        right: 0;
        background-color: transparent;
    }
    .vehicle-detail-banner .car-slider-desc {
        max-width: 340px;
    }
    .bid-tag {
        padding: 10px 0 15px;
    }
    .slider.slider-nav.thumb-image {
       white-space: nowrap;
    }
    .thumbnail-image.slick-slide {
        padding: 0px 5px;
        min-width: 75px;
        display: inline-block;
        float: none;
    }
}

@media screen and (max-width : 767px) {
    .top-bar.py-2>.row {
    row-gap: 10px;
}
:has(#download_all) .search-menu {
    justify-content: center !important;
}
.deal-content-sec .group-chat-area {
    border: 1px solid #dee2e6;
    border-radius: 12px;
}
    .thread_reply span#all_re_reply_with_thread, 
    .thread_reply .modal-dialog .modal-body span#reply_with_thread,
     .thread_reply .modal-dialog .modal-body span.reply_with_thread, 
     .reply-with-id-reply {
        height: 335px;
    }
    .member-activity .answer.left .avatar+.text {
        min-width: 98%;
         /*border-radius: 0 10px 10px 10px;*/
    }
    section.deal-content-sec .card-header {
    padding-bottom: 10px !important;
}
/*.avatar.avatar-chat {*/
/*    border-radius: 8px 10px 0px 0px;*/
/*}*/
    /*.slider-banner-image {*/
    /*    height: 400px;*/
    /*}*/
    .slider.slider-nav.thumb-image {
        padding: 0px 0px 0;
        margin: 0px 0px 0;
    }
    .slider-nav .slick-slide.thumbnail-image .thumbImg {
        max-width: 140px;
        height: 80px;
    }
    .slick-prev.slick-arrow {
        background-position: center 10px;
    }
    .slick-next.slick-arrow {
        background-position: center 10px, center;
    }
    .slider-nav .slick-slide span {
        font-size: 12px;
        white-space: normal;
    }
}

@media screen and (max-width: 580px) {
        .header-logo {
            max-width: 80px;
        }    
    .slider-banner-image {
        height:340px;
    }
}

@media screen and (max-width : 480px) {
    .slider-banner-image {
        height:280px;
    }
}

.filtered_users{
    cursor:pointer !important;
}
/*-----------------calendar css ----------*/
.field-info-list a.edit-icon {
    position: absolute;
    left: 20px;
}
.field-info-list-col-items .field-info-list input.appraisedInput {
    text-align: center;
    border: none;
    background: transparent;
    outline: none;
    box-shadow: none ! IMPORTANT;
    border: 1px solid #00000024;
}
.field-info-list-col-items .field-info-list input.appraisedInput[disabled] {
    border-color: transparent;
}
span.field-info-text.record_show {
    width: 80%;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}
span.red {
    width: 40px;
    text-align: right;
}
/*--------------Edit Property Image--------*/

.edit-image-display .close-cst {
    position: unset;
    color: #fff;
    background: #00000070;
    top: 0px;
    line-height: 1.1;
    padding: 1px;
    border-radius: 0px 10px 0px 0px;
}
.edit-image-display .delete-image {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: start;
    gap: 10px;
        position: relative;
}
.edit-images-row {
    display: grid;
    flex-wrap: wrap;
    gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 20px;
}
.edit-image-display .delete-image img {
    width: 100%;
    max-width: 110px;
    border-radius: 10px;
}
.edit-image-display .delete-image a {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
}
.edit-image-display .close-cst svg {
    width: 20px;
    height: 20px;
}

/*11-11-2024*/
/*input[type="password"].is-invalid, .was-validated input[type="password"]:invalid, input[type="password"].is-valid, .was-validated input[type="password"]:valid {
    background-position: right calc(0.375em + 2.1875rem) center;
}*/

.deal-content-sec .alert-heading {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 0px;
}
/************ 04-01-2025 *****/
.fully_executive {background-color: #07d68a; color: #fff; border-radius: 5px; padding: 10px;}
.task_complete { background-color: #07d68a;color: #fff;        border-radius: 5px;    padding: 10px;}
 .task_complete .form-check-input:checked{
     border-color: #fff !important; 
}


.add-member-modal-wrap .add-member-modal-close i, .add-member-modal-wrap  .add-member-modal-close i {
    color: #85858E;
   
    border-color: #85858E !important;
   
}

.cursor-pointer{
	cursor: pointer !important;
} 
