.tag.is-primary {
  background-color: #025951 !important;
}

.notification.is-primary {
  background-color: #04bf55 !important;
}

.tag.is-info {
  background-color: #04bf55 !important;
}

.button.is-primary {
  background-color: #025951 !important;
}

.button.is-info {
  background-color: #04bf55 !important;
}

.hero.is-primary {
  background-color: #025951 !important;
}

.message.is-primary .message-body {
  border-color: #025951 !important;
}

.pagination-link.is-current {
  background-color: #025951 !important;
  border-color: #025951 !important;
  color: #fff !important;
}

.table tr.is-selected {
  /* background-color: #009688; */
  background-color: #ff3860 !important;
  color: #fff;
}

.is-deleted {
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
}

.box-module {
  background-color: #025951;
  color: #fff;
}

.box-bottom {
  margin-bottom: 25px;
}

.title-module {
  color: #fff;
}

.link-module {
  font-weight: 400;
  color: #7fffd4;
  background: #363636;
  padding: 5px 10px;
  border-radius: 6px;
}

.link-module:hover {
  font-weight: 400;
  color: #363636;
  background: #7fffd4;
  padding: 5px 10px;
  border-radius: 6px;
}

.btn-link {
  font-weight: 400;
  color: #7fffd4;
  background: #363636;
  padding: 3px 10px;
  border-radius: 6px;
}

.btn-link:hover {
  font-weight: 400;
  color: #7fffd4;
  background: #009688;
  padding: 3px 10px;
  border-radius: 6px;
}

.text-min {
  font-size: 11px;
  vertical-align: middle !important;
}

.card-effect:hover {
  opacity: 0.5;
  transition: ease-in 0.2s;
}

.card-effect {
  padding: 0px;
  height: 38vh;
}

/* .card-effect-block {
  padding: 0px;
  height: 38vh;
} */

.card-effect-block {
  padding: 0px;
}

.card-effect-block:hover {
  opacity: 0.5;
  transition: ease-in 0.2s;
  cursor: not-allowed;
}

/* .msg-block {
  margin: auto auto;
  text-align: center;
  width: 95%;
  border-radius: 5px;
  opacity: 1;
  padding: 0px;
  font-size: inherit;
  font-weight: bold;
  color: #025951;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px #ccc;
} */

.msg-block {
  margin: auto auto;
  text-align: center;
  width: 100%;
  border-radius: 5px;
  opacity: 1;
  padding: 24px;
  font-size: inherit;
  font-weight: bold;
  color: #025951;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px #ccc;
  z-index: 2;
  position: relative;
  margin-left: -100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-block {
  opacity: 0.3;
  filter: blur(3px);
}

.print {
  display: none;
}

.btn-folder:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.2s;
}

a.btn-folder {
  color: #000 !important;
}

.container-items {
  padding: 20px;
  border-radius: 6px;
  box-shadow: 4px 4px 6px -5px #000;
}

.icon-obs {
  position: absolute;
  margin-left: -20px;
  margin-top: -2px;
}

.btn-simulado {
  width: 75px;
}

.select-expanded {
  width: 100%;
}

a.box-video:hover {
  opacity: 0.5;
  cursor: pointer;
  pointer-events: none;
}

.vp-center:hover {
  opacity: 0.5;
  cursor: pointer;
  pointer-events: none;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.trash-item {
  color: #f34242;
  float: right;
  margin-right: 5px;
  margin-top: 5px;
  /* border: 1px solid #ccc;
  border-radius: 4px; */
  padding: 5px;
}

.trash-item:hover {
  opacity: 0.5;
}

.edit-item {
  color: #025951;
  float: right;
  margin-right: 5px;
  margin-top: 5px;
  /* border: 1px solid #ccc;
  border-radius: 4px; */
  padding: 5px;
}

.edit-item:hover {
  opacity: 0.5;
}

@media print {
  .no-print {
    display: none !important;
  }

  .print {
    display: block;
  }
}

.height-video {
  height: 600px;
}

@media (max-width: 600px) {
  .height-video {
    height: 165px;
  }
}

.tag1:hover {
  background-color: crimson;
  color: white;
}

.tag1:hover::after {
  border-left-color: crimson;
}

.tag1:not(body) {
  border-radius: 4px !important;
  color: #4a4a4a !important;
  display: inline-flex !important;
  background: #FFC107 !important;
  justify-content: center !important;
  white-space: nowrap !important;
  height: 20px !important;
  padding-left: 1.5rem !important;
  align-items: center;
  font-size: 10px !important;
}

.tag2:not(body) {
  border-radius: 4px !important;
  color: #fff !important;
  display: inline-flex !important;
  background: #009688 !important;
  justify-content: center !important;
  white-space: nowrap !important;
  height: 20px !important;
  padding-left: 1.5rem !important;
  align-items: center;
  font-size: 10px !important;
}

.tag_vimeo:not(body) {
  border-radius: 4px !important;
  color: #fff !important;
  display: inline-flex !important;
  background: #1a2e3b !important;
  justify-content: center !important;
  white-space: nowrap !important;
  height: 20px !important;
  padding-left: 1.5rem !important;
  text-transform: capitalize;
  align-items: center;
  font-size: 10px !important;
}

.tag_youtube:not(body) {
  border-radius: 4px !important;
  color: #fff !important;
  display: inline-flex !important;
  background: #e50000 !important;
  justify-content: center !important;
  white-space: nowrap !important;
  height: 20px !important;
  padding-left: 1.5rem !important;
  text-transform: capitalize;
  align-items: center;
  font-size: 10px !important;
}

.tag1 {
  list-style: none;
  overflow: hidden;
  background: #FFC107;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 5px 5px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}

.tag2 {
  list-style: none;
  overflow: hidden;
  background: #009688;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 5px 5px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}

.tag_vimeo {
  list-style: none;
  overflow: hidden;
  background: #009688;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 5px 5px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}

.tag_youtube {
  list-style: none;
  overflow: hidden;
  background: #009688;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 5px 5px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}

.tag1::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
}

.tag2::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
}

.tag_vimeo::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
}

.tag_youtube::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
}

.tag1::after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #eee;
  border-top: 13px solid transparent;
  position: absolute;
  right: 0;
  top: 0;
}

