/*******************
Global
*******************/

body {
  margin: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #4a4a4a;
  text-align: left;
}

.logo {
  min-width: 200px;
  margin-left: 16px;
}

.vh-100 {
  height: 100vh !important;
}

.topbar {
  display: none;
}

a {
  color: #0ba884;
  font-weight: 700;
}

p a {
  text-decoration: underline;
}

h2 {
  color: #1d1b3b;
  font-size: 31px;
  line-height: 48px;
  text-align: left;
  font-weight: 700;
}

.breadcrumb {
  padding-left: 0;
}

/*******************
Forms
*******************/
form label {
  font-size: 16px;
  line-height: 28px;
  color: #212121;
  margin-bottom: 5px;
}

input {
  border-radius: 4px;
  border: solid 2px #e6e6e6;
  margin-bottom: 18px;
}

#modalChangePassword #passwordHelpBlock {
  margin-bottom: 30px;
}

#modalAcctSettings .profileIcon {
  margin-left: 0 !important;
}

.required {
  position: relative;
}

.required:after {
  content: "*";
  color: #1e90ff;
  padding-left: 8px;
}

.input-group-text {
  background-color: #fff;
  border-left: 0;
}

.input-group-text a {
  color: #939393;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-text a:hover {
  color: #0ba884;
}

