.br-theme-css-stars .br-widget a {
  float: none;
}

/* -----------------------NEW CSS STYLES---------------------- */

a {
  color: #000000;
}

a:hover {
  color: #000000;
  text-decoration: unset;
}

.btn {
  height: 48px;
}

.app-header__menu>.btn,
.user-notification-button {
  height: unset;
}

.input-group-append .btn {
  height: unset;
}

a .btn {
  padding-top: 8px;
}

a .btn-sm {
  padding-top: unset !important;
}

.btn-sm {
  height: 29px !important;
}

.app-theme-white .app-footer .app-footer__inner,
.app-theme-white .app-header {
  background: #FFFFFF
}

.card {
  border-radius: 20px;
}

.card>.list-group:last-child .list-group-item:last-child {
  border-radius: 20px;
}

.card>.list-group:first-child .list-group-item:first-child {
  border-radius: 20px;
}

.group-append {
  padding-right: 20px;
}

.input-group-append {
  margin-left: -15px;
  position: relative;
  z-index: 3;
}

.input-group-append>button {
  border-radius: 20px !important;
  width: 45px;
  height: unset;
}

.input-group-append>button>i {
  font-size: 20px;
  margin-top: -4px;
  vertical-align: middle;
}

.justify-center {
  justify-content: space-around;
}

.cardActionZone {
  height: 60px;
  margin-bottom: 22px;
}

.cardActionZone .fa-angle-left:before {
  font-size: 15px;
  vertical-align: sub;
}

.cardActionZone>div:first-child {
  float: left;
}

.cardActionZone>div:last-child {
  float: right;
  margin-top: 7px;
}

.decoratedFont::first-letter {
  background-image: url("../images/icons/decorator.eb4951d793dc.svg");
  background-repeat: no-repeat;
  padding-top: 6px;
  padding-left: 8px;
}

.text-color-purple {
  color: #572E88
}

.br-theme-css-stars .br-widget a:after {
  content: "\f005";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.br-widget {
  width: unset !important;
}

.chat-box {
  background: none !important;
  padding: 0px !important;
  max-width: 100%;
}

.app-header {
  justify-content: space-between !important;
}

.app-header__logo {
  position: absolute;
  left: 50% !important;
  transform: translateX(-50%);
}

.app-header__menu {
  visibility: none !important;
  display: flex !important;
  order: 3 !important;
}

.app-header .app-header__logo {
  width: auto !important;
  display: flex !important;
}

#mobile-bell {
  max-width: 20rem !important;
  right: 5px !important;
  border: unset;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.popover,
.dropdown-menu,
.mobile-bell {
  left: unset !important;
}

.dropdown-menu.dropdown-menu-xl {
  min-width: 20rem;
}

@media (max-width: 992px) {
  #mobile-bell.show {
    top: 232px !important;
  }
}

@media (min-width: 992px) {
  #mobile-bell.show {
    top: 19px !important;
    transform: translate3d(0px, 30px, 0px) !important;
  }
}

@media (min-width: 992px) {
  .icon-wrapper {
    display: inline;
    margin-left: 20px;
    margin-right: 10px;
  }
}

@media (max-width: 992px) {
  .hidden-mobile {
    visibility: hidden;
    display: none;
  }
}

@media (min-width: 992px) {
  .hidden-desktop {
    visibility: hidden;
    display: none;
  }
}

.verticalLine {
  color: #ced4da;
}

.btn-alternate {
  background-color: #FF0050;
  border-color: #FF0050;
}

.btn-alternate:hover {
  background-color: #FF0050;
  border-color: #FF0050;
}

.btn-alternate:not(:disabled):not(.disabled):active,
.btn-alternate:not(:disabled):not(.disabled).active,
.show>.btn-alternate.dropdown-toggle {
  background-color: #FF0050;
  border-color: #FF0050;
}

.btn-alternate-hacku {
  background-color: #572E88;
  border-color: #572E88;
}

.btn-alternate-hacku:hover {
  background-color: #572E88;
  border-color: #572E88;
}

.btn-alternate-hacku:active {
  background-color: #572E88 !important;
  border-color: #572E88 !important;
}

.btn-alternate-hacku-plain {
  background-color: #684294;
  border-color: #684294;
}

.btn-alternate-hacku-plain:hover {
  background-color: #572E88;
  border-color: #572E88;
}

