/* reapp body background animation */
.table#propertiesTable {
  width: 98%;
}

.table {
  margin-left: auto;
  margin-right: auto;
}

table {
  color: #ffffff !important;
  padding: .25rem .25rem;
}

.table>:not(:first-child) {
  border-top: none;
}

th {
  font-family: 'Mulish' !important;
  font-size: 14px;
  font-weight: 800;
  color: #F3A183;
  text-transform: lowercase;
}

tr {
  cursor: pointer;
}

.table#propertiesTable>tbody>tr:hover,
.opportunitiesTable>tbody>tr:hover,
.table#leaseTransactionsTable>tbody>tr:hover,
.table#leasesTable>tbody>tr:hover {
  /* transform: scale(1.01); */
}




#propertiesTable tr,
#companiesTable tr,
#inquiryTable tr,
#leaseTransactionsTable tr,
#leasesTable tr,
#landlordsTable tr,
#brokersTable tr,
#investTransTabl tr,
.grid-table-body-row-border {
  /* border-bottom-color: rgba(240, 240, 242, 0.1); */
  border-bottom: 1px solid #ffffff10;
}


body {
  background: linear-gradient(144deg, #272a46 20%, rgba(27, 31, 43, 1) 50%, rgba(27, 31, 43, 1) 75%, #272a46 100%) !important;
  font-family: 'Mulish' !important;
  font-size: 13px;
  font-weight: 300;
  color: #D6DAE3;
  background-attachment: fixed !important;
  /* background: linear-gradient(297deg, rgba(89, 41, 34, 1) 0%, rgba(96, 66, 133, 1) 54%, rgba(31, 39, 61, 1) 100%); */
  /* background: url(https://app.reapp.nl/archon-content/plugins/reapp/images/reap_bg.jpg); */
}

.filter-btn-active {
  background-color: #F3A183 !important;
  color: white !important;
}

h1,
h3 {
  font-family: 'Mulish' !important;
  font-weight: 800 !important;
}

h1 {
  font-size: 32px;
  text-transform: lowercase;
  color: #ffffff;
}

h1 #rowCount {
  font-family: 'Mulish' !important;
  color: #F3A183;
  font-weight: 200;
}

.form-control:focus {
  box-shadow: none;
}

#rowCount {
  font-weight: 200;
  font-size: 15px;
  background-color: rgba(255, 255, 255, 0);
  padding-inline: 6px;
  border-radius: 20px;
  vertical-align: middle;
  border: 1px solid;
}

tbody>tr:hover {
  /* border-radius: 10px !important; */
  background-color: #d6dae320 !important;
  /* -webkit-box-shadow: 0 1px 9px 1px rgba(0, 0, 0, 0.20); */
  /* border-bottom-color: #d6dae300 !important; */
  /* transition: 0.5s; */
  /* border-radius: 10px !important; */

}

/* default html elements */
h1 {
  color: #fff;
}


/* table styling */
table.table {
  color: #fff;
}

table.table a {
  color: #fff;
  text-decoration: underline;

  /* onhover */
  transition: 0.3s;
}

table.table a:hover {
  color: #F3A183;
  text-decoration: none !important;
}

/* navbar styling */
.nav-link {
  color: #fff !important;
}

nav .dropdown-menu {
  /* little bit transparant */
  background-color: rgba(45, 39, 70, 0.8);
}

nav .dropdown-menu a {
  color: #fff;
}

nav .dropdown-menu .dropdown-divider {
  border-top: 1px solid #fff;
}

/* page navigation */
nav ul.pagination {
  justify-content: center;
}

.page-item:not(:first-child) .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

nav ul.pagination li.page-item a {
  color: #fff;
  background-color: #2d2746;
  border-color: #2d2746;
}

nav ul.pagination li.page-item a:focus {
  color: #fff;
  background-color: #2d2746;
  border-color: #2d2746;
  box-shadow: 0 0 0 .25rem rgba(45, 39, 70, 0.5);
}

nav ul.pagination li.page-item.active a {
  background-color: #F3A183 !important;
  border-color: #F3A183 !important;
  border-radius: 5px;
}

nav ul.pagination li.page-item.active a:focus {
  background-color: #F3A183 !important;
  border-color: #F3A183 !important;
  box-shadow: 0 0 0 .25rem rgba(243, 161, 131, 0.5);
}

#tbl_properties {
  max-height: 65vh;
  overflow: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

#tbl_sources {
  max-height: 65vh;
  overflow: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
#tbl_sources::-webkit-scrollbar {
  display: none;
}

