@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*/
  --status-color-10: #A23A37; /* Buyer Represented*/
  --status-color-11: #0A51A0; /* Leased*/
  --dark-grey-color: rgba(32, 35, 44, 0.8); /* Archived color*/
  --incoming-bg: #EAEDF0; /*BOARD Incoming column bg, border bg*/
  --buyers-renters-bg: #EDEFFD; /*BOARD Buyers-Renters column bg, border bg*/
  --sellers-landlords-bg: #FFFBF4; /*BOARD Sellers-Landlords column bg, border bg*/
  --listings-bg: #EDF6FF; /*BOARD Listings column bg, border bg*/
  --transactions-bg: #EBFAEA; /*BOARD Transactions column bg, border bg*/

  --buyer-color-for-all: #3c4286; /*badge bg, text color*/
  --renter-color-for-all: #ff8696; /*badge bg, text color*/
  --seller-color-for-all: #2383e2; /*badge bg, text color*/
  --landlord-color-for-all: #d6b02d; /*badge bg, text 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;
}
.break{
  flex-basis: 100%;
}

pre.commit-message {
  z-index: 100;
}
/* Firefox outline fix */
*:focus-visible {
  outline: none;
}
/* Bootstrap Modal fix */
.modal.show  {
    overflow: scroll;
} 

/* INFO BOX
========================================================== */
.info-box-style-1, .glass-style-1 {
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.9);
    background-color: rgba(255, 255, 255, 0.5);
}
/* Extra text format (Shadow)
========================================================== */
.text-shadow-light {
  text-shadow: 0 0 5px rgba(0,0,0,0.5);,
  text-shadow: 0 0 8px rgba(0,0,0,0.7);,
  text-shadow: 0 0 15px rgba(0,0,0,0.8);
    }
.text-shadow-dark {
  text-shadow: 0 0 15px rgba(255,255,255,0.8);
    }
/* RESearch styles
========================================================== */
.research-list-view-img-size {
    flex: 0 0 110px;
    height:auto;
    }
.research-list-view-details {
    width: 65% !important;
    }

/*MINIMAL PROGRESS BAR ANIM*/
.progress3 {
  padding: 1px;
  background: #cbd3ff;
  border-radius: 30px;
  box-shadow: inset 0 1px 2px rgba(100, 96, 235, 0.25), 0 1px rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.progress-bar3 {
  height: 5px;
  width: 100%;
  border-radius: 30px;
  background-image: linear-gradient(90deg, #cbd3ff, #FFFFFF, #cbd3ff);
  animation: LightAnimation 2s infinite linear; 
  transform-origin: 0% 50%;
}

@keyframes LightAnimation {
  0% {transform:  translateX(0) scaleX(1%);}
  50% {transform:  translateX(0) scaleX(40%);}
  100% {transform:  translateX(100%) scaleX(50%);}
}
/*

.progress2 {
  padding: 1px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
  overflow: hidden;
}
.progress-bar2 {
  height: 5px;
  width: 100%;
  border-radius: 30px;
  background-size: 300%, 300%;
  background-image: linear-gradient(45deg, #7033F3, #7F48F8, #FFFFFF, #7033F3, #FFFFFF, #7F48F8);
  animation: colorAnimation 5s infinite; 
}


 @-webkit-keyframes colorAnimation {
    0%{background-position:0% 0%}
    50%{background-position:100% 0%}
    100%{background-position:0% 0%}
}
@-moz-keyframes colorAnimation {
     0%{background-position:0% 0%}
    50%{background-position:100% 0%}
    100%{background-position:0% 0%}
}
@keyframes colorAnimation {
     0%{background-position:0% 0%}
    50%{background-position:100% 0%}
    100%{background-position:0% 0%}
}*/


/* BG ANIMATIONS */

.bg-anim-outer-container {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 0;
    inset: 0;
    margin: auto;
    filter: blur(100px);
    opacity: 0.18;
}

.bg-anim-inner-container {
    border-radius: 99999px;
    position: absolute;
    inset: 0;
    margin: auto;
    width: 100vw;
    height: 100vh;
    min-width: 1000px;
    overflow: hidden;
    background-color: #fff;
    transform: scale(1.5);
}

.bg-anim {
    position: absolute;
    width: 100vw;
    height: 100vh;
    inset: 0;
    margin: auto;
    background: conic-gradient(from 0deg, #08f, #f60, #bbffa1, #4c00ff, #ab2666, #09f);
    animation: spinBG 18s linear infinite;
}

@keyframes spinBG {
    0% {
        transform: rotate(0deg) scale(2);
    }

    100% {
        transform: rotate(1turn) scale(2);
    }
}

/* LOADER */
.res-loader-sm {
  width: 45px !important;
  height: 45px !important;
}

.res-loader-md {
  width: 75px !important;
  height: 75px !important;
}
.res-loader-lg {
  width: 105px !important;
  height: 105px !important;
}

.res-loader {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: inline-block;
  border-top: 3px solid #7033F3;
  border-right: 3px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 

/* BOOTSTRAP and SELECT2 Select PREPEND - Overwrite custom select styles
========================================================== */
.res-custom-select {
    cursor: pointer;
    display: inline-block;
    width: 100%;
    height: calc(1.5385em + 0.875rem + 2px);
    padding: 0.4375rem 1.3125rem 0.4375rem 0.875rem;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5385;
    border-width: 1px 0px 1px 1px;
    color: inherit;
    vertical-align: middle;
    background-color: #fff;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.res-custom-select-wrapper::after {
    content: "\65";
    font-family: "res-icons" !important;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0.875rem;
    margin-top: -0.2rem;
    font-size: 0.6rem;
    line-height: 1;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    pointer-events: none;
}
/* Additional SELECT 2 classes to fix Input group layout*/
.input-group > .select2-container {
	width: auto !important;
	flex: 1 1 auto;
}

.input-group > .select2-container .select2-selection--single { /*:not(:last-child)*/
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; 
}
.input-group > .select2-container .select2-selection--single:not(:last-child) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; 
}

/* Overwrite SELECT 2 classes */
.custom-select-prepend .select2-container .selection .select2-selection--single {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-width: 1px 0px 1px 1px;
}

.custom-select-prepend .select2-container .selection .select2-selection {
  height: 40px;
  line-height: 25px;
}

.custom-select-prepend .select2-container .selection .select2-selection--single .select2-selection__rendered .select2-selection__clear {
  display: none;
}

.select2-container--default .select2-selection--single.is-invalid,
.select2-container--default .select2-selection--multiple.is-invalid {
    border: 1px solid #dc3545 !important;
    background-color: #fff0f0;
}

/* FLOATING ACTION BUTTON c=collapse bc=bottom center
========================================================== */
.c-arrow-bc {
  position: absolute;
  align-items: flex-end;
  left: 50%;
  bottom: 10px;
}
/* FLOATING ACTION BUTTON default places
========================================================== */
.fab-lt {
  top: 30px;
  left: 30px;
}
.fab-lb {
  bottom: 30px;
  left: 30px;
}
.fab-rb {
  bottom: 30px;
  right: 30px;
}
.fab-rt {
  top: 30px;
  right: 30px;
}

/* FLOATING ACTION BUTTON
========================================================== */
.fab-container {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  user-select: none;
  color: #FFFFFF;
  &:hover{
    height: 100% !important;
    .sub-button:nth-child(2) {
        transform: translateY(-80px);
    }
    .sub-button:nth-child(3) {
        transform: translateY(-140px);
    }
    .sub-button:nth-child(4) {
        transform: translateY(-200px);
    }
    .sub-button:nth-child(5) {
        transform: translateY(-260px);
    }
    .sub-button:nth-child(6) {
        transform: translateY(-320px);
    }
   }
  .fab {
    position: relative;
    height: 70px;
    width: 70px;
    background-color: #0F74FD;
    border-radius: 50%;
    z-index: 2;
    &::before {
      content: " ";
      position: absolute;
      bottom: 0;
      right: 0;
      height: 35px;
      width: 35px;
      background-color: inherit;
      border-radius: 0 0 10px 0;
      z-index: -1;
    }
    .fab-content {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100% !important;
      width: 100% !important;
      border-radius: 50%;
    }
  }
  .sub-button {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 10px;
    right: 10px;
    height: 50px;
    width: 50px;
    background-color: #0F74FD;
    border-radius: 50%;
    transition: all .3s ease;
    &:hover {
      cursor: pointer;
    }
  }
}

/* FLOATING ACTION BUTTON MD TOP to BOTTOM
========================================================== */
.fab-md-container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  user-select: none;
  &:hover{
    height: 220px !important;
    .sub-md-button:nth-child(2) {
        transform: translateY(70px);
    }
    .sub-md-button:nth-child(3) {
        transform: translateY(130px);
    }
    .sub-md-button:nth-child(4) {
        transform: translateY(190px);
    }
    .sub-md-button:nth-child(5) {
        transform: translateY(250px);
    }
    .sub-md-button:nth-child(6) {
        transform: translateY(310px);
    }
   }
  .fab-md {
    position: relative;
    z-index: 2;
    height: 60px;
    width: 60px;
    color: #FFFFFF;
    background-color: #0F74FD;
    border-radius: 50%;
    .fab-md-content {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100% !important;
      width: 100% !important;
      border-radius: 50% !important;
    }
  }
  .active {
    background-color: #0F74FD;
    color: #FFFFFF;
  }
  .sub-md-button {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 45px;
    background-color: #0F74FD;
    border-radius: 50%;
    transition: all .3s ease;
    &:hover {
      cursor: pointer;
    }
  }
}

/* FLOATING ACTION BUTTON SM TOP to BOTTOM
========================================================== */
.fab-sm-container {
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  user-select: none;
  /*background-color: rgba(172,158,159,0.3);  just for test*/
  &:hover{
    height: 220px !important;
    .sub-sm-button:nth-child(2) {
        transform: translateY(40px);
    }
    .sub-sm-button:nth-child(3) {
        transform: translateY(80px);
    }
    .sub-sm-button:nth-child(4) {
        transform: translateY(120px);
    }
    .sub-sm-button:nth-child(5) {
        transform: translateY(160px);
    }
    .sub-sm-button:nth-child(6) {
        transform: translateY(200px);
    }
   }
  .fab-sm {
    position: relative;
    z-index: 2;
    height: 30px;
    width: 30px;
    color: #20232C;
    background-color: #E4E4E4;
    border-radius: 50%;
    .fab-sm-content {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100% !important;
      width: 100% !important;
      border-radius: 50% !important;
    }
  }
  .active {
    background-color: #0F74FD;
    color: #FFFFFF;
  }
  .sub-sm-button {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    background-color: #0F74FD;
    border-radius: 50%;
    transition: all .3s ease;
    &:hover {
      cursor: pointer;
    }
  }
}

/* FLOATING ACTION BUTTON SM l=Left TOP to BOTTOM
========================================================== */
.fab-sm-l-container {
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: flex-end;
  user-select: none;
 &:hover{
    height: 50px !important;
    .sub-sm-l-buttons-container {
      width: 170px !important;
      background: rgba(255, 255, 255, 0.6); /* Make sure this color has an opacity of less than 1*/
      backdrop-filter: blur(8px);
    }
    /*.fab-sm-l-content { ************I need this when the BG is not white*************
      -webkit-box-shadow:0px 0px 8px 2px rgba(255,255,255,0.9);
      -moz-box-shadow: 0px 0px 8px 2px rgba(255,255,255,0.9);
      box-shadow: 0px 0px 8px 2px rgba(255,255,255,0.9);
    }*/
    .sub-sm-l-button:nth-child(1) {
      transform: translateX(-40px);
    }
    .sub-sm-l-button:nth-child(2) {
        transform: translateX(-80px);
    }
    .sub-sm-l-button:nth-child(3) {
        transform: translateX(-120px);
    }
    .sub-sm-l-button:nth-child(4) {
        transform: translateX(-160px);
    }
    .sub-sm-l-button:nth-child(5) {
        transform: translateX(-200px);
    }
   }
  .fab-sm-l {
    position: relative;
    z-index: 2;
    height: 30px;
    width: 30px;
    color: #20232C;
    background-color: #E4E4E4;
    border-radius: 30px;
     }
  .sub-sm-l-buttons-container {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 30px;
    width: 30px;
    color: #2383E2;
    background-color: #C9E4FD;
    border-radius: 30px;
    transition: all 0.3s ease;
     }
  .fab-sm-l-content {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100% !important;
      width: 100% !important;
      border-radius: 30px !important;
      transition:
        all .3s ease,
        box-shadow 0.3s 0.3s;
    }
  .active {
    background-color: #0F74FD !important;
    color: #FFFFFF !important;
  }
  .sub-sm-l-button {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    background-color: #0F74FD;
    border-radius: 50%;
    transition:
    all .3s ease,
    box-shadow 0.3s 1.5s;
    &:hover {
      cursor: pointer;
      background:
    }
  }
}




/* ELEMENTS STATES es= element state
========================================================== */
.es-active-1 {
    background-color: #0F74FD !important;
    color: #FFFFFF !important;
  }
.es-active-2 {
    background-color: #4356C9 !important;
    color: #FFFFFF !important;
  }

/* OVERWRITE or extend defined lasses
========================================================== */
/*[class*=bg-]:not(.bg-transparent):not(.bg-light):not(.bg-white):not(.btn-outline):not(body) {
  color: #fff; }*/
.secondary-menu .form-check:not(.form-check-inline), .secondary-menu .form-check:not(.form-check-inline):last-child {
  margin-bottom: 0 !important;
  margin-top: .5rem;
}
.support-info .dropdown-item, .support-info {
    white-space: normal;
}
.support-info-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    outline: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* RESIZE CAPTCHA ON MOBILE
========================================================== */
@media screen and (max-height: 480px){
  #rc-imageselect, .g-recaptcha {
  transform:scale(0.9);
  -webkit-transform:scale(0.9);
  transform-origin: 0 0;
  -webkit-transform-origin:0 0;
  scale: 0.9;
  }
}

/* STICKY
========================================================== */
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top-plus-navbar {
    position: -webkit-sticky!important;
    position: sticky!important;
    top: 53px;
    z-index: 1020;
    }

  .in-iframe-custom .sticky-top-plus-navbar {
    top: 0px !important;
  }
}