.btn-alternate-hacku-plain:active {
  background-color: #572E88 !important;
  border-color: #572E88 !important;
}


.user-profile-image {
  width: 40px !important;
}

.commentName {
  font-weight: 500;
}

.font-size-xs {
  font-size: 11px;
}

.comment-company {
  margin-top: 3px;
}

.comment-reply {
  width: 92%;
  margin-left: 25px;
}

.comment-reply-detail {
  width: 100%;
}

.comment-action a {
  padding: 0px 10px;
  top: 0px;
}

div#mobile-bell:before {
  position: absolute;
  right: 14px;
  top: -13px;
  width: 0;
  height: 0;
  content: '';
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
}

@media (max-width: 991.98px) {

  .dropdown-menu::before,
  .dropdown-menu::after {
    display: unset;
  }
}

.bnt-close-notifications {
  position: absolute;
  top: -7px;
  right: 0;
  color: var(--main)
    /* #572E88*/
  ;
  background: #fff;
  padding: 0px !important;
  width: 23px;
  height: 23px;
  border: 0px;
  z-index: 1;
}

.dropdown-menu {
  color: #000000;
}

.vertical-align-middle {
  vertical-align: middle;
}

.vertical-align-sub {
  vertical-align: sub;
}

b>.fa {
  font-weight: bold;
}

.avatar-img-status {
  position: absolute;
  font-size: 20px;
  margin: -5px;
  color: #d92550;
}

.viewed {
  color: #ced4da;
}

.action {
  cursor: pointer !important;
}

/* RADIO */

[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  opacity: 0.01;
  z-index: 1;
  height: 20px;
  width: 20px;
  cursor: pointer;
}

[type="radio"]:not(:checked)+label,
[type="radio"]:checked+label {
  position: relative;
  padding-left: 1.8em;
  cursor: pointer;
  line-height: normal;
}

[type="radio"]:not(:checked)+label:before,
[type="radio"]:checked+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #000000;
  background: #fff;
}

[type="radio"]:not(:checked)+label:after,
[type="radio"]:checked+label:after {
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  position: absolute;
  top: 0.72em;
  left: 0.22em;
  font-size: 0.9em;
  color: #d92550;
  line-height: 0;
}

[type="radio"]:checked+label {
  color: #d92550;
}

[type="radio"]:checked+label:before {
  border: 1px solid #d92550;
}

[type="radio"]:not(:checked)+label:after {
  opacity: 0;
}

[type="radio"]:checked+label:after {
  opacity: 1;
}

[type="radio"]:disabled:not(:checked)+label:before,
[type="radio"]:disabled:checked+label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #e9e9e9;
}

[type="radio"]:disabled:checked+label:after {
  color: #777;
}

[type="radio"]:disabled+label {
  color: #aaa;
}

/* ------------------------------------------------------- */

.cardAlert {
  border: 1px solid #d92550;
  border-radius: 20px;
  padding: 15px;
}

.timepicker>input {
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
  cursor: pointer !important;
  padding-left: 45px;
}

.timepicker>.input-group-append {
  margin-left: -45px;
  z-index: 0;
}

.timepicker>.input-group-prepend {
  margin-right: -32px;
  margin-top: 9px;
}

.ap-theme-ios.ap-layout-popup .ap-cont,
.ap-theme-ios.ap-layout-popover .ap-cont {
  border-radius: 20px !important;
}

.ap-theme-ios .ap-header {
  height: 65px !important;
  line-height: 25px !important;
  margin-top: 10px !important;
  border-bottom: unset !important;
}

.ap-theme-ios .ap-header__title {
  color: #000000 !important;
  font-size: 12px !important;
  font-family: "Gotham Rounded Book" !important;

}

.ap-theme-ios .ap-bg {
  font-size: 16px !important;
  font-family: "Gotham Rounded Book" !important;

}

.ap-component-selector {
  background-color: #aaaaaa52 !important;
  font-family: "Gotham Rounded Book" !important;

}

.ap-row {
  font-size: 16px !important;
  font-family: "Gotham Rounded Book" !important;
}

.ap-row-selected {
  font-weight: bold !important;
}

#ap-button-set {
  border-radius: 20px !important;
  font-size: 14px;
  height: unset !important;
}

#ap-button-clear {
  border-radius: 20px !important;
  font-size: 14px;
}