#tbl_properties::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.example {

  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

/* properties table styling */

/* #tbl_properties > table > tbody > tr:hover { */
/* spring out */
/* transform: scale(1.010);
    transition: 0.5s;
    cursor: pointer;
} */

/* sources table styling */
/* #tbl_sources > table > tbody > tr:hover { */
/* spring out */
/* transform: scale(1.010);
    transition: 0.5s;
    cursor: pointer;
} */
/* quarterlydata table styling */
/* #tbl_data > table > tbody > tr:hover { */
/* spring out */
/* transform: scale(1.010);
    transition: 0.5s;
    cursor: pointer;
} */

#tbl_link_properties {
  color: rgb(0, 0, 0);
}

.col-sources {
  overflow: auto;
  max-height: 600px;
}

.col-sourceInfo {
  overflow: auto;
  max-height: 600px;
}


li.list-group-item a {
  color: white;
  text-decoration: none;
}

li.list-group-item a:hover {
  color: #F3A183;
  text-decoration: none;
}

li.list-group-item {
  margin-bottom: 3px;
}

#cbre_quarterly_file {
  width: 400px;
}

#property-link {
  color: black;
}

#property-link:hover {
  color: #F3A183;
  text-decoration: none;
}

.syncBtn {
  width: 150px;
}

/* REAPP TOAST CSS START*/
#datamanagerToastDiv {
  position: absolute;
}

div#datamanagerToastDiv {
  width: 100vw;
}

#datamanagerToastDiv {
  visibility: hidden;
  position: fixed;
  bottom: 6%;
  min-width: 100vw;
  margin: 0px;
  display: flex;
  justify-content: center;
  z-index: 9999;
}

.toastContentDiv {
  margin: 0px;
  background-color: #1E202B;
  color: #fff;
  max-width: 600px;
  font-size: 17px;
  height: 40px;
  line-height: 10px;
  border-radius: 2rem;
  display: flex;
  position: absolute;
}

.toastContent {
  margin-bottom: 0px;
  margin: 15px;
}

#datamanagerToastDiv.show {
  visibility: visible !important;
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s;
}

#datamanagerToastDiv.finished {
  animation: fadeout 2s;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 6%;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 6%;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 6%;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 6%;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}


/* REAPP TOAST CSS END */

/* REAPP SUCCESS MARK START */

.checkmark {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  /* display: block; */
  margin: 5px;
  stroke-width: 2;
  stroke: white;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #2db19c;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #2db19c;
  fill: none;
  animation: stroke .6s cubic-bezier(0.650, 0.000, 0.450, 1.000) forwards;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke .3s cubic-bezier(0.650, 0.000, 0.450, 1.000) .8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes scale {

  0%,
  100% {
    transform: none;
  }

  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #2db19c;
  }
}

/* REAPP SUCCESS MARK END*/

/* REAPP ERROR CROSS START */
.crossmark__circle.animateElement {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #ff0000;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.crossmark.animateElement {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #ff0000;
  stroke-miterlimit: 10;
  margin: 10% auto;
  box-shadow: inset 0px 0px 0px #ff0000;
  animation: fillred .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}



.cross__path.animateElement {
  stroke: #ffffff;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  transform-origin: 50% 50% 0;
}

.cross__path--right.animateElement {
  animation: 0.3s ease normal forwards 1 running stroke;
}

.cross__path--left.animateElement {
  animation: 1s ease normal forwards 1 running stroke;
}

@keyframes fillred {
  100% {
    box-shadow: inset 0px 0px 0px 30px #ff0000;
  }

}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

.circular-loader {
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  height: 30px;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  width: 30px;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}

.loader-path {
  stroke-dasharray: 150, 200;
  stroke-dashoffset: -10;
  -webkit-animation: dash 1s ease-in-out infinite, color 6s ease-in-out infinite;
  animation: dash 1s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}

@-webkit-keyframes color {
  0% {
    stroke: #ffffff;
  }

  40% {
    stroke: #ffffff;
  }

  66% {
    stroke: #ffffff;
  }

  80%,
  90% {
    stroke: #ffffff;
  }
}

@keyframes color {
  0% {
    stroke: #ffffff;
  }

  40% {
    stroke: #ffffff;
  }

  66% {
    stroke: #ffffff;
  }

  80%,
  90% {
    stroke: #ffffff;
  }
}

.crossMarkContainer {
  transform-origin: center;
  animation: PopIn .8s ease-in-out forwards;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-top: 7px;
  margin-right: 10px;
}