.navbar-dark .uniform-checker span {
  border-color: #fff;
  color: #fff; }


/* LISTINGS MANAGEMENT DASHBOARDS
========================================================== */
.curly-wave {

  --mask:
    radial-gradient(13.95px at 50% calc(100% + 9px),#0000 calc(99% - 1px),#000 calc(101% - 1px) 99%,#0000 101%) calc(50% - 20px) calc(50% - 5.5px + .5px)/40px 11px repeat-x,
    radial-gradient(13.95px at 50% -9px,#0000 calc(99% - 1px),#000 calc(101% - 1px) 99%,#0000 101%) 50% calc(50% + 5.5px)/40px 11px repeat-x;
  -webkit-mask: var(--mask);
          mask: var(--mask);
 /* background: linear-gradient(90deg,red,blue);*/
  background: #dddddd;
  height: 20px;
}
.divider-1 {
  display: flex;
  overflow: hidden;
  align-items: center;
  background: #dddddd;
  color: black;
  height: 15px;
  line-height: 15px;
	
  &:before,
  &:after {
    content: "";
    flex: 1;
    background: #ffffff;
    padding: 20px 0;
    height: 0;
    transform: rotate(-45deg);
  }
}

.divider-2 {
  display: flex;
  overflow: hidden;
  align-items: center;
  background: #ecf1fd;
  color: black;
  height: 10px;
  line-height: 10px;
}
.lm-form-elements > [class*=col] {
  margin-bottom: 1.25rem!important;
}


/* CRM DASHBOARDS
========================================================== */
.crm-email-editor-toolbar {
    background-color: #FAFAFA;
    z-index: 1000;
    border-radius: 10px 10px 0px 0px;
  }
.crm-flex-items-max3 > * {
-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; 
    position: relative;
    width: 100%;
    padding-right: 0.625rem;
    padding-left: 0.625rem; 
  }
@media (min-width: 768px) {
   .crm-flex-items-max3 > * {
-ms-flex: 0 0 50%;   
    flex: 0 0 50%;
    max-width: 50%; 
  }  
}
@media (min-width: 1200px) {
   .crm-flex-items-max3 > * {
-ms-flex: 0 0 33.3333%;     
    flex: 0 0 33.3333%;
    max-width: 33.33333%; 
  }  
}
.email-divider::after {
  content: '';
  position: absolute;
  top: 17px;
  left: -45px;
  width: 50px;
  border-bottom: 1px solid #dddddd;
  z-index: 1;
}
.activity-wrapper div:last-child .email-divider::before {
  content: '';
  position: absolute;
  top: -2px;
  left: calc(-45px - 0.5px);
  height: 20px;
  border-left: 1px solid #dddddd;
  z-index: 1;
}
.email-divider .milestone {
  display: flex;  
  align-items: center;
  justify-content: center;  
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;     
  z-index: 5;
  width: 12px;
  height: 12px;
  margin-top: 12px;
  border-radius: 50%;
  background: #FFFFFF;
  color: #000000;
  border: 1px solid #dddddd;
}

.activity-sub-item::after {
    content: '';
    position: absolute;
    top: 10px;
    left: -40px;
    width: 50px;
    border-bottom: 1px solid #dddddd;
    /*height: 1px;
    background: #dddddd;*/
    z-index: 1;
}
.activity-sub-item .milestone {
  display: flex;
  font-size: 10px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  z-index: 5;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #FFFFFF;
  color: #000000;
  border: 1px solid #dddddd;
}

.inner-dot-sm {
  position: relative;
  display: flex;
  height: 50%;
  width: 50%;
  border-radius: 50%;
}

.activity-wrapper div:not(:last-child) .activity-feed-item::before {
    content: '';
    position: absolute;
    top: 0px;
    left: calc(50% - 0.5px);
    width: 1px;
    height: 100%;
    background: #dddddd;
    z-index: 1;
}
.activity-wrapper div:not(:last-child) .activity-feed-item::after {
  background-color: transparent !important;
}
#activityList .activity-feed-item::before {
  content: '';
  position: absolute;
  top: 0px;
  left: calc(50% - 0.5px);
  width: 1px;
  height: 100%;
  background: #dddddd;
  z-index: 1;
}
#activityList div div:last-child .activity-feed-item::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: calc(50% - 5px);
  width: 10px;
  height: 10px;
  background: #dddddd !important;
  z-index: 1;
  border-radius: 10px;
}

.log-box {
  width: 100%;
  height: auto;
  min-height: 120px;
}
.crm-dashboard-header, .docmgmt-sidebar-header, .gradient-bg-grey {
  /*background-color: #e9ecf0;*/
  background: rgb(233,236,240);
  background: -moz-linear-gradient(180deg, rgba(233,236,240,1) 0%, rgba(231,236,242,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(233,236,240,1) 0%, rgba(231,236,242,1) 100%);
  background: linear-gradient(180deg, rgba(233,236,240,1) 0%, rgba(231,236,242,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e9ecf0",endColorstr="#e7ecf2",GradientType=1);
}
.move {cursor: move;}
.editable-item-light, .editable-item-dark {
  position: relative;
  white-space: nowrap;
  max-width: 100%;
  padding-right: 30px;
  line-height: 1.5;
}
.editable-item-dark:hover {
  position: relative;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0px 25px 25px 0px;
}
.editable-item-light:hover {
  position: relative;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 0px 25px 25px 0px;
}
.crm-hover-buttons-r {
  position: absolute;
  align-items: center;
  top: 2px;
  right: 0px;
}
.crm-hover-buttons-l {
  position: absolute;
  align-items: center;
  top: 4px;
  left: 0px;
}
.editable-item-light:hover .crm-hover-buttons-r, .editable-item-light:hover .crm-hover-buttons-l,
.editable-item-dark:hover .crm-hover-buttons-r, .editable-item-dark:hover .crm-hover-buttons-l{
  opacity: 1 !important;
}
.crm-text-max-width-90 {
  max-width: 90%;
}
.crm-text-max-width-80 {
  max-width: 80%;
}

/* Overwrite original class of selectize.css
 * On the Client Management page, open the Edit Personal Data modal for the Tags and Preferred Contact input fields and dropdowns
 */

/* Hide scrollbar for Chrome, Safari and Opera */
.selectize-dropdown::-webkit-scrollbar {
	display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.selectize-dropdown {
	-ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.selectize-control.default.multi .selectize-input > div {
	color: #000;
	border: 0px;
	-webkit-border-radius: unset;
	-moz-border-radius: unset;
	border-radius: 9px;
	background: #e7ecf2;
	background: -moz-linear-gradient(top, #e7ecf2 0%, #e7ecf1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7ecf2), color-stop(100%,#e7ecf1));
	background: -webkit-linear-gradient(top, #e7ecf2 0%,#e7ecf1 100%);
	background: -o-linear-gradient(top, #e7ecf2 0%,#e7ecf1 100%);
	background: -ms-linear-gradient(top, #e7ecf2 0%,#e7ecf1 100%);
	background: linear-gradient(to bottom, #e7ecf2 0%,#e7ecf1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7ecf2', endColorstr='#e7ecf1',GradientType=0 );
}

.selectize-control.default.multi .selectize-input > div.active {
	border-color: #e7ecf0;
	background: #eee;
	background: -moz-linear-gradient(top,  #eee 0%, #ddd 0%, #eee 0%, #bbb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eee), color-stop(0%,#ddd), color-stop(0%,#eee), color-stop(100%,#bbb));
	background: -webkit-linear-gradient(top,  #eee 0%,#ddd 0%,#eee 0%,#bbb 100%);
	background: -o-linear-gradient(top,  #eee 0%,#ddd 0%,#eee 0%,#bbb 100%);
	background: -ms-linear-gradient(top,  #eee 0%,#ddd 0%,#eee 0%,#bbb 100%);
	background: linear-gradient(to bottom,  #eee 0%,#ddd 0%,#eee 0%,#bbb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eee', endColorstr='#bbb',GradientType=0 );
}

.selectize-input, .selectize-control.single .selectize-input.focus {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: unset;
	-moz-box-shadow: unset;
	box-shadow: unset;
}

.selectize-control.multi .selectize-input.has-items {
	padding-top: 4px !important;
}

.selectize-control.multi .selectize-input > div {
	margin: 0px 8px 4px 0;
	padding: 4px 9px 3px;
}

.selectize-input > input {
	font-size: .8125rem !important;
}

.selectize-dropdown, .selectize-input, .selectize-control.single .selectize-input.dropdown-active {
	border: 1px solid #dddddd;
}

.selectize-dropdown, .selectize-input, .selectize-input input {
	line-height: 14px;
}

.selectize-input {
	height: auto !important;
	font-size: .8125rem !important;
	padding-left: 14px;
	border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.selectize-input > input::placeholder {
	color: #999999;
	font-size: .8125rem;
	padding-top: 0px !important;
}

.selectize-control.multi {
	flex: 1 1 auto;
  width: 1%;
}

.selectize-input.items.has-items,
.selectize-input.items.has-items .item {
	display: flex;
}

.selectize-input.items.has-items .item {
	white-space: nowrap;
}

.selectize-input.items.has-items .item .item-close {
	margin-top: 2px;
}

.default.selectize-control.multi {
  line-height: 0px;
}

.selectize-dropdown > *.active {
	background-color: #f5f5f5;
}

.selectize-dropdown > * {
	padding: 9px 9px;
}

/* ALERTS cutom CSS
========================================================== */
.alert {
  padding-top: 0.8rem !important;
  padding-right: 2.25rem !important;
  padding-bottom: 0.8rem !important;
  padding-left: 1.25rem !important;
  margin-bottom: 0px !important;
}

.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";
}*/
.ui-corner-all {
  margin-bottom: 12px !important;
}

.ui-timepicker-div .ui-corner-all {
  margin-bottom: 0px !important;
}

.ui-timepicker-div dd,
.ui-timepicker-div dt {
  margin-bottom: .3125rem !important;
}

.ui-timepicker-div dd.ui_tpicker_hour,
.ui-timepicker-div dd.ui_tpicker_minute {
  margin-bottom: 0 !important;
}

.ui-timepicker-div dt {
  font-size: inherit !important;
}

/* MODAL BACKDROP MODIFICATION/FIX
========================================================== */
.modal {
  background-color: #00000075 !important;
}
.modal-backdrop {
  background-color: transparent !important;
}

/* BASIC CLASSES
========================================================== */
.underline {
  text-decoration: underline !important;
}

.vs-items > *:not(:first-child)::before {
  content: '|';
  color: #20232C;
  padding-right: 7px;
}

.break-long-word {
  overflow-wrap: break-word;
}

/* EFFECTS and MOTIONS
========================================================== */
.rainbow-text-1, .rainbow-text-1:before {
    background: linear-gradient(to right, #ec5724, #eb2ccd , #2363ea, #54e9f4, #b7f87e, #ec5724);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: rainbow-anim 3s linear infinite;
    background-size: 200% auto;
}

@keyframes rainbow-anim {
    0% {
        background-position: 200% 50%;
    }

    100% {
        background-position: 0 50%;
    }
}


.backdrop-filter-blur-8 {
  backdrop-filter: blur(8px); 
}

.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;
}
.transition-2 {
  transition: all .2s ease-in-out;
  text-decoration: none;
}
.transition-3 {
  transition: 0.5s;
}
.transition-infinitie-right {
  animation: slide-1 1s ease-in-out infinite;
}
@keyframes slide-1 {
  0%,
  100% {
    transform: translate(-10px, 0);
  }

  50% {
    transform: translate(0, 0);
  }
}
.glow-1, .glow-circle {
    position: relative;
    z-index: 0;
}

.glow-1:before {
    content: '';
    background: linear-gradient(45deg, #0f74fd, #4356c9, #e0e9ff, #8a25f2, #1770f5, #002bff, #789bf6, #6a19f1, #4356c9);
    position: absolute;
    top: 0;
    left: 0;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: 100%;
    height: 100%;
    animation: glowing 20s linear infinite;
    opacity: 0.8;
}

.glow-circle::before {
    content: '';
    background: linear-gradient(45deg, #0f74fd, #4356c9, #e0e9ff, #8a25f2, #1770f5, #002bff, #789bf6, #6a19f1, #4356c9);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: 80%;
    height: 80%;
    animation: glowing 20s linear infinite;
    opacity: 0.8;
}



.glow-1:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fafafa;
    left: 0;
    top: 0;
    border-radius: 5px;
}
.glow-circle:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fafafa;
    left: 0;
    top: 0;
    border-radius: 50%;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}



.save-btn-container {
  white-space:nowrap;
  overflow:hidden;
  width: 0px;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}

.save-btn-container-show {
  width: 81px;
  text-overflow: ellipsis;
}
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;
}
.default-hover-dark-bg {
  color: #20232C !important;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
  max-width: 100%;
}
.default-hover-dark-bg:hover {
  color: #6A6A6A !important;
  position: relative;
  background-color: rgba(255, 255, 255, 0.4);
}
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;
  text-decoration: none;
}
a.hover-style-2, .hover-style-2{
  color: #20232C;
  text-decoration: none;
}
a.hover-style-2:hover, .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.hover-style-4, .hover-style-4{
  color: #4356C9;
  text-decoration: none;
}
a.hover-style-4:hover, .hover-style-4:hover {
  color: #5168f3 !important;/*Purple 1*/
  text-decoration: none;
}
a.hover-style-5, .hover-style-5{
  color: #8B8E91;
  text-decoration: none;
}
a.hover-style-5:hover, .hover-style-5:hover {
  color: #7288e8 !important;/*Purple 2*/
  text-decoration: none;
}
a.hover-style-6 {/*Full blue*/
  color: #0F74FD;
  text-decoration: none;
}
a.hover-style-6:hover {
  color: #3f91ff !important;
  text-decoration: none;
}
a.hover-style-7, .hover-style-7{/*coral*/
  color: #F56969;
  text-decoration: none;
}
a.hover-style-7:hover, .hover-style-7:hover {
  color: #fd9797 !important;/*coral*/
  text-decoration: none;
}
a.hover-style-8, .hover-style-8{
  color: rgba(255,255,255,1);
  text-decoration: none;
}
a.hover-style-8:hover, .hover-style-8:hover{
  color: rgba(255,255,255,0.5);
  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;
}
.badge-hover-style-2 {
  color: #20232C;
  text-decoration: none;
  background-color: inherit;
}
.badge-hover-style-2:hover {
  color: #20232C;
  transition: .2s;
  cursor: pointer;
  background-color:rgb(64 87 109 / 7%) !important;
}
.badge-hover-style-2.bgl-grey:hover {
  color: #20232C;
  transition: .2s;
  cursor: pointer;
  background-color:#e0e3e7 !important;
}
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%);
}
.hover-style-dark {
  color: #20232C;
  background-color:#FFFFFF;
  text-decoration: none;
}
.hover-style-dark:hover {
  color: #FFFFFF;
  transition: .2s;
  cursor: pointer;
  background-color:#20232C;
}
.hover-style-bgl-1 {
  color: #20232C;
  text-decoration: none;
}
.hover-style-bgl-1:hover {
  transition: .2s;
  cursor: pointer;
  background-color:#F5FAFF;
}
.hover-style-bgl-1 .go-right {
  transform: translate(0,0);
	-webkit-transform: translate(0,0); /** Safari & Chrome **/
	-o-transform: translate(0,0); /** Opera **/
	-moz-transform: translate(0,0); /** Firefox **/
  transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out; /** Chrome & Safari **/
	-moz-transition: all 0.3s ease-in-out; /** Firefox **/
	-o-transition: all 0.3s ease-in-out; /** Opera **/
}
.hover-style-bgl-1:hover .go-right {
  transform: translate(15px,0);
	-webkit-transform: translate(15px,0); /** Safari & Chrome **/
	-o-transform: translate(15px,0); /** Opera **/
	-moz-transform: translate(15px,0); /** Firefox **/
  transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out; /** Chrome & Safari **/
	-moz-transition: all 0.3s ease-in-out; /** Firefox **/
	-o-transition: all 0.3s ease-in-out; /** Opera **/
}
.hover-style-bgl-1 .go-left {
  transform: translate(0,0);
	-webkit-transform: translate(0,0); /** Safari & Chrome **/
	-o-transform: translate(0,0); /** Opera **/
	-moz-transform: translate(0,0); /** Firefox **/
  transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out; /** Chrome & Safari **/
	-moz-transition: all 0.3s ease-in-out; /** Firefox **/
	-o-transition: all 0.3s ease-in-out; /** Opera **/
}

.hover-style-bgl-1:hover .go-left {
  transform: translate(-15px,0);
	-webkit-transform: translate(-15px,0); /** Safari & Chrome **/
	-o-transform: translate(-15px,0); /** Opera **/
	-moz-transform: translate(-15px,0); /** Firefox **/
  transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out; /** Chrome & Safari **/
	-moz-transition: all 0.3s ease-in-out; /** Firefox **/
	-o-transition: all 0.3s ease-in-out; /** Opera **/
}


.hover-style-bgl-1.active {
  background-color:#EFF6FE;
}
.date-style-1 {
  background-color: #e9ecf0 !important;
}
.date-style-1.active {
  color: #E0ECFF;
  background-color:#2966A0 !important;
}
.hover-style-purple {
  transition: .2s;
  cursor: pointer;
  background: #f1f0f5;
}
.hover-style-purple:hover, .hover-style-purple.active {
  background-color:#e1e2ed;
  transition: .2s;
  cursor: pointer;
}
.hover-style-grey {
  color: #20232C !important;
  transition: .2s;
  cursor: pointer;
  background: #F0F2F5;
}
.hover-style-grey:hover, .hover-style-grey.active {
  color: #20232C;
  background-color:#E1E2E5;
  transition: .2s;
  cursor: pointer;
}
.hover-style-field-1 {
  color: #20232C;
  background-color:#FCF6D2;
  text-decoration: none;
  border: 1px solid #F5EDB9;
}
.hover-style-field-1:hover {
  color: #20232C;
  transition: .2s;
  cursor: pointer;
  background-color:#F4E489;
}
.hover-style-field-2 {
  color: #20232C;
  background-color:#D2D8FC;
  text-decoration: none;
  border: 1px solid #C6CFFF;
}
.hover-style-field-2:hover {
  color: #20232C;
  transition: .2s;
  cursor: pointer;
  background-color:#A0AEFC;
}
.hover-style-field-3 {
  color: #20232C;
  background-color:#CBEDFF;
  text-decoration: none;
  border: 1px solid #B4E6FF;
}
.hover-style-field-3:hover {
  color: #20232C;
  transition: .2s;
  cursor: pointer;
  background-color:#A2DEFD;
}
.hover-style-field-4 {
  color: #20232C;
  background-color:#E4FCD7;
  text-decoration: none;
  border: 1px solid #D4F5C4;
}
.hover-style-field-4:hover {
  color: #20232C;
  transition: .2s;
  cursor: pointer;
  background-color:#AFE396;
}
.hover-style-field-5 {
  color: #20232C;
  background-color:#FFCCC6;
  text-decoration: none;
  border: 1px solid #FFB8AF;
}
.hover-style-field-5:hover {
  color: #20232C;
  transition: .2s;
  cursor: pointer;
  background-color:#FCA196;
}
.hover-style-field-6 {
  color: #20232C;
  background-color:#DCE5EF;
  text-decoration: none;
  border: 1px solid #CFDAE5;
}
.hover-style-field-6:hover {
  color: #20232C;
  transition: .2s;
  cursor: pointer;
  background-color:#B5C5D5;
}
.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-re-white] {/*This is the fix*/
    color: inherit !important;
}

.tasktitle div:not(:last-child) {
  /*max-width: 70% !important;*/
  height: auto;
}

.break-long-text {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

/*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: #F6F6F6;
}

.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;
}
.separator {
  align-self: stretch;
  background: #ebebeb;
  margin: 2px 5px;
  min-width: 1px;
  width: 1px;
}
.separator2 {
  align-self: stretch;
  background: #c4c4c4;
  margin: 5px 9px;
  min-width: 1px;
  width: 1px;
}
.selected-toolbar-item {
  background-color: #E6E6E6;
  border-radius: 8px;
  padding: 10px 15px 10px 15px;
  line-height: 20px;
}

/* STICKY
========================================================== */
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top-plus-navbar {
    position: -webkit-sticky;
    position: sticky;
    top: 53px;
    z-index: 1020;
    }

  .in-iframe-custom .sticky-top-plus-navbar {
    top: 0px !important;
  }
}
/* 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;
}

/* On the List View page, on the Contacts tab, the checkbox classes for Clients */
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type='checkbox'].list-view-checkbox {
      --active: #0f74fd;
      --active-inner: #fff;
      --input-border: #cdd9ed;
      --input-border-hover: rgb(106, 116, 146);
      --background: #fff;
      --disabled: #f5f9ff;
      --disabled-inner: #e4ecfa;
      --shadow-inner: rgba(18, 22, 33, .1);
      height: 21px;
      outline: none;
      position: relative;
      -webkit-appearance: none;
      -moz-appearance: none;
      margin: 0;
      margin-right: .625rem;
      padding: 0;
      box-shadow: none;
      cursor: pointer;
      height: 21px;
      border: 1px solid var(--input-border);
      background: var(--background);
      transition: background 0.3s ease, border-color 0.3s ease;
  }
  input[type='checkbox'].list-view-checkbox:after {
      content: '';
      display: block;
      left: 0;
      top: 0;
      position: absolute;
      transition: transform 0.3s ease, opacity 0.2s ease, filter 0.3s ease;
  }
  input[type='checkbox'].list-view-checkbox:checked {
      background: var(--active);
      border-color: var(--active);
  }
  input[type='checkbox'].list-view-checkbox:checked:after{
      filter: drop-shadow(0 1px 2px var(--shadow-inner));
      transition: opacity 0.3s ease, filter 0.3s ease, transform 0.6s cubic-bezier(0.175, 0.88, 0.32, 1.2);
  }
  input[type='checkbox'].list-view-checkbox:disabled {
      cursor: not-allowed;
      opacity: 0.9;
      background: var(--disabled);
  }
  input[type='checkbox'].list-view-checkbox:disabled:checked {
      background: var(--disabled-inner);
      border-color: var(--input-border);
  }
  input[type='checkbox'].list-view-checkbox:hover:not(:checked):not(:disabled) {
      border-color: var(--input-border-hover);
  }
  input[type='checkbox'].list-view-checkbox:not(.switch) {
      width: 21px;
      min-width: 21px;
  }
  input[type='checkbox'].list-view-checkbox:not(.switch):after {
      opacity: 0;
  }
  input[type='checkbox'].list-view-checkbox:not(.switch):checked:after, input[type='radio']:not(.switch):checked:after {
      opacity: 1;
  }
  input[type='checkbox'].list-view-checkbox:not(.switch) {
      border-radius: 6px;
  }
  input[type='checkbox'].list-view-checkbox:not(.switch):after {
      width: 5px;
      height: 9px;
      border: 2px solid var(--active-inner);
      border-top: 0;
      border-left: 0;
      left: 7px;
      top: 4px;
      transform: rotate(20deg);
  }
  input[type='checkbox'].list-view-checkbox:not(.switch):checked:after {
      transform: rotate(43deg);
  }
  input[type='checkbox'].list-view-checkbox.switch {
      width: 38px;
      border-radius: 11px;
  }
  input[type='checkbox'].list-view-checkbox.switch:after {
      left: 2px;
      top: 2px;
      border-radius: 50%;
      width: 15px;
      height: 15px;
      background: var(--input-border);
  }
  input[type='checkbox'].list-view-checkbox.switch:checked:after {
      background: var(--active-inner);
      transform: translateX(17px);
  }
  input[type='checkbox'].list-view-checkbox.switch:disabled:not(:checked):after {
      opacity: 0.6;
  }
}

/* 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(310px, 1fr));
}
@media (min-width: 768px) {
  .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;
    }

}
/* NOTIFICATIONS and LABELS (t=transparent)
========================================================== */
.default-label-style-1 {
  padding: 0 8px;
  border-radius: 5px !important;
  text-transform: uppercase;
}
.label-bg-grey-t {
    background-color: rgba(245, 105, 105, 1);
    color: #FFFFFF !important;
}
.label-bg-green-t {
    background-color: rgba(239, 245, 248, 1);
    color: #1A7960 !important;
}
.lable-outline-han-purple {
  box-shadow: inset 0px 0px 0px 1px #4356C9;
  color: #4356C9;
}
.lable-outline-dark-grey {
  box-shadow: inset 0px 0px 0px 1px #20232C;
  color: #20232C;
}
.label-outline-coral {
  box-shadow: inset 0px 0px 0px 1px #F56969;
  color: #F56969;
  text-decoration: none;
}
.row-new {
  background-color: #FFEBEB;
}
.row-done {
  background-color: #EFFFF8;
}
.row-archived {
  background-color: #EAEDF0;
}
.row-inprogress {
  background-color: #E5F1FF;
}
.cm-row-done {
  background: #F4FFFA;
  background: linear-gradient(0deg, rgba(244, 255, 250, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.close-all-button {
  position: sticky;
  z-index: 200;
  border-radius: 50%;
  position: relative;
  padding:40px;
  backdrop-filter: blur(5px);
  filter: blur(2px);
  -webkit-mask-image: radial-gradient(circle, black, transparent, transparent);
  mask-image: radial-gradient(circle, black, transparent, transparent);
}



/* THUMB LABELS t=Top b=Bottom l=Left r=Right c=Center
========================================================== */
.thumb-label-tl {
  position: absolute;
  align-items: flex-start;
  left: 15px;
  top: 15px;
}
.thumb-label-tr {
  position: absolute;
  align-items: flex-end;
  right: 15px;
  top: 15px;
}
.thumb-label-br {
  position: absolute;
  align-items: flex-end;
  right: 15px;
  bottom: 15px;
}
.thumb-label-bl {
  position: absolute;
  align-items: flex-start;
  left: 15px;
  bottom: 15px;
}
.thumb-label-bc {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 15px;
}
.thumb-label-style-1 {
  padding: 3px 8px;
  border-radius: 6px !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, .bg-purple-t {
    background-color: rgba(80, 99, 211, 1);
    color: #FFFFFF !important;
}
.thumb-bg-blue-t, .bg-blue-t {
    background-color: rgba(12, 96, 209, 1);
    color: #FFFFFF !important;
}
.thumb-bg-green-t, .bg-green-t {
  background-color: rgba(96, 195, 95, 1);
  color: #FFFFFF !important;
}
.thumb-bg-black-t, .bg-black-t {
    background-color: rgba(32, 35, 44, 1);
    color: #FFFFFF !important;
}
.thumb-bg-coral-t, .bg-coral-t {
    background-color: rgba(245, 105, 105, 1);
    color: #FFFFFF !important;
}
.thumb-bg-black-mm {
  background-color: #11171dc2;
}
/* Max Character Length
========================================================== */
.max-lgth-1-line {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.max-lgth-1-line-3dot {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.max-lgth-2-line {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.max-lgth-20-line {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 20;
  -webkit-box-orient: vertical;
}
.overflow-wrap-anywhere {
  overflow-wrap: anywhere;
}
/* 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,
.favorite-item:not(:checked)  > input {
    position:absolute;
    top:-9999px;
}
.rating-block:not(:checked) > label,
.favorite-item:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    color:#ccc;
}
.rating-block:not(:checked) > label:before,
.favorite-item:not(:checked) > label:before{
    font-family: "res-icons" !important;
    content: "\e03a";
}
.rating-block > input:checked ~ label,
.favorite-item > input:checked ~ label {
    color: #7284F4;
}
.rating-block:not(:checked) > label:hover,
.rating-block:not(:checked) > label:hover ~ label,
.favorite-item:not(:checked) > label:hover,
.favorite-item: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,
.favorite-item > input:checked + label:hover,
.favorite-item > input:checked + label:hover ~ label,
.favorite-item > input:checked ~ label:hover,
.favorite-item > input:checked ~ label:hover ~ label,
.favorite-item > 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-n5{
  margin-left: -5px;
  margin-bottom:-5px;
}
.mlb-n10{
  margin-left: -10px;
  margin-bottom:-10px;
}
.mlb-n20{
  margin-left: -20px;
  margin-bottom:-20px;
}
div.flex-gap-5-alt > * {
  margin-left: 5px;
  margin-bottom: 5px;
}
div.flex-gap-10-alt > * {
  margin-left: 10px;
  margin-bottom: 10px;
}
div.flex-gap-20-alt > *, .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] {
  -webkit-user-select: initial;
  -khtml-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  -o-user-select: initial;
  user-select: initial;
  width: 100%;
  padding-top: 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;
  resize: 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.71rem 1rem;
    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;
}
.mbe-full-width { /*mbe = modal body element*/
    margin-left: -1.563rem!important;
    margin-right: -1.563rem!important;
}
.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;
}
.dropdown-item {
  white-space: normal !important;
}*/

/* CARD  (Overwrite default Bootstrap class)
========================================================== */
@media (min-width: 430px) {
  .card {
    border-radius: 10px !important; /*0.625rem 10px*/
  }
}

.rounded-none {
  border-radius: 0px !important;
}
/* DISPLAY
========================================================== */
.d-grid {
  display: grid;
}

.grid-gap-5 {
  grid-gap: 5px;
}

.grid-gap-10 {
  grid-gap: 10px;
}

.grid-cols-md {
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}

.flex-1 {
  -ms-flex: 1;
  flex: 1;
}

/* CURSOR
========================================================== */
.cursor-pointer {
  cursor: pointer;
}
.cursor-grab {
  cursor: grab;
}
/* COVER Image, fit image
========================================================== */
.img-cover {
  object-fit: cover;
  height: 100%;
  vertical-align: bottom;
}
.img-cover-2 {
  object-fit: cover;
  height: auto;
  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, .ibadge-pos {
  top: -7px !important;
  right: -15px !important;
}
.fl-badge-p {
    padding-right: 1px;
}
.card-archived, .bg-archived  {
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 20px, #ececf0 20px, #ececf0 30px);
  background-color: #f4f4f8 !important;
  color: #20232C !important;
}
.card-inactive  { 
  background-image:  radial-gradient(#cfccdc 1px, transparent 1px), radial-gradient(#cfccdc 1px, #f4f4f8 1px);
  background-color: #f4f4f8;
  background-size: 20px 20px;
  background-position: 0 0,10px 10px; 
}

/* BORDERS s=size c=color
========================================================== */
.border-s-1px {
  border: 1px solid #dddddd;
}
.border-s-2px {
  border: 2px solid #dddddd;
}
.border-s-3px {
  border: 3px solid #dddddd;
}
.border-s-4px {
  border: 4px solid #dddddd;
}
.border-s-5px {
  border: 5px solid #dddddd;
}
.border-s-10px {
  border: 10px solid #dddddd;
}

.border-c-han-purple {
  border-color: #4356C9 !important;
}
.border-c-coral {
  border-color: #E65A5A !important;
}
.border-c-green {
  border-color: #43C9A5 !important;
}
.border-c-han-tahiti-gold {
  border-color: #e07b1f !important;
}
.border-c-black {
  border-color: #000000 !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 !important;
      font-size: 7px;
      border-radius: 20px;
      content:attr(badge-content);
      border:solid 1px #FFFFFF;
}
.notification-badge-purple-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: #6478F4 !important;
      font-size: 7px;
      border-radius: 20px;
      content:attr(badge-content);
      border:solid 1px #FFFFFF;
}
.tab-notification-badge:after {
      position:absolute;
      font-style: normal;
      right: 4px;
      top: 3px;
      min-width: 10px;
      min-height: 10px;
      line-height: 6px;
      padding: 5px;
      color:#fff;
      background-color: #F75C5C !important;
      font-size: 10px;
      border-radius: 30px;
      content:attr(badge-content);
      border:solid 1px #FFFFFF;
}
.fli-border-incoming-leads {
  border-color: var(--incoming-bg);
}
.fli-border-buyer {
  border-color: #EDE5D6;
}
.fli-border-renter {
  border-color: #FCEDFD;
}
.fli-border-listings {
  border-color: var(--listings-bg);
}
.fli-border-transactions {
  border-color: var(--transactions-bg);
}
.fli-border-buyers_renters {
  border-color: var(--buyers-renters-bg);
}
.fli-border-sellers_landlords {
  border-color: var(--sellers-landlords-bg);
}
/* f(FLOW) l(LIST) BACKGROUNDS
========================================================== */
.fl-bg-incoming-leads {
  background-color: var(--incoming-bg) !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: var(--listings-bg) !important; /*original:#E8F4FF*/
  border-color: #D5E0ED;
}
.fl-bg-transactions {
  background-color: var(--transactions-bg) !important; /*original:#DFF2DE*/
  border-color: #CFE0D4;
}

/* new columns -  BACKGROUNDS
========================================================== */
.fl-bg-buyers_renters {
  background-color: var(--buyers-renters-bg) !important;
  border-color: #D7D6EF;
}
.fl-bg-sellers_landlords {
  background-color: var(--sellers-landlords-bg) !important;
  border-color: #E8E0CD;
}

.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.20rem !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-settings2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  white-space: nowrap;
}
.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%;
}
.rounded-icon-10 {
  border-radius: 10%;
}
.rounded-icon-15 {
  border-radius: 15%;
}
.rounded-icon-20 {
  border-radius: 20%;
}
.rounded-icon-25 {
  border-radius: 25%;
}
.rounded-icon-30 {
  border-radius: 30%;
}
.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)
========================================================== */
.res-overflow-sidebar {/*this is used in the last class after overflow-auto - with this, we don't have to calculate width and height everytime, it will set*/
  min-height: 100%;
  min-width: 100%;
  scroll-behavior: smooth;
}
.mm-sidebar-grid {
  grid-template-columns: repeat(2, minmax(0px, 1fr));
  display: grid;
  align-content: baseline;
  gap: 7px;
}

.res-custom-grid-1 {/*grid with 1 column and 7 px gaps*/
  display: grid;
  align-content: baseline;
  gap: 7px;
}

.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;
}
/*ANIMATED MARKETING NEWSLETTER THUMBNAILS*/
.mm-temp-item {
  position: relative;
  border-radius: 7px;
  overflow: hidden;
  cursor: pointer;
  transition: .2s;
  max-height: 200px;
  min-height: auto;
}

.mm-temp-item::after {
  border: 1px solid rgba(57,76,96,.45);
  content: "";
  border-radius: 7px;
  pointer-events: none;
  bottom: 0;
  box-sizing: border-box;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.mm-temp-trigger {
  position: relative;
  overflow: hidden;
  transition: .2s;
  max-height: 400px;
  min-height: auto;
}

.mm-temp-blank {
  transition: .2s;
  background-color: #e9ecf0;
}

.mm-temp-blank:hover {
  transition: .2s;
  background-color: #dadfe7;
}

.masonry-container-6 .mm-temp-blank {
  max-height: 400px;
  min-height: 123px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mm-temp-item:hover img {
  opacity: 0.9;
  transition: .2s;
}
.mm-temp-item img, .mm-temp-trigger img {
  max-width: 100%;
  transition: .2s;
  vertical-align: bottom;
}

.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-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;
}

/* SIDEBAR - Overwrite default sidebar 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; }

/* SIDEBAR - Overwrite default sidebar styles
========================================================== */
@media (min-width: 768px) {
.navbar-header {
    width: 70px;
    justify-content: center !important;
  }
.sidebar-xs .sidebar-main {
    width: 70px;
  }
  .sidebar-xs .sidebar-main.sidebar-fixed .nav-sidebar>.nav-item-submenu:focus>.nav-group-sub, .sidebar-xs .sidebar-main.sidebar-fixed .nav-sidebar>.nav-item-submenu:hover>.nav-group-sub {
    position: fixed;
    left: 70px;
  }
}

.sidebar-dark {
  background-image: linear-gradient(180deg, #14142c 0%, #201d3b  100%) !important;
  color: #fff;
}

.navbar-dark {
  background-color: #14142c !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: rgb(0 0 0 / 10%);
  color: #000000;
}

.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: transparent;
  color: #fff;
}

.sidebar-dark .nav-sidebar > .nav-item-open > .nav-link:not(.disabled) > i,
.sidebar-dark .nav-sidebar > .nav-item > .nav-link.active > i,
.sidebar-light .card[class*=bg-]:not(.bg-light):not(.bg-white):not(.bg-transparent) .nav-sidebar > .nav-item-open > .nav-link:not(.disabled) > i,
.sidebar-light .card[class*=bg-]:not(.bg-light):not(.bg-white):not(.bg-transparent) .nav-sidebar > .nav-item > .nav-link.active > i{
  background-image: linear-gradient(145deg, #675fe9 0%, #9b61f1  100%);
  border-radius: 14px;
  padding: 10px 10px 8px 10px;
  color: #fff;
}

@media (min-width: 768px) {
  .sidebar-xs .sidebar-main.sidebar-dark .nav-sidebar>.nav-item-submenu>.nav-group-sub {
    background: rgb(255 255 255 / 40%);
    border: 1px solid rgb(255 255 255 / 64%);
    box-shadow: 0 0 14px rgb(0 0 0 / 10%);
    backdrop-filter: blur(15px);
    color: #000000;
    top: 49.59px !important;
  }

  .sidebar-xs .sidebar-main .nav-sidebar>.nav-item>.nav-link::after {
    content: '';
    top: -10px;
    left: -10px;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
}

@media (min-width: 768px) {
  .sidebar-xs .sidebar-main .nav-sidebar .nav-group-sub .nav-link {
    padding-left: 1.25rem;
    color: #000000;
    margin: 0px 10px;
    border-radius: 10px;
  }
  .sidebar-xs .sidebar-main .nav-sidebar .nav-group-sub .nav-link:hover {
    background: rgb(0 0 0 / 8%);
  }
}

.sidebar:not(.sidebar-component) .sidebar-content {
  top: 49.59px;
}

/* DOC MANAGEMENT ICONS and BUTTONS --Direction: lr= Left to Right rl=Right to Left-- lg=Large
========================================================== */
.arrow-badge-lr-lg, .arrow-badge-rl-lg {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    white-space: nowrap;
    min-width: 70px;
    height: 34px;
    position: relative;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.arrow-badge-lr-lg:before {
    content: '';
    position: absolute;
    height: 24px;
    width: 26px;
    background-color: inherit;
    top: calc(50% - 12px);
    right: -8px;
    clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
    transform: rotate(-132.5deg);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.arrow-badge-t-md:before {
  content: '';
  position: absolute;
  height: 18px;
  width: 18px;
  background-color: inherit;
  top: -9px;
  left: calc(50% - 9px);
  clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
  transform: rotate(135deg);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #0000000d;
}
.arrow-badge-rl-lg:after {
    content: '';
    position: absolute;
    height: 24px;
    width: 26px;
    background-color: inherit;
    top: calc(50% - 12px);
    left: -8px;
    clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
    transform: rotate(47.5deg);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.arrow-badge-lr-md:before {
  content: '';
  position: absolute;
  height: 24px;
  width: 26px;
  background-color: inherit;
  top: 25px;
  right: -9px;
  clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
  transform: rotate(-132.5deg);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.arrow-badge-br-md:before {
  content: '';
  position: absolute;
  height: 24px;
  width: 26px;
  background-color: inherit;
  bottom: 40px;
  right: -9px;
  clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
  transform: rotate(-132.5deg);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.arrow-badge-b-sm:before {
  content: '';
  position: absolute;
  height: 12px;
  width: 12px;
  background-color: inherit;
  bottom: -5px;
  left: calc(50% - 6px);
  clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
  transform: rotate(315deg);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 4px;
  border: 1px solid rgba(57,76,96,.25);
  z-index: 1;
}
.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;
}
@media (min-width: 768px) {
  .sidebar-xs .sidebar-main .nav-sidebar>.nav-item>.nav-link {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .sidebar-xs .sidebar-main .nav-sidebar>.nav-item>.nav-link>span {
    display: block;
    font-size: 11px;
  }
}

#main-sidebar.collapsed {
  width: 0px;
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-brand {
    min-width: auto;
  }
}

/* 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: 430px;
  z-index: 1050;
}
@media (min-width: 768px) {
    .sidebar-expand-md.sidebar-secondary .sidebar-content {
      left: 70px; }

    .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;
}
.crm-sidebar .sbh-links:nth-child(n) a:hover {
  color: #3f91ff !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%;
  min-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; /*3d50a8*/
}
.sidebar-header-buttons {
  padding-top: 4px;
}

/* HAMBURGER MENU / KEBAB MENU / CONTROL BUTTONS and FORM hyphen
========================================================== */
.icon-buttons, .icon-buttons-t {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px !important;
  min-height: 30px !important;
  width: 30px !important;
  min-width: 30px !important;
  background-color: rgba(245, 245, 245, 0);
  border-radius: 50%;
}
.icon-buttons:hover {
  background-color: rgba(245, 245, 245, 0.8);
}
.icon-buttons-t:hover {
  background-color: rgba(245, 245, 245, 0);
}
.icon-buttons-dark, .icon-buttons-purple, .icon-buttons-purple-2, .icon-buttons-purple-3, 
.icon-buttons-han-purple, .icon-buttons-outline-purple, .icon-buttons-outline-dark, .editor-model-purple {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px !important;
  min-height: 30px !important;
  width: 30px !important;
  min-width: 30px !important;
  background-color: rgba(220, 220, 220, 0);
  border-radius: 50%;
}
.icon-buttons-dark:hover {
  background-color: rgba(220, 220, 220, 0.5);
  border: none;
}
.icon-buttons-purple {
    color: #6478F4 !important;
    background-color: #E5EAF7 !important;
    text-decoration: none;
}
.icon-buttons-purple:hover {
   transition: 1s;
    color: #ffffff !important;
    background-color: #7284F4 !important;
    text-decoration: none;
}
.icon-buttons-purple-2 {
    color: #ffffff !important;
    background-color: #7284F4 !important;
    text-decoration: none;
}
.icon-buttons-purple-2:hover {
    color: #6478F4 !important;
    background-color: #E5EAF7 !important;
    text-decoration: none;
}
.icon-buttons-purple-3 {
    color: #ffffff !important;
    background-color: #7284F4 !important;
    text-decoration: none;
}
.icon-buttons-purple-3:hover {
    color: #6478F4 !important;
    background-color: #CFDFF9 !important;
    text-decoration: none;
}
.icon-buttons-han-purple {
  color: #FFFFFF !important;
  background-color: rgba(67, 86, 201, 1) !important;
}
.icon-buttons-han-purple:hover {
  color: #ffffff !important;
  background-color: rgba(54, 73, 184, 1) !important;
  text-decoration: none;
}
.icon-buttons-outline-purple {
    color: #7284F4 !important;
    box-shadow: inset 0px 0px 0px 1px #7284F4; 
    text-decoration: none; 
}
.icon-buttons-outline-purple:hover {
    color: #ffffff !important;
    box-shadow: inset 0px 0px 0px 1px #7284F4; 
    background-color: #7284F4 !important;
    text-decoration: none; 
}
.icon-buttons-outline-dark {
    color: var(--primary-color) !important;
    box-shadow: inset 0px 0px 0px 1px var(--primary-color); 
    text-decoration: none; 
}
.icon-buttons-outline-dark:hover {
    color: #ffffff !important;
    box-shadow: inset 0px 0px 0px 1px var(--primary-color); 
    background-color: var(--primary-color) !important;
    text-decoration: none; 
}

.icon-buttons-outline-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #20232C;
  height: 33px;
  width: 33px;
  background-color: rgba(245, 245, 245, 0);
}
.icon-buttons-outline-circle:hover {
  color: #FFFFFF !important;
  background-color: rgba(32, 35, 44, 1);
}

.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, .hamburger-menu-dark2 {
  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);
}
.hamburger-menu-dark2:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.hyphen-input:before {
    content: "-";
    position: absolute;
    left: -2%;
    bottom: 8px;
}
.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 FOR MARKETING
========================================================== */
/*4 COLUMN*/
.mm-grid-wrapper {
  display: grid;
  grid-template-columns: repeat(6, minmax(0px, 1fr));
  column-gap: 8px;
  row-gap: 8px;
}
.mm-modal-grid-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  column-gap: 8px;
  row-gap: 8px;
}
/*6 COLUMN*/
.masonry-container-6 {
  columns: 6;
  column-gap: 20px;
}

.masonry-container-6 .mm-temp-trigger, .masonry-container-4 .mm-temp-trigger, .masonry-container-2 .mm-temp-trigger, .masonry-container-2 .mm-temp-trigger  {
  width: 100%;
  margin-bottom: 10px;
  break-inside: avoid;
}

.masonry-container-6 .mm-temp-trigger img, .masonry-container-4 .mm-temp-trigger img, .masonry-container-2 .mm-temp-trigger img, .masonry-container-2 .mm-temp-trigger img {
  max-width: 100%;
}
/*4 COLUMN*/
.masonry-container-4 {
  columns: 4;
  column-gap: 8px;
}

/*2 COLUMN*/
.masonry-container-2 {
  columns: 2;
  column-gap: 8px;
}
/*for responsiveness*/
@media (max-width: 1200px) {
  .masonry-container-6 {
    width: calc(100% - 40px);
    columns: 3;
  }
}

@media (max-width: 768px) {
  .masonry-container-6 {
    columns: 2;
  }
}

@media (max-width: 480px) {
  .masonry-container-6 {
    columns: 1;
  }
}

/* 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;
}

.masonry-grid-layout-research {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  padding: 0;
}

.grid-item {
    background-color: inherit;
}
.pd-item-title {
  padding: 5px 10px;
  margin-bottom: 10px;
  background-color: #F5F5F5;
  border-radius: 7px;
}
@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%;
}
.masonry-grid-layout-research .pd-item-title,
.masonry-grid-layout .pd-item-title  {
  max-width: 100%;
}
}

/* SECONDARY MENUS
========================================================== */
 /* Hide scrollbar for Chrome, Safari and Opera */
.secondary-menu::-webkit-scrollbar {
  display: none;
}
.secondary-menu {
  padding: 5px 0;
  overflow: auto;
  white-space: nowrap;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.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; }

.mm-type-link {
  border-radius: 8px;
  transition: .2s;
  padding: 8px 15px 10px 15px;
}

.mm-type-link:hover {
  transition: .2s;
  background-color: #e6e6e67e;
}
.mm-type-link.active {
  background-color: #E6E6E6;
}
/* 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 {
  font-family: 'Lato', sans-serif;
  background-color: var(--primary-color);
  border-radius: 7px;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 12px;
  border: 1px solid rgb(255 255 255 / 15%);
}
.tooltip .arrow {
  border-radius: 5px;
}

.tooltip.show {
  opacity: 1;
}

/* TOOLTIP - Custom rounded arrow
========================================================== */
.tooltip .arrow::before {
  display: none !important;
}

/* Top Arrow */
.tooltip .arrow::after {
  content: '';
  position: absolute;
  transform: rotate(45deg);
  width: 9px;
  height: 9px;
  background: var(--primary-color);
}

.tooltip.bs-tooltip-top .arrow::after {
  bottom: 0px;
  left: calc(50% - 4.5px);
  border-bottom-right-radius: 4px;
  border-right: 1px solid rgb(255 255 255 / 15%);
  border-bottom: 1px solid rgb(255 255 255 / 15%);
}

/* Bottom Arrow */
.tooltip.bs-tooltip-bottom .arrow::after {
  top: 0px;
  left: calc(50% - 4.5px);
  border-top-left-radius: 4px;
  border-left: 1px solid rgb(255 255 255 / 15%);
  border-top: 1px solid rgb(255 255 255 / 15%);
}

/* Left Arrow */
.tooltip.bs-tooltip-left .arrow::after {
  left: -4.5px;
  top: calc(50% - 4.5px);
  border-top-right-radius: 4px;
  border-right: 1px solid rgb(255 255 255 / 15%);
  border-top: 1px solid rgb(255 255 255 / 15%);
}

/* Right Arrow */
.tooltip.bs-tooltip-right .arrow::after {
  right: -4.5px;
  top: calc(50% - 4.5px);
  border-bottom-left-radius: 4px;
  border-left: 1px solid rgb(255 255 255 / 15%);
  border-bottom: 1px solid rgb(255 255 255 / 15%);
}

/* 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: 49.59px; }

.navbar-toggler {
  line-height: 1;
}
/* LOGOS
==================================================== */
.navbar-brand img {
  height: 1.1rem; /*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: 240px;
  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;
}
#CardModal .table td {
    padding: 8px;
}

/* TABLES td HOVER STYLES
==================================================== */
.td-style-1{
    background-color: inherit;
}

.td-style-1:hover {
    background-color: #a6e3d3;
}

/* CUSTOM TABS
==================================================== */
/*This will cover the rounded corner with the first element:before*/
.nav-tabs4 li:first-child a.cover-corner.active:before {
  position: absolute;
  margin-bottom: -15px;
  border-left: 1px solid #e1e1e1;
  bottom: 0;
  left: -1px;
  width: 15px;
  height: 15px;
  background: #ffffff;
  content: " ";
}
.tabs-group {
    z-index: 1;
    position: relative;
}
.nav-tabs4, .nav-tabs5 {
    border-bottom: 0;
}
.nav-tabs4 .nav-item, .nav-tabs5 .nav-item{
    margin-bottom: -1px;
}
.nav-tabs4 .nav-link, .nav-tabs5 .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, .nav-tabs5 .nav-link:hover{
    background-color: rgba(250, 250, 250, 1);
    border-color: #e9ecef #e9ecef #dfdfdf;
}
.nav-tabs4.nav-link.disabled, .nav-tabs5.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;
}
.nav-tabs5 .nav-link.active,
.nav-tabs5 .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
==================================================== */
.select2-results__option { /*overwrite original padding*/
  padding: 0.375rem 1rem;
}
.btn, .btn-sm, .select2-selection--single, .pagination, .form-control, .form-group, .input-group-text {
  border-radius: 10px;
}

/* If .input-group-text contains .res-search, set left border radius to 0 */
.input-group-text:has(.res-search) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-control.re-research-filter.money-mask.money_range{
  padding-right: 0 !important;
}

.re-res-filter-dropdown .w-100.align-items-center .col-6:has(.special-price-range-box-left) {
  padding-left: 0 !important;
}

.re-res-filter-dropdown .w-100.align-items-center .col-6:has(.special-price-range-box-right) {
  padding-right: 0 !important;
}

.prepend ~ .select2 > .selection > .select2-selection--single {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.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;
}
.personal-image .custom-file-label::after {
  content: "Browse" !important;
}
.radio-size {
  width: 17px;
  height: 17px;
}
.res-custom-select .select2-selection--single {
    border: 0px;
}

.lm-form-wrapper .form-group { /*overwrite original Bootstrap form-group class*/
    margin-bottom: 0 !important;
}

/* CUSTOM BUTTONS
==================================================== */
.default-btn-settings {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
}
.rounded-btn {
  border-radius: 30px;
}
.btn-35 {
  height: 35px;
}
.btn-50 {
  height: 50px;
}
.btn-65 {
  height: 65px;
}
.rounded-btn-style-1 {
  padding: 0 20px;
  line-height: 1.5;
  border: 1px solid #dddddd;
  color: #20232C;
  background-color: #FFFFFF;
  color: var(--primary-color) !important;
}
.rounded-btn-style-1:hover {
  background-color: #dddddd;
  color: var(--primary-color) !important;
}


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-image: linear-gradient(to right, #5458f4 0%, #936dfd  51%, #5458f4  100%);
  transition: 0.5s;
  background-size: 200% auto;
  color: #FFFFFF; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    background-position: right center;
    color: #FFFFFF; }

.btn-success {
  background-image: linear-gradient(to right, #3796da 0%, #12d2b0  51%, #3796da  100%);
  transition: 0.5s;
  background-size: 200% auto;
  color: #FFFFFF; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
    background-position: right center;
    color: #FFFFFF; }

.btn-danger {
  background-image: linear-gradient(to right, #da50d8 0%, #f76486  51%, #da50d8  100%);
  transition: 0.5s;
  background-size: 200% auto;
  color: #FFFFFF; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
    background-position: right center;
    color: #FFFFFF; }

/*.btn-light {
  background-image: linear-gradient(to right, #dbdbf0 0%, #eaeafc  51%, #dbdbf0  100%);
  transition: 0.5s;
  background-size: 200% auto;
  color: var(--primary-color);
  border-color: #ddd;
}
  .btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active {
    background-position: right center;
    color: var(--primary-color);
    border-color: #ddd;
}*/

.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 {
    background: #819bff;
    color: #FFFFFF; }
  .btn-purple:focus, .btn-purple:active, .btn-purple.active {
    background: #3240ef;
    color: #FFFFFF; }


.btn-coral {
  background: #F56969;
  color: #FFFFFF; }
  .btn-coral:hover, .btn-coral:focus, .btn-coral:active, .btn-coral.active {
    background: #fd9797;
    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: var(--buyer-color-for-all) !important; }  /*#BC853B gold*/
.badge-bg-seller, .badge-bg-sale  {
  background-color: var(--seller-color-for-all) !important; }
.badge-bg-renter, .badge-bg-rent {
  background-color: var(--renter-color-for-all) !important; } /*#AB1DB7*/
.badge-bg-landlord {
  background-color: var(--landlord-color-for-all) !important; } /*Original #345581*/
.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-unassigned {
  background-color: #4c4d59 !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: #D5DBFF !important; /*#F0DAA3 Light Red*/
  color: #2D347E; /*#A28236 Red*/
}
.badge-bgl-seller {
  background-color: #C9E4FF !important;
  color: #2383E2;
}
.badge-bgl-renter {
  background-color: #FFDDE1 !important; /*#FBCBFF*/
  color: #E85C6F; /*#AB1DB7*/
}
.badge-bgl-landlord {
  background-color: #F7E29B !important; /*#CFE1FA*/
  color: #A28236;    /*#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
========================================================== */
.frosted-glass-bg {
  border: 1px solid rgb(255 255 255 / 70%);
  backdrop-filter: blur(8px) saturate(220%);
  background: rgb(255 255 255 / 50%);
}

.bgl-white {
  background-color: #fefefe !important;
  color: var(--primary-color);
}

.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-highlight {
  background-color: #EFF6FE;
}
.bgl-purple {
  background-color: #E0E9FF !important;
  color: #4356C9;
}
.bgl-green {
  background-color: #E5F7EF !important;
  color: #43C9A5;
}
.bgl-grey {
  background-color: #e9ecf0 !important;
}
.bgl-grey2 {
  background-color: #d9dbdd !important; /*was: cbcbcb*/
  color: #000;
}
.bgl-grey3 {
  background-color: #D1D7DD !important;
  color: #636F77;
}
.bgl-grey4 {
  background-color: #DDDDDD !important;
}
.bgl-yellow {
  background-color: #fdf6e1 !important;
  color: #e07b1f;
}
.bgl-coral {
  background-color: #FFD6D6 !important;
  color: #E65A5A;
}
.bgl-light {
  background-color: #edf4fd !important;
  color: var(--primary-color) !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-status-buyer-represented {
  background-color: var(--status-color-10);
}
.bg-status-leased {
  background-color: var(--status-color-11);
}
/* PASTEL LIGHT COLOR COMBINATIONS
========================================================== */


/* 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-6 {
  background-color:rgba(255,255,255,0.6); }
.bg-re-white-transparent-7 {
  background-color:rgba(255,255,255,0.7); }
.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-re-black-transparent-7 {
  background-color:rgba(0, 0, 0, 0.7); }
.bg-black-t-80 {
  background-color: rgba(32, 35, 44, 0.8);
  color: #FFFFFF !important;}

.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-yellow {
  background-color: #F5E58A !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-black {
  background-color: #000000 !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: var(--listings-bg) !important;
  color: #20232C !important;
}
.bg-table-renter-head {
  background-color: #ffffff !important;
  color: #20232C !important;
}
.bg-table-buyer-head{
  background-color: #ffffff !important;
  color: #20232C !important;
}
.bg-table-transactions-head {
  background-color: var(--transactions-bg) !important;
  color: #20232C !important;
}
.bg-table-renter-head {
  background-color: #f0e8f0 !important;
  color: #20232C !important;
}
.bg-table-buyer-head{
  background-color: #e8e7e6 !important;
  color: #20232C !important;
}
.bg-table-transactions-head {
  background-color: #edf0ed !important;
  color: #20232C !important;
}


/* new lists -  BACKGROUNDS
========================================================== */

.bg-table-sellers_landlords-head {
  background-color: var(--sellers-landlords-bg) !important;
  color: #20232C !important;
}
.bg-table-buyers_renters-head{
  background-color: var(--buyers-renters-bg) !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) e(extra) l(light) d(dark)
========================================================== */
.bg-dm-field-0l {
  background-color: #F0F0F0 !important; }
.bg-dm-field-0d {
  background-color: #D8D8D8 !important; }
.bg-dm-field-1el {
  background-color: #FFFDEF !important; }
.bg-dm-field-1l {
  background-color: #FCF6D2 !important; }
.bg-dm-field-1d {
  background-color: #F5E58A !important; }
.bg-dm-field-2el {
  background-color: #F5F9FF !important; }
.bg-dm-field-2l {
  background-color: #D2D7FC !important; }
.bg-dm-field-2d {
  background-color: #8A9AF5 !important; }
.bg-dm-field-3el {
  background-color: #F5FCFF !important; }
.bg-dm-field-3l {
  background-color: #CBEDFF !important; }
.bg-dm-field-3d {
  background-color: #A2DEFD !important; }
.bg-dm-field-4el {
  background-color: #FBFFF8 !important; }
.bg-dm-field-4l {
  background-color: #F0FFE8 !important; }
.bg-dm-field-4d {
  background-color: #D4FCC0 !important; }
.bg-dm-field-5el {
  background-color: #FFF9F8 !important; }
.bg-dm-field-5l {
  background-color: #FFCCC6 !important; }
.bg-dm-field-5d {
  background-color: #FDA89E !important; }
.bg-dm-field-6el {
  background-color: #FAFCFF !important; }
.bg-dm-field-6l {
  background-color: #DCE5EF !important; }
.bg-dm-field-6d {
  background-color: #B5C5D5 !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*/
.double-border-s {
  position: relative;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.default-flex, .js-column-header {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.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-soft-grey {
  border-color: #0000000d !important; }

/* 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-0-5 {
    border-color:rgba(255,255,255,0.5) !important;
}
.border-white-t-2 {
    border-color:rgba(255,255,255,0.2) !important;
}
.border-white-t-100 {
    border-color:rgba(255,255,255,1) !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: #F5968A !important; }
.p-border-6 {
  border-color: #B5C5D5 !important; }
.border-bottom-grey {
  border-bottom-color: #dddddd  !important; }


/* BORDER COLORS FOR CONTACT TYPE
========================================================== */
.border-buyer {
  border-color: #3C4286 !important; }
.border-seller {
  border-color: #2383E2 !important; }
.border-renter {
  border-color: #FF8696 !important; }
.border-landlord {
  border-color: #D6B02D !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; }

/* 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: var(--renter-color-for-all) !important; }
.buyer-color-text {
  color: var(--buyer-color-for-all) !important; }
.landlord-color-text {
  color: var(--landlord-color-for-all) !important; }
.seller-color-text {
  color: var(--seller-color-for-all) !important; }
.other-color-text {
  color: #2f414e; }

.bm-blue-color-text {
    color: #2d536e !important; }
.bm-blue2-color-text {
    color: #637f93 !important; }

.primary-color-text {
    color: var(--primary-color) !important; }
.muted-color-text {
    color: #8B8E91 !important; }/*8D949B*/

.white-color-text {
    color: #ffffff !important; }

.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; }

.green2-color-text {
    color: #43C9A5; }

.eucalyptus-color-text {
  color: #43C9A5 !important; }

.done-color-text {
    color: #92C957; }

.grey-color-text {
    color: #787C84; } /*old b8bbbd*/

.grey2-color-text {
    color: #beccd8 !important; }

.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, .crm-block-title, .title-m {
    font-size: 1.313rem;
    font-weight: 600 !important;
    margin-bottom: 0;
}
.res-subtitle1 {
    font-size: 1.0625rem;
    color: #787C84;
    margin-bottom: 0;
}
.res-subtitle2, .crm-block-subtitle {
    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-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;
}
.line-height-1-7 {
    line-height:1.7;
}
.line-height-1-8 {
    line-height:1.8;
}
.line-height-2 {
    line-height:2;
}
.line-height-2-1 {
    line-height:2.1;
}
.line-height-2-2 {
    line-height:2.2;
}
.line-height-2-3 {
    line-height:2.3;
}
.line-height-2-4 {
    line-height:2.4;
}
.line-height-2-5 {
    line-height:2.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: 3px 8px !important; /*original padding: 5px 8px*/
    border-radius: 20px;
}
.crm-email-badge-style-1 {
    box-sizing: border-box;
    padding: 0 10px 0 0 !important;
    border-radius: 30px;
}
.default-badge {
    box-sizing: border-box;
    padding: 5px 8px !important;
    border-radius: 30px;
}
.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;
  max-width: 260px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  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, .lable-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-out-color-13, .res-task-out-color-13 {
  box-shadow: inset 0px 0px 0px 1px #e3e9fe;
  color: #e3e9fe;
}
.res-tag-out-color-14, .res-task-out-color-14 {
  box-shadow: inset 0px 0px 0px 1px var(--primary-color);
  color: var(--primary-color);
}
.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-3px { margin-top:3px !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-1px { padding-bottom: 1px !important }
.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-55p { max-width: 55% !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-70 { max-width: 70px !important; }
.max-width-80 { max-width: 80px !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-230 { max-width: 230px !important; }
.max-width-250 { max-width: 250px !important; }
.max-width-300 { max-width: 300px !important; }
.max-width-310 { max-width: 310px !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-0 { min-width: 0 !important; }
.min-width-50 { min-width: 50px !important; }
.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-290 { min-width: 290px !important; }
.min-width-330 { min-width: 330px !important; }
.min-width-350 { min-width: 350px !important; }
.min-width-400 { min-width: 400px !important; }
.min-width-500 { min-width: 500px !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; }
.min-height-250 { min-height: 250px !important; }
.min-height-280 { min-height: 280px !important; }
.min-height-350 { min-height: 350px !important; }

/* MAX HEIGHT
========================================================== */
.max-height-25 { max-height: 25px !important; }
.max-height-30 { max-height: 30px !important; }
.max-height-50 { max-height: 50px !important; }
.max-height-55 { max-height: 55px !important; }
.max-height-60 { max-height: 60px !important; }
.max-height-120 { max-height: 120px !important; }
.max-height-135 { max-height: 135px !important; }
.max-height-200 { max-height: 200px !important; }
.max-height-230 { max-height: 230px !important; }
.max-height-500 { max-height: 500px !important; }
.max-height-550 { max-height: 550px !important; }
.max-height-135 { max-height: 135px !important; }

/* ASPECT RATIOS
========================================================== */
.aspect-ratio-3-2 {
  width: 100%;
  aspect-ratio: 3 / 2;
}
.aspect-ratio-4-3 {
  width: 100%;
  aspect-ratio: 4 / 3;
}


/* Width Style in pixels ==================================================== */
.width-auto { width:auto !important; }
.width-90percent { width:90% !important; }
.width-full { width:100%; }
.width-half { width:50%; }
.width-30 { width:30px !important; }
.width-50 { width:50px !important; }
.width-65 { width:65px !important; }
.width-70 { width:70px !important; }
.width-80 { width:80px !important; }
.width-90 { width:90px !important; }
.width-95 { width:95px !important; }
.width-100 { width:100px !important; }
.width-110 { width:110px !important; }
.width-120 { width:120px !important; }
.width-130 { width:130px !important; }
.width-135 { width:135px !important; }
.width-150 { width:150px !important; }
.width-160 { width:160px !important; }
.width-180 { width:180px !important; }
.width-200 { width:200px !important; }
.width-220 { width:220px !important; }
.width-235 { width:235px !important; }
.width-250 { width:250px !important; }
.width-300 { width:300px !important; }
.width-350 { width:350px !important; }
.width-400 { width: 400px !important; }
.width-450 { width: 450px !important; }
.width-500 { width: 500px !important; }
.width-600 { width: 600px !important; }
/* Width Style in view port size ==================================================== */
.width-vw-100 { width:100vw !important; }
.width-vw-95 { width:95vw !important; }
.width-vw-90 { width:90vw !important; }
.width-vw-85 { width:85vw !important; }
.width-vw-80 { width:80vw !important; }
.width-vw-75 { width:75vw !important; }
.width-vw-70 { width:70vw !important; }
.width-vw-65 { width:65vw !important; }
.width-vw-60 { width:60vw !important; }
.width-vw-55 { width:55vw !important; }
.width-vw-50 { width:50vw !important; }
/* Width Style in percentage CSS ==================================================== */
.width-10p { width:10% !important; }
.width-20p { width:20% !important; }
.width-30p { width:30% !important; }
.width-40p { width:40% !important; }
.width-50p { width:50% !important; }
.width-60p { width:60% !important; }
.width-70p { width:70% !important; }
.width-80p { width:80% !important; }
.width-85p { width:85% !important; }
.width-90p { width:90% !important; }
.width-95p { width:95% !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-40 { height: 40px; }
.height-50 { height: 50px; }
.height-60 { height: 60px; }
.height-70 { height: 70px; }
.height-100 { height: 100px; }
.height-110 { height: 110px !important; }
.height-120 { height: 120px !important; }
.height-150 { height: 150px; }
.height-160 { height: 160px; }
.height-170 { height: 170px; }
.height-180 { height: 180px; }
.height-190 { height: 190px; }
.height-200 { height: 200px; }
.height-220 { height: 220px; }
.height-230 { height: 230px; }
.height-235 { height: 235px; }
.height-250 { height: 250px; }
.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-1000 {z-index:1000 !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;}
	.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-3 { border-radius: 3px; }
.rounded-5 { border-radius: 5px; }
.rounded-7 { border-radius: 7px !important; }
.rounded-10 { border-radius: 10px !important; }
.rounded-t-7 { border-radius: 7px 7px 0 0 !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-10 { border-top-left-radius: 10px !important;}
.rounded-tr-10 { border-top-right-radius: 10px !important;}
.rounded-br-10 { border-bottom-right-radius: 10px !important;}
.rounded-bl-10 { border-bottom-left-radius: 10px !important;}
.rounded-tl-7 { border-top-left-radius: 7px !important;}
.rounded-bl-7 { border-bottom-left-radius: 7px !important;}
.rounded-br-7 { border-bottom-right-radius: 7px !important;}
.rounded-tr-7 { border-top-right-radius: 7px !important;}
.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%);
}
.shadow-black-3 {
 -webkit-box-shadow: 0px 26px 21px -23px rgba(0,0,0,0.2);
 -moz-box-shadow: 0px 26px 21px -23px rgba(0,0,0,0.2);
 box-shadow: 0px 26px 21px -23px rgba(0,0,0,0.2);
}
.shadow-soft {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.10)!important;
}

/* 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 - Commission Request - Pay Commission */
#form-pay_commission th,
#form-pay_commission td{
  padding: 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/Sale listing - Clone */
#form-rental_clone #field-pr_property_id,
#form-rental_clone #field-apartment,
#form-sale_clone #field-pr_property_id,
#form-sale_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;
  }

  .re-res-filter-dropdown:has(.money_range) {
      min-width: 600px !important;
  }

}

@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;
    resize: none;
}

/* 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: 7px;
  transition: .2s;
}

.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;
}
.btn-due-date{
  padding: 5px 12px!important;
}
/*#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;
  border-radius: 10px !important;
  background-color: #F1F4FD !important;
  background: -webkit-radial-gradient(circle, rgba(241, 244, 253, 0.5) 0%, rgba(221, 222, 250, 0.5) 50%, rgba(241, 244, 253, 0.5) 100%) !important;
  background: radial-gradient(circle, rgba(241, 244, 253, 0.5) 0%, rgba(221, 222, 250, 0.5) 50%, rgba(241, 244, 253, 0.5) 100%) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  backdrop-filter: blur(12px) !important;
}
.ui-state-active {
  background-color: #FFFFFF !important;
}
.ui-state-hover {
  background-color: #FFFFFF !important;
}
.ui-datepicker-buttonpane {
  /*justify-content: right !important;*/
}
.ui-datepicker-buttonpane button {
  border-radius: 10px !important;
}
.ui-datepicker .ui-state-active {
  color: #000 !important;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today .ui-state-highlight {
  background-color: #fff !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: 83px;
    margin: 0 !important;
    z-index: 1;
    left: 0;
}
.pdf_toolbar.fixed_bar.fixed_bar_iframe{
  top: 0px !important;
}
.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;
}
.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;
}
/* Additional class for Any Time plugin
========================================================== */
.AnyTime-win {
  overflow: auto;
  height: 50vh;
}
/*SPINNING MODAL LOADER
========================================================== */
.loader {
  position: relative;
  margin: 0 auto;
  width: 100px;
}
.loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.circular {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
 }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
 }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
 }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
 }
}
@keyframes color {
  100%, 0% {
    stroke: #4C70FC;
 }
  40% {
    stroke: #0F74FD;
 }
  66% {
    stroke: #4C70FC;
 }
  80%, 90% {
    stroke: #0F74FD;
 }
}
.showbox {
  height: 200px;
  display: flex;
}


/*LIST VIEW
========================================================== */

.list_view_card{
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: #ffffff;
}
.list_view_card:hover{
  background-color: #f5f5f5;
}
.card-list-view-row{
  padding: 8px 20px;
  position: relative;
  float: left;
}

#draggable_clone_item{

  cursor: pointer;
}

.drop-col-tab.active.fl-bg-renter{
  background-color: #AB1DB7 !important;
}
.drop-col-tab.active.fl-bg-buyer{
  background-color: #BC853B !important;
}
.drop-col-tab.active.fl-bg-listings{
  background-color: #0F74FD !important;
}
.drop-col-tab.active.fl-bg-transactions{
  background-color: #45B64A  !important;
}

#tab-contact:before {
  content: "\e0ab" !important;
}

#tab-incoming_leads:before {
    content: "\e077" !important;
}

#tab-buyers_renters:before {
    content: "\e078" !important;
}

#tab-sellers_landlords:before {
    content: "\e079" !important;
}

#tab-listings:before {
    content: "\e071" !important;
}

#tab-transactions:before {
    content: "\e07c" !important;
}

/* OPENED CARD DateTimePicker */

.modal-open .ui_tpicker_time_label,
.modal-open .ui_tpicker_time {
  width: 50%;
  display: inline-block;
  display: flex;
}

.modal-open .ui_tpicker_time {
  padding-left: 5px;
}

.modal-open .ui_tpicker_hour_label,
.modal-open .ui_tpicker_minute_label {
  width: 20%;
  display: inline-block;
  margin: 0;
}

.modal-open .ui_tpicker_hour,
.modal-open .ui_tpicker_minute {
  width: 30%;
  display: inline-block;
  margin: 0;
}

.modal-open .ui_tpicker_minute_label,
.modal-open .ui_tpicker_minute {
  padding-left: 5px;
}

.modal-open .ui-datepicker select {
  border-radius: 7px;
  display: block;
  height: calc(1.5385em + .875rem + 2px);
  padding: .4375rem .875rem;
  font-size: .8125rem;
  font-weight: 400;
  line-height: 1.5385;
  color: #333;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ddd;
  box-shadow: 0 0 0 0 transparent;
}

/* Board - Cards - disable link events */
.js-card-box .card *{
  -webkit-user-select: none; /* Chrome, Safari, Opera */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Standard syntax */
}

.js-card-box .card:not(.draggable) a{
  pointer-events:none;
}

.close-marketing-budget{
  margin-top: -2.5rem;
  margin-right: -1.25rem;
}

/* FOR MARKETING AND PATHWAY: TABS, ADVANCED CONTACT FILTER
========================================================== */
.marketing.tabs {
  display: flex;
  padding: 5px;
  background-color: #f3f4f6;
  border-radius: 10px;
}
.marketing.tabs * {
  z-index: 2;
}
.marketing.tabs input[type=radio] {
  display: none;
}
.marketing.tabs .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  margin-bottom: 0px;
  width: 50%;
  cursor: pointer;
  border-radius: 10px;
  transition: color 0.15s ease-in;
}
.marketing.tabs input[type=radio]:checked + label {
  color: #000000;
}
.marketing.tabs input[data-nth="1"]:checked ~ .glider {
  transform: translateX(0);
}
.marketing.tabs input[data-nth="2"]:checked ~ .glider {
  transform: translateX(100%);
}
.marketing.tabs .glider {
  position: absolute;
  display: flex;
  z-index: 1;
  height: 30px;
  width: calc(50% - 5px);
  background-color: #ffffff;
  border-radius: 7px;
  transition: 0.25s ease-out;
}
.mm-advanced-filter-card .select2-container{
  min-width: 130px;
  max-width: 140px;
}

/* RESOFT CUSTOM OVERFLOW MENU
========================================================== */
.res-overflow-menu {
  white-space: nowrap;
  overflow-x: auto;
  display: flex;
}

.res-overflow-menu::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}
.res-overflow-next, .res-overflow-prev {
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 50px;
  display: flex;
  align-items: center;
  z-index: 100;
}

.res-overflow-next {
  position: absolute;
  right: 0px;
  background: linear-gradient(to right, #ffffff00, #ffffffc9, #ffffff);
  justify-content: end;
  z-index: 100;
}

.res-overflow-prev {
  position: absolute;
  left: 0px;
  background: linear-gradient(to left, #ffffff00, #ffffffc9, #ffffff);
  justify-content: start;
}

/* Help articles and videos */
#supportVideoModal iframe {
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  border: 0;
}
/* RESig CLASSES
========================================================== */

/* Resig - agent zoom correction */
  body.library.file_sign .preview-inner{
  transform-origin: 50% 0;
}

.field_p.form-control:not(.specialField_extras), .field_p_extras.form-control:not(.specialField_extras){
  border-radius: 3px;
}

body.document_creator:not(.call_app) .page-content .content-wrapper{
  overflow: hidden;
}

body.document_creator .js-global-x-btn{
  box-shadow: none !important;
}

body.document_creator .js-global-x-btn:hover {
    box-shadow: 0 0 0 62.5rem rgba(0,0,0,.075) inset !important;
}

.material-list-thumb.thumb-150{
  height: 150px;
  width: 150px;
}

.material-list-thumb.thumb-180{
  height: 180px;
  width: 180px;
}

.js-mm-raw-thumb {
  user-select: none;
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 800px;
  transform-origin: top left;
}

.disabled-oh-addbutton{
  pointer-events: none;
  border-color: #ddd;
  opacity: .65;
  box-shadow: none;
  cursor: default;
}

body.pathways th[data-order-by="public"], body.pathways th[data-order-by="vf_task_num"] {
  width: 70px;
}
/* Resig mobile saving status */
body:not(.call_app) .savingBoxText{
  display: none;
}

.document_creator .opacity-0 #saveIconBox{
  width: 1px;
}

/* Resig -modal - appear effect */
.in-iframe-custom.document_creator .page-content{
  opacity: 0;
}

.special-chosen-drop-hide .chosen-drop{
  opacity: 0;
}

/* RESearch more filters modal */
#moreFiltersModal .multiselect-container {
  max-height: 300px !important;
}

/* List View filter ribbon multiselect fix */
.list-view-filters .multiselect-native-select .btn-group {
  max-width: 240px !important;
}


/* Finance - Rental/Sale Invoice Form - Edit */
.finance.rental_invoice_form .corporate_form_group,
.finance.rental_invoice_form .name_form_group,
.finance.sale_invoice_form .corporate_form_group,
.finance.sale_invoice_form .name_form_group{
    background-color: #f9f9f9;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 0;
    border-radius: 0;
}

.finance.rental_invoice_form .name_form_group,
.finance.sale_invoice_form .name_form_group{
     margin-bottom: 20px;
}

/* Card listing table checkbox */
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .table.cardtable input[type='checkbox'] {
      --active: #0f74fd;
      --active-inner: #fff;
      --input-border: #cdd9ed;
      --input-border-hover: rgb(106, 116, 146);
      --background: #fff;
      --disabled: #f5f9ff;
      --disabled-inner: #e4ecfa;
      --shadow-inner: rgba(18, 22, 33, .1);
      outline: none;
      position: relative;
      -webkit-appearance: none;
      -moz-appearance: none;
      margin: 0;
      margin-right: .625rem;
      padding: 0;
      box-shadow: none;
      cursor: pointer;
      height: 16px;
      border: 1px solid var(--input-border);
      background: var(--background);
      transition: background 0.3s ease, border-color 0.3s ease;
      vertical-align: text-bottom;
  }
  .table.cardtable input[type='checkbox']:after {
      content: '';
      display: block;
      left: 0;
      top: 0;
      position: absolute;
      transition: transform 0.3s ease, opacity 0.2s ease, filter 0.3s ease;
  }
  .table.cardtable input[type='checkbox']:checked {
      background: var(--active);
      border-color: var(--active);
  }
  .table.cardtable input[type='checkbox']:checked:after{
      filter: drop-shadow(0 1px 2px var(--shadow-inner));
      transition: opacity 0.3s ease, filter 0.3s ease, transform 0.6s cubic-bezier(0.175, 0.88, 0.32, 1.2);
  }
  .table.cardtable input[type='checkbox']:disabled {
      cursor: not-allowed;
      opacity: 0.9;
      background: var(--disabled);
  }
  .table.cardtable input[type='checkbox']:disabled:checked {
      background: var(--disabled-inner);
      border-color: var(--input-border);
  }
  .table.cardtable input[type='checkbox']:hover:not(:checked):not(:disabled) {
      border-color: var(--input-border-hover);
  }
  .table.cardtable input[type='checkbox']:not(.switch) {
      width: 16px;
      min-width: 16px;
  }
  .table.cardtable input[type='checkbox']:not(.switch):after {
      opacity: 0;
  }
  .table.cardtable input[type='checkbox']:not(.switch):checked:after, input[type='radio']:not(.switch):checked:after {
      opacity: 1;
  }
  .table.cardtable input[type='checkbox']:not(.switch) {
      border-radius: 6px;
  }
  .table.cardtable input[type='checkbox']:not(.switch):after {
      width: 5px;
      height: 9px;
      border: 2px solid var(--active-inner);
      border-top: 0;
      border-left: 0;
      left: 5px;
      top: 2px;
      transform: rotate(20deg);
  }
  .table.cardtable input[type='checkbox']:not(.switch):checked:after {
      transform: rotate(43deg);
  }
  .table.cardtable input[type='checkbox'].switch {
      width: 38px;
      border-radius: 11px;
  }
  .table.cardtable input[type='checkbox'].switch:after {
      left: 2px;
      top: 2px;
      border-radius: 50%;
      width: 15px;
      height: 15px;
      background: var(--input-border);
  }
  .table.cardtable input[type='checkbox'].switch:checked:after {
      background: var(--active-inner);
      transform: translateX(17px);
  }
  .table.cardtable input[type='checkbox'].switch:disabled:not(:checked):after {
      opacity: 0.6;
  }
}

/* CM Activity List Email - table width fix */

#activityListAll table,
#activityListAll table col,
#activityListAll table img,
#activityListEmail table,
#activityListEmail table col,
#activityListEmail table img,
.note-frame .note-editing-area .note-editable table,
.note-frame .note-editing-area .note-editable table col {
  width: auto !important;
}

#activityListAll table td,
#activityListEmail table td {
  word-break: break-all !important;
}

.note-toolbar:not([class*="bg-"]):not([class*="alpha-"]) {
    background-color: #fff !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    padding: 0px 1.25rem 0.9375rem;
    margin: 0px;
}

.email-dropdown {
    z-index: 1100 !important;
}

/* Fix for select2 dropdown width and overflow */

.form-horizontal .dropdown-item.form-check {
  max-width: inherit !important;
}

.dropdown-item.form-check {
  max-width: 400px !important;
}

.dropdown-item.form-check .form-check-label {
  width: 100% !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

/* Summernote toolbar height fix */

form .note-toolbar-wrapper {
  height: inherit !important;
}

.note-btn-group.btn-group.note-imagesize {
  display: none !important;
}

/*PERSONAL FOLDER AND MARKETING OPTIONS*/

.btn-mm-light-grey {
  background-color: #f4f5f7;
  transition: .2s;
}

.btn-mm-light-grey:hover, .btn-mm-light-grey:focus, .btn-mm-light-grey:active, .btn-mm-light-grey.active {
  background-color: #efeff4;
  box-shadow: none !important;
  transition: .2s;
}

.btn-mm-transparent-grey {
  background-color: transparent;
  transition: .2s;
}

.btn-mm-transparent-grey:hover, .btn-mm-transparent-grey:focus, .btn-mm-transparent-grey:active, .btn-mm-transparent-grey.active {
  background-color: #f4f5f7;
  box-shadow: none !important;
  transition: .2s;
}

.gallery-node:hover .mm-thumbnail-option.option-dark, .mm-thumbnail-option.option-dark.active, .mm-thumbnail-option.option-dark:active, .mm-page-item:hover .mm-thumbnail-option.option-dark, .project-folder:hover .mm-thumbnail-option.option-semidark, .template-node:hover .mm-thumbnail-option.option-dark, .node-positions-item:hover .mm-thumbnail-option.option-dark {
  opacity: 1;
  transition: .2s;
}

.mm-thumbnail-option.active {
  opacity: 1;
  transition: .2s;
}

.thumbnail-options {
  top: 5px;
  right: 5px;
}

.page-label {
  bottom: 5px;
  left: 5px;
}

.project-folder .mm-thumbnail-option.option-semidark {
  top: 10px;
  right: 10px;
}

.page-options, .dz-remove, .material-position-options {
  top: 5px;
  right: 5px;
}

.mm-thumbnail-option {
  position: absolute;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  width: 25px;
  height: 25px;
  z-index: 10;
  opacity: 0;
  line-height: 1;
}

.mm-thumbnail-option.option-dark {
  background: rgba(13,18,22,.7);
  color: #ffffff;
}

.mm-thumbnail-option.option-semidark {
  background: rgba(162,162,176,60%);
  color: #ffffff;
}

.mm-thumbnail-option.option-light {
  background: #ffffff;
  color: #000000;
}

.mm-thumbnail-option.option-semidark:hover {
  background: rgba(162,162,176,80%);
}

.mm-thumbnail-option.option-dark:hover {
  background: rgba(13,18,22,.8);
}

.mm-thumbnail-option.option-light:hover {
  background: rgb(250 250 250);
}

.marketing-material-thumb .mm-thumbnail-option {
  right: 10px;
  top: 10px;
}

.marketing-material-thumb:hover .mm-thumbnail-option {
  opacity: 1;
  transition: .2s;
}

/* NOTIFICATIONS */

.notification-container {
  display: flex;
  gap: 0.75em;
  flex-direction: column;
  align-items: center;
  width: 315px;
  height: 100vh;
  position: absolute;
  right: 5px;
  z-index: 1111;
  pointer-events: none;
}

.notification {
  width: 100%;
  pointer-events: all;
}
.notification, .notification-inner {
	animation-duration: 0.75s;
	animation-fill-mode: forwards;
}
.notification-inner {
	animation-name: popup-alert-in;
	background-color: #ffffff7a;
	border-radius: 1em;
	box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.1);
	display: grid;
	grid-template-columns: 3em 1fr;
	gap: 1em;
	padding: 1em;
	padding-inline-end: 2em;
	width: 100%;
	transform-origin: 50% 100%;
	transition: background-color 0.3s, box-shadow 0.3s;
  backdrop-filter: blur(25px);
  border: 1px solid #ffffff94;
}
.notification-close {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  line-height: 0;
}
.notification-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
}
.notification-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
}
.notification-out {
	animation-name: popup-alert-shrink;
}
.notification-out .notification-inner {
	animation-name: popup-alert-out;
	transform-origin: 50% 50%;
}
/* Animations */
@keyframes popup-alert-in {
	from {
		filter: blur(10px);
		opacity: 0;
		transform: scale(0.8);
	}
	to {
		filter: blur(0);
		opacity: 1;
		transform: scale(1);
	}
}
@keyframes popup-alert-out {
	from {
		filter: blur(0);
		opacity: 1;
		transform: translateY(0) scale(1);
	}
	to {
		filter: blur(10px);
		opacity: 0;
		transform: translateY(-100%) scale(1.1);
	}
}
@keyframes popup-alert-shrink {
	from {
		height: 5.75em;
	}
	to {
		height: 0;
	}
}

/* DROPDOWN OVERRIDE */
.dropdown-menu {
  border: 1px solid rgb(0 0 0 / 5%);
  border-radius: 10px;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, .1);
}

.dropdown-item {
  margin: 0px 8px;
  width: calc(100% - 16px);
  border-radius: 7px;
  line-height: 17px;
}

.dropdown-divider {
  border-top: 1px solid rgb(0 0 0 / 8%);
}

.dropdown-item.active {
  color: #000000;
  background-color: #00000014;
}

.search-assistance .input-group-text {
  background-color: #ffffff;
  transition: .2s;
}

.search-assistance .search-assistance-btn {
  border-radius: 10px;
  transition: .2s;
}

.search-assistance .search-assistance-btn:hover {
  transition: .2s;
  cursor: pointer;
  background-color: #f5f5f5;
  border-radius: 10px;
}

/*EASILY EDITABLE TEXT */

.mm-edit-text {
  display: flex;
}

.mm-edit-text i {
  display: none;
}

.mm-edit-text input {
  border-bottom: 1px dashed transparent;
  border-top: none;
  border-right: none;
  border-left: none;
}

.mm-edit-text:not(.no-edit):hover input, .mm-edit-text:not(.no-edit) input:focus{
  border-bottom: 1px dashed #35475a33;
  cursor: text;
}

.mm-edit-text:not(.no-edit):hover i {
  display: block;
}