@media (min-width: 311px) {
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 310px) {
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 359px) {
  .ml-xs-0 {
    margin-left: 0px !important;
  }
}

h4,
.h4 {
  font-size: 20px;
}

.font-size-20 {
  font-size: 20px !important;
}

.font-size-18 {
  font-size: 18px !important;
}

.font-size-16 {
  font-size: 16px !important;
}

.font-size-14 {
  font-size: 14px !important;
}

.font-size-12 {
  font-size: 12px !important;
}

.font-size-11 {
  font-size: 11px !important;
}

.selfAssesmentColor {
  background: var(--main) !important;
  /*linear-gradient(180deg, #572E88 22.92%, #FF0050 100%)*/
}

.selfAssesmentColor:hover {
  background: var(--main) !important;
  opacity: 90% !important;
}

.selfAssesmentColor:active {
  background: var(--main) !important;
  opacity: 90% !important;
}

.selfAssesmentColor:focus {
  background: var(--main) !important;
  opacity: 90% !important;
}

.content-center {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.h-100 {
  height: 100vh;
}

.border-radius {
  border-radius: 20px;
}

@media (max-width: 440px) {
  .w-xs-75 {
    width: 75% !important;
  }
}

.selfAssesmentImgOK {
  background-repeat: no-repeat;
  background-size: 97%;
  padding-top: 20%;
}

@media (max-width: 440px) {
  .selfAssesmentImgOK {
    padding-top: 10%;
  }
}

.selfAssesmentImgNotOK {
  padding-top: 20%;
}

@media (max-width: 440px) {
  .selfAssesmentImgNotOK {
    padding-top: 10%;
  }
}

/* ---------------------------------- CUSTOM SELECT ------------------------------------- */
.customSelect>.select {
  border: 1px solid #ced4da;
  border-radius: 20px;
  margin-bottom: 10px;
  padding: 5px;
  width: 100%;
}

.customSelect>.select:focus {
  border: 1px solid #572E88;
}

.customSelect>.select>label {
  color: #572E88;
  font-size: 14px;
  position: absolute;
  background: #FFFFFF;
  margin-top: -15px;
  margin-left: 15px;
}

.customSelect>.select>input {
  pointer-events: none;
  height: 40px;
  border: unset;
  padding-left: 9px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 97%;
  text-overflow: ellipsis;
}

@media (max-width: 1000px) {
  .customSelect>.select>input {
    width: 90%;
  }
}


.customSelect ul {
  display: none;
  border: 1px solid #ced4da;
  border-radius: 20px;
  list-style-type: none;
  margin-top: -11px;
  padding: 0px;
}

.customSelect ul li.option {
  z-index: 1;
  padding: 5px 10px;
  cursor: pointer;
}

@media (max-width: 330px) {
  .customSelect ul li.option {
    font-size: 14px;
  }
}

.customSelect ul li.option:focus {
  background-color: #ced4da;
}

.customSelect ul li.option.active {
  background-color: #E9E9E9;
}

.customSelect ul li.option:hover {
  background-color: #ced4da;
}

.customSelect ul li.option.active:first-child {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.customSelect ul li.option.active:last-child {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.customSelect ul li.option:hover:first-child {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.customSelect ul li.option:hover:last-child {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

@media (max-width: 330px) {
  .list-group-item {
    padding: 1rem !important;
  }

  .p-3 {
    padding: 0.75rem !important;
  }

  .p-4 {
    padding: 1rem !important;
  }

  .p-5 {
    padding: 1.25rem !important;
  }
}

.box-icon {
  width: 64px;
  height: 64px;
  display: flex;
  border-radius: 16px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.20);
  margin: 10px auto;
  text-align: center;
  justify-content: center;
  align-items: end;
}

.secondary-color {
  color: #FF0050;
}

.secondary-color:hover {
  color: #FF0050;
}

.next-content-button {
  border-radius: 20px;
  min-width: 220px;
  height: 56px;
  padding-top: 0;
  padding-bottom: 0;
  --animate-duration: 2s;
  transition: background 0.2s, color 0.2s, min-width 0.2s, height 0.2s;
  position: relative;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.next-content-button .next-action-button {
  height: 100%;
  min-height: unset;
  display: flex;
  align-items: center;
  justify-content: center;
}

.next-content-button .spinner-border {
  width: 2rem;
  height: 2rem;
}

.logo-image-size {
  max-width: 220px;
  max-height: 40px
}

.center {
  line-height: 200px;
  height: 200px;
  border: 3px solid green;
  text-align: center;
}

.center p {
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
}

.br-widget {
  width: 120px;
  margin: 0 auto;
}

.app-main__inner {
  background: white;
}

@media (max-width: 767px) {
  .app-header__logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}


#mobile-bell.show {
  top: 254px !important;
}

.notifications-container .widget-content-left {
  margin-top: 0px;
}

.widget-heading {
  opacity: 0.8;
  font-weight: normal !important;
}

.popover,
.dropdown-menu,
.mobile-bell {
  left: 2% !important;
  width: 94% !important;
}

.badge-dot-mobile-bell {
  top: 7px !important;
  right: 6px !important;
}

.user-icon {
  color: #513483;
}

.app-footer-center {
  display: flex;
  margin-right: auto;
  margin-left: auto;
}

.footer-icons {
  padding: 15px;
  font-size: 1.5em;
}

.sort-comments {
  padding: 10px 0px;
  text-align: end;
}

.custom-select-comments {
  position: relative;
  font-family: Arial;
}

.custom-select-comments select {
  display: none;
}

.custom-select-comments {
  background-color: white;
}

.custom-select-comments:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 3px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000 transparent transparent transparent;
}

.custom-select-comments.select-arrow-active:after {
  border-color: transparent transparent #000 transparent;
  top: 7px;
}

.select-items div,
.custom-select-comments {
  color: #000;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

.select-items {
  position: absolute;
  background-color: white;
  top: 100%;
  right: 0;
  z-index: 99;
  box-shadow: #e7e7e7 0px 5px 10px 1px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 200px;
}

.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.reply-field {
  width: 100%;
  padding-right: 15%;
  padding-left: 1%;
}

textarea#reply-field {
  min-height: 27px;
}

form#reply-form .btn-reply {
  background: #3f6ad8;
  color: white;
  border: 0;
  width: 15%;
  position: absolute;
  right: 0;
  bottom: 0px;
}

form#reply-form .inner-form {
  position: relative;
  display: flex !important;
}

.reply-comment {
  position: relative;
}

.comment-action a {
  padding: 20px;
  position: relative;
  top: 5px;
}

.user-profile-image {
  height: 40px !important;
  max-height: 40px !important;
}

.comment-reply-detail {
  padding-left: 10px;
}

.chat-box {
  box-shadow: 0 0 0 transparent;
  position: relative;
  opacity: 1;
  background: #e0f3ff;
  border: 0;
  padding: 0.25rem 0.5rem;
  border-radius: 30px;
  border-top-left-radius: 0.25rem;
  flex: 1;
  display: flex;
  text-align: left;
}

.chat-box p {
  padding: 0;
  margin: 0;
}

.ion-ios-heart:before {
  content: "";
  font-size: 17px;
  margin-right: 2px;
  position: relative;
  top: -2px;
}

.icon-wrapper {
  width: 46px;
}

.btn-link:hover {
  text-decoration: unset !important;
}

.btn-link:focus {
  text-decoration: unset !important;
}

.background-blur {
  filter: blur(8px);
  -webkit-filter: blur(8px);
}

.modal-header-center {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1rem;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  margin-top: 34px;
}

.modal-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1rem;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-strong {
  font-weight: 999;
  color: black;
}

.swal2-popup {
  margin-top: 10vh;
}

.swal2-popup button.swal2-close {
  top: -8px;
  left: -12px;
  color: #FFF;
  width: 36px;
  cursor: pointer;
  height: 36px;
  display: flex;
  z-index: 2;
  position: absolute;
  text-align: center;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  background-color: #572E88;
  font-size: 2em;
}

.swal2-popup button.swal2-close:hover {
  color: white !important;
}

.swal2-popup #swal2-title {
  font-weight: 400;
  line-height: 1.334;
  font-size: 1.5rem;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 0px;
  color: black;
}



.display-flex-text {
  display: inline-flex;
  justify-content: space-between;
  width: 80%;
  margin-top: 5px;
  font-size: 0.8rem;

}

.br-theme-bars-pill .br-widget a {
  font-size: 0.8rem !important;
  width: 7% !important;
}

.w-100 {
  width: 100%;
}

.btn-outline-alternate {
  color: #572D88 !important;
}

.btn-outline-alternate:hover {
  color: white !important;
  background-color: #572D88;
}
