*:focus:not(.focus-visible) {
  outline: none;
  border: none;
}

.show-right-part {
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 800;
}

.fa-bars:before {
  color: #0ba884;
}

a.text-link {
  color: #0ba884;
  text-decoration: underline;
}

a.text-link:hover {
  color: #1c4c75;
  text-decoration: none;
}

a.text-link:active {
  color: #1c4c75;
  text-decoration: underline;
}

a.text-link:focus-visible {
  border: dashed 1px #0ba884;
}

a.text-link:focus {
  color: #0ba884;
  text-decoration: underline;
}

.card a:hover {
  text-decoration: none !important;
  color: #1c4c75;
}

a.notifyMobile {
  padding: 5px 10px;
}

a.notifyMobile:focus {
  color: #0ba884;
}

a.notifyMobile[aria-expanded="true"] {
  background-color: #eaeaea;
  border-radius: 50%;
  color: #0ba884;
  padding: 5px 10px;
}

.social_btns {
  display: flex;
  gap: 16px;
  align-items: stretch;
}

.btn-google {
  border: none;
  padding: 0;
  background: none !important;
  cursor: pointer;
}

.btn-google:focus-visible img {
  color: #fff !important;
  border: dashed #0078da;
}


.btn-apple {
  padding: 0;
  background: white;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.btn-apple img {
  width: 26px;
}

a.notifyMobile[aria-expanded="true"] .mailbox:before {
  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;
}

a.newsLink {
  color: #1c4c75;
}

a.newsLink:hover {
  color: #0ba884;
}

a.webLink {
  font-size: 15px;
  font-weight: 700;
}

.navbar-nav .notifydesk.show a.nav-link {
  color: #0ba884;
}

.navbar-nav .notifydesk a.nav-link {
  color: #0ba884;
}

a.iconCompleted {
  color: #0ba884;
  border: solid 1px #0ba884;
  font-size: 11px;
  padding: 5px 15px;
  text-align: left;
  margin: 0 auto;
  text-decoration: none;
}

a.iconCompleted:before {
  content: "";
  display: block;
  background: url("../../img/icons/icon-completed.285068a29291.svg") no-repeat left center;
  width: 17px;
  height: 15px;
  float: left;
  position: relative;
}

a.iconScheduled {
  color: #1c4c75;
  border: solid 1px #1c4c75;
  font-size: 11px;
  padding: 5px 15px;
  text-align: left;
  margin: 0 auto;
  text-decoration: none;
}

a.iconScheduled:before {
  content: "";
  display: block;
  background: url("../../img/icons/icon-scheduled.586072739cb2.svg") no-repeat left center;
  width: 18px;
  height: 15px;
  float: left;
  position: relative;
}

a.iconPastdue {
  color: #df1642;
  border: solid 1px #df1642;
  font-size: 11px;
  padding: 5px 15px;
  text-align: left;
  margin: 0 auto;
  text-decoration: none;
}

a.iconPastdue:before {
  content: "";
  display: block;
  background: url("../../img/icons/icon-pastdue.9e92320bcb5a.svg") no-repeat left center;
  width: 19px;
  height: 15px;
  float: left;
  position: relative;
}

.btn {
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  padding: 5px 50px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 24px;
  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;
}

.btn-primary {
  color: #fff !important;
  background-color: #1c4c75 !important;
  border: solid 1px #1c4c75;
  text-decoration: none !important;
  box-shadow: 0 0 1px 0 rgba(48, 49, 51, 0.05), 0 4px 8px 0 rgba(48, 49, 51, 0.1);
}

.btn-primary:hover {
  background-color: #1c4c75 !important;
  color: #fff !important;
  border-color: #1c4c75;
  box-shadow: 0 0 1px 0 rgba(30, 144, 255, 0.05), 0 16px 24px 0 rgba(30, 144, 255, 0.1);
}

a.btn-primary:focus {
  color: #fff !important;
}

.btn-primary:focus-visible,
.btn-primary:focus-visible {
  color: #fff !important;
  background-color: #1c4c75 !important;
  border: dashed 3px #0078da;
}

.btn-primary:hover {
  box-shadow: 0 0 1px 0 rgba(30, 144, 255, 0.05), 0 16px 24px 0 rgba(30, 144, 255, 0.1);
}

.btn-primary:active {
  background-color: #225d8f;
  box-shadow: 0 0 1px 0 rgba(48, 49, 51, 0.05), 0 4px 8px 0 rgba(48, 49, 51, 0.1);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-circle {
  width: 28px;
  height: 28px;
  line-height: 27px;
  padding: 0;
}

.btn-rounded.btn-md {
  padding: 10px 50px;
  font-size: 16px;
  font-weight: 700;
}

.btn-rounded.btn-sm,
.btn-group-sm > .btn-rounded.btn {
  padding: 6px 28px;
  font-size: 12px;
}

.white-sm-round-btn {
  background-color: white;
  border-radius: 24px;
  box-shadow: 0 0 1px 0 rgba(48, 49, 51, 0.05), 0 4px 8px 0 rgba(48, 49, 51, 0.1);
  color: #0ba884;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 20px;
  border: none;
  outline: none !important;
  min-width: 150px;
  text-align: center;
}

.white-sm-round-btn:hover {
  box-shadow: 0 3px 8px 0 rgba(11, 168, 32, 0.2);
  color: #67757c;
  text-decoration: none;
}

.btn-success {
  color: #fff !important;
  background-color: #0ba884 !important;
  border-color: #0ba884;
}

.btn-success:hover {
  color: #0ba884 !important;
  background-color: #fff !important;
  border-color: #0ba884;
}

.btn-success.focus,
.btn-success:focus {
  background-color: #0fc99e !important;
  border-color: #0fc99e;
  color: #fff !important;
  box-shadow: 0 0 1px 0 rgba(15, 201, 158, 0.05), 0 4px 8px 0 rgba(15, 201, 158, 0.2);
}

.btn-sm-secondary {
  color: #fff !important;
  background-color: #0ba884 !important;
  border-color: #0ba884 !important;
  text-decoration: none;
  box-shadow: 0 0 1px 0 rgba(48, 49, 51, 0.05), 0 4px 8px 0 rgba(48, 49, 51, 0.1);
}

.btn-sm-secondary:hover {
  background-color: #0fc99e !important;
  color: #fff !important;
  border-color: #0fc99e;
  box-shadow: 0 0 1px 0 rgba(15, 201, 158, 0.05), 0 4px 8px 0 rgba(15, 201, 158, 0.2);
}

.btn-sm-secondary:active {
  color: #fff !important;
  background-color: #069978 !important;
  border: solid 1px #0fc99e;
  box-shadow: 0 0 1px 0 rgba(15, 201, 158, 0.05), 0 4px 8px 0 rgba(15, 201, 158, 0.2);
}

.btn-sm-secondary:focus-visible {
  border: dashed 3px #fff;
  box-shadow: 0 0 1px 0 rgba(48, 49, 51, 0.05), 0 4px 8px 0 rgba(48, 49, 51, 0.1);
}

.btn-success:active {
  color: #fff;
}

.btn-success:focus-visible,
.btn-success:focus-visible {
  color: #fff;
  background-color: #05b281;
  border-color: #05a578;
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #06d79c;
  border-color: #06d79c;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #05a578;
  border-color: #04996f;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 1px 0 rgba(48, 49, 51, 0.05), 0 4px 8px 0 rgba(48, 49, 51, 0.1);
}

.btn-outline-primary {
  color: #1c4c75 !important;
  border: solid 1px #1c4c75;
}

.btn-outline-primary:hover {
  color: #fff !important;
  background-color: #1c4c75 !important;
  border-color: #1c4c75;
}

.btn-outline-warning {
  color: #df1642;
  background-color: #fff;
  border: solid 1px #df1642;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #df1642;
  border-color: #df1642;
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffb22b;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffb22b;
  border-color: #ffb22b;
}

.btn-outline-success {
  color: #0ba884;
  border: solid 1px #0ba884;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #0ba884;
  border-color: #0ba884;
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #06d79c;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #0ba884;
  border-color: #0ba884;
}

.btn-secondary {
  color: #0ba884 !important;
  background-color: #fff !important;
  border: none;
  text-decoration: none !important;
  box-shadow: 0 0 1px 0 rgba(48, 49, 51, 0.05), 0 4px 8px 0 rgba(48, 49, 51, 0.1);
}

.btn-secondary:hover,
.btn-outline-secondary:hover {
  color: #0ba884 !important;
  box-shadow: 0 0 1px 0 rgba(84, 91, 98, 0.05), 0 2px 4px 0 rgba(48, 49, 51, 0.1);
  background-color: #fff !important;
}

a.btn-secondary:focus {
  color: #0ba884 !important;
}

.btn-secondary:focus-visible {
  color: #0ba884 !important;
  background-color: #fff !important;
  border: dashed 3px #0ba884;
  box-shadow: 0 0 1px 0 rgba(48, 49, 51, 0.05), 0 4px 8px 0 rgba(48, 49, 51, 0.1);
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  background-color: #fff !important;
  color: #0ba884 !important;
  border: none;
  box-shadow: 0 0 1px 0 rgba(84, 91, 98, 0.05), 0 2px 4px 0 rgba(48, 49, 51, 0.1);
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-secondary.focus,
.btn-secondary:focus {
  background-color: #fff !important;
  color: #0ba884 !important;
  border: none;
  box-shadow: 0 0 1px 0 rgba(84, 91, 98, 0.05), 0 2px 4px 0 rgba(48, 49, 51, 0.1);
}

.btn-success,
.btn-outline-success {
  box-shadow: 0 2px 2px rgba(6, 215, 156, 0.05);
}

.btn-success:hover,
.btn-outline-success:hover {
  background-color: #fff !important;
  color: #0ba884 !important;
  box-shadow: 0 4px 10px rgba(6, 215, 156, 0.3);
}

.btn-task .btn-rounded.btn-sm {
  padding: 6px 15px;
}

.btn.manageAssets {
  padding: 8px 16px;
  font-size: 12px;
  line-height: 15px;
  display: block;
  margin: 13px auto;
}

.btn.viewTasks {
  padding: 8px 16px;
}

.btn-sm-primary {
  padding: 8px 33px;
  font-size: 12px;
  line-height: 15px;
  background-color: #1c4c75 !important;
  color: #fff;
}

.btn-sm-primary:hover {
  background-color: #1c4c75 !important;
  color: #fff !important;
  border-color: #1c4c75;
  box-shadow: 0 0 1px 0 rgba(30, 144, 255, 0.05), 0 16px 24px 0 rgba(30, 144, 255, 0.1);
}

.btn-sm-primary:focus {
  background-color: #1c4c75 !important;
  color: #fff !important;
}

.btn-sm-primary:active {
  background-color: #225d8f !important;
  box-shadow: 0 0 1px 0 rgba(48, 49, 51, 0.05), 0 4px 8px 0 rgba(48, 49, 51, 0.1);
}

.btn-sm-primary:focus-visible,
.btn-sm-primary:focus-visible {
  color: #fff !important;
  background-color: #1c4c75 !important;
  border: dashed 3px #0078da;
}

.btn-rounded {
  border-radius: 24px;
}

button.editProfile {
  background-color: transparent;
  text-decoration: underline;
  border: none;
  padding: 0;
  font-size: 16px;
  color: #0ba884;
  margin-right: 10px;
}

button.editProfile:hover {
  color: #1c4c75 !important;
  text-decoration: none;
}

button.editProfile:before {
  content: "";
  display: block;
  background: url("../../img/icons/edit-icon.b9e44dfba6e5.svg") no-repeat left center;
  width: 18px;
  height: 18px;
  float: left;
  position: relative;
}

button.editProfile:hover::before {
  background: url("../../img/icons/edit-icon_hover.b4c3dd2fc0ae.svg") no-repeat left center;
}

button.editProfile:active {
  color: #1c4c75 !important;
  text-decoration: underline;
}

button.editProfile:focus-visible {
  border: dashed 1px #0ba884;
}

button.editProfile:focus {
  color: #0ba884 !important;
  text-decoration: underline;
}

a.logout {
  background-color: transparent;
  text-decoration: underline;
  font-weight: 400;
  border: none;
  padding: 0;
  font-size: 16px;
  color: #0ba884;
  display: inline-block;
}

a.logout:before {
  content: "";
  display: block;
  background: url("../../img/icons/logout.153215014539.svg") no-repeat left center;
  width: 18px;
  height: 18px;
  float: left;
  position: relative;
}

a.logout:hover::before {
  background: url("../../img/icons/logout_hover.41885901a649.svg") no-repeat left center;
}

a.logout:hover {
  color: #1c4c75;
  text-decoration: none;
}

a.addCalendar {
  font-size: 14px;
  margin-right: 6px;
  text-decoration: underline;
  font-weight: 400;
  display: inline-block;
  min-width: 133px;
  float: left;
}

a.addCalendar:before {
  content: "";
  display: block;
  background: url("../../img/icons/icon-edit-calendar.30c2884a1009.svg") no-repeat left center;
  width: 18px;
  height: 15px;
  float: left;
  position: relative;
}

a.addCalendar:hover::before {
  background: url("../../img/icons/icon-edit-calendar_hover.8197f16234e9.svg") no-repeat left center;
}

a.editTask {
  font-size: 14px;
  margin-right: 10px;
  text-decoration: underline;
  font-weight: 400;
  display: block;
  min-width: 145px;
}

a.editTask:before {
  content: "";
  display: block;
  background: url("../../img/icons/edit-icon.b9e44dfba6e5.svg") no-repeat left center;
  width: 18px;
  height: 15px;
  float: left;
  position: relative;
}

a.editTask:hover::before {
  background: url("../../img/icons/edit-icon_hover.b4c3dd2fc0ae.svg") no-repeat left center;
}

a.profilePhoto {
  font-size: 14px;
  margin-right: 10px;
  text-decoration: underline;
  font-weight: 400;
  color: #0ba884;
  padding: 0;
}

a.profilePhoto:before {
  content: "";
  display: block;
  background: url("../../img/icons/add-profile-photo-icon.768de1fe779e.svg") no-repeat left center;
  width: 18px;
  height: 15px;
  float: left;
  position: relative;
}

a.profilePhoto:hover::before {
  background: url("../../img/icons/add-profile-photo-icon_hover.c00c5ceedfe6.svg") no-repeat left center;
}

button.changePassword {
  width: 100%;
  border: solid 1px #0ba884;
  background-color: #f3fffc;
  color: #0ba884;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  padding-top: 19px;
  padding-bottom: 19px;
  margin: 30px 0;
}

button.changePassword:hover {
  color: #1c4c75;
  text-decoration: none;
}

button.changePassword:active {
  color: #1c4c75;
  text-decoration: underline;
}

button.changePassword:focus-visible {
  border: dashed 1px #0ba884;
}

button.changePassword:focus {
  color: #0ba884;
  text-decoration: underline;
}

button.btn-md {
  padding: 10px 30px;
}

.panel-title:hover::after {
  color: #0ba884;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(6, 215, 156, 0.3);
}

/*******************
Carousel
*******************/
.carousel-control-prev-icon {
  background-image: url("../../img/icons/Arrow-Left.76315cd0f1c2.svg");
}

.carousel-control-prev-icon:hover {
  background-image: url("../../img/icons/Arrow-Left_hover.52c470a9a841.svg");
}

.carousel-control-next-icon {
  background-image: url("../../img/icons/Arrow-Right.9d3599cb2a13.svg");
}

.carousel-control-next-icon:hover {
  background-image: url("../../img/icons/Arrow-Right_hover.bb7fa8e32d1f.svg");
}

.carouselcontrollers {
  position: relative;
  width: 70px;
}

@media (max-width: 1024px) {
  .mailbox {
    width: 92%;
    margin: 0 15px;
  }

  .dropdown-menu.mailbox.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;
  }

  .btn-rounded.btn-md {
    padding: 12px 15px;
  }

  .btn.profilePhoto {
    width: auto;
  }

  button.editProfile,
  a.logout {
    font-size: 14px;
  }

  .show-sidebar .left-sidebar {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .dashboardwelcome a.btn,
  a.btn-sm-secondary.btn,
  a.btn.btn-sm-primary,
  .searchForm button.btn {
    width: 100%;
  }
}