.tag2::after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #eee;
  border-top: 13px solid transparent;
  position: absolute;
  right: 0;
  top: 0;
}

.tag_vimeo::after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #eee;
  border-top: 13px solid transparent;
  position: absolute;
  right: 0;
  top: 0;
}

.tag_youtube::after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #eee;
  border-top: 13px solid transparent;
  position: absolute;
  right: 0;
  top: 0;
}

.icon-new {
  margin-left: 5px;
}

.icons {
  margin-right: 5px;
}

.icons-menu {
  margin-right: 5px;
  text-align: center;
  margin-left: -10px;
  width: 25px;
  border: 1px solid lightseagreen;
  padding: 3px 5px;
  font-size: 12px;
  border-radius: 4px;
}

.notify-icon {
  border-radius: 50%;
  background: #31CEA3;
  padding: 2px;
  text-align: center;
  height: 25px;
  margin: 0 auto;
  width: 25px;
  border: 2px solid;
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
  text-align-last: center;
  box-shadow: 0px 0px 20px -5px #31CEA3;
}

.notify-icon:hover {
  background: #ffffff;
  color: #253a38 !important;
  /* border: 2px solid #253a38; */
}

@media screen and (min-width: 1088px) {
  .navbar-dropdown {
    background-color: #025951;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 2px solid #dbdbdb;
    box-shadow: 0 8px 8px rgba(10, 10, 10, .1);
    display: none;
    font-size: .875rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20;
  }
}

#hide-menu {
  background: #025951;
  color: #fff;
  padding: 6px;
  margin: 0px auto;
  border-radius: 5px;
  cursor: pointer;
}

#hide-menu:hover {
  color: #363636;
  background: #7fffd4;
  padding: 6px;
  cursor: pointer;
  border-radius: 5px;
}

.pagination-link:hover {
  color: #363636;
  background: #7fffd4;
  border: 1px solid #7fffd4;
}

.pagination-next:hover {
  color: #363636;
  background: #7fffd4;
  border: 1px solid #7fffd4;
}

.pagination-previous:hover {
  color: #363636;
  background: #7fffd4;
  border: 1px solid #7fffd4;
}

.subscription:hover {
  color: #363636 !important;
  background: #7fffd4 !important;
  cursor: pointer;
}

.btn-active-bread {
  display: inline-block;
  background: #025951;
  border-radius: 4px;
  padding: 2px 12px 1px 6px !important;
  color: #fff;
}

.btn-inactive-bread {
  display: inline-block !important;
  background: #fff;
  border: 1px solid #025951;
  padding: 1px 11px 0px 5px !important;
  color: #025951 !important;
  border-radius: 4px;
  font-weight: 500;
}

.btn-inactive-bread:hover {
  display: inline-block !important;
  background: #025951;
  border: none;
  padding: 2px 12px 1px 6px !important;
  color: #fff !important;
  border-radius: 4px;
  font-weight: 500;
}

.btn-download {
  background-color: #363636;
  color: #7fffd4;
  padding: 6px;
  cursor: pointer;
  border-radius: 5px;
}

.btn-download:hover {
  background-color: #7fffd4;
  color: #363636;
  padding: 6px;
  cursor: pointer;
  border-radius: 5px;
}

.checkbox-cpcon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
}

.checkbox-item {
  margin-right: 5px;
}

.username-menu {
  min-width: 200px;
  width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.username-menu-item {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#togglePassword {
  margin-left: -30px;
  cursor: pointer;
  z-index: 99;
}

#togglePassword2 {
  margin-left: -30px;
  cursor: pointer;
  z-index: 99;
}

.pass-input {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.breadcrumb a {
  color: #31CEA3;
  font-weight: bold;
}

.breadcrumb .is-active {
  color: #025951 !important;
  font-weight: lighter;
}

.back-to-site:hover {
  color: #363636;
  background: #7fffd4;
  cursor: pointer;
}

.pix-key-title {
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  display: flex;
}

.pix-key {
  font-size: 12px;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  display: flex;
}

.container-pix {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: row;
}

.img-pix {
  height: 300px;
}

.crop-text-lab {
  width: 100%;
  max-width: 700px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (max-width: 1087px) {
  .hero.is-primary .navbar-menu {
    background-color: #0c4843 !important;
  }
}

a.dropdown-item {
  padding-right: 10px;
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  color: #000 !important;
}

.whats-link {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
}

.whats-icon {
  margin-left: -8px;
  margin-right: 8px;
}