@charset "UTF-8";
:root {  
  --primary-color: #20232C; /* This is the primary text, border color*/
  --status-color-1: #45B64A; /* Available*/
  --status-color-2: #FF9300; /* In Contract, Pending*/
  --status-color-3: #FF0000; /* In Edit*/
  --status-color-4: #AB1DB7; /* Off Market*/
  --status-color-5: #2383E2; /* Sold, Rented*/
  --status-color-6: #3C4286; /* Sold by, Rented by*/
  --status-color-7: #30363B; /* Void*/
  --status-color-8: #345581; /* Incomplete*/
  --status-color-9: #EDC726; /* Coming soon*/
  --dark-grey-color: rgba(32, 35, 44, 0.8); /* Archived color*/   
}

body {  
  font-family: 'Lato', sans-serif;
  overscroll-behavior: none;    
}
/*body, .page-content, .content-wrapper {  
  overscroll-behavior: none;    
}*/
pre {
  z-index: 9999;
  border-color: #0E2030;
  background: #f5f5f5;
  margin: 5px 10px;
  overflow: initial;
}
pre.commit-message {
  z-index: 100;
}
/* Firefox outline fix */
*:focus-visible {
  outline: none;
}
/* Bootstrap Modal fix */
.modal.show  {
    overflow: scroll;
}
/* BASIC CLASSES
========================================================== */
.transition-1 {
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
a.default-hover {
  color: #20232C !important; /*Set to !important if you want to eliminate hover color quickly*/
  text-decoration: none; 
}
a.default-hover:hover {
    color: #6A6A6A !important;/*blue #0CAAF1*/
    text-decoration: none; 
}
a.hover-blue {
  color: #20232C;    
  text-decoration: none; 
}
a.hover-blue:hover {
  color: #2196f3 !important;/*blue #0CAAF1*/
  text-decoration: none;
}
a.hover-style-1 {
  border-radius: 10px;    
  color: #20232C;   
  text-decoration: none;   
}

a.hover-style-1:hover {
  background-color: #F4F6F9 !important;    
  color: #20232C !important;/*blue #0CAAF1*/
  text-decoration: none;
}
a.hover-style-2 {
  color: #20232C;    
  text-decoration: none; 
}
a.hover-style-2:hover {
  color: #4356C9 !important;/*Han purple*/
  text-decoration: none;
}
a.hover-style-3 {
  border-radius: 10px;    
  color: #FFFFFF;   
  text-decoration: none;   
}

a.hover-style-3:hover {   
  color: #e0e0e0 !important;
  text-decoration: none;
}
a.badge-hover-style-1:hover .badge-outline-green {
  color: #FFFFFF !important;
  text-decoration: none;
  box-shadow: inset 0px 0px 0px 1px #53CBA2;
  background-color: #53CBA2;    
}
a.badge-hover-style-1:hover .badge-outline-han-purple, .badge-outline-han-purple.active {
  color: #FFFFFF !important;
  text-decoration: none;
  box-shadow: inset 0px 0px 0px 1px #4356C9;
  background-color: #4356C9;    
}
a.badge-hover-style-1:hover .badge-outline-dark-grey, .badge-outline-dark-grey.active {
  color: #FFFFFF !important;
  text-decoration: none;
  box-shadow: inset 0px 0px 0px 1px #20232C;
  background-color: #20232C;    
}
a.badge-hover-style-1:hover .badge-outline-cold-grey, .badge-outline-cold-grey.active {
  color: #FFFFFF !important;
  text-decoration: none;
  box-shadow: inset 0px 0px 0px 1px #9094A5;
  background-color: #9094A5;    
}
a.badge-hover-style-1:hover .badge-outline-coral {
  color: #FFFFFF !important;
  text-decoration: none;
  box-shadow: inset 0px 0px 0px 1px #F56969;
  background-color: #F56969;    
}
a.badge-hover-style-3.badge-outline-coral:hover {
  color: #FFFFFF !important;
  text-decoration: none;
  box-shadow: inset 0px 0px 0px 1px #F56969;
  background-color: #F56969;    
}
a.hover-style-shadow {
  color: #20232C;    
  text-decoration: none;     
  
}
a.hover-style-shadow:hover {
-webkit-box-shadow: 0 0 1rem rgb(0 0 0 / 15%);
 box-shadow: 0 0 1rem rgb(0 0 0 / 15%);  
}
.separator div:not(:last-child) ::after {
  background: #20232C; 
  height: 15px;
  margin: 0 12px;
  width: 1px;
}

.bb-last-no-border div:not(:last-child) {/*b=border b=bottom*/
    border-bottom: 1px solid #ddd!important;
}
/*[class*=bg-]:not(.bg-transparent):not(.bg-light):not(.bg-re-white):not(.btn-outline):not(body) { 
    color: #ffffff !important;
}*/
[class*=bg-re-white] {/*This is the fix*/
    color: inherit !important;
}

.tasktitle div:not(:last-child) {
  /*max-width: 70% !important;*/    
  height: auto;
}

/*DEFAULT toolbar*/

.default-toolbar-item:hover, .default-toolbar-item {
  color: inherit;    
  transition: .2s;
  border-radius: 8px;    
  padding: 10px 15px 10px 15px;    
  line-height: 20px;
}

.default-toolbar-item:hover, .default-toolbar-item.active {
  color: inherit;    
  background-color: #E6E6E6;    
}

.default-toolbar-item.disabled {
  user-select: none;
  opacity: 0.5;
}

.default-toolbar-item.disabled:hover {
  user-select: none;
  opacity: 0.5;
  cursor: not-allowed !important;
  background-color: transparent !important;
}
.separator2 {
  align-self: stretch;
  background: #c4c4c4;
  margin: 5px 9px;
  min-width: 1px;
  width: 1px;
}

/* STICKY
========================================================== */
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top-plus-navbar {
    position: -webkit-sticky;
    position: sticky;
    top: 53px;
    z-index: 1020;      
    } 
}

/* ALERTS cutom CSS
========================================================== */
.alert-dismissible .close:hover, .alert-dismissible .close:focus {
  color: inherit; }

.alert[class*=bg-]:not(.bg-transparent):not(.bg-white):not(.bg-light) .alert-link {
  color: inherit;
  border-bottom-color: rgba(255, 255, 255, 0.85); }

.alert[class*=alert-styled-]:after {
  content: "";
  font-family: "res-icons";
  color: #fff;
  width: 2.875rem;
  left: -2.875rem;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -0.5rem;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.alert[class*=alert-styled-].chat:after {
  content: "\6b"; 
}
.alert[class*=alert-styled-].task:after {
  content: "\e07d"; 
}
.alert[class*=alert-styled-].email:after {
  content: "\e0aa"; 
}
.alert[class*=alert-styled-].pathway:after {
  content: "\e047"; 
}
.alert[class*=alert-styled-].company:after {
  content: "\6a"; 
}
.alert[class*=alert-styled-].board:after {
  content: "\e072"; 
}
.jGrowl-closer {
  visibility: hidden;    
}
/*.jGrowl-closer:after {
  visibility: visible;
  position: absolute;
  padding: 0.3125rem 0;
  cursor: pointer;
  margin-top: 0.3125rem;
  text-align: center;
  background-color: #fff;
  width: 20rem;
  border: 1px solid #ddd;
  border-radius: 10px;
  top: 50%;
  left: -50%;
  content: "Close all";
}*/

/* MODAL BACKDROP MODIFICATION/FIX
========================================================== */
.modal {
  background-color: #00000075 !important;
}
.modal-backdrop {
  background-color: transparent !important;
}

/* BOARD LIST VIEW - rec=REConnect -
========================================================== */
.rec-icon-pos {
    top: 20px !important;
    left: 9px !important;
}


/* PLACEHOLDER
========================================================== */
input.type-here {
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: hidden;
  background-color: transparent;    
}
      
input.no-outline:focus {
  outline: none;
}
/* LISTING CARD IN MODAL
========================================================== */
.listing-card-in-modal {
    min-width: 250px !important;
    flex: 2 0 30%;
    height:auto;
}
/*.listing-card-4 { LEHET, HOGY MÉG KELL
    -ms-flex: 1 1 21.25% !important;
    flex: 1 1 21.25% !important;
    height:auto;
}*/
.listings-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(275px, 1fr));
}
@media (min-width: 768px) {
   .list-view-img-size {
    flex: 0 0 185px;
    height:auto;
    }
  .list-view-img-size2 {
    flex: 0 0 100px;
    height:auto;
    } 
 .lv-block-1-size { 
     width: 200px !important; 
    }
 .analytics-img-size {
    flex: 1 1 30%;
    height:auto;
    }      
    
}
@media (min-width: 992px) {
 .analytics-img-size {
    flex: 0 0 210px;
    height:auto;
    }      
    
}

/* THUMB LABELS t=Top b=Bottom l=Left r=Right c=Center
========================================================== */
.thumb-label-tl {
  position: absolute;
  align-items: flex-start;    
  left: 10px;
  top: 10px;
}
.thumb-label-tr {
  position: absolute;
  align-items: flex-end;    
  right: 10px;
  top: 10px; 
}
.thumb-label-br {
  position: absolute;    
  right: 10px;
  bottom: 10px; 
}
.thumb-label-bl {
  position: absolute;    
  left: 10px;
  bottom: 10px; 
}
.thumb-label-bc {
  position: absolute;    
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 10px; 
}
.thumb-label-style-1 {
  padding: 3px 8px;
  border-radius: 3px !important;
  text-transform: uppercase; 
}
.thumb-bg-white-t {
    background-color: rgba(255, 255, 255, 1);
    color: #20232C !important;
}
.thumb-bg-grey-t {
    background-color: rgba(237, 237, 237, 1);
    color: #20232C !important;
}
.thumb-bg-purple-t {
    background-color: rgba(80, 99, 211, 1);
    color: #FFFFFF !important;
}
.thumb-bg-blue-t {
    background-color: rgba(12, 96, 209, 1);
    color: #FFFFFF !important;
}
.thumb-bg-black-t {
    background-color: rgba(32, 35, 44, 1);
    color: #FFFFFF !important;
}
.thumb-bg-coral-t {
    background-color: rgba(245, 105, 105, 1);
    color: #FFFFFF !important;
}
/* Max Character Length
========================================================== */
.max-lgth-1-line {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.max-lgth-2-line {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* TYPING anim
========================================================== */
.typing .dot {
  animation: TypingAnimation 1.8s infinite ease-in-out;
  background-color: rgba(222,222,222,1);
  border-radius: 50%;
  height: 6px;
  width: 6px;    
  margin-right: 2px;
  vertical-align: middle;
  display: inline-block;
}
.typing .dot:nth-child(1) {
  animation-delay: 200ms;
}
.typing .dot:nth-child(2) {
  animation-delay: 300ms;
}
.typing .dot:nth-child(3) {
  animation-delay: 400ms;
}
.typing .dot:last-child {
  margin-right: 0;
}

@keyframes TypingAnimation {
  0% {
    transform: translateY(0px);
    background-color: rgba(222,222,222,1);
  }
  28% {
    transform: translateY(-7px);
    background-color: rgba(230,230,230,1);
  }
  44% {
    transform: translateY(0px);
    background-color: rgba(240,240,240,1);
  }
}
/* RATING
========================================================== */
.rating-block:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rating-block:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    color:#ccc;
}
.rating-block:not(:checked) > label:before {
    font-family: "res-icons" !important;
    content: "\e03a";
}
.rating-block > input:checked ~ label {
    color: #7284F4;    
}
.rating-block:not(:checked) > label:hover,
.rating-block:not(:checked) > label:hover ~ label {
    color: #ACB6FA;  
}
.rating-block > input:checked + label:hover,
.rating-block > input:checked + label:hover ~ label,
.rating-block > input:checked ~ label:hover,
.rating-block > input:checked ~ label:hover ~ label,
.rating-block > label:hover ~ input:checked ~ label {
    color: #7284F4;  
}
/* TASKS custom CSS
========================================================== */
tr.task-done {   
  background-color: #EFFFF8;        
}
#task textarea.form-control{
    height: 93px;
}

/* SWITCHER
========================================================== */

.switcher {
  display: flex;
  align-items: center;
  justify-content: center;    
  position: relative;
  width: 230px;
  height: 36px;
  border-radius: 25px;
  /*margin: 20px 0;*/    
}
.switcher input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;    
  position: relative;
  width: 230px;
  height: 36px;
  border-radius: 25px;
  outline: none;     
}
.switcher input:before, .switcher input:after {   
  z-index: 2;
  cursor: pointer;     
}
.switcher input:before {
  content: attr(switcher-text-left); 
  width: 50%;
  text-align: center;    
}
.switcher input:after {
  content: attr(switcher-text-right);
  width: 50%;
  text-align: center;     
}
.switcher label {   
  z-index: 1;
  position: absolute;  
  top: 2px;
  height: 32px;    
  border-radius: 20px;
  background: #FFFFFF;    
}

/* SWITCHER 1 ================= */

.switcher.switcher-1 input {
  transition: 0.25s -0.1s;
  background: #0F74FD;    
}
/*.switcher.switcher-1 input:checked {
  background-color: #FFFFFF;
}*/
.switcher.switcher-1 input:checked:before {
  color: #0F74FD;
  transition: color 0.5s 0.2s;
}
.switcher.switcher-1 input:checked:after {
  color: #FFFFFF;
  transition: color 0.5s;
}
.switcher.switcher-1 input:checked + label {
  left: 2px;
  right: 115px;
  transition: left 0.5s, right 0.4s 0.2s;
}
/*.switcher.switcher-1 input:not(:checked) {
  background: #1E1E1E;
  transition: background 0.5s -0.1s;
}*/
.switcher.switcher-1 input:not(:checked):before {
  color: #FFFFFF;
  transition: color 0.5s;
}
.switcher.switcher-1 input:not(:checked):after {
  color: #0F74FD;
  transition: color 0.5s 0.2s;
}

.switcher.switcher-1 input:not(:checked) + label {
  left: 115px;
  right: 2px;
  transition: left 0.4s 0.2s, right 0.5s, background 0.35s -0.1s;
}

/* SWITCHER 2 ================= */

.switcher.switcher-2 input {
  transition: 0.25s -0.1s;
  background: #45B64A;    
}
/*.switcher.switcher-1 input:checked {
  background-color: #FFFFFF;
}*/
.switcher.switcher-2 input:checked:before {
  color: #45B64A;
  transition: color 0.5s 0.2s;
}
.switcher.switcher-2 input:checked:after {
  color: #FFFFFF;
  transition: color 0.5s;
}
.switcher.switcher-2 input:checked + label {
  left: 2px;
  right: 100px;
  transition: left 0.5s, right 0.4s 0.2s;
}
.switcher.switcher-2 input:not(:checked) {
  background: #e4e5e7;
  transition: background 0.5s -0.1s;
}
.switcher.switcher-2 input:not(:checked):before {
  color: #20232C;
  transition: color 0.5s;
}
.switcher.switcher-2 input:not(:checked):after {
  color: #20232C;
  transition: color 0.5s 0.2s;
}

.switcher.switcher-2 input:not(:checked) + label {
  left: 100px;
  right: 2px;
  transition: left 0.4s 0.2s, right 0.5s, background 0.35s -0.1s;
}

@-webkit-keyframes turn-left {
  0% {
    left: 100%;
  }
  100% {
    left: 0%;
  }
}
@keyframes turn-left {
  0% {
    left: 100%;
  }
  100% {
    left: 0%;
  }
}

@-webkit-keyframes turn-right {
  0% {
    right: 100%;
  }
  100% {
    right: 0%;
  }
}
@keyframes turn-right {
  0% {
    right: 100%;
  }
  100% {
    right: 0%;
  }
}

.choose-task-color-item { 
  width: 7%;
  min-width: 45px;    
  height: 40px;    
}
.choose-task-color-item-sm { 
  width: auto;    
  height: auto;    
}

/* TAG BOX
========================================================== */
.add-tag-settings-box {
    top: 45px;
    left: 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 350px;
    width: 100%;
    height: auto;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 0.938rem; /*0.625 10px*/
    box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 10%);
    outline: 0;
 }
.add-tag-settings-box-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    padding: 1.563rem 1.563rem;
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-top-left-radius: 0.938rem;
    border-top-right-radius: 0.938rem;
}
.tag-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    outline: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    margin-bottom: 0;
    padding: 0.5rem 1rem;
    clear: both;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    transition: background-color ease-in-out .15s,color ease-in-out .15s;
}
.tag-item:hover {
    background-color: #F7F7F7;
}
.tags-on-modal a:hover {  
  color: #6A6A6A;
  background-color: #F7F7F7;
}
.tags-on-modal a i:hover {  
  color: #2A86E2 !important;
}
.choose-color-item { 
  width: 22.5%;
  height: 40px;    
}
.flex-gap-5 {
  gap: 5px;
}
.flex-gap-10 {
  gap: 10px;
}
.flex-gap-15 {
  gap: 15px;
}
.flex-gap-20 {
  gap: 20px;
}
.mlb-n10{
  margin-left: -10px;
  margin-bottom:-10px;
}
.mlb-n20{
  margin-left: -20px;
  margin-bottom:-20px;
}
div.flex-gap-10-alt > * {  
  margin-left: 10px;
  margin-bottom: 10px;
}
div.flex-gap-20-alt > * {  
  margin-left: 20px;
  margin-bottom: 20px;
}
.flex-gap-10-alt-cp div:nth-child(n) { 
  margin-bottom: 10px;
}



/* CHAT ADMIN
========================================================== */
.chat-block-height {
  height: auto;
  max-height: 70vh;
}
.chat-dialog-list-height {
  height: auto;
  max-height: 42vh;
}
a.badge-active:hover {
  color: #FFFFFF !important;
  text-decoration: none;
}
.active-chat {
  background-color: #F4F6F9 !important;
}
.badge-active {
  background-color: #2383E2 !important;
  color: #ffffff;     
  text-decoration: none;    
}
.sline{
  flex: 1;
  height: 1px;
  background-color: #E0E0E0;
}
/* CHAT Badge BG COLORS
========================================================== */
.chat-badge-bg-purple {
  background-color: #3C4286 !important; }
.chat-badge-bg-red {
  background-color: #F56969 !important; }


/* CHAT BOX
========================================================== */
.chat-box {
  position: fixed;
  bottom: 80px !important;
  right: 25px !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 350px;
  width: 100%;
  max-height: 70vh;
  height: 100%;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 0.938rem; /*0.625 10px*/
  box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 20%);
  outline: 0;
 }
.chat-box-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  padding: 0.938rem 0.938rem; /*15px*/
  /*border-bottom: 1px solid rgba(0,0,0,.125);*/
  border-top-left-radius: 0.938rem;
  border-top-right-radius: 0.938rem;
}

.chat-box-body {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 0.938rem 0.938rem; /*15px*/
}
.attached img {
  width: 100px;
  height: 60px; 
}
.video-preview img {
  width: 273px;
  height: 140px; 
}
.chat-box-add-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  border-bottom: 1px solid rgba(0,0,0,.125);
}
.chat-box-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
  -ms-flex-pack: end;
  padding: 0.938rem 0.938rem; /*15px*/
  border-top: 1px solid rgba(0,0,0,.125);
  border-bottom-left-radius: 0.938rem;
  border-bottom-right-radius: 0.938rem;
}
.admin-chat-box-footer {
  padding: 0.938rem 0.938rem; /*15px*/
  border-radius: 0.938rem;
}