form h4 {
  color: #212121;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}

.form-inline .form-control {
  vertical-align: top;
}

.under {
  text-decoration: underline !important;
}

.topbar .nav-toggler,
.topbar .topbartoggler {
  color: #0ba884;
  padding: 0 15px;
}

ul.list-style-none {
  margin: 0;
  padding: 0;
}

ul.list-style-none li {
  list-style: none;
}

ul.list-style-none li a {
  display: block;
  padding: 8px 0;
  color: #0ba884;
  text-decoration: none;
}

ul.list-style-none li a:hover {
  color: #4a4a4a;
}

ul.list-style-none li .message-center a:hover {
  color: #1c4c75;
}

.message-center p {
  margin-right: 5px;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.middle-part {
  position: relative;
  width: calc(100% - 25px);
  height: calc(100vh - 129px);
}

.middle-part.sidebar-visible {
  width: calc(100% - 345px);
}

.reverse-mode .right-part {
  right: -320px;
  left: auto;
  z-index: 20;
}

html[dir="rtl"] .reverse-mode .middle-part {
  margin-right: 0;
  margin-left: 345px;
}

html[dir="rtl"] .middle-part {
  margin-right: 345px;
  margin-left: 0;
}

.reverse-mode .middle-part {
  margin-left: 0;
  margin-right: 345px;
}

.right-part {
  position: absolute;
  height: 100%;
  width: 345px;
  border-right: 1px solid #e9ecef;
}

.profileIcon {
  color: #1c4c75;
  border: solid 1px #1c4c75;
  padding: 8px 10px;
  border-radius: 100%;
  width: 45px;
  font-weight: 500;
  margin-left: 18px !important;
  display: grid;
  place-items: center;
}

/*******************
Cards
*******************/
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 8px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 8px 16px rgba(0, 0, 0, 0.1);
  margin: 17px auto;
  border: none;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 24px 32px;
}

.card-title {
  margin-bottom: 0.75rem;
  font-weight: 700;
  color: #1c4c75;
  margin-top: 5px;
}

.card-title img {
  margin-top: -4px;
  margin-right: 4px;
}

.partnerCard {
  padding: 10px;
}

.partnerCard h4 {
  font-weight: 700;
  color: #0ba884;
  font-size: 14px;
}

.partnerCard img {
  max-width: 100%;
  width: 80px;
  display: block;
  height: auto;
}

.partnerCard .row {
  margin: -10px;
}

.partnerCard [class*="col"] {
  padding: 10px;
}

/*******************
Footer
*******************/
.footerMobile {
  display: none;
  text-align: center;
}

.footerMobile .socialicons {
  margin: 10px auto;
  max-width: 230px;
}

.visit {
  clear: both;
  padding-top: 20px;
}

.footer {
  font-weight: 700;
}

/*******************
Colors
*******************/
.text-success {
  color: #0ba884 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #048d66 !important;
}

.bg-light {
  background-color: #fbfbfb !important;
}

.text-primary {
  color: #1c4f7d !important;
}

.text-dark {
  color: #4a4a4a !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #07090a !important;
}

/*******************
Notify
*******************/
.notify {
  position: relative;
  top: -19px;
  right: -8px;
}

.notify .heartbit {
  position: absolute;
  top: -20px;
  right: -4px;
  height: 25px;
  width: 25px;
  z-index: 10;
  border: 5px solid #ef5350;
  border-radius: 70px;
  -moz-animation: heartbit 2s ease-out;
  -moz-animation-iteration-count: infinite;
  -o-animation: heartbit 21s ease-out;
  -o-animation-iteration-count: infinite;
  -webkit-animation: heartbit 2s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.notify .point {
  width: 6px;
  height: 6px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #ef5350;
  position: absolute;
  right: 6px;
  top: -10px;
}

.notifydesk a[aria-expanded="true"] {
  background-color: #eaeaea;
  border-radius: 50%;
}

a.notifyMobile {
  color: #0ba884;
}

li.nav-item.notifydesk.show:after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 11px;
  border-style: solid;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-top: none;
  width: 0;
  height: 0;
  z-index: 1;
  filter: drop-shadow(0 4px 3px #1e90ff);
}

.message-title {
  color: #1c4f7d;
  font-weight: 700;
}

.message-item {
  font-weight: 400;
}

.mailbox .message-center .message-item:hover,
.mailbox .message-center .message-item.active {
  background: #f6f8fa;
}

@-moz-keyframes heartbit {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }

  25% {
    -moz-transform: scale(0.1);
    opacity: 0.1;
  }

  50% {
    -moz-transform: scale(0.5);
    opacity: 0.3;
  }

  75% {
    -moz-transform: scale(0.8);
    opacity: 0.5;
  }

  100% {
    -moz-transform: scale(1);
    opacity: 0;
  }
}

@-webkit-keyframes heartbit {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }

  25% {
    -webkit-transform: scale(0.1);
    opacity: 0.1;
  }

  50% {
    -webkit-transform: scale(0.5);
    opacity: 0.3;
  }

  75% {
    -webkit-transform: scale(0.8);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

/*******************
Notifications
*******************/
.datenotice .dropdown-toggle::after {
  display: none;
}

.datenotice a {
  color: #4a4a4a;
}

.date {
  padding-top: 7px;
}

li.nav-item.date {
  font-size: 14px;
  margin-right: 8px;
}

.mailbox {
  max-width: min(480px, 100%);
  box-shadow: 0 4px 8px rgba(30, 144, 255, 0.3);
}

.mailbox li:last-child a {
  font-size: 12px;
}

.dropdownmenu .messagecenter i {
  font-size: 20px;
}

.dropdown-menu {
  border: none;
}

a.nav-link.notifyMobile[aria-expanded="true"]:before {
  content: "";
  position: absolute;
  display: block;
  bottom: -2px;
  right: 21px;
  border-style: solid;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  filter: drop-shadow(0 4px 3px #1e90ff);
  border-top: none;
  width: 0;
  height: 0;
  z-index: 1;
}

.topbar .dropdown-menu {
  box-shadow: 0 4px 8px rgba(30, 144, 255, 0.3);
}

/*******************
Dashboard
*******************/
.dashboardwelcome {
  padding-bottom: 0 !important;
  margin: 0 auto;
}

.dashboardwelcome .panel-body {
  background-image: url("../../img/icons/icon-tools-and-utensils.61929adc08b0.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 100px 100px;
  margin-bottom: 20px;
  margin-right: 20px;
}

.dashboardwelcome h4.panel-title {
  font-size: 21px;
  font-weight: 700;
  color: #1c4c75;
  justify-content: space-between;
  display: flex;
}

.dashboardwelcome p {
  padding-right: 100px;
}

.empty {
  border: dashed 3px #8bddca;
  margin: 10px;
  padding: 30px 13px;
  border-radius: 8px;
}

.empty img {
  display: block;
  margin: 15px auto;
}

.noNotifications {
  padding: 10px 20px;
}

.noNotifications img {
  display: block;
  margin: 10px auto;
  max-height: 140px;
}

.noNotifications h3 {
  text-align: center;
  color: #1c4c75;
  font-size: 15px;
  font-weight: 700;
}

.noNotifications p {
  text-align: center;
}

button.addTask {
  position: relative;
  z-index: 1;
  padding: 0;
  font-size: 16px;
  color: #0ba884;
  text-decoration: underline;
  font-weight: 400;
  border: none;
}

button.addTask:after {
  background: url("../../img/icons/icon-arrowcircle-right.87a92930eda4.svg") no-repeat top right;
  content: "";
  float: right;
  width: 25px;
  height: 21px;
  margin: 0 5px 0 0;
}

.empty h3 {
  font-size: 19px;
  line-height: 24px;
  color: #1c4c75;
  font-weight: 700;
  padding-top: 20px;
}

.max-900 {
  max-width: 1080px;
  margin: 0 auto;
}

.back-btn {
  margin-top: 20px;
}

.page-titles {
  border-bottom: solid 1px #dcdcdc;
  margin-bottom: 32px;
}

.page-titles h3 {
  font-size: 15px;
  font-weight: 700;
}

.panel-title {
  position: relative;
}

.panel-title::after {
  content: "\f107";
  font-size: 20px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: #fff;
  font-family: "Font Awesome\ 5 Free";
  background-color: #0ba884;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}

.panel-title[aria-expanded="true"]::after {
  content: "\f106";
}

.help {
  text-align: center;
}

.help img {
  width: 76px;
  height: 94px;
}

.help h4 {
  margin-top: 20px;
  font-weight: 700;
}

.helpbox a.btn-rounded.btn-md {
  padding: 8px 35px;
}

.helpbox .card-body {
  padding: 24px 22px;
}

.navAssets p {
  font-weight: 400;
  color: #1c4c75;
  font-size: 12px;
  margin-bottom: 0;
}

.assetList {
  width: 100%;
  clear: both;
}

.navbar.navAssets {
  padding-right: 0;
}

ul.navAssets {
  list-style-type: none;
  padding-left: 0;
}

ul.navAssets .navbar-item {
  padding: 12px 0;
  line-height: 1.2;
  width: 100%;
  border-bottom: solid 1px #d8d8d8;
}

ul.navAssets .navbar-item:first-child {
  border-top: solid 1px #d8d8d8;
}

.card ul.navAssets .navbar-item a h3 {
  color: #0ba884;
  font-weight: 700;
  font-size: 14px;
  padding-bottom: 5px;
  text-decoration: none !important;
}

.dblarrow {
  display: grid;
  place-items: center;
  font-size: 20px;
}

.mini-sidebar .sidebartoggler {
  transform: rotate(180deg);
}

.partnerCategory {
  border: solid 1px #1c4c75;
  color: #1c4c75;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 30px;
  font-size: 12px;
}

.partnerCategory > img {
  width: 20px;
  display: inline !important;
}

/* Pearl Partner Search */
.partnersDash .searchForm {
  display: flex;
  align-items: center;
  justify-content: center;
}

.partnersDash .form-group {
  display: inline !important;
}

.partnersDash .form-control {
  display: inline;
  border: none;
  border-bottom: solid 1px #979797;
  border-radius: unset;
  max-width: 191px;
}

.searchForm {
  text-align: center;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partnersDash .searchForm .form-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.searchForm select {
  font-size: 15px;
}

.searchForm button {
  margin: 10px auto;
}

.searchForm .form-row .form-block .custom-select {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid;
  outline: none;
}

.searchForm .form-row .form-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.searchForm .form-row .form-block .form-control {
  border-radius: 0;
  margin: 0;
  border-bottom: 1px solid;
}

.searchForm .form-row .form-block .letter {
  margin-right: 5px;
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #54667a;
  vertical-align: middle;
  background: #fff url("../../img/custom-select.33d0b67c047e.png") no-repeat right 0.75rem center/11px 6px;
  border: none;
  border-bottom: solid 1px #54667a;
  border-radius: 4px;
  appearance: none;
}

.taskItem {
  border: solid 1px #acacac;
  border-radius: 4px;
  margin: 10px;
}

.taskItem h2,
.taskItem h4 {
  text-align: center;
  color: #1c4c75;
}

.taskItem h3 {
  color: #1c4c75;
  font-weight: 700;
  font-size: 16px;
}

.taskItem h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 1.2;
}

.taskItem h4 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

.taskDate {
  border: solid 1px #1c4c75;
  border-radius: 4px;
  padding-top: 8px;
  margin-bottom: 20px;
  width: 44px;
}

.dateCol {
  max-width: 56px;
  padding-left: 10px;
}

.selectDate {
  background-color: #0ba884;
  border-radius: 8px;
  color: #fff !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.selectDate .text-primary {
  color: #fff !important;
  text-decoration: underline;
  margin: 5px 0;
}

.selectTask {
  border-right: solid 1px #acacac;
  text-align: center;
}

.carousel-control-prev,
.carousel-control-next {
  z-index: 1;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  transition: opacity 0.15s ease;
}

.dashboard-part.middle-part {
  overflow: visible !important;
}

.copyright {
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .middle-part.sidebar-visible {
    width: 100%;
  }

  a.notifyMobile {
    margin-right: 10px;
  }

  .card {
    align-self: flex-start !important;
  }

  li.nav-item.date {
    margin-right: 0;
  }

  .page-wrapper {
    background-color: #fbfbfb;
  }

  .copyright.mt-5 {
    margin-top: 2rem !important;
  }

  .footerMobile {
    display: block;
    text-align: left;
  }

  .footerMobile h3 {
    margin-left: 20px;
  }

  .footerMobile .socialicons {
    margin-left: 20px;
  }

  .topbar {
    display: block;
  }

  .navbar-brand img {
    max-width: 200px;
  }

  .rtsidebarToggle {
    display: none;
  }

  .right-part {
    display: none;
  }

  .middle-part {
    width: 100%;
  }

  .dashboardwelcome .panel-body {
    background-position: center right;
  }

  .dashboardwelcome.p-3 {
    padding: 10px !important;
  }

  .dashboardwelcome .panel-body {
    background-size: 100px 100px;
    background-position: top right;
    margin-bottom: 0;
    margin-right: 0;
  }

  .dashboardwelcome h4.panel-title {
    font-size: 21px;
    font-weight: 700;
    color: #1c4c75;
  }

  .dashboardwelcome p {
    padding-right: 120px;
    min-height: 68px;
  }

  .newtoggle {
    display: none;
  }

  .notifydesk {
    display: none;
  }

  header.topbar .dropdown-toggle::after {
    display: none;
  }

  .page-titles {
    margin-left: 10px;
    margin-right: 10px;
  }

  .page-titles .navbar {
    padding-right: 0;
  }

  .page-wrapper > .container-fluid {
    padding-top: 0;
  }

  header.topbar {
    box-shadow: 0 10px 26px rgba(30, 144, 255, 0.1);
  }

  .taskItem .col-4,
  .taskItem .col-6 {
    padding: 6px;
  }

  a.editTask {
    display: block;
    clear: both;
  }

  .taskItem {
    margin: 0;
  }

  .searchForm .form-row {
    text-align: left;
  }

  .searchForm .form-control {
    max-width: 184px;
  }

  .empty {
    margin: 20px 0;
    padding: 30px 0;
  }

  .card-body {
    padding: 24px 20px;
  }

  .helpbox .card-body {
    padding: 0 20px;
  }

  .page-wrapper > .container-fluid {
    padding: 10px;
  }

  a.addCalendar,
  a.editTask {
    font-size: 13px;
  }

  .partnerCard {
    margin-bottom: 12px;
  }

  .footer.mt-5 {
    font-weight: 400;
    margin-top: 24px !important;
  }

  .helpbox h4 {
    margin-top: 5px;
  }

  .searchForm select {
    margin-bottom: 10px;
  }

  .topbar .nav-toggler {
    margin-left: 10px;
    margin-bottom: 5px;
  }
}

@media (max-width: 600px) {
  .topbar .nav-toggler {
    padding-left: 10px;
  }

  .page-titles .navbar {
    padding-left: 0;
  }

  .searchForm .form-list {
    display: block !important;
  }

  .searchForm .form-row .form-block {
    display: flex;
  }

  .partnersDash .form-group {
    display: block !important;
  }

  .partnersDash .searchForm {
    justify-content: flex-start;
  }

  .searchForm .form-row .form-block {
    justify-content: flex-start !important;
  }

  .searchForm .form-control {
    max-width: 204px;
  }

  .partnersDash .form-group {
    margin-bottom: 0;
  }
}

@media (min-width: 767px) {
  .reverse-mode .right-part {
    right: -320px;
    left: auto;
  }

  .reverse-mode .right-part.show-panel {
    right: 0;
  }
}

.service-list {
  padding-right: 20px !important;
}

.selector-box {
  padding-bottom: 14px;
}

.service-list label {
  padding-right: 15px !important;
}

.partner-type label {
  padding-bottom: 20px !important;
  padding-top: 0 !important;
  padding-right: 15px !important;
}

.map-icon {
  padding-top: 10px;
  padding-left: 7px;
}

.partner-type .form-group {
  display: flex !important;
}

.service-list .form-group {
  display: flex !important;
}

.btn-submit {
  width: 160px;
  margin: 0 !important;
  border-radius: 30px !important;
  height: 35px;
  padding: 5px 10px;
  display: inline-block;
  text-align: center;
}

#div_id_address .asteriskField {
  display: none;
}

.search-box {
  padding-right: 0;
}

.btn_address {
  padding-top: 10px !important;
}

.show-div {
  display: block !important;
}

.hide-div {
  display: none !important;
}

.realtor-img img {
  height: 13px;
  width: 20px !important;
}

.realtor-img {
  width: fit-content;
}

a .morelink {
  text-decoration: none;
  outline: none;
  font-weight: normal !important;
}

.morecontent span {
  display: none;
}

#partner-block {
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 20px;
}

.warningIcon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 13px;
}