@keyframes PopIn {
  0% {
    transform: scale(1.3);
  }

  50% {
    transform: scale(2);
  }

  90% {
    transform: scale(1.4);
  }

  100% {
    transform: scale(1.5);
  }
}

.offcanvas-end {
  margin-top: 53px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.19);
}

.offcanvas {
  background-color: rgba(255, 255, 255, 0.695) !important;
}
.offcanvas.show {
    visibility: visible;
}

.offcanvas {
  transition: transform 0.26s ease-in-out;
}

.offcanvastitle_main {
  color: #EC6F66;
  font-family: 'Mulish' !important;
  font-weight: 800;
  font-size: 32px;
  margin-bottom: 0.15rem !important;
}

h5 {
  color: #EC6F66 !important;
}

.offcanvas-title {
  color: #ffffff;
}

.offcanvas-body {
  background-color: #ffffff;
  padding: 0px !important;
}

.offcanvastitle_sub {
  color: #7A7B82;
  font-family: 'Mulish' !important;
  font-weight: 300;
  font-size: 18px;
}

.offcanvas-header {
  background-color: #fff;
  background-image: none;
  padding-inline: 1.75rem !important;
}

.offcanvas-header .btn-close {
  padding: .5rem .5rem;
  margin-top: -.5rem;
  background-color: white;
  position: absolute;
  left: -46px;
  width: 30px;
  height: 30px;
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
  border-radius: 0px;
  opacity: 1;
  transition: 0.3s;
}

.nav-tabs>.nav-item>.nav-link {
  user-select: none !important;
}

.nav-tabs .nav-link {
  border: none !important;
  text-transform: lowercase;
  font-family: 'Mulish' !important;
  font-size: 15px;
  font-weight: 500;
  color: #7A7B82 !important;
}

.offcanvasProperty {
  padding-inline: 1.75rem !important;
  padding-bottom: 1.75rem !important;
  color: #1E202B !important;
}

.offcanvasProperty {
  margin-top: 1rem;
}

.nav-item {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  text-transform: lowercase;
  padding: 0px 5px 0px 5px;
}

.nav-link.active {
  border-bottom: solid 3px #EC6F66 !important;
  color: #EC6F66 !important;
  font-weight: 800;
}

#menu-items-container .nav-link.active {
  border-radius: 50px !important;
  background-color: #55596E !important;
  border-bottom: 0px !important;
  color: white !important;
  margin-bottom: 0 !important;
}

#menu-items-container .nav-link {
  padding: .25rem 1rem !important;
  font-weight: 400 !important;
}

.btn-offcanvas-close {
  font-size: 19px;
  transition: 0.3s;
  font-weight: 500 !important;
  color: #000 !important;
}

#objectPropertyInfo {
  margin-top: 20px;
}

.col-4 {
  vertical-align: bottom !important;
  font-size: 14px;
  /* color: #7A7B82 !important; */
  padding-left: 0px !important;
}

#objectPropertyInfo .col {
  align-content: center;
}

label {
  padding-top: .375rem;
  padding-bottom: 0.375rem;
}

.btn-offcanvas-close:hover {
  /* background-color: #F3A183; */
  opacity: 1;
  color: #F3A183 !important;
  transform: rotate(90deg) !important;
  transition: 0.3s !important;
}

btn {
  border-radius: 19px !important;
}

.btn-secondary {
  font-family: 'Mulish' !important;
  font-weight: 400;
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(255, 255, 255, 0.6) !important;
}
.btn-secondary:hover {
    font-weight: 400;
    color: rgba(255, 255, 255, 1) !important;
    background-color: rgba(255, 255, 255, 0.2);
}
.btn-check:focus+.btn-secondary, .btn-secondary:focus {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
    box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5);
}
.btn {
    border-radius: 10px;
    border: 0px;
    text-transform: lowercase;
    padding: 5px 15px 5px 15px;
}
.clickableDropdownItem a {
    color: #1E202B !important;
}
.dropdown-item {
    text-decoration: none;
}
.dropdown-item:hover {
    background-color: #f3a18348;
}
.selected-dropdown-item {
    background-color: #F3A183;
    color: #fff !important;
}
.duplicate {
    background-color: #ff000020 !important;
}
.noResultsFound {
    display: flex;
    justify-content: center;
    color: #e7a488;
    background-color: #FDF6F3;
    border: 1px solid #f7dcd2;
    align-content: center;
    border-radius: 10px;
    padding: 5px;
}