.status-mark {
  display: inline-block;   
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.bg-chat-online {
  background-color: #5DBC5C !important; }
.bg-chat-offline {
  background-color: #CBCBCB !important; }
.bg-chat-away {
  background-color: #FFA222 !important; }
.bg-chat-primary {
  background-color: #F7F8FA !important; }
.bg-chat-bubble-l {
  background-color: #F4F6F9 !important; }
.bg-chat-bubble-r {
  background-color: #7284F4 !important; }
.bg-chat-control-button {
  background-color: #E5EAF7 !important; }

.chat-current-date-place {
    bottom: 5px;
    right: 15px;
}
.dt-arrow-place {/*dt= dialog, topic)*/
  top: -14px !important;    
}
.chat-row-w {
  -ms-flex: 0 0 90%;
      flex: 0 0 90%;
  max-width: 90%; 
}
.chat-bubble-style-l {
    position: relative;
    border-radius: 0 10px 10px 10px;
}
.chat-bubble-style-r {
    position: relative;
    border-radius: 10px 10px 0 10px;
}
a.control-button:hover {
    color: #ffffff !important;
    background-color: #7284F4 !important;
    text-decoration: none; 
}
.input-no-border {
    border-style: hidden;
    background-color: transparent;
}
div.type-here::placeholder {
    font-style: italic;
}
[contenteditable=true]:empty:before{
  content: attr(placeholder);
  pointer-events: none;
  color: #b8bbbd;;    
  font-style: italic;    
  display: flex;     
}

div.type-here[contenteditable=true] {   
  /*border: 1px dashed #AAA;*/
  width: 100%;
  padding: 5px;
}
div.type-here:focus {
  outline: none;
}
.chat-button {
    position: fixed;
    bottom: 80px !important;
    right: 25px !important;
    display: -ms-flexbox;
    display: flex;
    background: rgb(13,19,92);
    background: -moz-linear-gradient(90deg, rgba(13,19,92,1) 0%, rgba(60,66,134,1) 80%);
    background: -webkit-linear-gradient(90deg, rgba(13,19,92,1) 0%, rgba(60,66,134,1) 80%);
    background: linear-gradient(90deg, rgba(13,19,92,1) 0%, rgba(60,66,134,1) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0d135c",endColorstr="#3c4286",GradientType=1);
    width: 130px;
    height: auto;
    padding: 5px 8px;
    border-radius: 1.875rem; /*30px*/
    box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 20%);
    outline: 0;
    font-family: 'Lato', sans-serif !important;
    font-size: .8125rem !important;
 }

.chat-button:hover {
    background: rgb(35,42,128);
    background: -moz-linear-gradient(90deg, rgba(35,42,128,1) 0%, rgba(86,92,166,1) 80%);
    background: -webkit-linear-gradient(90deg, rgba(35,42,128,1) 0%, rgba(86,92,166,1) 80%);
    background: linear-gradient(90deg, rgba(35,42,128,1) 0%, rgba(86,92,166,1) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#232a80",endColorstr="#565ca6",GradientType=1); 
 }

/* for card listings comment */
.admin-chat-box-footer textarea {
  max-height: 100px;
  border: none;
  background: none;
}

.uploaded-file-item {
  color: #20232C !important;
  text-decoration: none; 
}
.uploaded-file-item:hover {
  color: #6478F4 !important;
  text-decoration: none;
  background-color: #E5EAF7 !important;
}


/* RESoft ALERT -Custom CSS
========================================================== */
.close-alert {
    float: right;
    font-size: 1.37506rem;
    font-weight: 400;
    line-height: 1;
    color: #333;
    text-shadow: none;
    opacity: .5;
}
button.close-alert {
    padding: 0;
    background-color: transparent;
    border: 0;
}
.close-alert {
  opacity: .75;
  transition: color ease-in-out 0.15s, opacity ease-in-out 0.15s; }
  @media (prefers-reduced-motion: reduce) {
    .close-alert {
      transition: none; } }
  .close-alert:hover, .close-alert:focus {
    outline: 0; }
  .close-alert:not(:disabled):not(.disabled):hover, .close-alert:not(:disabled):not(.disabled):focus {
    opacity: 1; }

.alert-dismissible .close-alert {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.9rem 1.25rem;
    color: inherit;
}
.alert-primary {
    color: #2A5986;
    background-color: #E5F1FF;
    border-color: #569ADD;
}
.alert-success {
    color: #1A7960;
    background-color: #EFFFF8;
    border-color: #43C9A5;
}
.alert-danger {
    color: #A24747;
    background-color: #FFEBEB;
    border-color: #FF7B7B;
}
.alert-warning {
    color: #9349A5;
    background-color: #FAE8FF;
    border-color: #E487FA;
}
.alert-info {
    color: #776715;
    background-color: #FFFCEB;
    border-color: #F7E06F;
}
.alert-purple {
    color: #37459A;
    background-color: #e4e8ff;
    border-color: #4356C9;
}

.alert-primary .alert-link {
    color: #1A344D;
}
.alert-success .alert-link {
    color: #194D3F;
}
.alert-danger .alert-link {
    color: #672C2C;
}
.alert-warning .alert-link {
    color: #673074;
}
.alert-info .alert-link {
    color: #4A4114;
}
.alert-purple .alert-link {
    color: #242D67;
}

/* RESoft CUSTOM MODAL - Overwrite Bootstrap default modal
========================================================== */
.modal-header:not([class*=bg-]) {
    padding-bottom: 1.563rem;
    border-bottom-width: 0;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 0.938rem; /*0.625 10px*/
    box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 10%);
    outline: 0;
 }
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.563rem 1.563rem;
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-top-left-radius: 0.938rem;
    border-top-right-radius: 0.938rem;
}
.close {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;    
  line-height: 0%;
  border-radius: 50%;
  width: 40px;
  height: 40px;    
  /*padding: 0.75rem !important;*/    
}
.close:hover {
  background-color: rgba(245, 245, 245, 0.8);
}
.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 1.25rem;
    border-top: 1px solid rgba(0,0,0,.125);
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.563rem;
}
.modal-mark {
    border-radius: 0 0 8px 8px;
    border-left: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    padding: 0 10px 5px 10px;
    top: 0;
    right: 0;
}
.modal-mi-active { /*mi = menu-item*/
    border-radius: 8px;
    padding: 8px 15px 10px 15px;
    background-color: #E6E6E6;
}
.modal .card.gc-container { 
    border-radius: 0.938rem !important;
    box-shadow: none;
}
/* ANIMATIONS
========================================================== */
.rotate180, .rotate180-def-open {
  transition: all 0.4s ease;
}

a:not(.collapsed) .rotate180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
a.collapsed .rotate180-def-open {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

a .change-text:before {
 content: "Open";
}

a:not(.collapsed) .change-text:before {
 content: "Close";
}
a .change-text-show:before {
 content: "Show";
}

a:not(.collapsed) .change-text-show:before {
 content: "Hide";
}

/* MULTISELECT (Overwrite default class)
========================================================== */
/*.multiselect-container {
    max-height: 280px;
    overflow-y: auto;
    width: auto;
}
.modal .multiselect-container { 
    width: 100% !important;
}*/
.dropdown-toggle {
    white-space: normal;
}
/* CARD  (Overwrite default Bootstrap class)
========================================================== */
@media (min-width: 430px) {
  .card {
    border-radius: 10px !important; /*0.625rem 10px*/
  }
}

.rounded-none {
  border-radius: 0px !important;
}


/* CURSOR
========================================================== */
.cursor-pointer {
  cursor: pointer;
}
/* COVER Image, fit image
========================================================== */
.img-cover {
  object-fit: cover;
  height: 100%;    
  vertical-align: bottom;
}
.img-contain {
  object-fit: contain;
  height: 100%;    
  vertical-align: bottom;
}
/* MESSAGE BUBBLE
========================================================== */
.message-reply {
    position: relative;
    /*border: 1px solid #97C6E3;*/
    border-radius: 10px;
}
.message-reply:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 15px solid #DFF0FD;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    top: 0;
    left: -15px;
}
/*.message-reply:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 17px solid #97C6E3;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    top: -1px;
    left: -17px;
}*/

/* STEPS BACKGROUNDS
========================================================== */
.step-bg-purple {
  background-color: #4C70FC !important; }
.step-bg-dark-blue {
  background-color: #294660 !important; }
.step-bg-green {
  background-color: #39B75D !important; }
.step-item-style-1  {                       /*full rounded*/
  border-radius: 30px;
  padding: 0 20px 0 0; 
}
.step-item-bg-light-purple  {
  background: #D6DEFF; 
}
.step-item-bg-light-grey  {
  background: #E5EAED; 
}
.step-item-bg-light-green  {
  background: #DFF5E3; 
}
/* FLOW BOARD LIST and CARDS CLASS    f(Flow)c(Cards)s(Style)
========================================================== */
@media (max-width: 430px) {
  .flow-list {
    width: 100%;
    height: auto;
    max-height: 90vh;
    min-height: 209px;   
  }
}
@media (min-width: 431px) {
  .flow-list {
    width: 335px;
    height: auto;
    max-height: 90vh;
    margin-right: 15px;
    min-height: 209px;   
  }
}
.flow-list:last-child {
  margin-right: 0;    
}
.flow-list-body {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 15px;
}
.fcs-default-settings {
  border-radius: 15px !important;
}
.fl-badge-pos {
  top: -7px !important;
  right: -15px !important;    
}
.fl-badge-p { 
    padding-right: 1px;
}
.card-archived { 
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 20px, #ececf0 20px, #ececf0 30px);
  background-color: #f4f4f8 !important;
}

/* f(FLOW) l(LIST) i(icon or badge) BORDERS
========================================================== */
.notification-badge-sm:after {
      position:absolute;
      font-style: normal;
      left: 4px;
      top: -5px;
      min-width: 7px;
      min-height: 7px;
      line-height: 4px;
      padding: 4px;
      color:#fff;
      background-color: #F75C5C;
      font-size: 7px;
      border-radius: 20px;
      content:attr(badge-content);
      border:solid 1px #FFFFFF;
}
.fli-border-incoming-leads {
  border-color: #EAEDF0;
}
.fli-border-buyer {
  border-color: #EDE5D6;
}
.fli-border-renter {
  border-color: #FCEDFD;
}
.fli-border-listings {
  border-color: #E8F4FF;
}
.fli-border-transactions {
  border-color: #DFF2DE;
}
/* f(FLOW) l(LIST) BACKGROUNDS
========================================================== */
.fl-bg-incoming-leads {
  background-color: #EAEDF0 !important; }
.fl-bg-buyer {
  background-color: #EDE5D6 !important; 
  border-color: #D8D1BF;
}
.fl-bg-renter {
  background-color: #FCEDFD !important; 
  border-color: #EDD6EF;
}
.fl-bg-listings {
  background-color: #E8F4FF !important; 
  border-color: #D5E0ED;
}
.fl-bg-transactions {
  background-color: #DFF2DE !important; 
  border-color: #CFE0D4;
}
.fl-bg-1 {
  background-color: #EAEDF0 !important; }
.fl-bg-2 {
  background-color: #EAEDF0 !important; }
.fl-bg-3 {
  background-color: #EAEDF0 !important; }

.fcs-incoming {
-webkit-box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.1); 
box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.1);
}
.fcs-buyer {
-webkit-box-shadow: 0px 3px 20px 0px rgba(78,73,50,0.1); 
box-shadow: 0px 3px 20px 0px rgba(78,73,50,0.1);
border-color: #D8D1BF;    
}
.fcs-renter {
-webkit-box-shadow: 0px 3px 20px 0px rgba(102,0,111,0.1); 
box-shadow: 0px 3px 20px 0px rgba(102,0,111,0.1);
border-color: #EDD6EF;     
}
.fcs-listings {
-webkit-box-shadow: 0px 3px 20px 0px rgba(36,45,60,0.1); 
box-shadow: 0px 3px 20px 0px rgba(36,45,60,0.1);
border-color: #D5E0ED;     
}
.fcs-transactions {
-webkit-box-shadow: 0px 3px 20px 0px rgba(35,44,31,0.1); 
box-shadow: 0px 3px 20px 0px rgba(35,44,31,0.1);
border-color: #CFE0D4;     
}
.fcs-card-footer {
  padding: 0.9375rem 1.25rem;
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
   border-radius: 0 0 15px 15px }
  .fcs-card-footer:last-child {
    border-radius: 0 0 15px 15px; }

/* DEFAULT LETTER ICON CLASS
========================================================== */
.icon-hover-area-sm {
  padding: 0.25rem !important;    
}
.icon-hover-area-sm:hover {
  background-color: rgba(245, 245, 245, 0.8);
}
.default-icon-settings {
  position: relative;    
  display: inline-flex;    
  align-items: center;
  justify-content: center;  
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;    
}
.default-icon-settings img{
  position: absolute;
  left: 50%;
  top: 50%;    
  height: 100%;
  width: auto;
   -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);    
}
.circle-icon {
  border-radius: 50%;
}
.icon7 {
  width: 7px !important;
  min-width: 7px !important;    
  height: 7px !important;
  min-height: 7px !important;    
}
.icon18 {
  width: 18px !important;
  min-width: 18px !important;    
  height: 18px !important;
  min-height: 18px !important;    
}
.icon20 {
  width: 20px !important;
  min-width: 20px !important;    
  height: 20px !important;
  min-height: 20px !important;     
}
.icon22 {
  width: 22px !important;
  min-width: 22px !important;    
  height: 22px !important;
  min-height: 22px !important;     
}
.icon25 {
  width: 25px !important;
  min-width: 25px !important;    
  height: 25px !important;
  min-height: 25px !important;    
}
.icon28 {
  width: 28px !important;
  min-width: 28px !important;
  height: 28px !important;
  min-height: 28px !important;
}
.icon30 {
  width: 30px !important;
  min-width: 30px !important;    
  height: 30px !important;
  min-height: 30px !important;    
}
.icon35 {
  width: 35px !important;
  min-width: 35px !important;    
  height: 35px !important;
  min-height: 35px !important;     
}
.icon40 {
  width: 40px !important;
  min-width: 40px !important;    
  height: 40px !important;
  min-height: 40px !important;
}
.icon45 {
  width: 45px !important;
  min-width: 45px !important;    
  height: 45px !important;
  min-height: 45px !important;      
}
.icon50 {
  width: 50px !important;
  min-width: 50px !important;    
  height: 50px !important;
  min-height: 50px !important;    
}
.icon55 {
  width: 55px !important;
  min-width: 55px !important;    
  height: 55px !important;
  min-height: 55px !important;    
}
.icon60 {
  width: 60px !important;
  min-width: 60px !important;    
  height: 60px !important;
  min-height: 60px !important;    
}
.icon65 {
  width: 65px !important;
  min-width: 65px !important;    
  height: 65px !important;
  min-height: 65px !important;   
}
.icon70 {
  width: 70px !important;
  min-width: 70px !important;    
  height: 70px !important;
  min-height: 70px !important;    
}
.icon75 {
  width: 75px !important;
  min-width: 75px !important;    
  height: 75px !important;
  min-height: 75px !important;    
}

/* MARKETING TEMPLATE EDITOR (MOBILE)
========================================================== */
.m-editor-footer-menu-place {
    position: absolute;
    bottom: 0;
    width: 100%;
    pointer-events: none;
}
.m-editor-footer-menu {
    display: flex;
    align-items: center;
    height: 80px;
    pointer-events: auto;
}
.m-editor-icon-button {
  border-radius: 50%;
  width: 50px;
  height: 50px;    
}

.block {
  box-sizing: border-box;
  padding: 15px;    
}
.button-container, .block-elements-panel {
  display: none;   
}  
.block:hover .button-container {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 15px;
  cursor:pointer;
  left: 50%;
  transform: translate(-50%, -50%);     
  z-index: 1;    
}
.block-element {
  box-sizing: border-box;
  position: relative;
}
.block-element:hover, .block-element:focus {
  border: solid 2px #0F74FD !important;  
}
.block-elements-panel{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  max-width: 500px;    
  height: auto;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translate(-50%, 0);    
  z-index: 10;    
  padding:20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.lengthCount {
   position: absolute;
   z-index: 50;
   white-space: nowrap;
   width: fit-content;
   font-size: 15px;
   padding: 10px;
   color: #20232C;
   background: #FFFFFF;
   -webkit-box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.3); 
   box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.3);
   border-color: #000000;
   border-radius: 15px; 
}
/* MARKETING MODUL ADDITIONAL CLASSes
========================================================== */
.cs-icon-settings {    
  right: 0;    
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);    
}
i[class*="cursor-pointer"]:hover {
   color: #2A86E2 !important;
}
/*#send-card-canvas span[class*="select2-selection--multiple"] {
   border-top: none !important;
   border-right: none !important;
   border-left: none !important;
   border-bottom: 1px solid #ededed !important;
   border-radius: 0px !important;    
   padding-left: 0px !important;
}
#send-card-canvas .select2-search__field {
   padding-left: 0px !important;
}*/

legend a {
  color: #20232C; /*Set to !important if you want to eliminate hover color quickly*/
  text-decoration: none; 
}
legend a:hover {
    color: #6A6A6A;/*blue #0CAAF1*/
    text-decoration: none; 
}
.mmi-pt { /*mmi=marketing menu icon pt=padding-top*/
  padding-top: 2px !important; 
}

/* OVERWRITE TAB STYLES
========================================================== */
.sidebar-dark .nav-tabs {
  background-color: inherit;
  border-bottom-color: rgba(255, 255, 255, 0.1); }
  .sidebar-dark .nav-tabs .nav-link {
    color: rgba(255, 255, 255, 0.9); }
    .sidebar-dark .nav-tabs .nav-link:hover, .sidebar-dark .nav-tabs .nav-link:focus {
      color: #fff; }
    .sidebar-dark .nav-tabs .nav-link.active {
      color: #fff; }
  .sidebar-dark .nav-tabs:not(.nav-tabs-bottom) .nav-link.active {
    background-color:rgba(255,255,255,0.05);/*ICONS TABS BG*/
    border-color: rgba(255, 255, 255, 0); }
  .sidebar-dark .nav-tabs .nav-item.show .nav-link:not(.active) {
    color: #fff; }


 .nav-tabs-vertical .nav-link, .nav-tabs-vertical .nav-link:hover, .nav-tabs-vertical .nav-link:focus, .nav-tabs-vertical .nav-link.disabled {
    border-color: transparent; }


/* DOC MANAGEMENT ICONS and BUTTONS
========================================================== */
.editor-icon-small {
  display: flex;    
  align-items: center;
  justify-content: center;  
  text-decoration: none;
  white-space: nowrap;   
  border-radius: 8px;
  width: 30px;
  height: 30px;    
}

.tooltip-icon {
  display: flex;    
  align-items: center;
  justify-content: center;  
  text-decoration: none;
  white-space: nowrap;   
  border-radius: 10px;
  width: 35px;
  height: 35px;    
}

.drag-drop-icon:not(.extras) {
  display: flex;    
  align-items: center;
  justify-content: center;  
  text-decoration: none;
  white-space: nowrap;   
  border-radius: 10px;
  width: 40px;
  height: 40px;    
}

.arrow-badge {
  display: flex;    
  align-items: center;
  justify-content: center;  
  text-decoration: none;
  white-space: nowrap;
  min-width: 25px;
  height: 18px;
  position: relative;
  -moz-border-radius: 4px; 
  -webkit-border-radius: 4px; 
  border-radius: 4px;    
}
.arrow-badge:before {
    content: '';
    position: absolute;
    height: 12px;
    width: 11px;
    background-color: inherit;
    top: calc(50% - 6px);
    right: -4px;
    clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
    transform: rotate(-137deg);
    border-radius: 0 0 0 3px;
  }

/* ADDITIONAL BUTTON IN THE LEFT SIDE MENU
========================================================== */
.additional-button-place {
  position: absolute;
  z-index: 2;
  top: 6px;    
}


/* PDF EDITOR
========================================================== */
.name-text-container { 
  white-space:nowrap;
  overflow:hidden;    
  width: 0px;    
  transition: 0.5s;   
}

.select-participants:hover .name-text-container{
  width: 130px;
  text-overflow: ellipsis;    
}

.doc-input-height { height: 15px; }
.doc-initial-size { min-height: 60px; min-width: 160px;}
.fts-place {/*field-type-submenu-place = fts-place*/
 z-index: 1000;    
 position: absolute;
 top:100px;    
}
.tfts-place {/*text-field-type-submenu-place = fts-place*/
 z-index: 1000;    
 position: absolute;
 top:155px;    
}

.tooltip-menu, .pdf-toolbar {
 position: relative;
 background-color: white;
 min-width: 100px;
 height: 50px;
 border-radius: 7px;
 display: flex;
 justify-content: center;
 align-items: center;
 -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.16); 
 box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.16);
}
.tooltip-menu:before {
  display: none;
}
@supports (clip-path: inset(50%)) {
  .tooltip-menu:before {
    display: block;  
    content: '';
    height: 14px;
    width: 14px;
    background-color: inherit;
    position: absolute;
    bottom: -7px;
    left: calc(50% - 7px);
    clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
    transform: rotate(-45deg);
    /*border-radius: 0 0 0 0.25em;*/
    border: solid 1px #f3f3f3;  
  }
}

.field-type-icon {
  display: flex;    
  align-items: center;
  justify-content: center;  
  text-decoration: none;
  white-space: nowrap;   
  border-radius: 50%;
  width: 25px;
  height: 25px;    
}

.pdf-editor-navbar-style-top {
  box-shadow: 0 -1px 0 0 rgba(0,0,0,0.125), 1px 0 0 0 rgba(0,0,0,0.125) inset, -1px 0 0 0 rgba(0,0,0,0.125) inset, 0 1px 0 0 rgba(0,0,0,0.125);   
}
.pdf-editor-navbar-style-second {
  border-left: 1px solid rgba(0,0,0,0.125); border-right: 1px solid rgba(0,0,0,0.125);   
}
.pdf-editor-navbar-style-footer {
  border: 1px solid rgba(0,0,0,0.125); border-bottom: 0;   
}

/* Navbar CSS Mod
========================================================== */
.navbar-nav-link {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 0.875rem 1rem;
  margin: 0 0.313rem 0 0.313rem;
  outline: 0;
  transition: all ease-in-out 0.15s; 
}

/* DOCUMENT MANAGEMENT (D task M card)
========================================================== */



/* AGENT DASHBOARD (T task C card)
========================================================== */

.task-letter-icon {
  display: flex;    
  align-items: center;
  justify-content: center;  
  text-decoration: none;
  white-space: nowrap;   
  border-radius: 50%;
  width: 40px;
  height: 40px;    
}
/* SIDEBAR SECONDARY
========================================================== */
.marketing-sidebar {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 415px;
  z-index: 1050;
}
@media (min-width: 768px) {
    .sidebar-expand-md.sidebar-secondary .sidebar-content {
      left: 56px; }
    
    .sidebar-expand-md.sidebar-secondary #inmodal {   
      top: 0px;    
      left: 0px; }
}

/*.sidebar-main,
  .sidebar-main .sidebar-content, .sidebar-secondary,
  .sidebar-secondary .sidebar-content {
    left: -415px; }*/



/* SIDEBAR (S side B bar H header C contact)
========================================================== */
.hyphen-number:after {
    content: "-";
    position: relative;
    left: 3px;
}
/*.outline-badge-element a:last-child  { 
  margin: 0 !important;
}*/
.added-to-groups:nth-child(n) a, .outline-badge-element:nth-child(n) a { 
  color: #20232C !important;
  margin: 0 10px 10px 0;
}

.added-to-groups:nth-child(n) a:hover, .outline-badge-element:nth-child(n) a:hover {  
  color: #20232C !important;
  background-color: #F7F7F7;
}
.added-to-groups:nth-child(n) a i, .outline-badge-element:nth-child(n) a i{ 
  color: #20232C !important;     
     
}
.added-to-groups:nth-child(n) a i:hover, .outline-badge-element:nth-child(n) a i:hover {  
  color: #2A86E2 !important;
}

.outline-badge-dark-mode:nth-child(n) a { 
  color: #F7F7F7 !important;
  margin: 0 10px 10px 0;
}

.outline-badge-dark-mode:nth-child(n) a:hover {  
  color: #20232C !important;
  background-color: #F7F7F7;
}
.outline-badge-dark-mode:nth-child(n) a i{ 
  color: #F7F7F7 !important;     
     
}
.outline-badge-dark-mode:nth-child(n) a i:hover {  
  color: #FFFFFF !important;
}


.sidebar-mobile-toggler-c {
  display: -ms-flexbox;
  display: flex;
  padding-top: 1px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: flex-start; 
}
.sidebar-mobile-toggler-c a {
  transition: all ease-in-out 0.15s; }
  @media (prefers-reduced-motion: reduce) {
  .sidebar-mobile-toggler-c a {
    transition: none; } 
}

 .sidebar-light .sidebar-mobile-toggler-c {
    color: rgba(154, 172, 188, 1);
    border-bottom-color: rgba(0, 0, 0, 0.125); }
    .sidebar-light .sidebar-mobile-toggler-c:not([class*=bg-]) {
      background-color: transparent; }
    .sidebar-light .sidebar-mobile-toggler-c a {
      color: rgba(154, 172, 188, 1); }
      .sidebar-light .sidebar-mobile-toggler-c a:hover {
        color: #9AACBC;
        background-color: transparent; }

.sidebar:not(.sidebar-component) .crm-sidebar-content {
  position: fixed;
  top: 174px;
  bottom: 0;
  width: inherit;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  transition: left ease-in-out 0.15s, right ease-in-out 0.15s; 
}

.sbh-links:nth-child(n) a { 
     
}
.sbh-links:nth-child(n) a:hover {  
  color: #ffffff !important; 
}
.sidebar-letter-icon-sm {
  display: flex;    
  align-items: center;
  justify-content: center;  
  text-decoration: none;
  white-space: nowrap;   
  border-radius: 50%;
  width: 25px;
  height: 25px;    
}
.sidebar-letter-icon, .basic-letter-icon {
  display: flex;    
  align-items: center;
  justify-content: center;  
  text-decoration: none;
  white-space: nowrap;   
  border-radius: 50%;
  width: 50px;
  height: 50px;    
}
.sidebar-contact-social-icon {
  display: flex;    
  align-items: center;
  justify-content: center;  
  text-decoration: none;
  white-space: nowrap;   
  border-radius: 30%;
  width: 25px;
  height: 25px;
  color: #20232C;
  background-color: #F2F2F2;    
}
a.sidebar-contact-social-icon:hover {
  color: #20232C;    
}
.timeline-items:nth-child(n) a {  
  background:#ffffff !important;
  color: #20232C !important;    
}
.timeline-items:nth-child(n) a:hover {  
  background:#F7F7F7 !important;
}
.ti-date-block {
  width: 60px !important;    
}
.crm-sidebar {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 360px;
  z-index: 1040;
}

.sidebar-header {
  padding: 10px 15px 15px 15px;
  background-color: #294660;
}
.sidebar-header-buttons {
  padding-top: 4px;
}

/* HAMBURGER MENU / KEBAB MENU / CONTROL BUTTONS and FORM hyphen
========================================================== */
.icon-buttons {
  display: flex;    
  align-items: center;
  justify-content: center;     
  height: 30px;
  width: 30px;
  background-color: rgba(245, 245, 245, 0);
  border-radius: 50%;    
}
.icon-buttons:hover {
  background-color: rgba(245, 245, 245, 0.8); 
}
.icon-buttons-dark, .icon-buttons-purple {
  display: flex;    
  align-items: center;
  justify-content: center;     
  height: 30px;
  width: 30px;
  background-color: rgba(220, 220, 220, 0);
  border-radius: 50%;    
}
.icon-buttons-dark:hover {
  background-color: rgba(220, 220, 220, 0.5); 
}
.icon-buttons-purple {
    color: #6478F4 !important;
    background-color: #E5EAF7 !important;
    text-decoration: none; 
}
.icon-buttons-purple:hover {
    color: #ffffff !important;
    background-color: #7284F4 !important;
    text-decoration: none; 
}


.control-buttons {
  display: flex;    
  align-items: center;
  justify-content: center;     
  height: 25px;
  width: 25px;
  background-color: rgba(245, 245, 245, 0);
}
.control-buttons:hover {
  background-color: rgba(245, 245, 245, 0.8); 
}

.kebab-menu-light {
  display: block;
  padding-top: 6px; 
  text-align: center;
  vertical-align: middle;    
  height: 25px;
  width: 25px;
  background-color: rgba(255, 255, 255, 0);        
  border-radius: 50%;
}
a .kebab-menu-light:hover {
  background-color: rgba(255, 255, 255, 0.2); 
}
.kebab-menu {
  display: flex;    
  align-items: center;
  justify-content: center;     
  height: 25px;
  width: 25px;
  background-color: rgba(245, 245, 245, 0);        
  border-radius: 50%;
}
a .kebab-menu:hover {
  background-color: rgba(245, 245, 245, 0.8); 
}
.hamburger-menu {
  display: flex;    
  align-items: center;
  justify-content: center;     
  height: 25px;
  width: 25px;
  background-color: rgba(245, 245, 245, 0);
}
.hamburger-menu-dark {
  display: flex;    
  align-items: center;
  justify-content: center;     
  height: 25px;
  width: 25px;
  background-color: rgba(245, 245, 245, 0);
}
/*.hamburger-menu::after {
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    border: 0;
    vertical-align: middle;
    font-size: 8px;
    margin-left: 5px;
    line-height: 1;
    position: relative;
    content: "\f078";
}*/
.hamburger-menu:hover {
  background-color: rgba(245, 245, 245, 0.8); 
}
.hamburger-menu-dark:hover {
  background-color: rgba(245, 245, 245, 0.10); 
}
.hyphen-input:before {
    content: "-";
    position: absolute;
    left: -2%;
    top: 6px;
}
.to-input:before {
    content: "to";
    position: absolute;
    left: -6%;
    top: 6px;
}
.easy-press-icon-sm {
  display: flex;    
  align-items: center;
  justify-content: center;     
  height: 25px;
  width: 25px;
  background-color: rgba(245, 245, 245, 0);        
  border-radius: 50%;
}
a .easy-press-icon-sm:hover {
  background-color: rgba(245, 245, 245, 0.8); 
}

/* CARD Dot Menu and Highlighet Button position (ANALYTICS)
========================================================== */
.card-button-place {
    top: 0px;
    right: 0px;
}
.card-button-place:not(.no_z) {
    z-index: 100;
}

/* NEIGHBORHOOD elements on ANALYTICS page
========================================================== */
.transportation-icon {
    display: inline-block;
    width: 15px;
    height: auto;
    margin-right: 3px;
}
.star-good {
    display: inline-block;
    color: #7284F4; /*old color: #F7C908;*/
    width: 15px;
    height: auto;
    margin-right: 1px;
}
.star-bad {
    display: inline-block;
    color: #ccc; /*old color: #7B7B7B;*/
    width: 15px;
    height: auto;
    margin-right: 1px;
}
.google-item {
    margin-bottom: 10px !important;
}
.google-item > div {
    padding-bottom: 2px;
}


/* MASONRY GRID
========================================================== */
.masonry-grid-layout {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    grid-gap: 10px;
    grid-auto-rows: 20px;
    padding: 0;
}

.grid-item {
    background-color: inherit;
}
.pd-item-title {
  padding: 5px 10px;
  margin-bottom: 10px;
  background-color: #F5F5F5;
}
@media (max-width: 430px){
.pd-item-title{
  max-width: 85%;
}
}

.pd-item-element {
  padding: 0 10px;
}
@media (max-width: 430px){
.pd-item-element{
  max-width: 90%;
}
}

/* SECONDARY MENUS
========================================================== */
.secondary-menu {
  padding: 5px 0; 
  overflow: auto;
  white-space: nowrap;
  scrollbar-width: none;
}

.secondary-menu-item {
  padding: 0.625rem 0;
  color: inherit; }
  .secondary-menu-item i {
    /*font-size: 0.75rem;*/ }

a.secondary-menu-item {
  display: inline-block;
  color: inherit;
  transition: opacity ease-in-out 0.15s; }
  @media (prefers-reduced-motion: reduce) {
    a.secondary-menu-item {
      transition: none; } }
  a.secondary-menu-item:hover, a.secondary-menu-item:focus,
  .show > a.secondary-menu-item {
    opacity: 0.75; }
  /*a.secondary-menu-item:active {
    color: #fff;
    background-color: #114e7e;
    border-color: #114e7e; }*/

.secondary-menu-line {
  position: relative;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent; }
  .secondary-menu-line:not(.secondary-menu-line-component):first-child {
    border-top-width: 0; }
  .secondary-menu-line:last-child {
    margin-bottom: 1.25rem; }
    .page-header-light .secondary-menu-line:last-child,
    .page-header-dark .secondary-menu-line:last-child {
      margin-bottom: 0; }

.secondary-menu-line-light {
  background-color: #fafafa;
  border-color: #ddd;
  color: #333; }
  

/* ICONS and SETTINGS
============================================================================================================ */
.large-icon   {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-radius: 30px;
  width: 75px;
  height: 75px;
  color: #20232C;
  background-color: #F2F2F2;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* Different Large Icon BG 1 CSS
========================================================== */
.large-icon:hover, .large-icon:focus {
  background: #0068D0;
  color: #ffffff;
}
.large-icon-setting  {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 50px;
  padding: 5px 0 0 0;
  width: 75px;
  height: 75px;
}
.top-icon-setting  {
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  padding: 5px 0 0 0;
}


/* ANALYTICS 
========================================================== */
.vertical-divider {
    border-style: solid;
    border-width: 0 1px 0 0;
    border-color: inherit;
    margin-right: 8px;
    padding-right: 8px;
}
.res-font-20-18 {
    /*Help font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));*/
    font-size: calc(18px + (20 - 18) * ((100vw - 320px) / (1970 - 320)));
}
.res-font-18-15 {
    /*Help font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));*/
    font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1970 - 320)));
}
.res-font-16-13 {
    /*Help font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));*/
    font-size: calc(13px + (16 - 13) * ((100vw - 320px) / (1970 - 320)));
}


/* DASHBOARDS (db Dahsboard)
========================================================== */
@media (min-width: 1200px) {
.table-body-height{
    height: 295px !important;
    background-color: azure;
    }
}
.table-row-height { height: 59px !important; }

.qr-percentage-font, .report-big-font {
    /*Help font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));*/
    font-size: calc(22px + (45 - 22) * ((100vw - 320px) / (1970 - 320)));
}

.report-middle-font {
    /*Help font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));*/
    font-size: calc(25px + (33 - 25) * ((100vw - 320px) / (1970 - 320)));
}
.donuts-percentage-container {
  position: relative;
}
.donuts-percentage-place {
  position: absolute;
  width: 215px;    
  height: 215px;    
  display: flex;
  align-items: center;
  justify-content: center;  
}
@media (max-width: 1200px) {
.qr-percentage-font, .report-big-font {
    font-size: 40px;    
    }

.qr-details-font {
    font-size: 14px;
    }    
}

.qr-block-size {
  max-width: 130px;
  width: 100%;    
  height: auto;    
}

.letter-icon3 {
  display: inline-block;    
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;    
  border-radius: 50%;
  width: 70px;
  height: 70px;    
}

.bg-re-reportcircle-1 {
  background-color: #8FC5FA !important; }
.bg-re-reportcircle-2 {
  background-color: #63AFFA !important; }
.bg-re-reportcircle-3 {
  background-color: #4199F0 !important; }
.bg-re-reportcircle-4 {
  background-color: #2383E2 !important; }
.bg-re-reportcircle-5 {
  background-color: #0057AF !important; }


/* TOOLTIP
========================================================== */
.tooltip-inner {
    background-color: #294660;
}
.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #294660 !important;
}
.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: #294660 !important;
}
.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #294660 !important;
}
.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #294660 !important;
}
.tooltip.show {
    opacity: 1;
}


/* CUSTOM LINKS
========================================================== */
.as-link-warning {
  color: #FF0000;
}
.as-link-warning:hover, .as-link-warning:focus {
  color: #F75C5C;
}


/* MARKETING Templates thumb sizes (dynamically calc the thumb size from SM or XL)
========================================================== */
@media (min-width: 1200px) {
.max-height-xl-thumb {
  width: auto;
  /*Help: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));*/
  height: calc(350px + (500 - 350) * ((100vw - 320px) / (1970 - 320)));
  max-height: 500px;
  }

}
@media (min-width: 576px) {
.max-height-sm-thumb {
  width: auto;
  /*Help: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));*/
  height: calc(350px + (500 - 350) * ((100vw - 320px) / (1970 - 320)));
  max-height: 500px;
 }

}
.max-width-box {
  max-width: 193px;
  max-height: auto;
}
.template-name-box {
  height: 52px;
  width: 100%;  
  border: solid 1px #C7C7C7;
  background-color: #F8F8F8;
  white-space: normal;
}
.text-wrap-me {
  /*display: flex;
  flex: 1 1 193px;
  text-overflow: clip;
  overflow-x: scroll;*/
  white-space: normal;
  overflow:hidden;
  text-overflow:ellipsis;
}
/* THUMBNAIL social and file format icons
============================================================================================================ */

.thumbnail-icon-file, .thumbnail-icon-social {
  border-radius: 8px;
  width: 22px;
  height: 22px;
  color: #20232C;
  background-color: #F2F2F2;
  margin: 0;    
}
.thumbnail-file-icon-setting  {
  display: block;
  border: 1px;    
  text-align: center;
  font-size: 13px;    
  padding: 2px 0 0 0;
  margin: 0;
  width: 20px;
  height: 20px;
}
.thumbnail-icon-setting  {
  display: block;    
  text-align: center;
  font-size: 14px;    
  padding: 2px 0 0 0;
  margin: 0;
  width: 22px;
  height: 22px;
}
.template-info-box  {
  min-height: 40px;
  width: 100%;
  padding: 10px;
  border-top: solid 1px #C7C7C7;    
  background: #203243;  
}
.thumb-container{
  position: relative;
  width: 100%;
  height: auto;
}
.thumb-container:hover .icons-overlay-top, .thumb-container:hover .icons-overlay-bottom {
  opacity: 1;
}
.file-psd   {
  border: 1px solid #47c0ef;
  color: #63c6ef;
  background-color: #012029 !important;
}
.file-indd   {
  border: 1px solid #e73a80;
  color: #e73a7f;
  background-color: #2a101a !important;
}
.file-pdf   {
  border: 1px solid #dd4822;
  color: #ffffff;
  background-color: #31110e !important;
}
.file-docx   {
  border: 1px solid #49abed;
  color: #ffffff;
  background-color: #266ac2 !important;
}
.file-pptx   {
  border: 1px solid #fa9b76;
  color: #ffffff;
  background-color: #c95533 !important;
}
.file-xlsx   {
  border: 1px solid #41c98a;
  color: #ffffff;
  background-color: #248a51 !important;
}
.file-image   {
  border: 1px solid #9c9cff;
  color: #e1e1ff;
  background-color: #1b1b7f !important;
}
.file-mailchimp   {
  border: 1px solid #FCF6E3;
  color: #241c15;
  background-color: #FFE01B !important;
}

/* VERTICAL SCROLL
========================================================== */
.scrolling-wrapper {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  width: 100%;    
  height: 140px;
  -webkit-overflow-scrolling: touch;
  justify-content: center safe;    
      
}
.scrolling-wrapper .scroll-item:first-child {
  margin-left: auto;      
}
.scrolling-wrapper .scroll-item:last-child {
  margin-right: auto;      
}

.scrolling-wrapper::-webkit-scrollbar {
    display: none;
  }    
  
  .scroll-item {
    display: inline-flex;  
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;  
    border: 1px solid #E2E2E2;
    border-radius: 7px;
    width: 190px;  
    height: 140px;
    margin: 0 10px;  
  }

.assign-to:nth-child(n) a { 
  color: #20232C !important;
  margin: 0 10px 10px 0;
}

.assign-to:nth-child(n) a:hover {  
  color: #20232C !important;
  background-color: #F7F7F7;
}
.assign-to:nth-child(n) a i{ 
  color: #20232C !important;     
     
}
.assign-to:nth-child(n) a i:hover {  
  color: #2A86E2 !important;
}
/* MARKETING MATERIALS Thumb
============================================================================================================ */
.mm-thumb {
  width: 180px;    
  max-height: 180px;    
 }
@media (max-width: 576px) {
.mobile-none{
  display: none !important;
}
.pdf_review_box{
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.currentPageNumber{
  width: 30px !important;
}
.currentPageNumber:not(.fixed_bar){
  margin-left:20px;
}
.mm-thumb {
    width: 235px;
    max-height: 235px;
    max-width: 235px;
    height: auto;
   }    
 }
/* MARKETING Navigation
============================================================================================================ */
.m-submenu-item, .m-submenu-item2, .m-submenu-item3, .m-submenu-item4, .m-submenu-item5 {
  display: flex;    
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  width: 75px;
  height: 75px;
  color: #20232C;
  background-color: #F2F2F2;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* Different Submenu BG 1 CSS
========================================================== */
a:hover .m-submenu-item, a:focus .m-submenu-item {
  background: #0068D0;
  color: #ffffff;
}
/* Different Submenu BG 2 CSS
========================================================== */
a:hover .m-submenu-item2, a:focus .m-submenu-item2 {
  background: #FF8D08;
  color: #ffffff;
}
/* Different Submenu BG 3 CSS
========================================================== */
a:hover .m-submenu-item3, a:focus .m-submenu-item3 {
  background: #F75C5C;
  color: #ffffff;
}
/* Different Submenu BG 4 CSS
========================================================== */
a:hover .m-submenu-item4, a:focus .m-submenu-item4 {
  background: #39B75D;
  color: #ffffff;
}
a:hover .m-submenu-item5, a:focus .m-submenu-item5 {
  background: #FFB726;
  color: #ffffff;
}
.icon-setting  {
  display: flex;    
  align-items: center;
  justify-content: center;
  font-size: 48px;
  width: 70px;
  height: 70px;
  margin: 0px;
}

.nav-link, .nav-link2, .nav-link3, .nav-link4  {
  display: block;
}

.nav-tabs3 {
  margin-bottom: 1.25rem;
  text-align: left;
}
.nav-tabs3 .nav-link, .nav-tabs3 .nav-link2, .nav-tabs3 .nav-link3, .nav-tabs3 .nav-link4, .nav-tabs3 .nav-link5, .nav-tabs3 .nav-link6  {
  border-radius: 30px;
  color: #20232C;
  padding: 0 20px 0 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* Navlink common CSS
========================================================== */
.nav-tabs3 .nav-link:hover, .nav-tabs3 .nav-link:focus,
.nav-tabs3 .nav-link2:hover, .nav-tabs3 .nav-link2:focus,
.nav-tabs3 .nav-link3:hover, .nav-tabs3 .nav-link3:focus,
.nav-tabs3 .nav-link4:hover, .nav-tabs3 .nav-link4:focus,
.nav-tabs3 .nav-link5:hover, .nav-tabs3 .nav-link5:focus,
.nav-tabs3 .nav-link6:hover, .nav-tabs3 .nav-link6:focus{
  color: #333;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* Different BG 1 CSS
========================================================== */
.nav-tabs3 .nav-link.active, .nav-tabs3 .nav-link:hover, .nav-tabs3 .nav-link:focus {
  background: #d9e8f8;
}
/* Different BG 2 CSS
========================================================== */
.nav-tabs3 .nav-link2.active, .nav-tabs3 .nav-link2:hover, .nav-tabs3 .nav-link2:focus {
  background: #ffe7cc;
}
/* Different BG 3 CSS
========================================================== */
.nav-tabs3 .nav-link3.active, .nav-tabs3 .nav-link3:hover, .nav-tabs3 .nav-link3:focus {
  background: #dcd1f1;
}
/* Different BG 4 CSS
========================================================== */
.nav-tabs3 .nav-link4.active, .nav-tabs3 .nav-link4:hover, .nav-tabs3 .nav-link4:focus {
  background: #d7f1de;
}
/* Different BG 5 CSS
========================================================== */
.nav-tabs3 .nav-link5.active, .nav-tabs3 .nav-link5:hover, .nav-tabs3 .nav-link5:focus {
  background: #fee8e8;
}
.nav-tabs3 .nav-link6.active, .nav-tabs3 .nav-link6:hover, .nav-tabs3 .nav-link6:focus {
  background: #fbf2e1;
}
.nav-tabs3 .nav-link.disabled, .nav-tabs3 .nav-link2.disabled, .nav-tabs3 .nav-link3.disabled, .nav-tabs3 .nav-link4.disabled, .nav-tabs3 .nav-link5.disabled, .nav-tabs3 .nav-link6.disabled {
  color: #999;
}
.nav-tabs3 .nav-item.show .nav-link:not(.active){
  border-color: transparent;
  background-color: #BBD9F7;
}
.nav-tabs3.border-top-1 {
  border-top-color: #ddd;
}


/* LETTER ICON CSS
========================================================== */
.btn-icon3.btn-sm {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  padding: 7px 0 0 0;
  width: 40px;
  height: 40px;
}

.btn-icon2.btn-sm {
  display: inline-block;
  border-radius: 50%;
  padding: 0;
  width: 35px;
  height: 35px;
}

.letter-icon2 {
  width: 33px;
  height: 33px;
}
.btn-sm .letter-icon2 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
}
.letter-icon-sm {
  display: flex;    
  align-items: center;
  justify-content: center;  
  text-decoration: none;
  white-space: nowrap;   
  border-radius: 50%;
  width: 40px;
  height: 40px;    
}
.letter-icon-md {
  display: flex;    
  align-items: center;
  justify-content: center;  
  text-decoration: none;
  white-space: nowrap;   
  border-radius: 50%;
  width: 50px;
  height: 50px;    
}


/* CARD HEADER
==================================================== */
.dropdown-item > span i {
    margin-right: 1rem;
}
/* LAYOUT mod
==================================================== */
.navbar-top {
  padding-top: 55px; }

/* LOGOS
==================================================== */
.navbar-brand img {
  height: 1.3rem; /*original 1rem*/
  display: block; }

.sign-in-company-logo-lg {
  width: 140px;
  height: auto;
}
.sign-in-company-logo {
  width: 90px;
  height: auto;
}
.sign-in-company-logo-small {
  width: 70px;
  height: auto;
}
.sign-in-resoft-logo {
  width: 140px;
  height: auto;
}

/* PROFILE
==================================================== */
.profile-thumb-size-0 {
  width: 30px;
  height: 30px;  
}

.profile-thumb-size-1 {
  width: 34px;
  height: 34px;  
}
.profile-thumb-size-2 {
  width: 40px;
  height: 40px;  
}
.profile-thumb-size-3 {
  width: 45px;
  height: 45px;  
}
.sidebar-xs .profile-thumb-size-4 { /*If Left sidebar is minimized then the profile image is 40px*/
  width: 40px;
  height: 40px;      
}
.profile-thumb-size-4 {
  width: 60px;
  height: 60px; 
}

.profile-thumb-set {
  display: block;    
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.profile-thumb-set img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.profile-image-table {
	width: 45px;
	height: 45px;
}
.profile-image2-table {
	width: 40px;
	height: 40px;
}

.card-min-height {
	min-height: 364px;
}

.media {
  margin-top: 15px; }
  .media.card-body, .media:first-child {
    margin-top: 0; }

/* TABLES CSS
==================================================== */

.table td, .table th {
    padding: 8px 20px 8px 20px;
}
.table tr:first-child th {
    font-size: 15px;
    background-color: #627998; /*#628098*/
    color: #ffffff;
}
.table thead th {
    border-bottom: 1px solid #dddddd; }

.cardtable.table td, .cardtable.table th {
    padding: 8px 10px 8px 10px;
}
.cardtable.table tr:first-child th {
    font-size: 15px;
    background-color: #627998; /*#628098*/
    color: #ffffff;
}
.cardtable.table thead th {
    border-bottom: 1px solid #dddddd; }

/* TABLES td HOVER STYLES
==================================================== */
.td-style-1{
    background-color: inherit;
}

.td-style-1:hover {
    background-color: #a6e3d3;
}

/* CUSTOM TABS
==================================================== */
.tabs-group {
    z-index: 1;
    position: relative;
}
.nav-tabs4 {
    border-bottom: 0;
}
.nav-tabs4 .nav-item {
    margin-bottom: -1px;
}
.nav-tabs4 .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 7px; /*before: 0.25rem*/
    border-top-right-radius: 7px; /*before: 0.25rem*/
}
.nav-tabs4 .nav-link:hover {
    background-color: rgba(250, 250, 250, 1);
    border-color: #e9ecef #e9ecef #dfdfdf;
}
.nav-tabs4.nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs4 .nav-link.active,
.nav-tabs4 .nav-item.show .nav-link {
    color: #20232C;
    background-color: #FFFFFF;
    border-color: #e1e1e1 #e1e1e1 #FFFFFF !important;
}
a.nav-link {
    color: #20232C;
}

.rounded-left-top-0 {
  border-radius: 0px 3px 3px 3px;     
}
/* BUTTONS, SELECT, FORM - SETTINGS
==================================================== */
.btn, .btn-sm, .select2-selection--single, .pagination, .form-control, .form-group, .input-group-text {
  border-radius: 7px;
}
.uniform-uploader .filename {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
.uniform-uploader .action {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}
.select2-results__group, .multiselect-group {  /*optgroup label*/
  text-transform: uppercase;
  font-weight: 600;
  background: #EBEBEB;  
}
.custom-file-label {
  border-radius: 7px;
}
.custom-file-label::after {
  border-radius: 0 7px 7px 0;
}
.radio-size {
  width: 17px;
  height: 17px;    
}


/* CUSTOM BUTTONS
==================================================== */

button {
  border-width: 1px;
  border-style: solid;
  border-color: none;
  border-image: none;
}

.btn-outline-blue-grey {
  color: #495f72;
  background-color: transparent;
  background-image: none;
  border-color: #495f72; }
  .btn-outline-blue-grey:hover {
    color: #495f72;
    background-color: #f3f9ff;
    border-color: #596f83; }
  .btn-outline-blue-grey.disabled, .btn-outline-blue-grey:disabled {
    color: #495f72;
    background-color: transparent; }
  .btn-outline-blue-grey:not([disabled]):not(.disabled):active, .btn-outline-blue-grey:not([disabled]):not(.disabled).active,
  .show > .btn-outline-blue-grey.dropdown-toggle {
    color: #fff;
    background-color: #495f72;
    border-color: #495f72; }

.btn-primary {
  background: #0F74FD;
  color: #FFFFFF; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    background: #0C60D1;
    color: #FFFFFF; }

.btn-success {
  background: #53C152;
  color: #FFFFFF; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
    background: #3CAF3B;
    color: #FFFFFF; }

.btn-vibrant-blue {
  background: #1E5AEC;
  color: #FFFFFF; }
  .btn-vibrant-blue:hover, .btn-vibrant-blue:focus, .btn-vibrant-blue:active, .btn-vibrant-blue.active {
    background: #2D67F4;
    color: #FFFFFF; }

.btn-purple {
  background: #4C70FC;
  color: #FFFFFF; }
  .btn-purple:hover, .btn-purple:focus, .btn-purple:active, .btn-purple.active {
    background: #7B93ED;
    color: #FFFFFF; }

.btn-light-purple {
  background: #7284F4;
  color: #FFFFFF; }
  .btn-light-purple:hover, .btn-light-purple:focus, .btn-light-purple:active, .btn-light-purple.active {
    background: #9EABFD;
    color: #FFFFFF; }

.btn-light-grey {
  background: #F7F7F7;
  color: #20232C; }
  .btn-light-grey:hover, .btn-light-grey:focus, .btn-light-grey:active, .btn-light-grey.active {
    background: #F7F7F7;
    color: #20232C; }

.btn-sky-blue {
  background: #0CAAF1;
  color: #ffffff; }
  .btn-sky-blue:hover, .btn-sky-blue:focus, .btn-sky-blue:active, .btn-sky-blue.active {
    background: #0CAAF1;
    color: #ffffff; }
.btn-dark-blue {
  background: #0E3860; /*old #294660*/
  color: #ffffff; }
  .btn-dark-blue:hover, .btn-dark-blue:focus, .btn-dark-blue:active, .btn-dark-blue.active {
    background: #082B4B; /*old #3C5C79*/
    color: #ffffff; }
.btn-facebook {
  background: #3b5998;
  color: #ffffff; }
  .btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active, .btn-facebook.active {
    background: #4160a2;
    color: #ffffff; }
.btn-twitter {
  background: #00acee;
  color: #ffffff; }
  .btn-twitter:hover, .btn-twitter:focus, .btn-twitter:active, .btn-twitter.active {
    background: #12b5f3;
    color: #ffffff; }
.btn-pinterest {
  background: #c8232c;
  color: #ffffff; }
  .btn-pinterest:hover, .btn-pinterest:focus, .btn-pinterest:active, .btn-pinterest.active {
    background: #db3a42;
    color: #ffffff; }
.btn-white {
  background-color: #f5f5f5;
  color: #20232C; 
  border: 1px solid transparent;
  border-color: #e1e1e1;    
}
.btn-white:hover {
    background-color: #ffffff;
    border-color: #e9ecef #e9ecef #dfdfdf;
}
.btn-white.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}
.btn-white:active, .btn-white.active, .btn-white:focus {
    background-color: #ffffff !important;
    color: #20232C;
    border-color: #e1e1e1 #e1e1e1 #FFFFFF !important;
}
/*Without this you can't color the active/hover button background. This will overrides the (limitless) classes.*/
.btn.btn-white:not(.bg-transparent):not([class*=btn-outline]):not(.btn-light):not(.btn-link):not([class*=alpha-]):not(.fab-menu-btn):hover, .btn.btn-white:not(.bg-transparent):not([class*=btn-outline]):not(.btn-light):not(.btn-link):not([class*=alpha-]):not(.fab-menu-btn).active {
    box-shadow: none;
}

/*TABS BUTTON SOLUTION*/
.tab-style-button {
  border-radius: 5px 5px 0px 0px;     
}
.tab-style-button-group {
    z-index: 1;
    position: relative;
    top: 1px;
}

.filters-set-button {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  color: #ffffff;
  font-size: 13px;
  padding: 4px 10px 4px 10px;
  border: solid #d7dae2 1px;
  text-decoration: none;
}

.filters-set-button:hover {
  color: #4D565C;
  background: #ffffff;
  text-decoration: none;
}

/* Original color combination
.filters-set-button {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  color: #4D565C;
  font-size: 13px;
  background: #ffffff;
  padding: 4px 10px 4px 10px;
  border: solid #d7dae2 1px;
  text-decoration: none;
}

.filters-set-button:hover {
  background: #e8e8e8;
  text-decoration: none;
}*/



/* FORM ELEMENTS
==================================================== */

.custom-select-sm {
  height: calc(1.6667em + 0.625rem + 2px);
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  padding-left: 0.75rem;
  padding-right: 10px !important;
  font-size: 0.75rem; }

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: transparent;
    background-color: #0F74FD;
    box-shadow: none;
}
.custom-control-label::after {
  position: absolute;
  top: .06253rem;
  left: -2rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background: 50%/50% 50% no-repeat;
  background-image: none;
}
.custom-checkbox .custom-control-label::before {
  border-radius: .1875rem;
}
.custom-control {
    margin-bottom: 0;
}
.custom-control-label::before {
    position: absolute;
    top: 0.06253rem;
    left: -2rem;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #ddd solid 1px;
    box-shadow: 0 0 0 0 transparent;
}

/* BG COLORS for CHARTS ***from dark(1) to light(5)***
========================================================== */

/*Colors Combinations 1*/
/*=== 1. bg-chart-steel-blue-3 + bg-chart-bermuda-green-3 ====*/
/*=== 2. bg-chart-viking-blue-2 + bg-chart-coral-red-2 ====*/
/*=== 3. bg-chart-viking-blue-2 + bg-chart-bermuda-green-3 + bg-chart-steel-blue-4 ====*/
/*=== 4. bg-chart-koromiko-2 + bg-chart-silver-rust-2 ====*/
/*=== 5. bg-chart-viking-blue-2 + bg-chart-yellow-2 ====*/
/*=== 6. bg-chart-viking-blue-1 + bg-chart-bermuda-green-2 + bg-chart-bermuda-green-4 ====*/

.bg-chart-steel-blue-1 {background-color:rgba(158,183,208,0.8);}
.bg-chart-steel-blue-2 {background-color:rgba(183,203,223,0.8);}
.bg-chart-steel-blue-3 {background-color:rgba(170,190,211,0.8);}/**/
.bg-chart-steel-blue-4 {background-color:rgba(220,233,243,0.8);}
.bg-chart-steel-blue-5 {background-color:rgba(236,243,250,0.8);}

.bg-chart-viking-blue-1 {background-color:rgba(122,183,216,0.8);}
.bg-chart-viking-blue-2 {background-color:rgba(152,204,232,0.8);}/**/
.bg-chart-viking-blue-3 {background-color:rgba(190,226,245,0.8);}

.bg-chart-bermuda-green-1 {background-color:rgba(121,210,217,0.8);}
.bg-chart-bermuda-green-2 {background-color:rgba(149,224,230,0.8);}
.bg-chart-bermuda-green-3 {background-color:rgba(170,230,235,0.8);}/**/
.bg-chart-bermuda-green-4 {background-color:rgba(194,246,250,0.8);}

.bg-chart-coral-red-1 {background-color:rgba(255,128,128,0.8);}
.bg-chart-coral-red-2 {background-color:rgba(253,167,167,0.8);}/**/
.bg-chart-coral-red-3 {background-color:rgba(255,209,209,0.8);}

.bg-chart-silver-rust-1 {background-color:rgba(203,194,191,0.8);}
.bg-chart-silver-rust-2 {background-color:rgba(220,211,208,0.8);}/**/
.bg-chart-silver-rust-3 {background-color:rgba(240,233,231,0.8);}

.bg-chart-koromiko-1 {background-color:rgba(252,191,108,0.8);}
.bg-chart-koromiko-2 {background-color:rgba(255,209,147,0.8);}/**/
.bg-chart-koromiko-3 {background-color:rgba(253,224,185,0.8);}

.bg-chart-yellow-1 {background-color:rgba(255,231,103,0.8);}
.bg-chart-yellow-2 {background-color:rgba(255,238,147,0.8);}/**/
.bg-chart-yellow-3 {background-color:rgba(255,245,188,0.8);}

/* ALERT DOTS CSS
========================================================== */
.dot-green {
  height: 7px;
  width: 7px;
  background-color: #45B64A;
  border-radius: 50%;
  display: inline-block;
}
.dot-red {
  height: 7px;
  width: 7px;
  background-color: #FF0000;
  border-radius: 50%;
  display: inline-block;
}
.dot-red-small {
  height: 5px;
  width: 5px;
  background-color: #FF0000;
  border-radius: 50%;
  display: inline-block;
}
.dot-blue {
  height: 7px;
  width: 7px;
  background-color: #2383E2;
  border-radius: 50%;
  display: inline-block;
}
/* MARKETING REPORT DASHBOARD Backgrounds
========================================================== */
/* DOCUMENT MANAGEMENT icon Backgrounds
========================================================== */
.doc-man-icon-bg-1 {
  background-color: #3F678D !important; }
.doc-man-icon-bg-2 {
  background-color: #FF8D08 !important; }
.doc-man-icon-bg-3 {
  background-color: #1CB0FF !important; }
.doc-man-icon-bg-4 {
  background-color: #FFCE00 !important; }
/* CRM Contact letter icon Backgrounds
========================================================== */
.contact-status-bg-1 {
  background-color: #F56969 !important; }
.contact-status-bg-2 {
  background-color: #60C35F !important; }
.contact-status-bg-3 {
  background-color: #E5B24C !important; }
.contact-status-bg-4 {
  background-color: #7F90A0 !important; }

/* MARKETING Badge Type BG COLORS CSS
========================================================== */
.badge-bg-brokerage {
  background-color: #4356C9 !important; }  
.badge-bg-buyer {
  background-color: #BC853B !important; }  /*#FF0000 Red*/
.badge-bg-seller {
  background-color: #2383E2 !important; }
.badge-bg-renter {
  background-color: #AB1DB7 !important; }
.badge-bg-landlord {
  background-color: #345581 !important; } /*Original #04B5CC*/
.badge-bg-network {
  background-color: #778691 !important; }
.badge-bg-vendor {
  background-color: #FF9300 !important; }
.badge-bg-other {
  background-color: #53CBA2 !important; }/*#71A8E0*/
.badge-bg-guarantor {
  background-color: #45B64A !important; }
.badge-bg-incoming {
  background-color: #3C4286 !important; }
.badge-bg-process {
  background-color: #B5C5D5 !important; }
.badge-bg-process-done, .badge-bg-agent {
  background-color: #60C35F !important; }

/* Type (l)LIGHT BG COLORS CSS
========================================================== */
.badge-bgl-alert {
  background-color: #FFCBCB !important;
  color: #FA0B0B
}
.badge-bgl-buyer {
  background-color: #F0DAA3 !important; /*#FBC8C8 Light Red*/
  color: #A28236; /*#FA0B0B Red*/
}
.badge-bgl-seller {
  background-color: #C9E4FF !important; 
  color: #2383E2;
}
.badge-bgl-renter {
  background-color: #FBCBFF !important; 
  color: #AB1DB7;
}
.badge-bgl-landlord {
  background-color: #CFE1FA !important;
  color: #345581;    
}
.badge-bgl-network {
  background-color: #C7D0D8 !important; 
  color: #47525A;
}
.badge-bgl-vendor {
  background-color: #FFDAA8 !important;
  color: #E38301;    

}
.badge-bgl-other {
  background-color: #E4EEF8 !important; 
  color: #69A2DD;
}
.badge-bgl-guarantor {
  background-color: #CEF5D0 !important;
  color: #429846;    
}

/* LIGHT BG COLORS CSS
========================================================== */
.bgl-blue {
  background-color: #C9E4FF !important; 
  color: #2383E2;
}
.bgl-blue1 {
  background-color: #C9E4FF !important;
}
.bgl-blue2 {
  background-color: #E8F4FF !important;
}
.bgl-blue3 {
  background-color: #dceefb !important;
}
.bgl-purple {
  background-color: #E0E9FF !important; 
  color: #4356C9;
}
.bgl-green {
  background-color: #E5F7EF !important; 
  color: #43C9A5;
}
.bgl-grey {
  background-color: #e9ecf0 !important; 
}


/* CHAT BG COLORS CSS
========================================================== */
.badge-bg-chat-solved {
  background-color: #4C70FC !important; }
.badge-bg-chat-opened {
  background-color: #f26b5b !important; }
.badge-bg-chat-archived {
  background-color: var(--dark-grey-color) !important; }


/* Marketing Materials (mm) badge BG 
========================================================== */
.badge-bg-draft {
  background-color: #2383E2 !important; }
.badge-bg-done {
  background-color: #45B64A !important; }

/* MESSAGES buble BGs
========================================================== */
.m-bubble-bg-1 {
  background-color: #DFF0FD !important; 
  border-color: #CADFEF !important;
}
.m-bubble-bg-2 {
  background-color: #EAEDF0 !important; 
  border-color: #E3E3E3 !important;
}
.m-bubble-bg-3 {
  background-color: #EDFEEC !important; 
  border-color: #DFEFDE !important;
}
.m-bubble-bg-4 {
  background-color: #FFF9DD !important; 
  border-color: #F4EEE4 !important;
}

/* GRADIENT BACKGROUNDS
========================================================== */

.bg-purple-gradient-1 {
    background: rgb(13,19,92);
    background: -moz-linear-gradient(90deg, rgba(60,66,134,1) 0%, rgba(13,19,92,1) 80%);
    background: -webkit-linear-gradient(90deg, rgba(60,66,134,1) 0%, rgba(13,19,92,1) 80%);
    background: linear-gradient(90deg, rgba(60,66,134,1) 0%, rgba(13,19,92,1) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3c4286",endColorstr="#0d135c",GradientType=1);
 }
/* STATUS BACKGROUNDS
========================================================== */
.bg-status-available {
  background-color: var(--status-color-1); 
}
.bg-status-in-contract, .bg-status-pending {
  background-color: var(--status-color-2); 
}
.bg-status-in-edit {
  background-color: var(--status-color-3); 
}
.bg-status-off-market {
  background-color: var(--status-color-4); 
}
.bg-status-sold, .bg-status-rented {
  background-color: var(--status-color-5); 
}
.bg-status-sold-by, .bg-status-rented-by {
  background-color: var(--status-color-6); 
}
.bg-status-void {
  background-color: var(--status-color-7); 
}
.bg-status-incomplete {
  background-color: var(--status-color-8); 
}
.bg-status-coming-soon {
  background-color: var(--status-color-9); 
}

/* BG COLORS CSS **l=light
========================================================== */
.bg-re-white-transparent-0-25 {
  background-color:rgba(255,255,255,0.025); }
.bg-re-white-transparent-0-5 {
  background-color:rgba(255,255,255,0.05); }
.bg-re-white-transparent-0-1 {
  background-color:rgba(255,255,255,0.1); }

.bg-re-black-transparent-0-25 {
  background-color:rgba(0, 0, 0, 0.025); }
.bg-re-black-transparent-0-5 {
  background-color:rgba(0, 0, 0, 0.05); }
.bg-black-t-80 {
  background-color: rgba(32, 35, 44, 0.8);
  color: #FFFFFF !important;}
  
.bg-res-brand-primary {
  background-color: #143659 !important; }
.bg-re-menu {
  background-color: #0E2030 !important; }
.bg-re-white {
  background-color: #FFFFFF !important; }
.bg-re-blue1 {
  background-color: #1CB0FF !important; }
.bg-re-blue2 {
  background-color: #2383E2 !important; }
.bg-re-blue3 {
  background-color: #0068D0 !important; }
.bg-re-blue4 {
  background-color: #4C70FC !important; }
.bg-re-sky-blue {
  background-color: #0CAAF1 !important; }
.bg-re-task-date {
  background-color: #294660 !important; }
.bg-re-task-date-past {
  background-color: #60C35F !important; } /*#B1C0CE*/
.bg-re-task-date-bypassed {
  background-color: #B1C0CE !important; } /*#E8AA2D*/
.bg-re-task-date-alert {
  background-color: #F56969 !important; }
.bg-re-task-number {
  background-color: #628098 !important; }
.bg-re-light-blue {
  background-color: #EBF8FF !important; /*#EBF8FF*/
  color: #20232C !important;
}
.bg-re-dark-blue {
  background-color: #2C5477 !important; }
.bg-re-dark-blue2 {
  background-color: #0E2030 !important; }
.bg-re-red1 {
  background-color: #F75C5C !important; }
.bg-re-red2 {
  background-color: #FF2F2F !important; }
.bg-re-red3 {
  background-color: #C92222 !important; }
.bg-re-red4 {
  background-color: #F56969 !important; }
.bg-re-coral {
  background-color: #F56969 !important; }
.bg-re-green1 {
  background-color: #45B64A !important; }
.bg-re-green2 {
  background-color: #39B75D !important; }
.bg-re-green3 {
  background-color: #007461 !important; }
.bg-re-yellow {
  background-color: #FFB726 !important; }
.bg-re-purple1 {
  background-color: #521DB7 !important; }
.bg-re-purple2 {
  background-color: #3C4286 !important; }
.bg-re-purple3 {
  background-color: #5063d3 !important; }
.bg-han-purple {
    background-color: #4356C9 !important; } /*was #3C4286*/
.bg-re-orange1 {
  background-color: #FF8D08 !important; }
.bg-re-pink1 {
  background-color: #ED17FF !important; }
.bg-re-pink2 {
  background-color: #AB1DB7 !important; }
.bg-re-grey1 {
  background-color: #EAEDF0 !important;
  color: #20232C !important;
}
.bg-re-grey2 {
  background-color: #A6BDD0; }
.bg-re-grey3 {
  background-color: #778691; }
.bg-re-grey4 {
  background-color: #2F414E; }
.bg-re-grey5 {
  background-color: #a4a4a4; }
.bg-light-grey1 {
  background-color: #C7C7C7 !important;}
.bg-light-grey2 {
  background-color: #f4f7f9 !important;
  color: #20232C !important;
}
.bg-light-grey3 {
  background-color: #f9f9f9 !important;
  color: #20232C !important;
}
.bg-light-grey4 {
  background-color: #EBEBEB !important;
  color: #20232C !important;
}
.bg-light-grey5 {
  background-color: #F7F7F7 !important;
  color: #20232C !important;
}
.bg-light-grey6 {
  background-color: #F0F2F5 !important;
  color: #20232C !important;
}
.bg-light-grey7 {
  background-color: #FAFAFA !important;
  color: #20232C !important;
}
.bg-light-grey8 {
  background-color: #F2F2F2 !important;
  color: #20232C !important;
}
.bg-light-purple {
  background-color: #E5EAF7 !important;
}
.bg-light-green {
  background-color: #E5F7EF !important;
}
.bg-flow-card-exp-archived {
  background-color: #353a64 !important;
  color: #ffffff !important;    
}
.bg-flow-card-exp {
  background-color: #FAFAFA !important;
  color: #20232C !important;    
}
.bg-re-steel-blue {
  background-color: #9AACBC !important; }
.bg-re-gothic-blue {
  background-color: #628098 !important; }

/*BGs DASHBOARD, TABLES, BLOCKS*/
.bg-re-tr-highlight {
  background-color: #EAFAF7 !important; }
.bg-re-table-head {
  background-color: #628098 !important;
  color: #ffffff !important;
}
.bg-re-table-head2 {
  background-color: #EAEDF0 !important;
  color: #20232C !important;
}
.bg-re-nested-table-head {
  background-color: #E8F2FA !important; 
  color: #20232C !important;
}
.table .bg-re-nested-table-head th {
  font-size: 15px;
  background-color: #E8F2FA !important; 
  color: #20232C !important;
}
.bg-table-listings-head {
  background-color: #c7d3df !important;
  color: #20232C !important;
}



/* SOCIAL BG COLORS
========================================================== */
.bg-fb {
  background-color: #1778f2 !important; } /*Original #4267B2*/
.bg-twitter {
  background-color: #1DA1F2 !important; }

/*SIDEBAR badge*/
.bg-field-badge {
  background-color: #B5C5D5 !important; }
/* DOC MANAGEMENT BGs dm(document-management) l(light) d(dark)
========================================================== */
.bg-dm-field-0l {
  background-color: #F0F0F0 !important; }
.bg-dm-field-0d {
  background-color: #D8D8D8 !important; }
.bg-dm-field-1l {
  background-color: #FCF6D2 !important; }
.bg-dm-field-1d {
  background-color: #F5E58A !important; }
.bg-dm-field-2l {
  background-color: #D2D7FC !important; }
.bg-dm-field-2d {
  background-color: #8A9AF5 !important; }
.bg-dm-field-3l {
  background-color: #CBEDFF !important; }
.bg-dm-field-3d {
  background-color: #A2DEFD !important; }
.bg-dm-field-4l {
  background-color: #F0FFE8 !important; }
.bg-dm-field-4d {
  background-color: #D4FCC0 !important; }
.bg-dm-field-5l {
  background-color: #DCE5EF !important; }
.bg-dm-field-5d {
  background-color: #B5C5D5 !important; }
.bg-dm-field-6l {
  background-color: #FFCCC6 !important; }
.bg-dm-field-6d {
  background-color: #FDA89E !important; }

/* BORDER COLORS - DOUBLE BORDER - Signer Status and other Marks (dm=Document management, ibr=icon border, ob=outline border)
========================================================== */
.ibr-primary-agent {
  outline-color: #60C35F !important; 
  border-color: #60C35F !important;
}
.dm-ibr-signed {
  outline-color: #60C35F !important;
}
.dm-ibr-not-signed {
  outline-color: #FF8D08 !important;
}
.dm-ibr-not-invited-yet {
  outline-color: #0068D0 !important;
}
.dm-ibr-none {
  outline-color: #C4C4C4 !important;
}
.dm-bg-signed {
  background-color: #60C35F !important; 
}
.dm-bg-not-signed {
  background-color: #FF8D08 !important; 
}
.dm-bg-not-invited-yet {
  background-color: #0068D0 !important; 
}
.dm-bg-none {
  background-color: #C4C4C4 !important;
}

/* Safari after border colors*/
.dm-ibr-signed::after {
  border-color: #60C35F !important;
}
.dm-ibr-not-signed::after {
  border-color: #FF8D08 !important;
}
.dm-ibr-not-invited-yet::after {
  border-color: #0068D0 !important;
}
.dm-ibr-none::after {
  border-color: #C4C4C4 !important;
}
.dm-ibr-signed::after {
    border-color: #60c35f!important
}
.dm-ibr-not-signed::after {
    border-color: #ff8d08!important
}
.dm-ibr-not-invited-yet::after {
    border-color: #0068d0!important
}
.dm-ibr-none::after {
    border-color: #c4c4c4!important
}
.double-border {
  border: 1px solid #FFFFFF !important;
  outline-width: 2px;
  outline-style: solid;
}
/*SAFARI fix for double border*/
.double-border-s {
  position: relative;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  width: 30px;
  height: 30px;    
}

.double-border-s::after {
  position: absolute;
  top: -3px;
  content: '';
  left: -3px;
  width: 34px;
  height: 34px;
  border-width: 2px !important;
  border-style: solid;    
  border-radius: 50%;
  display: flex;    
}
.outline-border {
  outline-width: 1px;
  outline-style: solid;
}
.nml-1px {/*nml=negative margin left*/
  margin-left: -1px;    
}
.ob-han-purple {
  outline-color: #4356C9 !important; }

.ob-eucalyptus {
  outline-color: #43C9A5 !important; }

.border-han-purple {
  border-color: #4356C9 !important; }

.border-cold-grey {
  border-color: #9094A5 !important; }

.border-eucalyptus {
  border-color: #43C9A5 !important; }

.border-dark-mode {
  border-color: #F7F7F7 !important; }

.border-outline-primary {
    box-sizing: border-box;
    box-shadow: inset 0px 0px 0px 1px var(--primary-color);
    text-decoration: none;
}

/* BORDER COLORS
========================================================== */
.upload-done {
  border-color: #92C957 !important; }


/* BORDER COLORS FOR table mini pills bb(BadgeBorder)
========================================================== */
.agent-related {
  border-color: #45B64A !important; }

.bb-active {
  border-color: #45B64A !important; }
.bb-long-term {
  border-color: #FF9300 !important; }
.bb-closed-buyer {
  border-color: #FF0000 !important; }
.bb-closed-renter {
  border-color: #AB1DB7 !important; }
.bb-closed-seller {
  border-color: #2383E2 !important; }
.bb-inactive {
  border-color: #A6BDD0 !important; }
.bb-other {
  border-color: #2F414E !important; }

.bb-status1 {
  border-color: #45B64A !important; }
.bb-status2 {
  border-color: #FF9300 !important; }
.bb-status3 {
  border-color: #FF0000 !important; }
.bb-status4 {
  border-color: #AB1DB7 !important; }
.bb-status5 {
  border-color: #2383E2 !important; }
.bb-status6 {
  border-color: #A6BDD0 !important; }
.bb-status7 {
  border-color: #2F414E !important; }
.bb-status8 {
  border-color: #345581 !important; }
.bb-status9 {
  border-color: #F5D900 !important; }
.bb-status10 {
  border-color: #521DB7 !important; }
/*B&M blue*/
.bb-status11 {
  border-color: #2E546F !important; }
.bb-status12 {
  border-color: #bc853b !important;
}

/* BORDER COLORS f(Flow) c(Cards) 
========================================================== */
.fc-border {
    border-color: #F2F2F2 !important;
}

/* BORDER COLORS (t=transparent 1=0.1)
========================================================== */
.border-white-t-1 {
    border-color:rgba(255,255,255,0.1) !important;
}
.border-white-t-2 {
    border-color:rgba(255,255,255,0.2) !important;
}

/* BORDER COLORS FOR Sidebar Doc management (p=participant)
========================================================== */
.p-border-1 {
  border-color: #F5E58A !important; }
.p-border-2 {
  border-color: #8A9AF5 !important; }
.p-border-3 {
  border-color: #A2DEFD !important; }
.p-border-4 {
  border-color: #D4FCC0 !important; }
.p-border-5 {
  border-color: #B5C5D5 !important; }
.p-border-6 {
  border-color: #F5968A !important; }
.border-bottom-grey {
  border-bottom-color: #dddddd  !important; }


/* BORDER COLORS FOR CONTACT TYPE
========================================================== */
.border-buyer {
  border-color: #BC853B !important; }
.border-seller {
  border-color: #2383E2 !important; }
.border-renter {
  border-color: #AB1DB7 !important; }
.border-landlord {
  border-color: #345581 !important; }
.border-network {
  border-color: #778691 !important; }
.border-vendor {
  border-color: #FF9300 !important; }
.border-other {
  border-color: #2F414E !important; }
.border-guarantor {
  border-color: #45B64A !important; }


/* RE-COLORING NAVBAR ELEMENTS
========================================================== */
.sidebar-dark {
  background-color: #0E2030 !important;
  color: #fff;
}
.navbar-dark {
  background-color: #203243 !important;
}
.sidebar-dark .nav-sidebar .nav-item > .nav-link.active,
.sidebar-light .card[class*=bg-]:not(.bg-light):not(.bg-white):not(.bg-transparent) .nav-sidebar .nav-item > .nav-link.active {
  background-color: rgba(40, 59, 77, 1);
  color: #fff; }

.sidebar-dark .nav-sidebar > .nav-item-open > .nav-link:not(.disabled),
.sidebar-dark .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light .card[class*=bg-]:not(.bg-light):not(.bg-white):not(.bg-transparent) .nav-sidebar > .nav-item-open > .nav-link:not(.disabled),
.sidebar-light .card[class*=bg-]:not(.bg-light):not(.bg-white):not(.bg-transparent) .nav-sidebar > .nav-item > .nav-link.active {
  background-color: #3b4b5b;
  color: #fff; }

/* Hyperlink Color Variations
========================================================== */
.link-primary {
    color: #20232C; }
    .link-primary:hover, .link-primary:focus, .link-primary:active, .link-primary.active {
        color: #0a6ebd; }
.link-black {
  color: #000; }
  .link-black:hover, .link-black:focus, .link-black:active, .link-black.active {
    color: #000; }
.link-red {
  color: #FF0000; }
  .link-red:hover, .link-red:focus, .link-red:active, .link-red.active {
    color: #F75C5C; }
.link-green {
  color: #45B64A; }
  .link-green:hover, .link-green:focus, .link-green:active, .link-green.active {
    color: #7ED082; }
.link-grey {
  color: #20232C; }
  .link-grey:hover, .link-grey:focus, .link-grey:active, .link-grey.active {
    color: #4D565C; }
/*a {
  color: #2196F3;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0a6ebd;
    text-decoration: none; }*/

/* ICON FONT
========================================================== */
.center-icon:before {
    vertical-align: text-bottom !important;
}

/* Text Colors and Notification Messages
========================================================== */
.inherit-color-text {
  color: inherit !important; }
.renter-color-text {
  color: #AB1DB7; }
.buyer-color-text {
  color: #A28236; }
.landlord-color-text {
  color: #345581; }
.seller-color-text {
  color: #2383E2; }
.other-color-text {
  color: #2f414e; }

.bm-blue-color-text {
    color: #2d536e !important; }
.bm-blue2-color-text {
    color: #637f93 !important; }

.primary-color-text {
    color: #20232C !important; }
.muted-color-text {
    color: #8D949B !important; }

.white-color-text {
    color: #ffffff; }

.black-color-text {
    color: #000; }

.pink-color-text {
    color: #ff00ff; }

.red-color-text {
    color: #FF0000; }

.alert-color-text {
    color: #F56969 !important; }

.light-red-color-text {
    color: #EF6E6E; }

.blue-color-text {
    color: #0F74FD; } /*2383E2 blue*/
/*Side Bar Header Buttons Color Text*/
.sbhb-color-text {
    color: #9AACBC !important; }
/*Side Palel Header Color Text*/
.sbh-color-text {
    color: #9AACBC !important; }

.timeline-log-color-text {
    color: #0094D6 !important; }

.dark-blue-color-text {
    color: #2F414E; }

.purple-color-text {
    color: #AB1DB7; }

.purple2-color-text {
    color: #6478F4 !important; }

.purple3-color-text {
    color: #99ACF4 !important; }

.dark-purple-color-text {
    color: #3C4286 !important; }

.han-purple-color-text {
    color: #4356C9; }

.coral-color-text {
    color: #F56969 !important; }

.orange-color-text {
    color: #FFBA00; }

.teal-color-text {
    color: #009688; }

.green-color-text {
    color: #45B64A; }

.eucalyptus-color-text {
  color: #43C9A5 !important; }

.done-color-text {
    color: #92C957; }

.grey-color-text {
    color: #787C84; } /*old b8bbbd*/

.slate-color-text {
    color: #697F93; }

.graphite-color-text {
    color: #6A6A6A; }

.yellow-color-text {
    color: #F7C908; }

.dark-grey-black-color-text {
    color: #161616; }

.medium-grey-color-text {
    color: #7B7B7B; }

.light-grey-black-color-text {
    color: #252525; }

.light-medium-grey-color-text {
    color: #ededed; }

.light-extra-grey-color-text {
    color: #e0e0e0; }

.highlighted-green-text {
    color: #86cec6; }

.highlighted-blue-text {
    color: #649ad5; }

.highlighted-blue2-text {
    color: #60d6eb; }

.highlighted-purple-text {
    color: #758ae4; }

.highlighted-dark-blue-text {
    color: #356c80; }

/* TITLES 
========================================================== */
.title-xl {
    font-size: 2.125rem;
    font-weight: 600 !important;
    margin-bottom: 0;
}
.card-title {
    font-size: 1.3125rem;
    margin-bottom: 0;
}
.board-card-title {
    font-size: 1.1875rem;
    font-weight: 600 !important;
    margin-bottom: 0;
}
.res-subtitle1 {
    font-size: 1.0625rem;
    color: #787C84;
    margin-bottom: 0;
}
.res-subtitle2 {
    font-size: 1.0625rem;
    margin-bottom: 0;
}

/* Typography CSS
========================================================== */
.font-weight-thin {
    font-weight: 100 !important; }

.font-weight-extra-light {
    font-weight: 200 !important; }

.font-weight-light {
    font-weight: 300 !important; }

.font-weight-regular {
    font-weight: 400 !important; }

.font-weight-medium {
    font-weight: 500 !important; }

.font-weight-semibold {
    font-weight: 600 !important; }

.font-weight-bold {
    font-weight: 700 !important; }

.font-weight-xtrabold {
    font-weight: 800 !important; }

.font-weight-black {
    font-weight: 900 !important; }

.font-italic {
    font-style: italic; }

.line-height-normal {
    line-height: normal !important; }
.line-height-2-5 {
    line-height:2.5;
}
.line-height-2-4 {
    line-height:2.4;
}
.line-height-2-3 {
    line-height:2.3;
}
.line-height-2-2 {
    line-height:2.2;
}
.line-height-2-1 {
    line-height:2.1;
}
.line-height-2 {
    line-height:2;
}
.line-height-1-7 {
    line-height:1.7;
}
.line-height-0 {
    line-height:0% !important;
}
.line-height-0-7 {
    line-height:0.7;
}
.line-height-1 {
    line-height:1 !important;
}
.line-height-1-3 {
    line-height:1.3;
}
.line-height-1-4 {
    line-height:1.4;
}
.line-height-1-5 {
    line-height:1.5;
}
/* Font Size Variation CSS
========================================================== */
.font-xxlarge {
    font-size: 6.125rem; }

.font-xlarge {
    font-size: 5.125rem; }

.font-large {
    font-size: 3.125rem; }

.font-medium {
    font-size: 2.813rem; }

.font-small {
    font-size: 2.125rem; }

.font-xsmall {
    font-size: 1.75rem; }

.font-xxsmall {
    font-size: 1.2rem; }

.font-xxxsmall {
    font-size: 0.9rem; }

.font-extrasmall {
    font-size: 0.83rem; }

.font-6 {
    font-size: 0.375rem; }

.font-7 {
    font-size: 0.4375rem; }

.font-8 {
    font-size: 0.5rem; }

.font-9 {
    font-size: 0.5625rem; }

.font-10 {
    font-size: 0.625rem; }

.font-11 {
    font-size: 0.687rem; }

.font-12 {
    font-size: 0.75rem; }

.font-13 {
    font-size: 0.8125rem; }

.font-14 {
    font-size: 0.875rem; }

.font-15 {
    font-size: 0.937rem; }

.font-16 {
    font-size: 1rem; }

.font-17 {
    font-size: 1.0625rem; }

.font-18 {
    font-size: 1.125rem; }

.btnbtn {
    font-size: 1.125rem; }

.font-19 {
    font-size: 1.1875rem; }

.font-20 {
    font-size: 1.25rem; }

.font-21 {
    font-size: 1.3125rem; }

.font-22 {
    font-size: 1.375rem; }

.font-23 {
    font-size: 1.438rem; }

.font-24 {
    font-size: 1.5rem; }

.font-25 {
    font-size: 1.563rem; }

.font-26 {
    font-size: 1.625rem; }

.font-27 {
    font-size: 1.688rem; }

.font-28 {
    font-size: 1.75rem; }

.font-29 {
    font-size: 1.813rem; }

.font-30 {
    font-size: 1.875rem; }

.font-31 {
    font-size: 1.9375rem; }

.font-32 {
    font-size: 2rem; }

.font-33 {
    font-size: 2.0625rem; }

.font-34 {
    font-size: 2.125rem; }

.font-35 {
    font-size: 2.1875rem; }

.font-39 {
    font-size: 2.4375rem; }

.font-40 {
    font-size: 2.5rem; }

.font-45 {
    font-size: 2.8125rem; }

.font-50 {
    font-size: 3.125rem; }

.font-55 {
    font-size: 3.438rem; }

.font-60 {
    font-size: 3.75rem; }

/* Text Transform
========================================================== */
.font-uppercase {
    text-transform: uppercase !important; }
.font-capitalize {
    text-transform: capitalize !important; }
.font-nocase {
    text-transform: none !important; }

/* BADGE, PILLS, LABELS, TAGS
========================================================== */
.badge {
  line-height: normal;   
}
.badge-toolbar-position {
  position: absolute;
  right: -5px;
  top: -4px; }
.badge-fc-position {
  position: absolute;
  left: 8px;
  top: 3px; 
}


.badge-mark {
  padding: 0;
  border: 3px solid;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.pill-padding { 
    padding: 4px 5px !important }
.pill-padding-big { 
    padding: 5px 7px !important }
.re-badge {
    padding: 3px 4px !important;}
.re-type-badge {
    box-sizing: border-box;
    padding: 5px 8px !important;
    border-radius: 20px;
}
.re-budget-badge-left {
    padding: 4px 7px !important;
    border-radius: 10px 0 0 10px; 
}
.re-budget-badge-right {
    padding: 4px 7px !important;
    border-radius: 0 10px 10px 0; 
}
.re-budget-badge-lg-left {
    padding: 6px 10px !important;
    border-radius: 15px 0 0 15px; 
}
.re-budget-badge-lg-right {
    padding: 6px 10px !important;
    border-radius: 0 15px 15px 0; 
}
.re-badge-agent-class {
    padding: 3px 8px !important;
}
.re-badge-small {
    padding: 3px 8px !important;
}
.re-badge-small-10 {
    padding: 3px 10px !important;
}
.re-badge-medium {
    padding: 6px 12px !important;
}
.re-badge-big {
    padding: 7px 15px !important;
}
.re-badge-large {
    padding: 12px 25px !important;}

/* ADDITIONAL Outline Badge 
========================================================== */
.badge-shared {
  box-sizing: border-box;
  box-shadow: inset 0px 0px 0px 1px #ffffff;
  color: #ffffff;     
  text-decoration: none;
}
.badge-outline {
  box-sizing: border-box;
  box-shadow: inset 0px 0px 0px 1px #ffffff;
  color: #ffffff;     
  text-decoration: none;
}
.badge-outline-steel-blue {
  box-sizing: border-box;
  box-shadow: inset 0px 0px 0px 1px #9AACBC;
  color: #9AACBC;     
  text-decoration: none;
}
.badge-outline-blue {
  box-sizing: border-box;
  box-shadow: inset 0px 0px 0px 1px #2A86E2;
  color: #2A86E2;     
  text-decoration: none;
}

.badge-outline-secondary {
  box-sizing: border-box;
  box-shadow: inset 0px 0px 0px 1px #C7C7C7;
  color: #20232C;     
  text-decoration: none;
}
.badge-outline-light {
  box-sizing: border-box;
  box-shadow: inset 0px 0px 0px 1px #C7C7C7;
  color: #ffffff;     
  text-decoration: none;
}
.badge-outline-signed {
  box-sizing: border-box;
  box-shadow: inset 0px 0px 0px 1px #60C35F;
  color: #60C35F;     
  text-decoration: none;
}
.badge-outline-pending, .badge-outline-purple {
  box-sizing: border-box;
  box-shadow: inset 0px 0px 0px 1px #5063D3;
  color: #4356C9;     
  text-decoration: none;
}
.badge-outline-purple2 {
  box-shadow: inset 0px 0px 0px 1px #3C4286;
  color: #3C4286;
}
.badge-outline-han-purple {
  box-shadow: inset 0px 0px 0px 1px #4356C9;
  color: #4356C9;
}
.badge-outline-dark-grey {
  box-shadow: inset 0px 0px 0px 1px #20232C;
  color: #20232C;
}
.badge-outline-cold-grey {
  box-shadow: inset 0px 0px 0px 1px #9094A5;
  color: #5D6171;
}
.badge-outline-green {
  box-shadow: inset 0px 0px 0px 1px #53CBA2;
  color: #53CBA2;
}
.badge-outline-coral {
  box-sizing: border-box;
  box-shadow: inset 0px 0px 0px 1px #F56969;
  color: #F56969;     
  text-decoration: none;
}
.badge-outline-orange {
  box-sizing: border-box;
  box-shadow: inset 0px 0px 0px 1px #FF8D08;
  color: #FF8D08;     
  text-decoration: none;
}
.res-tag {
  display: inline-block;
  padding: 0.3125rem 0.375rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.125rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .res-tag {
      transition: none; } }
  a.res-tag:hover, a.res-tag:focus {
    text-decoration: none; }
  .res-tag:empty {
    display: none; }

.btn .res-tag {
  position: relative;
  top: -1px; }
.res-tag-sm {
    box-sizing: border-box;
    padding: 2px 8px !important;
    border-radius: 20px;
}
.res-tag-outline-style, .res-outline-style, .badge-outline-style {
  box-sizing: border-box;     
  text-decoration: none;
}
.res-tag-out-color-1, .res-task-out-color-1 {
  box-shadow: inset 0px 0px 0px 1px #F56969;
  color: #F56969;
}
.res-tag-out-color-2, .res-task-out-color-2 {
  box-shadow: inset 0px 0px 0px 1px #FD9C7B;
  color: #FD9C7B;
}
.res-tag-out-color-3, .res-task-out-color-3 {
  box-shadow: inset 0px 0px 0px 1px #FF970A;
  color: #FF970A;
}
.res-tag-out-color-4, .res-task-out-color-4 {
  box-shadow: inset 0px 0px 0px 1px #F0CE11;
  color: #F0CE11;
}
.res-tag-out-color-5, .res-task-out-color-5 {
  box-shadow: inset 0px 0px 0px 1px #2383E2;
  color: #2383E2;
}
.res-tag-out-color-6, .res-task-out-color-6 {
  box-shadow: inset 0px 0px 0px 1px #3C4286;
  color: #3C4286;
}
.res-tag-out-color-7, .res-task-out-color-7 {
  box-shadow: inset 0px 0px 0px 1px #5063D3;
  color: #5063D3;
}
.res-tag-out-color-8, .res-task-out-color-8 {
  box-shadow: inset 0px 0px 0px 1px #E656B4;
  color: #E656B4;
}
.res-tag-out-color-9, .res-task-out-color-9 {
  box-shadow: inset 0px 0px 0px 1px #304657;
  color: #304657;
}
.res-tag-out-color-10, .res-task-out-color-10 {
  box-shadow: inset 0px 0px 0px 1px #778691;
  color: #778691;
}
.res-tag-out-color-11, .res-task-out-color-11 {
  box-shadow: inset 0px 0px 0px 1px #53CBA2;
  color: #53CBA2;
}
.res-tag-out-color-12, .res-task-out-color-12 {
  box-shadow: inset 0px 0px 0px 1px #60C35F;
  color: #60C35F;
}
.res-tag-bg-1, .res-task-bg-1 {
  background-color: #F56969 !important; }
.res-tag-bg-2, .res-task-bg-2 {
  background-color: #FD9C7B !important; }
.res-tag-bg-3, .res-task-bg-3 {
  background-color: #FF970A !important; }
.res-tag-bg-4, .res-task-bg-4 {
  background-color: #F0CE11 !important; }
.res-tag-bg-5, .res-task-bg-5 {
  background-color: #2383E2 !important; }
.res-tag-bg-6, .res-task-bg-6 {
  background-color: #3C4286 !important; }
.res-tag-bg-7, .res-task-bg-7 {
  background-color: #5063D3 !important; }
.res-tag-bg-8, .res-task-bg-8 {
  background-color: #E656B4 !important; }
.res-tag-bg-9, .res-task-bg-9 {
  background-color: #304657 !important; }
.res-tag-bg-10, .res-task-bg-10 {
  background-color: #778691 !important; }
.res-tag-bg-11, .res-task-bg-11 {
  background-color: #53CBA2 !important; }
.res-tag-bg-12, .res-task-bg-12 {
  background-color: #60C35F !important; }

.res-rounded-sm {
    padding: 5px 8px !important;
    border-radius: 20px;
}
.res-outline-secondary {
  box-shadow: inset 0px 0px 0px 1px #C7C7C7;
  color: #20232C;
}
.res-outline-green {
  box-shadow: inset 0px 0px 0px 1px #60C35F;
  color: #60C35F;
}
.res-outline-purple {
  box-shadow: inset 0px 0px 0px 1px #5063D3;
  color: #5063D3;
}
.res-outline-coral {
  box-shadow: inset 0px 0px 0px 1px #F56969;
  color: #F56969;
}
.res-outline-black {
  box-shadow: inset 0px 0px 0px 1px #20232C;
  color: #20232C;
}


/* Maring & Padding Style CSS
==================================================== */
.dropdown-toggle::after {
    margin-left: 0;
}



/* Margin Top CSS (.mt = margin-top) */
.mt-0 { margin-top: 0 !important; }
.mt-5 { margin-top:5px !important; }/*Kukázni kellene mindenhol*/
.mt-7 { margin-top:7px !important; }
.mt-8 { margin-top:8px !important; }
.mt-10 { margin-top: 10px !important; }
.mt-13 { margin-top: 13px !important; }
.mt-15 { margin-top: 15px !important; }
.mt-20 { margin-top: 20px !important; }
.mt-23 { margin-top: 23px !important; }
.mt-25 { margin-top: 25px !important; }
.mt-30 { margin-top: 30px !important; }
.mt-40 { margin-top: 40px !important; }
.mt-50 { margin-top: 50px !important; }
.mt-60 { margin-top: 60px !important; }
.mt-70 { margin-top: 70px !important; }
.mt-75 { margin-top: 75px !important; }
.mt-80 { margin-top: 80px !important; }
.mt-85 { margin-top: 85px !important; }
.mt-90 { margin-top: 90px !important; }
.mt-100 { margin-top: 100px !important; }
.mt-110 { margin-top: 110px !important; }
.mt-120 { margin-top: 120px !important; }
.mt-130 { margin-top: 130px !important; }
.mt-140 { margin-top: 140px !important; }
.mt-150 { margin-top: 150px !important;}
.mt-160 { margin-top: 160px !important;}
.mt-170 { margin-top: 170px !important;}
.mt-180 { margin-top: 180px !important;}

/* Margin Right CSS (.mr = margin-right) */
.mr-0 { margin-right: 0 !important }
/*.mr-3 { margin-right: 3px !important }*/
.mr-5 { margin-right: 5px !important }
.mr-10 { margin-right: 10px !important; }
.mr-15 { margin-right: 15px !important; }
.mr-20 { margin-right: 20px !important; }
.mr-30 { margin-right: 30px !important; }
.mr-40 { margin-right: 40px !important; }
.mr-45 { margin-right: 45px !important; }
.mr-50 { margin-right: 50px !important; }
.mr-60 { margin-right: 60px !important; }
.mr-70 { margin-right: 70px !important; }
.mr-80 { margin-right: 80px !important; }
.mr-90 { margin-right: 90px !important; }
.mr-100 { margin-right: 100px !important; }
.mr-110 { margin-right: 110px !important; }
.mr-120 { margin-right: 120px !important; }
.mr-130 { margin-right: 130px !important; }
.mr-140 { margin-right: 140px !important; }
.mr-150 { margin-right: 150px !important; }

/* Margin Bottom CSS (.mb = margin-bottom) */
.last-p-none p:last-of-type { margin-bottom: 0; }
.mb-0 { margin-bottom: 0 !important }
.mb-5 { margin-bottom: 5px !important; }
.mb-10 { margin-bottom: 10px !important; }
.mb-15 { margin-bottom: 15px !important; }
.mb-18 { margin-bottom: 18px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-25 { margin-bottom: 25px !important; }
.mb-30 { margin-bottom: 30px !important; }
.mb-35 { margin-bottom: 35px !important; }
.mb-40 { margin-bottom: 40px !important; }
.mb-50 { margin-bottom: 50px !important; }
.mb-60 { margin-bottom: 60px !important; }
.mb-70 { margin-bottom: 70px !important; }
.mb-80 { margin-bottom: 80px !important; }
.mb-90 { margin-bottom: 90px !important; }
.mb-100 { margin-bottom: 100px !important; }
.mb-110 { margin-bottom: 110px !important; }
.mb-120 { margin-bottom: 120px !important; }
.mb-130 { margin-bottom: 130px !important; }
.mb-140 { margin-bottom: 140px !important; }
.mb-150 { margin-bottom: 150px !important; }

/* Margin Left CSS (.ml = margin-left) */
.ml-0 { margin-left: 0 !important }
/*.ml-3 { margin-left: 3px !important }*/
.ml-5 { margin-left: 5px !important }
.ml-7 { margin-left: 7px !important }
.ml-10 { margin-left: 10px !important; }
.ml-15 { margin-left: 15px !important; }
.ml-20 { margin-left: 20px !important; }
.ml-25 { margin-left: 25px !important; }
.ml-30 { margin-left: 30px !important; }
.ml-40 { margin-left: 40px !important; }
.ml-50 { margin-left: 50px !important; }
.ml-60 { margin-left: 60px !important; }
.ml-70 { margin-left: 70px !important; }
.ml-80 { margin-left: 80px !important; }
.ml-90 { margin-left: 90px !important; }
.ml-100 { margin-left: 100px !important; }
.ml-110 { margin-left: 110px !important; }
.ml-120 { margin-left: 120px !important; }
.ml-125 { margin-left: 125px !important; }
.ml-130 { margin-left: 130px !important; }
.ml-135 { margin-left: 135px !important; }
.ml-140 { margin-left: 140px !important; }
.ml-145 { margin-left: 145px !important; }
.ml-150 { margin-left: 150px !important; }
.ml-155 { margin-left: 155px !important; }

/* Padding Top CSS (.pt = padding-top) */

.pt-0 { padding-top: 0 !important }
/*.pt-3 { padding-top: 3px !important }*/
/*.pt-5 { padding-top:5px !important; }*/
.pt-10 { padding-top: 10px !important; }
.pt-15 { padding-top: 15px !important; }
.pt-20 { padding-top: 20px !important; }
.pt-30 { padding-top: 30px !important; }
.pt-35 { padding-top: 35px !important; }
.pt-36 { padding-top: 36px !important; }
.pt-37 { padding-top: 37px !important; }
.pt-38 { padding-top: 38px !important; }
.pt-39 { padding-top: 39px !important; }
.pt-40 { padding-top: 40px !important; }
.pt-43 { padding-top: 43px !important; }
.pt-45 { padding-top: 45px !important; }
.pt-50 { padding-top: 50px !important; }
.pt-60 { padding-top: 60px !important; }
.pt-70 { padding-top: 70px !important; }
.pt-80 { padding-top: 80px !important; }
.pt-90 { padding-top: 90px !important; }
.pt-100 { padding-top: 100px !important; }
.pt-110 { padding-top: 110px !important; }
.pt-120 { padding-top: 120px !important; }
.pt-130 { padding-top: 130px !important; }
.pt-140 { padding-top: 140px !important; }
.pt-150 { padding-top: 150px !important; }
.pt-155 { padding-top: 155px !important; }
.pt-160 { padding-top: 160px !important; }
.pt-170 { padding-top: 170px !important; }

/* Padding Right CSS (.pr = padding-right) */
.pr-0 { padding-right: 0!important }
/*.pr-5 { padding-right: 5px !important; }*/
.pr-10 { padding-right: 10px !important; }
.pr-12 { padding-right: 12px !important; }
.pr-15 { padding-right: 15px !important; }
.pr-20 { padding-right: 20px !important; }
.pr-30 { padding-right: 30px !important; }
.pr-40 { padding-right: 40px !important; }
.pr-50 { padding-right: 50px !important; }
.pr-60 { padding-right: 60px !important; }
.pr-70 { padding-right: 70px !important; }
.pr-80 { padding-right: 80px !important; }
.pr-90 { padding-right: 90px !important; }
.pr-100 { padding-right: 100px !important; }
.pr-110 { padding-right: 110px !important; }
.pr-120 { padding-right: 120px !important; }
.pr-130 { padding-right: 130px !important; }
.pr-140 { padding-right: 140px !important; }

 /* Padding Bottom CSS (.pb = padding-bottom) */
.pb-0 { padding-bottom: 0 !important }
/*.pb-3 { padding-bottom: 3px !important }*/
/*.pb-5 { padding-bottom: 5px !important }*/
.pb-10 { padding-bottom: 10px !important; }
.pb-15 { padding-bottom: 15px !important; }
.pb-20 { padding-bottom: 20px !important; }
.pb-30 { padding-bottom: 30px !important; }
.pb-40 { padding-bottom: 40px !important; }
.pb-50 { padding-bottom: 50px !important; }
.pb-60 { padding-bottom: 60px !important; }
.pb-70 { padding-bottom: 70px !important; }
.pb-80 { padding-bottom: 80px !important; }
.pb-90 { padding-bottom: 90px !important; }
.pb-100 { padding-bottom: 100px !important; }
.pb-110 { padding-bottom: 110px !important; }
.pb-120 { padding-bottom: 120px !important; }
.pb-130 { padding-bottom: 130px !important; }
.pb-140 { padding-bottom: 140px !important; }
.pb-150 { padding-bottom: 150px !important; }

 /* Padding Left CSS (.pl = padding-left) */
.pl-0 { padding-left: 0!important }
/*.pl-3 { padding-left: 3px !important; }*/
.pl-5 { padding-left: 5px !important; }
.pl-10 { padding-left: 10px !important; }
.pl-15 { padding-left: 15px !important; }
.pl-20 { padding-left: 20px !important; }
.pl-23 { padding-left: 23px !important; }
.pl-30 { padding-left: 30px !important; }
.pl-40 { padding-left: 40px !important; }
.pl-50 { padding-left: 50px !important; }
.pl-60 { padding-left: 60px !important; }
.pl-70 { padding-left: 70px !important; }
.pl-80 { padding-left: 80px !important; }
.pl-90 { padding-left: 90px !important; }
.pl-100 { padding-left: 100px !important; }
.pl-110 { padding-left: 110px !important; }
.pl-120 { padding-left: 120px !important; }
.pl-130 { padding-left: 130px !important; }
.pl-140 { padding-left: 140px !important; }
.pl-150 { padding-left: 150px !important; }

	/* General Padding Style CSS */
    .pad-2-all { padding:2px !important; }
	.pad-5-all { padding:5px !important; }
	.pad-10-all { padding:10px !important; }
	.pad-15-all { padding:15px !important; }
	.pad-20-all { padding:20px !important; }
	.pad-25-all { padding:25px !important; }
	.pad-30-all { padding:30px !important; }
	.pad-35-all { padding:35px !important; }
	.pad-40-all { padding:40px !important; }
	.pad-50-all { padding:50px !important; }
	.pad-60-all { padding:60px !important; }
	.pad-70-all { padding:70px !important; }
	.pad-80-all { padding:80px !important; }
	.pad-90-all { padding:90px !important; }
	.pad-100-all { padding:80px !important; } /* padding override with section padding */
	.pl-pr-zero { padding-left:0 !important; padding-right:0 !important; }
	.pt-pb-zero { padding-top:0 !important; padding-bottom:0 !important; }
	.p-0 { padding-top: 0 !important; padding-right: 0 !important; padding-bottom: 0 !important; padding-left: 0 !important; }

	/* General Marging */
	.m-0 { margin-top: 0 !important; margin-right: 0 !important; margin-bottom: 0 !important; margin-left: 0 !important; }
	.m-h-auto { margin-left:auto; margin-right:auto; }
	.m-v-auto { margin-top:auto; margin-bottom:auto; }
	.mrg-5-all { margin:5px; }
	.mrg-10-all { margin:10px; }
	.mrg-15-all { margin:15px; }
	.mrg-20-all { margin:20px; }
	.mrg-25-all { margin:25px; }
	.mrg-30-all { margin:30px; }
	.mrg-40-all { margin:50px; }
	.mrg-50-all { margin:50px; }

/* POSITIONs
========================================================== */
.position-tl0 { 
    top: 0px !important;
    left: 0px !important;
}
.position-tr0 { 
    top: 0px !important;
    right: 0px !important;
}
.position-bl0 { 
    bottom: 0px !important;
    right: 0px !important;
}
.position-br0 { 
    bottom: 0px !important;
    right: 0px !important;
}
/* MAX width (in percentage)
========================================================== */
.max-width-50p { max-width: 50% !important; height: auto; }
.max-width-60p { max-width: 60% !important; height: auto; }
.max-width-65p { max-width: 65% !important; height: auto; }
.max-width-70p { max-width: 70% !important; height: auto; }
.max-width-75p { max-width: 75% !important; height: auto; }
.max-width-80p { max-width: 80% !important; height: auto; }
.max-width-85p { max-width: 85% !important; height: auto; }
.max-width-90p { max-width: 90% !important; height: auto; }
.max-width-95p { max-width: 95% !important; height: auto; }

/* MAX WIDTH
========================================================== */
.max-width-none { max-width:none; }
.max-width-25 { max-width: 25px !important; }
.max-width-50 { max-width: 50px !important; }
.max-width-100 { max-width: 100px !important; }
.max-width-150 { max-width: 150px !important; }
.max-width-170 { max-width: 170px !important; }
.max-width-200 { max-width: 200px !important; }
.max-width-250 { max-width: 250px !important; }
.max-width-300 { max-width: 300px !important; }
.max-width-350 { max-width: 350px !important; }
.max-width-400 { max-width: 400px !important; }
.max-width-450 { max-width: 50px !important; }
.max-width-500 { max-width: 500px !important; }
.max-width-550 { max-width: 550px !important; }
.max-width-600 { max-width: 600px !important; }

/* MIN WIDTH
========================================================== */
.min-width-100 { min-width: 100px !important; }
.min-width-140 { min-width: 140px !important; }
.min-width-150 { min-width: 150px !important; }
.min-width-200 { min-width: 200px !important; }
.min-width-250 { min-width: 250px !important; }
.min-width-330 { min-width: 330px !important; }
.min-width-350 { min-width: 350px !important; }

/* MIN HEIGHT
========================================================== */
.min-height-35 { min-height: 38px !important; }
.min-height-40 { min-height: 40px !important; }
.min-height-45 { min-height: 45px !important; }
.min-height-50 { min-height: 50px !important; }
.min-height-230 { min-height: 230px !important; }

/* MAX HEIGHT
========================================================== */
.max-height-230 { max-height: 230px !important; }
.max-height-550 { max-height: 550px !important; }
.max-height-30 { max-height: 30px !important; }

/* ASPECT RATIOS
========================================================== */
.aspect-ratio-3-2 {
  width: 100%;    
  aspect-ratio: 3 / 2;
}


/* Width Style CSS ==================================================== */
.width-half { width:50%; }
.width-90percent { width:90% !important; }
.width-full { width:100%; }
.width-half { width:50%; }
.width-30 { width:30px !important; }
.width-50 { width:50px !important; }
.width-70 { width:70px !important; }
.width-100 { width:100px !important; }
.width-150 { width:150px !important; }
.width-160 { width:160px !important; }
.width-180 { width:180px !important; }
.width-200 { width:200px !important; }
.width-250 { width:250px !important; }
.width-220 { width:220px !important; }
.width-235 { width:235px !important; }
.width-300 { width:300px !important; }
.width-400 { width: 400px !important; }

.minwidth-100 {min-width: 100px !important;}
.minwidth-250 {min-width: 250px !important;}


/* Height Style CSS ==================================================== */
.height-full { height:100%; }
.height-50vh { height:50vh; }
.height-60vh { height:60vh !important; }
.height-70vh { height:70vh; }
.height-90vh { height:90vh; }
.height-full { height:100%; }
.height-cover { height:100vh; }
.card-height-full { height: calc(100vh - 215px); }
.flex-full-height { height:100%; } /* cover flex full height */
.flex-box-spacer [class*="col-"] { margin-bottom:25px; } /* cover flex spacer */
.flex-mrg-none { margin-bottom:0; }

/* Min Height Style CSS ==================================================== */
.height-auto { height: auto !important;}
.height-30 { height: 30px; }
.height-50 { height: 50px; }
.height-100 { height: 100px; }
.height-150 { height: 150px; }
.height-200 { height: 200px; }
.height-220 { height: 220px; }
.height-230 { height: 230px; }
.height-235 { height: 235px; }
.height-255 { height: 255px; }
.height-260 { height: 260px; }
.height-290 { height: 290px; }
.height-300 { height: 303px; }
.height-305 { height: 305px; }
.height-320 { height: 320px; }
.height-350 { height: 350px; }
.height-380 { height: 380px; }
.height-410 { height: 410px; }
.height-420 { height: 420px; }
.height-440 { height: 440px; }
.height-470 { height: 470px; }
.height-500 { height: 500px; }
.height-550 { height: 550px; }
.height-2000 { height: 2000px; }
.height-xxxsmall-screen {height:100px;}
.height-xxsmall-screen {height:200px;}
.height-xsmall-screen {height:300px;}
.height-small-screen {height:400px;}
.height-one-second-screen {height:600px;}
.height-one-third-screen {height:700px;}
.height-one-fourth-screen {height:800px;}
.height-one-fifth-screen {height:900px;}
.height-one-sixth-screen {height:1000px !important;}

.minheight-100 {min-height: 100px;}

/* SCALE CSS ==================================================== */
.scale-1-5 {
    transform: scale(1.5)
}
.scale-1-6 {
    transform: scale(1.6)
}
.scale-1-7 {
    transform: scale(1.7)
}
.scale-1-8 {
    transform: scale(1.8)
}
.scale-2 {
    transform: scale(2)
}

/* Letter Spacing Style CSS ==================================================== */
.no-letter-spacing {letter-spacing:0px}
.letter-spacing-0-5 {letter-spacing:0.5px}
.letter-spacing-0-7 {letter-spacing:0.7px}
.letter-spacing-1 {letter-spacing:1px}
.letter-spacing-2 {letter-spacing:2px}
.letter-spacing-3 {letter-spacing:3px}
.letter-spacing-4 {letter-spacing:4px}
.letter-spacing-5 {letter-spacing:5px}
.letter-spacing-6 {letter-spacing:6px}
.letter-spacing-7 {letter-spacing:7px}
.letter-spacing-8 {letter-spacing:8px}
.letter-spacing-9 {letter-spacing:9px}
.letter-spacing-10 {letter-spacing:10px}

/* Postiion Spacer Style CSS ==================================================== */
.pos-t-25, .pos-t-35, .pos-t-45, .pos-t-55, .pos-t-65, .pos-t-75, .pos-t-85, .pos-t-95, .pos-t-105 { position:relative; }
.pos-t-25 { top:25px; }
.pos-t-35 { top:35px; }
.pos-t-45 { top:45px; }
.pos-t-55 { top:55px; }
.pos-t-65 { top:65px; }
.pos-t-75 { top:75px; }
.pos-t-85 { top:85px; }
.pos-t-95 { top:95px; }
.pos-t-105 { top:105px; }
.pos-b-25 { bottom:25px; }
.pos-t-0 { top:0; }
.pos-b-0 { bottom:0; }
.pos-l-0 { left:0; }
.pos-r-0 { right:0; }

/* Z-Index Style CSS ==================================================== */
.z-index-2000 {z-index:2000}
.z-index-1111 {z-index:1111 !important;}
.z-index-200 {z-index:200;}
.z-index-150 {z-index:150;}
.z-index-111 {z-index:111;}
.z-index-0 {z-index:0;}
.z-index-1 {z-index:1;}
.z-index-2 {z-index:2;}
.z-index-3 {z-index:3;}
.z-index-4 {z-index:4;}
.z-index-5 {z-index:5;}
.z-index-10 {z-index:10;}

/* Border Style CSS
==================================================== */
.bdr-l-0 { border-left:none !important; }
.bdr-r-0 { border-right:none !important; }
.bdr-t-0 { border-top:none !important; }
.bdr-b-0 { border-bottom:none !important; }
.border-all {border: 1px solid #ededed}
.border-width-1 {border-width:1px !important;}
.border-width-2 {border-width:2px !important;}
.border-width-3 {border-width:3px !important;}
.border-width-4 {border-width:4px !important;}
.border-width-5 {border-width:5px !important;}
.border-width-6 {border-width:6px !important;}
.border-width-7 {border-width:7px !important;}
.border-width-8 {border-width:8px !important;}
.border-width-9 {border-width:9px !important;}
.border-width-10 {border-width:10px !important;}
.border-width-20 {border-width:20px !important;}

	/* Border Width CSS*/
	.border-top {border-top: 1px solid !important;
     border-top-color: #dddddd !important;;
     }
	.border-bottom {border-bottom: 1px solid;}
	.border-left {border-left: 1px solid !important;}
	.border-right {border-right: 1px solid;}
	.border-lr {border-left: 1px solid; border-right: 1px solid;}
	.border-tb {border-top: 1px solid; border-bottom: 1px solid;}

	/* Border With Specific Direction CSS */
	.border-top-only { border-top-style:solid; }
	.border-bottom-only {
        border-top: none !important;
        border-right: none !important;
        border-left: none !important;
        border-bottom: 1px solid #ededed !important;  
     }
	.border-left-only { border-left-style:solid; }
	.border-right-only { border-right-style:solid; }

	/* Border Utility CSS */
	.border-r-none { border-right:medium none !important; }
	.border-t-none { border-top:medium none !important; }
	.border-l-none { border-left:medium none !important; }
	.border-b-none { border-bottom:medium none !important; }

	/* Border Style CSS */
	.border-none { border:medium none !important; }
	.border-style-dotted {border-style: dotted !important;}
	.border-style-dashed {border-style: dashed !important;}
    .border-style-dashed-1 {   
      background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='0' ry='0' stroke='%23333' stroke-width='4' stroke-dasharray='10%2c15' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
     }
     .border-style-dashed-2 { background-image: repeating-linear-gradient(0deg, #333333, #333333 15px, transparent 15px, transparent 30px, #333333 30px), repeating-linear-gradient(90deg, #333333, #333333 15px, transparent 15px, transparent 30px, #333333 30px), repeating-linear-gradient(180deg, #333333, #333333 15px, transparent 15px, transparent 30px, #333333 30px), repeating-linear-gradient(270deg, #333333, #333333 15px, transparent 15px, transparent 30px, #333333 30px); background-size: 1px calc(100% + 30px), calc(100% + 30px) 1px, 1px calc(100% + 30px) , calc(100% + 30px) 1px; background-position: 0 0, 0 0, 100% 0, 0 100%; background-repeat: no-repeat; animation: borderAnimation 1s infinite linear; }

@keyframes borderAnimation { from { background-position: 0 0, -30px 0, 100% -30px, 0 100%; } to { background-position: 0 -30px, 0 0, 100% 0, -30px 100%; } } 
	.border-style-solid {border-style: solid !important;}
	.border-style-double {border-style: double !important;}
	.border-style-groove {border-style: groove !important;}
	.border-style-ridge {border-style: ridge !important;}
	.border-style-inset {border-style: inset !important;}
	.border-style-outset {border-style: outset !important;}
	.border-style-disp-none {border-style: none !important;}
	.border-style-transperent {border-color: transparent !important;}

/* ROUNDED 
==================================================== */

.rounded-5 { border-radius: 5px; }
.rounded-7 { border-radius: 7px !important; }
.rounded-10 { border-radius: 10px !important; } 
.rounded-t-10 { border-radius: 10px 10px 0 0 !important;}
.rounded-b-10 { border-radius: 0 0 10px 10px !important;}
.rounded-15 { border-radius: 15px !important; }
.rounded-20 { border-radius: 20px !important; }
.rounded-25 { border-radius: 25px !important; }
.rounded-30 { border-radius: 30px !important; }

/* tl=top left, tr=top right, br=bottom right, bl=bottom left 
==================================================== */
.rounded-tl-0 { border-top-left-radius: 0 !important;}
.rounded-tr-0 { border-top-right-radius: 0 !important;}
.rounded-br-0 { border-bottom-right-radius: 0 !important;}
.rounded-bl-0 { border-bottom-left-radius: 0 !important;}

/* SHADOWS
==================================================== */
.shadow-black-1 {
 -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.16); 
 box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.16);
 box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 20%);    
}
.shadow-black-2 {
 -webkit-box-shadow: 0 0 0.5rem rgb(0 0 0 / 15%);
 box-shadow: 0 0 0.5rem rgb(0 0 0 / 15%);    
}

/* General */
.background2 { background-color: rgb(84,110,129) }
.background3 { background-color: rgb(95,123,144) }
.background4 { background-color: rgb(107,136,158) }
.background5 { background-color: rgb(122,148,168) }
.background6 { background-color: rgb(137,160,178) }
.background7 { background-color: rgb(153,173,188) }
.background8 { background-color: rgb(168,185,198) }
.background9 { background-color: rgb(183,197,208) }
.background10 { background-color: rgb(199,210,218) }
.background11 { background-color: rgb(214,222,228) }
.background12 { background-color: rgb(229,234,238) }

.form-control-static,
.readonly_label{
  padding-top: 8px;
}

.read-row .readonly_label{
  padding-top: inherit;
}

.row-stripped:nth-child(odd){
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.padding-4{
  padding: 4px;
}

.red{
  color: red;
}

.spinner-gif{
  width: 16px;
  height: 16px;
  background-image: url('/assets/images/spinner.gif');
  display: inline;
  line-height: 16px;
  padding-left: 20px;
  background-repeat: no-repeat;
}

/* Blink for Webkit and others
(Chrome, Safari, Firefox, IE, ...)
*/

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.blink{
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.7s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-timing-function:ease-in-out;
  -webkit-animation-direction: alternate;
}

.chzn-container, .chzn-container .chzn-drop {
  width: 100%!important;
}

.chzn-container-multi .chzn-choices {
  padding: 4px;
    border-radius: 4px;
}

.chzn-container-multi .chzn-choices .search-field input {
    height: 25px !important;
}

/* Login */
.form-signin {
    max-width: 400px;
    padding: 15px;
    margin: 0 auto;
}

#password-eye-check{
    cursor:pointer;
}

/* Leads - Commission Request Form */
#form-commission_request .req_amount_comm1_form_group,
#form-commission_request .req_amount_comm2_form_group,
#form-commission_request .req_amount_comm3_form_group,
#form-commission_request .agent_comm1_form_group,
#form-commission_request .agent_comm2_form_group,
#form-commission_request .agent_comm3_form_group{
  background-color: rgb(229,234,238);
  padding-top: 4px;
  margin: 0;
}

#form-commission_request .agent_comm1_form_group,
#form-commission_request .agent_comm2_form_group,
#form-commission_request .agent_comm3_form_group{
    margin-bottom: 6px;
    padding-bottom: 4px;
}

/* Finance - Reconcile*/
#form-reconcile .datepicker{
  width: 80%;
  display: inline-block;
  margin-right: 5px;
}

#form-reconcile .ui-datepicker-trigger{
  position: inherit;
  top: 0;
  right: 0;
  padding: 0;
}

/* Property - Rental listing - Clone */
#form-rental_clone #field-pr_property_id,
#form-rental_clone #field-apartment {
    width: 50%;
    float: left;
    height: 34px;
}

/* eSignature */
.sigWrapper {
    clear: both;
    border: 1px solid #ccc;
    max-width: 302px;
}

.pad {
  /*width: 100%;*/
  position: relative;

  /**
  * For cross browser compatibility, this should be an absolute URL
  * In IE the cursor is relative to the HTML document
  * In all other browsers the cursor is relative to the CSS file
  *
  * http://www.useragentman.com/blog/2011/12/21/cross-browser-css-cursor-images-in-depth/
  */
  cursor: url("/assets/signature-pad/assets/pen.cur"), crosshair;
  /**
  * IE will ignore this line because of the hotspot position
  * Unfortunately we need this twice, because some browsers ignore the hotspot inside the .cur
  */
  cursor: url("/assets/signature-pad/assets/pen.cur") 16 16, crosshair;

  -ms-touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

#esignature_pdf_form img.pdf_import{
  margin: -80px -80px -30px -80px;
}

object.pdf-view{
  height: -webkit-fill-available;
}

@media (min-width: 768px){
  /* Finance - Check/Cash Payment*/
  .form-group.amount .col-sm-1 {
      width: 13.88888888%;
      padding-left: 10px;
      padding-right: 10px;
      text-align: right;
  }
}

@media (max-width: 992px){
  /* Leads - Defosit Release / Commission Request Form - Rental deal info */
  #field-deal_info .text-right{
    text-align: inherit;
  }
}

/* Add new styles for RESoft Forms */

.multiselect-100 .multiselect-native-select {
  width: 100% !important; 
}

.gc-container .form-group label {
    text-align: left;
}

.form-container {
    border: unset!important;
}

textarea.form-control{
    height: 100px;
}

/* Edit - Choosen Multi */
.chosen-container.chosen-container-multi {
    width: 100%!important;
}

.chosen-container.chosen-container-multi .chosen-choices{
    background: #fff;
    border-color: #ddd;
    padding: 4px 10px;
    border-radius: .1875rem;
}

.chosen-container-multi .chosen-choices li.search-choice {
    background: unset;
}

/* Breadcrumbs */
.breadcrumb-item{
  padding: 0;
}
.breadcrumb-item+.breadcrumb-item{
    padding-left: 4px;
}
.breadcrumb-item+.breadcrumb-item::before {
    padding-right: 4px;
}

/* For change password site */
.no-show-empty {
    flex-wrap: wrap  !important;
    
}

.editor-alert{
  border: 2px solid red !important;
}

.edit-rules-item .readonly_label{
  background: rgba(0, 0, 0, 0.4) !important;
  border-radius: 5px; width: 0.8in !important;
  float: left !important;
  left: 0px !important;
  font-size: 18px  !important;
  text-align: center !important;
  padding: 5px !important;
  height: 18px  !important;
  position: absolute  !important;
  padding-top: 20px !important;
}


/* Marketing templates thumbnails show */

.choose-template .imgcontainer {
  /*border-top: 1px solid #ebebeb;
  padding: 10px 0px 15px 24px;*/

}
/* clearfix */
.choose-template .imgcontainer:before,
.choose-template .imgcontainer:after {
    content: "";
    display: table;
}
.choose-template .imgcontainer:after {
    clear: both;
}

.choose-template .item {
  position:relative;    
  float: left;
  margin-bottom: 15px; 
}
.choose-template .item img {
  max-width: 100%;
  max-height: 100%;  
  vertical-align: bottom;

}

.choose-template .first-item {
  clear: both;
}
/* remove margin bottom on last row */
.choose-template .last-row, .choose-template .last-row ~ .item {
  margin-bottom: 0;
}

/* Contact info col */
#infoContent{
  color:#000;
  position: absolute;
  right: 10px;
  top: 200px;
  height: calc(100% - 200px);
  width: 350px;
  background: #fff;
  transform-origin: 0% 0%;
  transform: translate(0%, 0);
  transition: transform 2s cubic-bezier(0.77, 0.2, 0.05, 1.0);
  overflow-y: scroll;
}

#infoContent li{
 text-decoration: none !important;
 list-style-type: none;
 padding-top:10px;
 cursor:pointer;
}

#infoContent ul{
 padding-top:10px !important;
}

#infoContent .fa-circle{
 font-size: 0.5rem;
}

#infoContent h3{
  width: 100%;
  font-size: 1.05rem;
  background:#203243;
  color:#fff;
  font-weight: bold;
  padding:30px 10px;
}

.activityFeed{
  width: 100%;
  font-weight: bold;
  padding: 10px;
}

.shortData{
  display: none;
}

/*Analytics map*/
#map-canvas {
      height: 680px;
}
/*CRM tasks contact icon*/

.crm-task-letter-icon {
  width: 32px !important;
  height: 32px !important;  
  float: left; 
}

/*CRM Sidebar mobile correction*/
@media (max-width: 991.98px) {
  body:not(.sidebar-mobile-right) .sidebar-right.sidebar-expand-lg, body:not(.sidebar-mobile-right) .sidebar-right.sidebar-expand-lg .sidebar-content {
      right: -100% !important;
  }
    body.sidebar-mobile-right .sidebar-right.sidebar-expand-lg, body.sidebar-mobile-right .sidebar-right.sidebar-expand-lg .sidebar-content {
      right: 0% !important;
  }
}
/*CRM Messages email template selection */
.templateList{
  padding: 5px;
  position: absolute;
  width: 400px;
  right: 5px;
  margin-top: -10px;
  height: 250px;
  z-index: 1;
  border-radius: 3px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  overflow-y: scroll;
  overflow-x: hidden;
}
.rowTemplate{
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  cursor:pointer;
  padding: 5px;
}

.rowTemplate:hover, .rowTemplate.selected{
  background: rgba(0, 0, 0, 0.065);
}
.closepanel{
  cursor:pointer;
}

a.list-icons-item-slide {
color: inherit; 
}

/* FORMS/DOCS - modal - invisible data correction */
#dataAlertModal .card.gc-container #field-form_data{
  display: none;
}

/* eSignature - fill form  */
.json_data{
float:left;
}
#myProgressContainer {
  width: calc(100% - 100px);
  padding-left:10px;
  padding-bottom: 25px;
  padding-top: 4px;
  float:left;
}
#myProgress {
  width: 100%;
  background-color: #e9eaee;
}

#myProgress #myBar {
  width: 0%;
  height: 15px;
  background-color: #62c260;
}
#myProgressindex{
  padding: 0 7px;
  background-color: #16acfe; 
  color:#fff;
  border-radius: 20px;
  text-align: center;
  float:right;
  margin-right: 15px;
}

.preview_btn, .action_btn{
  cursor:pointer;
}

.review_error{
  display:none;
}
#infoContent{
  position: absolute;
  right: 10px;
  top: 400px;
  background: #fff;
  padding: 10px;
}
.due-task.active{
  cursor: pointer;
  background: rgba(0,0,0,.02);
  border: 1px dashed #ccc;
}
.due-task.active .btn-sm.btn-sky-blue, .due-task.active .btn-group.settings-button-container {
  display: none;
}
.due-task:hover{
  background: rgba(0,0,0,.02);
}
.droppable_hover{
  border: 1px dashed blue;
  opacity: 0.5;
}
#center_due_btn{
  position: fixed;
  top:280px;
  width: 360px;
  text-align: center;
}

@media (max-width: 991px) {
  #center_due_btn{
    position: fixed;
    top:220px;
  }
}

/* Lonng Task title! */
td.task_title{
  max-width: 300px;
}

td.task_title .row-link {
  white-space: normal !important;
}

/* Subways icons */

.ldp-list-icon {
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 5px;
}

.subway-line.line-1{
    background-image: url('/assets/images/transportation-icons/1.svg');
}
.subway-line.line-2{
    background-image: url('/assets/images/transportation-icons/2.svg');
}
.subway-line.line-3{
    background-image: url('/assets/images/transportation-icons/3.svg');
}
.subway-line.line-4{
    background-image: url('/assets/images/transportation-icons/4.svg');
}
.subway-line.line-5{
    background-image: url('/assets/images/transportation-icons/5.svg');
}
.subway-line.line-6{
    background-image: url('/assets/images/transportation-icons/6.svg');
}
.subway-line.line-7{
    background-image: url('/assets/images/transportation-icons/7.svg');
}
.subway-line.line-A{
    background-image: url('/assets/images/transportation-icons/a.svg');
}
.subway-line.line-B{
    background-image: url('/assets/images/transportation-icons/b.svg');
}
.subway-line.line-C{
    background-image: url('/assets/images/transportation-icons/c.svg');
}
.subway-line.line-D{
    background-image: url('/assets/images/transportation-icons/d.svg');
}
.subway-line.line-E{
    background-image: url('/assets/images/transportation-icons/e.svg');
}
.subway-line.line-F{
    background-image: url('/assets/images/transportation-icons/f.svg');
}
.subway-line.line-G{
    background-image: url('/assets/images/transportation-icons/g.svg');
}
.subway-line.line-H{
    background-image: url('/assets/images/transportation-icons/h.svg');
}
.subway-line.line-J{
    background-image: url('/assets/images/transportation-icons/j.svg');
}
.subway-line.line-L{
    background-image: url('/assets/images/transportation-icons/l.svg');
}
.subway-line.line-M{
    background-image: url('/assets/images/transportation-icons/m.svg');
}
.subway-line.line-N{
    background-image: url('/assets/images/transportation-icons/n.svg');
}
.subway-line.line-Q{
    background-image: url('/assets/images/transportation-icons/q.svg');
}
.subway-line.line-R{
    background-image: url('/assets/images/transportation-icons/r.svg');
}
.subway-line.line-S{
    background-image: url('/assets/images/transportation-icons/s.svg');
}
.subway-line.line-T{
    background-image: url('/assets/images/transportation-icons/t.svg');
}
.subway-line.line-W{
    background-image: url('/assets/images/transportation-icons/w.svg');
}
.subway-line.line-Z{
    background-image: url('/assets/images/transportation-icons/z.svg');
}
.subway-line.line-ferry{
    background-image: url('/assets/images/transportation-icons/ferry.svg');
}
.subway-line.line-sir{
    background-image: url('/assets/images/transportation-icons/sir.svg');
}

/* Datepicker Style FIX  ==================================================== */
.ui-datepicker {
  width: 22em !important;
}    

/* Green Range  ==================================================== */
.form_point .ui-state-default, .form_point .ui-widget-content .ui-state-default, .form_point .ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6;
    font-weight: normal;
    color: #555;
}
.form_point em.action_bar{
    float: right;
    margin-right: 20px;
}

.form_point .available em.action_bar{
  display:none;
}

.form_point .action_bar em.btn{
  padding: 1px 2px;
    font-size: 90%;
    top: -1px;
    margin-right: 2px;
    margin-top: 8px;
}
.form_point .action_bar .btn-default {
    color: #999;
    box-shadow: 0 0 0 62.5rem rgba(0,0,0,.075) inset;
}

.form_point ul.selected.connected-list.ui-sortable i.fa-arrows-alt-v{
    color: #999;
}

.form_point .listrange{
    position: absolute;
    left: 10px;
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  width: calc(85% - 10px); /* Full-width */
  height: 25px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
  overflow: hidden !important;
}

/* Mouse-over effects */
.form_point .listrange:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.form_point .listrange::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 15px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background: #4CAF50; /* Green background */
  cursor: pointer; /* Cursor on hover */
  box-shadow: -1000px 0 0 1000px #4CAF50;
}

.form_point .listrange::-moz-range-thumb {
  width: 15px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background: #4CAF50; /* Green background */
  cursor: pointer; /* Cursor on hover */
}


.form_point .listrange::-moz-range-progress {
  background-color: #4CAF50; 
}
.form_point .listrange::-ms-fill-lower {
  background-color: #4CAF50; 
}


.form_point .listrange_lab{
    position: absolute;
    left: 0%;
    width: 0%;
    height:25px;    
}
.form_point .listrange_val{
    position: absolute;
    width: 10%;
    height:25px;
    right: 5%;
    background: #666;
    color:#ccc;
    text-align: center;
    line-height: 13px; 
    padding-top:6px;   
}


/* Document management droppable effect */
.droppable_active_person{
    width: 90%;
    height: 10px;
    left: 15%;
    background: transparent;
}
.droppable_hover_person{
    width: 100%;
    height: 65px;
    background: transparent;
    border:2px dotted #ccc;
    cursor: copy;
}

#form_desc{
  width:calc(100% - 16px);
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  height: 20px;
  transition: 0.5s;
}

#form_desc::-webkit-scrollbar {
display: none;
}

.trashReviewer{
  background: #fafafa;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 16%);
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 16%);
}

.select2-selection {
    min-height: 35px;
}

.droppable_active_group{
    width: 100%;
    height: 65px;
    left: 15%;
  background-color: #EBEBEB ;
  animation-name: bganimation;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
.droppable_hover_group{
    width: 100%;
    height: 65px;
    background: transparent;
    border:2px dotted #ccc;
    cursor: copy;
}

@keyframes bganimation {
  from {background-color: #EBEBEB ;}
  to {background-color: #3b4b5b;}
}

/* Mobile-friendly Drag And Drop */
.unselectable {
    -moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dragaware {
    cursor: pointer;
}

.draggable_clone {
    position: absolute; /* also set via javascript */
    z-index: 100001;
    pointer-events:none; /* disable mouse events on the clone */
}

.draggable.dragging, .draggable .dragging {
    opacity: 0.5;
}

.sortable .sortable_clone {
    position: absolute; /* also set via javascript */
    z-index: 100001;
    list-style-type: none;
    opacity: 0.5;
}

.sortable .sortable_placeholder {
    box-sizing: border-box;
    list-style-type: none;
    background: #eee;
    border: 2px dotted #52b218;
}

/* RESig toolbar */
.pdf_toolbar.fixed_bar{
    position: fixed!important;
    top: 50px;
    margin: 0 !important;
    z-index: 1;
    left: 0;
}
.currentPageNumber {
  background-color: #FFF;
  color: #222;
  border-width: 1px;
  border-style: solid;
  border-color: #AAA;
  border-radius: 4px;
  box-shadow: 0 0 8px -3px #ccc;
  top: -2px;
  position: relative;
}


.pagination_ajax_table tr:hover .right_hover_menu,
tr:hover .right_hover_menu, .call_app .right_hover_menu{
  opacity: 1 !important
}
.call_app .draggable_clone{
  width: 200px !important;
  z-index: 99999 !important;
  position: absolute;
}
#dragShadow{
  width: 200%;
  height: 200%;
  position: fixed;
  top: -50%;
  left: -50%;
  opacity: 0.65;
  background: black;
  display: visible;
  overflow: hidden;
}

#dragShadow img{
  max-width: 30%;
  max-height: 30%;
  position: absolute;
  top: 35%;
  left: 35%;
  opacity: 0.35;
}

.call_app .ps__rail-y{
  width: 100px !important;
}

.call_app .crm-sidebar .ps__rail-y{
  width: 5px !important;
}


.call_app .badge.badge-pill.re-type-badge.text-uppercase.badge-bg-process{
  font-size: 7px !important;
}

.call_app .noti_truncate {  
  width:200px;
  
  /**Major Properties**/
  overflow:hidden;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
/* Document management sidebar  */
.crm-sidebar .addressRow  {
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
  overflow-x: scroll; 
  max-height: 40px;
  overflow: auto;
  white-space: nowrap;
}

.crm-sidebar .addressRow::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}

.crm-sidebar .addressRow a {
  width: fit-content;
}

/* Mobile app - Loading page */
body.mobile_app{
  opacity: 0 !important;
}


@keyframes blink {
    /**
     * At the start of the animation the dot
     * has an opacity of .2
     */
    0% {
      opacity: .2;
    }
    /**
     * At 20% the dot is fully visible and
     * then fades out slowly
     */
    20% {
      opacity: 1;
    }
    /**
     * Until it reaches an opacity of .2 and
     * the animation can start again
     */
    100% {
      opacity: .2;
    }
}

.waiting_dots span {
    /**
     * Use the blink animation, which is defined above
     */
    animation-name: blink;
    /**
     * The animation should take 1.4 seconds
     */
    animation-duration: 1.4s;
    /**
     * It will repeat itself forever
     */
    animation-iteration-count: infinite;
    /**
     * This makes sure that the starting style (opacity: .2)
     * of the animation is applied before the animation starts.
     * Otherwise we would see a short flash or would have
     * to set the default styling of the dots to the same
     * as the animation. Same applies for the ending styles.
     */
    animation-fill-mode: both;
}

.waiting_dots span:nth-child(2) {
    /**
     * Starts the animation of the third dot
     * with a delay of .2s, otherwise all dots
     * would animate at the same time
     */
    animation-delay: .2s;
}

.waiting_dots span:nth-child(3) {
    /**
     * Starts the animation of the third dot
     * with a delay of .4s, otherwise all dots
     * would animate at the same time
     */
    animation-delay: .4s;
}

.zoom_button {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: white;
  font-size: 12px;
  border: 1px solid lightgrey;
  cursor: pointer;
  -webkit-appearance: none;
  margin: 0 10px;
}

.hover-simple-effect, .hover-simple-effect:hover {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/*emoji*/
.chat-input .chatMsgInput > img, .emoji-img {
  width: 21px;
  padding-left: 2px;
  padding-right: 2px;
}

.chat-header .menu .burg-menu ul.list, .emoji-dashboard, .emoji-dashboard-support{
  display: none;
  padding: 0;
  position: absolute;
  top: 110%;
  margin: 0;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
  background: #fff;
  list-style-type: none;
  color: #a0a0a0;
  right: 0;
  z-index: 9999;
}
.emoji-dashboard{
  bottom: 0;
  top: auto;
  width: 100%;
}
.emoji-dashboard-support{
  top: auto;
  width: 100%;
  border-radius: 0.938rem;
  height:62px;
}

.emoji-dashboard .emojis, .emoji-dashboard-support .emojis{
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  height: 32px;
  overflow-y: overlay;
  overflow-x: hidden;
}
.emoji-dashboard-support .emojis{
  padding-top: 0px;
  margin-bottom: 0px;
  margin-top: 14px;
}
.emoji-dashboard .emojis li, .emoji-dashboard-support .emojis li{
  margin: 5px 15px;
  cursor: pointer;
}
.hiddenclass{
  opacity: 0 !important;
  width: 0 !important;
}
/* Safari buttons  ==================================================== */
[type=button]:not(.multiselect), [type=reset], [type=submit], button:not(.multiselect) {
    -webkit-appearance: button-bevel !important;
}

/* page opened in iframe */

.in-iframe-custom .custom-card {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  border-radius: 0 !important;
  overflow: hidden;
  overflow-y: auto;
  border: none;
}

.in-iframe-custom .custom-card .card-header,
.in-iframe-custom .custom-card .card-body,
.in-iframe-custom .custom-card .card-footer {
  padding: 1.563rem !important;
}

.in-iframe-custom .custom-card .card-header.custom-card-header {
  display: none;
}
/* COMPONENTS - Overwrite/Add CSS*/
.dataTables_filter > label::after {
  content: none;
}
.dt-buttons {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  margin: 0;
}
.dt-buttons > .btn:first-child {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px; 
}
.dt-buttons > .btn:last-of-type {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px; 
}
.dataTables_paginate, .dataTables_length, .dataTables_info {
  margin: 0; 
}
.dataTable thead .sorting:before {
content: none;
}
.dataTable thead .sorting::after {
  font-size: 20px;
}

/* MODAL AS LEFT/RIGHT EFFECTS  ==================================================== */  
@media (min-width: 431px) {
  .call_app .modal{
    position: absolute !important;
  }
}

  .call_app .modal.left .modal-dialog,
  .call_app .modal.right .modal-dialog,
  .call_app #chat-box {
    max-width: 100% !important;
    height: 100% !important;
    position: fixed;
    margin: auto;
    -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
         -o-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }

  .call_app #chat-box{
    bottom: auto !important;
    top: 55px;
    right: 0 !important;
    max-height: 100% !important;
  }

  .call_app .modal.left .modal-content,
  .call_app .modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
  }
  
  .call_app .modal.left .modal-body,
  .call_app .modal.right .modal-body {
    padding: 15px 15px 80px;
  }

/*Left*/
  .call_app .modal.left.fade .modal-dialog{
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
       -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
         -o-transition: opacity 0.3s linear, left 0.3s ease-out;
            transition: opacity 0.3s linear, left 0.3s ease-out;
  }
  
  .call_app .modal.left.fade.show .modal-dialog{
    left: 0 !important;
  }
        
/*Right*/
  .call_app .modal.right.fade .modal-dialog {
    right: -100%;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
       -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
         -o-transition: opacity 0.3s linear, right 0.3s ease-out;
            transition: opacity 0.3s linear, right 0.3s ease-out;
  }
  
  .call_app .modal.right.fade.show.loaded .modal-dialog {
    right: 0 !important;
  }

  .call_app .card.gc-container,
  .call_app .modal-footer,
  .call_app .modal-header,
  .call_app .modal-content {
    border-radius: 0 !important;
    border: none;
  }

  .call_app .card-content {
    min-height: 100%;
    position: relative;
  }
/* Custom dropdown options */
.custom-dropdown-option {
  cursor: default;
  padding: 0.5rem 1rem;
  user-select: none;
}

.custom-dropdown-option:hover {
  color: #fff;
  background-color: #2196F3;
}

div[data-growl="container"] {
  background: initial;
  border: initial;
}

/* Notify success  */

div[data-growl="container"] {
  background: initial;
  border: initial;
}

div[data-growl="container"] .close {
  display: none!important;
}

div[data-growl="container"] a {
  color: #194D3F;
  font-weight: 700;
}

.call_app #prepareCompReport .agent .multiselect{
  margin-bottom: 10px;
}

.card-body .amenities-select-div .multiselect-native-select{
  width: 100%;
}

.card-body .building-type-select-div .multiselect-native-select{
  width: 100%;
}

.card-body .bedroom-select-div .multiselect-native-select{
  width: 100%;
}

.card-body .bathroom-select-div .multiselect-native-select{
  width: 100%;
}

.call_app .re-main-frame .crud-form #form-button-save{
  margin-left: 10px;
}

@media (max-width: 430px) {
  .call_app #dailyToDoModal .modal-dialog{
    height: 90%;
  }
  .call_app #dailyToDoModal .modal-content{
  height: 100%;
  }
  .call_app .card #requiredFields #field-apartment{
  vertical-align:middle;
  }     
}

.call_app .card-header .btn-group.settings-button-container{
    position: absolute !important;
    right: 0 !important;
    left: auto !important;
}

/* MARKETING SKELETON THUMBS
========================================================== */
.skeleton-thumb{
  width: 180px;
  height: 180px;
  position: absolute;
  top: 0;
  background-color: #ddd;
  border-radius: 0px;
  background-image: linear-gradient(90deg, #ddd 0px, #e8e8e8 60px, #ddd 120px);
  background-size: 400px;
  animation: skeleton 0.8s infinite linear;
}

@keyframes skeleton {
  0% {
    background-position: -32px;
  }
  40%, 100% {
    background-position: 208px;
  }
}

.text-white-90 {
  color: rgba(255, 255, 255, 0.9);
}

.text-white-90:hover {
  color: rgba(255, 255, 255, 0.9); 
  text-decoration: none; 
  background-color: transparent;
}

.mobile-notification-icon {
  display: flex;    
  align-items: center;
  justify-content: center;  
  text-decoration: none;
  white-space: nowrap;   
  border-radius: 14px;
  width: 60px;
  height: 60px;    
}

#editCampaignMaterialModal{
  overflow:auto;
}

#dataConfirmModal{
  overflow:auto;
}