@charset "UTF-8";

/*GENERAL*/

.image.is-round img {
  margin: 5px;
  background: #fff;
  border-radius: 50%;
}

/*HOME*/
.section.main {
  background-color: #f9f7f7;
}

.content figure.image {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
}

/** LOGIN **/

.icon.user,
.icon.password {
  margin: 5px 10px 0 0;
}

.avatar img {
  border-radius: 100px;
  padding: 5px;
  border: 1px solid #dbdbdb;
}

.login {
  padding-top: 20px;
}

.login button {
  border-radius: 40px;
  font-weight: bold;
}

#login-form input {
  border-radius: 40px;
  font-size: 18px;
  padding-left: 15px;
  color: #95A5A6;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 2.285em;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 1.5;
  padding-right: .75em;
  position: relative;
  vertical-align: top;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, .1);
  max-width: 100%;
  width: 100%;
  margin-top: 3px;
}

#login-form label {
  font-weight: bold;
  margin-top: 8px;
}

.container-status {
  padding-top: 50px;
  max-width: 968px;
}

#basic {
  background-color: #f5f7fa;
}

.star-rating-display:before, .star-rating-display:after {
  content: "\2605 \2605 \2605 \2605 \2605";
  display: block;
  white-space: nowrap;
}

.star-rating-display:before {
  color: #F4B941;
  position: absolute;
  z-index: 1;
  left: 0px;
  overflow: hidden;
}

.star-rating-display-teal:before {
  color: var(--gossamer-600);
}

.star-rating-display:after {
  z-index: 0;
  margin-right: 5px;
}

.star-rating-display[data-rating="1"]:before {
  width: 20%;
}

.star-rating-display[data-rating="2"]:before {
  width: 40%;
}

.star-rating-display[data-rating="3"]:before {
  width: 60%;
}

.star-rating-display[data-rating="4"]:before {
  width: 80%;
}

.star-rating-display[data-rating="5"]:before {
  width: 100%;
}

/* Editable Star Rating */

.star-rating.editable {
  width: 220px;
}

.star-rating svg {
  height: 30px;
  fill: rgb(229 231 235);
  cursor: pointer;
}

.star-rating .star-rating-stars .star-rating-star {
  float: left;
  width: 35px;
}

.star-rating-star.selected svg,
.star-rating-star.hovered svg {
  fill: var(--mc-green);
}

.star-rating.small {
  font-size: 16px;
  line-height: 1;
}

.star-rating.large {
  font-size: 20px;
}

/* Completely remove from the flow but leave available to screen readers. */
.is-vishidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
}

/* DASHBOARD */

.dashboard-bases, .dashboard-bases body {
  height: 100%;
}

.management-bases, .management-bases body {
  min-height: 100%;
}

/** MOBILE OVERRIDES **/

.level object {
  width: 120px;
  height: 120px;
  margin-right: 40px;
  margin-left: 40px;
  pointer-events: none;
}

.level object svg {
  fill: var(--mc-blue);
}

.input[disabled], .textarea[disabled] {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  box-shadow: none;
  color: #7a7a7a;
  cursor: not-allowed;
}

/* Non solid icons get a stroke */

/* Solid icons get a fill */

.columns {
  margin-bottom: 0 !important;
}

.column {
  padding-bottom: 0 !important;
}

.button.is-blue.is-outlined.is-inverted.is-edged {
  color: var(--mc-blue) !important;
  border-radius: 3px !important;
  padding: 0 35px !important;
  font-weight: 500 !important;
  border-color: var(--mc-blue) !important;
  -webkit-transition: var(--mc-transition-ease);
  -moz-transition: var(--mc-transition-ease);
  -o-transition: var(--mc-transition-ease);
  transition: var(--mc-transition-ease);
}

.button.is-blue.is-outlined.is-inverted.is-edged:hover {
  background-color: var(--mc-blue) !important;
  color: #fff !important;
}

 .text-blue {
  color: var(--mc-blue) !important;
}

.breadcrumb li a {
  color: var(--mc-blue) !important;
}

.breadcrumb li.is-active a {
  font-weight: 700;
}

.breadcrumb li a.first {
  padding-left: 0 !important;
}

/** BUTTONS **/

.button.primary-green {
  background-color: var(--mc-green);
  display: inline-block;
  border: none;
  border-radius: 3px;
  padding-left: 80px;
  padding-right: 80px;
  color: white;

  -webkit-transition: var(--mc-transition-ease);
  -moz-transition: var(--mc-transition-ease);
  -o-transition: var(--mc-transition-ease);
  transition: var(--mc-transition-ease);
}

.button.primary-green:hover {
  background-color: #00b99c;
}

@media screen and (max-width: 768px) {

   .button.primary-green {
    padding-left: 50px;
    padding-right: 50px;
    display: block;
    margin: 0 auto;
  }
}

/** Forms **/

form p {
  margin-top: 12px;
}

/** Chat **/

#messages {
  height: inherit !important;
  max-height: calc(100vh - 100px);
}

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

.chat li {
  display: inline-block;
  clear: both;
  padding: 6px 20px;
  border-radius: 30px;
  margin-bottom: 10px;
  max-width: 85%;
  word-break: break-word;
}

.receiver {
  background: #F5F6FA;
  float: left;
}

.sender {
  float: right;
  background: var(--mc-green);
  color: #fff;
}

#messages {
  height: 100% !important;
  max-height: calc(100vh - 74px);
}

.chat .message {
  padding: 10px 25px;
  border-radius: 30px;
  margin-bottom: 10px;
  width: fit-content;
  word-break: break-word;
}