.reapp-btn-confirm {
    min-width: fit-content;
    color: white !important;
    font-size: 14px;
    font-weight: 600;
    max-height: 31px;
    border-radius: 19px;
    transition: 0.5s;
    border: none;
    outline: none;
    text-transform: lowercase;
    padding: 5px 15px 5px 15px;
    text-decoration: none;
}

.reapp-btn-confirm:disabled {
    color: white !important;
    opacity: 0.5;
    cursor: not-allowed;
}

.reapp-btn-confirm:hover:disabled {
    cursor: not-allowed;
}

.reapp-btn-confirm:hover {
    color: white !important;
    text-decoration: none;
    cursor: pointer;
}

.reapp-btn-confirm:focus {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
    box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5);
}

.reapp-btn-confirm-sm {
    min-width: fit-content;
    color: white !important;
    font-size: 14px;
    font-weight: 600;
    max-height: 31px;
    border-radius: 19px;
    transition: 0.5s;
    border: none;
    outline: none;
    float: right;
    text-transform: lowercase;
    padding: 5px 15px 5px 15px;
    text-decoration: none;
}

.reapp-btn-confirm-sm:disabled {
    color: white !important;
    opacity: 0.5;
    cursor: not-allowed;
}

.reapp-btn-confirm-sm:hover:disabled {
    cursor: not-allowed;
}

.reapp-btn-confirm-sm:hover {
    color: white !important;
    text-decoration: none;
    cursor: pointer;
}

.reapp-btn-confirm-sm:focus {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
    box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5);
}
.gradient-confirm {
    position: relative;
    background-image: linear-gradient(to right,
            #E7A488,
            #DD766B);
    z-index: 1;
}

.gradient-confirm::before {
    position: absolute;
    border-radius: 19px;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom,
            #4E97E0,
            #b0a3e6);
    z-index: -1;
    transition: opacity 0.3s linear;
    opacity: 0;
}

.gradient-confirm:hover::before {
    opacity: 1;
}
.reapp-offcanvas-form-control:hover {
    border-bottom: solid 1px #F3A183;
    transition: 0.3s;
}

.reapp-offcanvas-form-control {
    font-family: 'Mulish' !important;
    font-size: 14px;
    font-weight: 400;
    background-color: #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
    border-bottom: 1px solid #E6E5E6;
    vertical-align: inherit;
    color: #1E202B;
    width: 100%;
    text-align: start;
}
.reapp-offcanvas-form-control::after{
  content: none !important;
}


.reapp-offcanvas-form-control:focus {
    border-bottom: solid 1px #F3A183 !important;
    outline: none !important;
    box-shadow: none !important;
}
#saveDetailsBtn {
    position: absolute;
    bottom: 40px;
    z-index: 999;
    max-width: 200px !important;
    width: 200px !important;
    height: 40px;
    left: 0vw !important;
    margin-left: -100px !important;
    border: none;
    /* transform: translate(0, 0); */
}
#saveDetailsBtn .btn {
    font-size: 20px !important;
    -webkit-box-shadow: 2pt 0pt 4pt 0pt rgba(0%, 0%, 0%, 0.4);
    border-radius: 19px;
}


.primary-color-reapp {
    transition: 0.5s;
    background-size: 150% auto;
}
.primary-color-reapp {
    background-image: linear-gradient(to right, #D54074, #DE7628);
    color: #ffffff;
}
.hidden-save-btn {
    display: none;
}

#companiesTable th:nth-child(3){
  max-width: 100px;
}
#companiesTable td:nth-child(3){
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#companiesTable th:nth-child(2){
  max-width: 300px;
}
#companiesTable td:nth-child(2){
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.offcanvas_control_btn {
    font-size: 16px;
    color: #000 !important;
    font-weight: 100;
    width: 100%;
    text-align: center;
    transition: 0.3s;
}

.offcanvas_control_btns {
    margin-top: -1rem;
    background-color: white;
    position: absolute;
    left: -46px;
    width: 46px;
    height: 80px;
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
    border-radius: 0px;
    opacity: 1;
    transition: 0.3s;
}
.offcanvas_next {
    border-bottom-left-radius: 6px !important;
    padding-bottom: .75rem;
}
.offcanvas_prev {
    border-top-left-radius: 6px !important;
    padding-top: .75rem;
}
.offcanvas_control_btns {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.offcanvas_control_btn:hover {
    color: #F3A183 !important;
}
.offcanvas_next:hover {
    padding-bottom: .25rem;
}

.offcanvas_prev:hover {
    padding-top: .25rem;
}