.receiver, .sender {
  background: none;
  color: #4a4a4a;
}

.receiver .message {
  background: #F5F6FA;
}

.sender .message {
  background: #1be0c3;
  color: black;
  box-shadow: 0 7px 15px -5px rgb(0 0 0 / 10%), 0 4px 5px -5px rgb(0 0 0 / 5%)
}

.receiver .message {
  float: left;
}

.sender .message {
  float: left;
}

@media only screen and (max-width: 768px) {
  .messages {
    box-sizing: border-box;
    padding: 10px;
    overflow-x: hidden;
    overflow-y: auto;
  }
}

aside.menu {
  height: calc(90% - 35px);
  overflow-y: auto;
}

#content {
  background-size: contain;
  background-repeat: no-repeat;
}

.megabar {
  background-color: var(--gossamer-900);
  color: white;
  text-align: center;
  padding: 15px;
  font-weight: bold;
}

.align-left {
  text-align: left;
}

section h3,
section h1.title.is-3 {
  font-weight: bold;
  color: black;
  font-size: 2.2rem;
  line-height: normal;
}

@media screen and (max-width: 768px) {
  #content {
    background-position-x: left;
    background-size: 150%;
  }

  #typed-headline {
    display: block;
  }

  #egle {
    display: block;
    max-width: 300px;
    margin: 0 auto
  }
}

 .tooltip:hover::before {
    font-size: 0.9rem  !important;
    padding: 12px !important;
    background: #E2E8F0 !important;
    opacity:1 !important;
    border-radius: 6px !important;
    color: #475569 !important;
    max-width: 12rem !important;
    min-width: 12rem !important;
    width: 12rem !important;
}

 .tooltip:focus:not(.is-loading)::after, .tooltip:hover:not(.is-loading)::after {
  border-color: #E2E8F0 transparent transparent transparent !important;
}

#level {
    border-radius: 100%;
    border: 4px solid var(--mc-blue);
    font-weight: bold;
    color: var(--mc-blue);
    padding: 5px;
    width: 42px;
    text-align: center;
}

.v3 input[type='text'], .v3 input[type='password'], .v3 input[type='email'], .v3 input[type='date'], .v3 input[type='url'], .v3 input[type='number'], .v3 input[type='tags'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 41px;
    padding: 5px 15px;
    border-radius: 5px;
    outline: none;
    border: 2px solid #e7edf3;
    background: #f8f9fb;
    color: black;
    font-size: 17px;
}

.v3 input::placeholder {
    color: #c1cad4;
    font-style: italic;
}

.v3 select, .v3 textarea, .v3 input[type='textarea'] {
    -webkit-appearance: none;
    width: 100%;
    padding: 5px 15px;
    outline: none;
    background: #f8f9fb;
    color: black;
    font-size: 17px;
    border-radius: 5px !important;
    border: 2px solid #e7edf3 !important;
}

.v3 textarea {
    padding: 10px 15px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.v3 label {
    display: inline-block;
    text-transform: uppercase;
    font-size: 9pt;
    font-weight: 700;
    color: #868686;
    margin-bottom: 5px;
}

.star-rating-display {
    font-size: 1.1em;
    unicode-bidi: bidi-override;
    color: #BDC1C8;
    display: inline-block;
    position: relative;
    margin-top: 0;
}

.rating-display {
    margin-bottom: 3px;
    font-size: 0.8em;
    vertical-align: text-top;
}

.bold {
    font-weight: bold;
}

.has-text-blue {
    color: var(--mc-blue);
}

.white {
    color: white !important;
}

.inv-primary-green {
    display: inline-block;
    background-color: #d5fbf4;
    color: #318273 !important;
    font-weight: 600;
    font-size: 15px;
    padding: 12px 28px;
    border-radius: 5px;
    transition: 0.3s;
    border: 0;
    cursor: pointer;
}

.inv-primary-green.small {
    padding: 8px 12px;
}

.inv-primary-green:hover {
    background-color: #9de6d9;
}

@media only screen and (max-width: 767px) {

    .mobile-filter {
        display: none;
    }

    .mobile-filter.open {
        display: block;
    }
}


/** Modal **/

.modal-card {
    border-radius: 10px;
}

.modal-background {
    position: fixed;
}

.modal-card-head {
    border-bottom: 0;
    font-weight: 700;
    background-color: white !important;
    padding: 30px;
    padding-bottom: 10px;
}

.modal-card-body {
    padding: 30px;
    padding-top: 10px;
}

.modal-card-foot {
    border-top: 0;
}

.modal-card-title {
    margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
    .modal-card-title {
        max-width: 85%;
    }
}

.delete {
    height: 40px;
    max-height: 40px;
    max-width: 40px;
    min-height: 40px;
    min-width: 40px;
    width: 40px;
    background-color: rgb(249 250 251);
    transition: background-color 0.2s;
}

.delete:hover {
    background-color: rgb(229 231 235);
}

.delete:before, .delete:after {
    background-color: rgb(156 163 175);
}

.delete:before {
    height: 1px;
}

.delete:after {
    width: 1px;
}

.ugc p:not(:empty):not(.blog) {
    margin-top: 1rem;
}

.delete {
    user-select: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: rgba(10, 10, 10, 0.2);
    border: none;
    border-radius: 290486px;
    cursor: pointer;
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 1rem;
    height: 20px;
    max-height: 20px;
    max-width: 20px;
    min-height: 20px;
    min-width: 20px;
    outline: 0;
    position: relative;
    width: 20px;
}
.delete:after,
.delete:before {
    background-color: #fff;
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
}