body {
  color: #58595b;
  font-size: 0.9rem;
}
.scroll-bar {
  overflow: auto;
}
.pd-top {
  padding-top: 110px;
}

#modal-quiz-video iframe {
  width: 100% !important;
  height: 550px !important;
}

h1 {
  font-size: 20px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
}
.title {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
.sub-title {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.logo-gedui {
  height: 60px;
}

.icon-menu svg {
  width: 25px !important;
  height: auto !important;
}

.icon-menu-active svg {
  width: 25px !important;
  height: auto !important;
}

.icon-header {
  height: 20px;
}
.icon-chat {
  height: 32px;
  width: 32px;
  margin-top: 5px;
}
.box-activities {
  border-radius: 5px;
  color: #fff;
}
.box-activities:hover {
  color: #fff;
}
.box-activities h3 {
  color: #fff;
}
.box-activities p {
  font-size: 0.95em;
}
.icon-25 {
  width: 25px;
  height: 25px;
}
.bg-grad-purple {
  background: rgb(50, 21, 69);
  background: linear-gradient(
    0deg,
    rgba(50, 21, 69, 1) 0%,
    rgba(109, 62, 143, 1) 100%
  );
}
.bg-grad-lilac {
  background: rgb(91, 13, 61);
  background: linear-gradient(
    0deg,
    rgba(91, 13, 61, 1) 0%,
    rgba(150, 73, 115, 1) 100%
  );
}
.bg-grad-blue {
  background: rgb(16, 23, 63);
  background: linear-gradient(
    0deg,
    rgba(16, 23, 63, 1) 0%,
    rgba(60, 86, 161, 1) 100%
  );
}
.bg-grad-green {
  background: rgb(20, 66, 30);
  background: linear-gradient(
    0deg,
    rgba(20, 66, 30, 1) 0%,
    rgba(59, 158, 70, 1) 100%
  );
}
.label-pop {
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
}
.image-class {
  width: 25px !important;
  height: 25px !important;
}
.image-class-coment {
  width: 17px !important;
  height: 17px !important;
  margin-top: 5px;
}
.label-coment {
  margin-top: 5px;
  background: #ffffff;
  width: 25px;
  height: 25px;
  text-align: center;
  color: rgb(251, 251, 251);
  fill: rgb(231, 227, 227);
  font-size: 10px;
  font-weight: 700;
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
}
.label-red {
  background: rgb(0, 110, 187);
  width: 25px;
  height: 25px;
  text-align: center;
  color: #fff;
  fill: #fff;
  font-size: 10px;
  font-weight: 700;
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
}
.label-grey {
  background: #c2c5d9;
  width: 25px;
  height: 25px;
  text-align: center;
  color: rgb(250, 249, 249);
  fill: grey;
  font-size: 10px;
  font-weight: 700;
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
}
.label-red svg {
  width: 18px;
}
.label-grey svg {
  width: 18px;
}
.img-progress {
  height: 18px;
}
.title-progress {
  font-size: 16px;
  color: #2a0e49;
  font-weight: 700;
  margin: 0px;
  padding: 0px;
}
.link {
  cursor: pointer;
}
.icon-status.student {
  background-color: #006f76;
}

.icon-status.nostudent {
  background-color: #ff0d0d;
}

.icon-status.yesstudent {
  background-color: #006f76;
}

.icon-status.secretary {
  background-color: #cbdfee;
}
@keyframes bounce {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-2px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(2px, 0, 0);
  }
}
@keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 5px;
  }
  50% {
    height: 7px;
    width: 5px;
  }
}
.bg-login {
  width: 100% !important;
  height: 100%;
  position: fixed;
  background-size: cover;
  color: #464749;
  padding-left: 0px !important;
  overflow-y: auto;
}
.box-login {
  background-color: #c8c9da;
  padding: 15px 15px;
  min-height: 415px;
}

.login-img {
  width: 250px;
  margin: auto;
}
.input-login { 
  position: relative;
  border-bottom: 1px solid #464646;
  border-radius: 0;
  margin: auto;
  margin-top: 20px;
  height: 45px;
  width: 60%;  
  padding-bottom: 10px;
}
.input-login input{
  text-align: center;
  border: 0;
  background-color: red;
}
.eye-password-icon{
  position: absolute;
  bottom: 14px;
  right: 6px;
  cursor:pointer;
 }


.input-login::placeholder {
  font-size: 16px;
  color: #464749;
  text-align: center;
}

.box-login input {
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.bg-login-input1 {
  background: url("../img/fingersprint-login.svg") no-repeat scroll 7px 15px;
  padding-left: 30px;
}

.bg-login-input2 {
  background: url("../img/lock-login.svg") no-repeat scroll 7px 15px;
  padding-left: 30px;
}

.bg-login-input1:focus {
  outline: 0;
  border-color: #031a61;
  background: url("../img/fingersprint-login-hover.svg") no-repeat scroll 7px
    15px;
}

.bg-login-input2:focus {
  outline: 0;
  border-color: #031a61;
  background: url("../img/lock-login-hover.svg") no-repeat scroll 7px 15px;
}

.bg-login-input1:focus::placeholder,
.bg-login-input2:focus::placeholder {
  color: #031a61;
}

.checkbox {
  display: inline-block;
  height: 16px;
  margin: 0 0.25em;
  margin-top: 3px;
  width: 16px;
  border-radius: 4px;
  border: 1px solid#464749;
  background-color: transparent;
  margin-right: 5px;
  cursor: pointer;
}
.checkbox span {
  display: block;
  height: 14px;
  position: relative;
  width: 14px;
  padding: 0;
}
.checkbox span:after {
  -moz-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  -webkit-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-right: 3px solid transparent;
  border-top: 3px solid transparent;
  content: "";
  display: block;
  height: 11px;
  left: 1px;
  position: absolute;
  top: 8px;
  width: 5px;
}
.checkbox span:hover:after {
  border-color: #999;
}
.checkbox input {
  display: none;
}
.checkbox input:checked + span:after {
  -webkit-animation: check 0.3s;
  -moz-animation: check 0.3s;
  -o-animation: check 0.3s;
  animation: check 0.3s;
  border-color: #555;
}
.checkbox input:checked + .default:after {
  border-color: #031a61;
}
.submit-login {
  color: #fff;
  padding: 6px 25px;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  border-radius: 10px;
  margin: auto;
  margin-bottom: 15px;

  border: none;
  display: block;

  transition: 0.1s ease-in;
}

.submit-login:hover {
  cursor: pointer;
  animation-name: bounce;
  -moz-animation-name: bounce;
}

.crumina-full-calendar .fc-button.fc-next-button .fc-icon,
.crumina-full-calendar .fc-button.fc-prev-button .fc-icon,
.crumina-full-calendar .fc-button.fc-dayGridMonth-button .fc-icon,
.crumina-full-calendar .fc-button.fc-timeGridWeek-button .fc-icon,
.crumina-full-calendar .fc-button.fc-timeGridDay-button .fc-icon {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: bold;
  color: #58595b;
}

.crumina-full-calendar .fc-toolbar.fc-header-toolbar {
  margin-bottom: 0;
  background-color: #d9d9e2;
  border-top: 2px solid #707070;
  border-bottom: 2px solid #707070;
  height: 50px;
}

.date-schedule-title {
  width: 100%;
  text-align: center;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 18px;
  background-color: #d9d9e2;
  border-top: 2px solid #707070;
  border-bottom: 2px solid #707070;
}

#calendar .fc-left {
  float: left;
  display: block;
  margin-left: 20px;
  width: 90%;
}

#calendar .fc-center {
  float: left;
  display: block;
  width: 10%;
}
#calendar .fc-right {
  width: 10%;
}

#calendar .fc-left h2 {
  font-weight: 100;
  text-transform: uppercase;
  font-size: 18px;
}
.tab-buttons {
  text-align: center;
  border: 0px;
  margin: 0px auto;
  padding: 0px;
}
.tab-buttons .nav-link {
  background-color: #d9d9e2;
  color: #58595b;
  border-radius: 0;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  min-width: 120px;
  text-align: center;
  margin-top: 0px;
}
.tab-buttons .nav-link.active {
  background-color: #031961;
  color: #fff;
}
@media (max-width: 768px) {
  .tab-buttons .nav-item {
    width: auto;
  }
}
.tab-buttons-2 {
  text-align: center;
  border: 0px;
  margin: 0px auto;
  padding: 0px;
}
.tab-buttons-2 .nav-link {
  background-color: #d9d9e2;
  color: #58595b;
  border-radius: 0;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  min-width: 120px;
  text-align: center;
  margin-top: 0px;
}
.tab-buttons-2 .nav-link.active {
  background-color: #58595b;
  color: #fff;
}
.tab-buttons-2 .nav-link .icon-active {
  display: none;
}
.tab-buttons-2 .nav-link.active img {
  display: none;
}
.tab-buttons-2 .nav-link.active .icon-active {
  display: inline-block;
}
@media (max-width: 768px) {
  .tab-buttons-2 .nav-item {
    width: auto;
  }
}
.tab-buttons-3 {
  text-align: center;
  border: 0px;
  margin: 0px auto;
  padding: 0px;
}
.tab-buttons-3 .nav-link {
  background-color: #d9d9e2;
  color: #58595b;
  border-radius: 0;
  border-radius: 8px;
  min-width: 120px;
  text-align: center;
  margin-top: 0px;
}
.tab-buttons-3 .nav-link.active {
  background-color: #031961;
  color: #fff;
}
@media (max-width: 768px) {
  .tab-buttons-3 .nav-item {
    width: auto;
  }
}
.bg-grey-light {
  background: #d9d9e2;
}
.header-sidebar {
  border-top: 1px solid #58595b;
  padding: 5px;
  border-bottom: 1px solid #58595b;
  text-align: center;
}

.header-sidebar-data {
  border-top: 1px solid #58595b;
  padding: 0px;
  border-bottom: 1px solid #58595b;
  text-align: center;
}

.header-sidebar h3 {
  margin: 0px;
  padding: 0px;
}

.nav-buttons .nav-link.active,
.nav-pills .show > .nav-link {
  width: 200%;
  color: #fff;
  background-color: #031961;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.nav-buttons .nav-link.active img {
  display: none;
}
.nav-buttons .nav-link {
  border-radius: 8px;
  width: 100%;
  overflow: hidden;
  color: #fff;
  background-color: #58595b;
  font-weight: 100;
  min-height: 50px;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-buttons-2 .nav-link {
  position: relative;
  width: 100%;
  height: 60px;
  margin-top: 25px;
  margin-bottom: 25px;
  background: transparent;
}
.nav-buttons-2 .nav-link::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 60px;
  transition: width 0.3s;
}
.nav-buttons-2 .nav-link.active::before,
.nav-pills .show > .nav-link::before {
  width: 200%;
}
.nav-buttons-2 .nav-link .btn-super {
  display: flex;
  align-items: center;
  position: absolute;
  top: -10px;
  left: 0px;
  height: 80px;
  width: 100%;
  padding: 10px 15px;
  background-color: #eef1f6;
  color: #58595b;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 100;
  line-height: 1.1rem;
}
.nav-buttons-2 .nav-link .btn-super-1 {
  display: flex;
  align-items: center;
  position: absolute;
  top: -10px;
  left: 0px;
  height: 80px;
  width: 100%;
  padding: 10px 15px;
  background-color: #eef1f6;
  color: #58595b;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 100;
  line-height: 1.1rem;
  border: 3px solid #006ebb;
}
.icon-view {
  height: 24px;
}

.circle-message {
  background: #031961;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  padding: 10px;
  text-align: center;
}
.circle-message img {
  height: 50px;
}
.circle-message-modal {
  background-color: #ff6600;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 10px;
  text-align: center;
}
.circle-message-modal img {
  height: 17px;
}
.circle-message-modal.bg-purple {
  background-color: #6d4491;
  width: 50px;
  height: 30px;
  border-radius: 50%;
  padding: 4px;
  text-align: center;
}
.circle-message-modal img {
  height: 20px;
}

.circle-message-modal-interaction {
  background-color: #ff6600;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 20px;
  padding-top: 6px;
}

.font-gray-upload {
  color: #6a7089;
}

#uploadContent input {
  display: none;
}

.normal-font {
  font-weight: 500;
}
.blue {
  color: #031961;
}
.brd-2 {
  border-top: 2px solid #9c9ea1;
}
.icon-close-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  z-index: 9999;
}
.icon-close-modal-1 {
  position: absolute;
  top: -14px;
  right: -22px;
  width: 20px;
}
.icon-close-modal-2 {
  position: absolute;
  top: -14px;
  right: -22px;
  width: 20px;
}
.icon-close-modal-3 {
  top: -16px !important;
  right: -14px !important;
}
.icon-close-modal-4 {
  position: absolute;
  top: -6px;
  right: 2px;
  width: 20px;
}
.icon-close-modal-5 {
  position: absolute;
  top: -17px;
  right: -2px;
  width: 20px;
}
.modal-md {
  max-width: 700px;
}

.modal-xl {
  max-width: 550px;
}

.modal-lg {
  max-width: 1100px;
}
.red {
  color: #e5152e;
}
.form-control {
  padding: 0.5rem;
}
.btn-danger {
  background-color: #ff0000;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #be0000;
}
.form-password {
  background-image: url(../svg-icons/icon_cadeado_cinza.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left 10px center;
  padding-left: 40px;
}
.icon-circle {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  display: inline-block;
  margin-right: 8px;
}
.icon-circle.check {
  background-color: #006f76;
}
.icon-circle.uncheck {
  background-color: #cbdfee;
}

.form-search {
  background-image: url("../svg-icons/icon_localizar.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: right 10px center;
}
.container-bubbles {
  overflow: hidden;
  width: 100%;
  margin-top: 15px;
}
.bubbles {
  max-width: 400px;
  width: 100%;
  padding: 15px;
  color: #58595b;
  font-family: arial;
  position: relative;
}
.bubbles p {
  margin-bottom: 0.4em;
}
.sb1 {
  float: right;
  margin-right: 10px;
  background: #c9e7df;
  border-radius: 5px;
  border-top-right-radius: 0;
}
.sb1:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid #c9e7df;
  border-right: 10px solid transparent;
  border-top: 10px solid #c9e7df;
  border-bottom: 10px solid transparent;
  right: -10px;
  top: 0px;
}
.sb2 {
  float: left;
  margin-left: 10px;
  background: #d4d3e0;
  border-radius: 5px;
  border-top-left-radius: 0;
}
.sb2:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid #d4d3e0;
  border-top: 10px solid #d4d3e0;
  border-bottom: 10px solid transparent;
  left: -10px;
  top: 0px;
}
.btn-submit {
  display: inline-block;
  background: #031961;
  padding: 5px;
  border-radius: 10px;
  border: 0px;
  width: 40px;
  height: 40px;
}
.btn-submit:hover {
  background: #010d33;
}
.btn-submit img {
  height: 100%;
}
.cont-checklist {
  position: relative;
  cursor: pointer;
}
.cont-checklist input {
  width: auto;
}
.cont-checklist input {
  visibility: hidden;
}
.cont-checklist .btn-check {
  top: 50%;
  margin-top: -7.5px;
  left: 10px;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #c8c9da;
}

.mh-500 {
  min-height: 500px;
}

.mh-590 {
  min-height: 590px;
}

.cont-checklist input:checked + .btn-check {
  background: #006f76;
}
.btn-blue {
  background: #031961;
}
.btn-blue:hover,
.btn-blue:focus {
  background: #010d33;
}
@media (min-width: 768px) {
  .mh-500 {
    min-height: 500px;
  }
}
.box-chat {
  display: none;
}
.icon-40 {
  height: 40px;
}
.photo {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #031961;
  overflow: hidden;
  padding: 5px;
}
.photo img {
  width: 55px;
}
.upload-photo {
  cursor: pointer;
  background-image: url("../img/alvo_foto.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  height: 232px;
}

.upload-photo input {
  visibility: hidden;
}

.img-profile-avatar {
  height: 232px;
  width: 232px;
  background-size: cover;
  background-position: 50% 50%;
  margin: 0 auto;
}
.biometry img {
  width: 150px;
}
.box-grey {
  background: #d4d3e0;
  border: 1px solid #9c9ea1;
  color: #58595b;
  padding: 15px;
  border-radius: 8px;
}
label {
  font-size: 1rem;
  font-weight: 300;
  vertical-align: -40%;
}
.mt-form {
  margin-top: 33px;
}
.mt-form-2 {
  margin-top: 49px;
}

.icon-15 {
  width: 15px;
  height: 15px;
}

.icon-10 {
  width: 10px;
  height: 10px;
}

.label-participants {
  font-weight: normal !important;
}
.border-header {
  position: relative;
  height: 20px;
}
.border-header::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  height: 2px;
  width: 100%;
  background: #9c9ea1;
  z-index: 0;
}
.border-header a {
  color: #58595b;
}
.box-center {
  position: absolute;
  width: 150px;
  left: 50%;
  margin-left: -75px;
  background: #fff;
}
.brd-b {
  border-bottom: 3px solid #9c9ea1;
}
.form-link {
  background-image: url("../svg-icons/icon_link_cinza.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left 10px center;
  padding-left: 40px;
}
.form-upload {
  background-image: url("../svg-icons/icon_nuvem_up_cinza.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left 10px center;
  padding-left: 40px;
}
.photo-orange {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #ff6600;

  overflow: hidden;

  padding: 5px;
}
.photo-orange img {
  width: 100%;
}
.photo-profile {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #031961;
  overflow: hidden;
  border: 2px solid #031961;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.photo-profile img {
  width: 120%;
}
.link-blue {
  color: #3f085c;
}
.link-blue:hover {
  color: #3f085c;
}
.switcher-block > *:last-child {
  text-align: left;
}

.togglebutton.blue label input[type="checkbox"]:checked + .toggle {
  background-color: #031961;
}

.avatar {
  width: 100%;
  height: 100%;
  border: 2px solid;
  border-radius: 50%;
  background-position: 50% 50%;
  background-size: cover;
}

.avatar-biography {
  width: auto;
  height: 100%;
}

.input-forget-password {
  border: 0px !important;
}

.input-border-forget-password {
  border: 1px #9c9ea1 solid !important;
}

.text-red {
  color: #f00;
}

.mouse {
  cursor: pointer;
}

.sem-link {
  cursor: default !important;
}

.img-trophy {
  width: 60px;
}
.btn-rounded {
  display: block;
  border-radius: 5px;
  padding: 10px 15px;
  overflow: hidden;
}
.btn-rounded h3 {
  color: #fff;
  margin: 0px;
  padding: 0px;
}
.circle-number {
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 1rem;
  line-height: 25px;
  border: 2px solid #fff;
  text-align: center;
}
.bg-magenta {
  background: #ad5d84;
}
.btn-start {
  position: absolute;
  cursor: pointer;
  width: 120px;
  left: 50%;
  margin-left: -122px;
  margin-top: -45px;
}
.line-trail {
  position: relative;
  height: 200px;
}
.line-trail::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  margin-left: -2px;
  height: 150px;
  width: 4px;
  background: #8e8e9d;
  z-index: 0;
}
.active-trail::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  margin-left: -2px;
  height: 150px;
  width: 4px;
  background: #6d4491;
  z-index: 0;
}
.current-trail::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  margin-left: -2px;
  height: 150px;
  width: 4px;
  background: #6d4491;
  z-index: 0;
  animation-name: animate-active-trail;
  animation-duration: 2s;
}
@keyframes animate-active-trail {
  0% {
    height: 0px;
  }
  100% {
    height: 150px;
  }
}
.white {
  color: #fff;
}
.btn-trail {
  position: absolute;
  bottom: 0px;
  width: 100%;
  overflow: inherit;
}
.btn-trail h2 {
  color: #fff;
}
.active-trail .btn-trail {
  background: #6d4491;
}
.btn-trail .img-trophy {
  position: absolute;
  top: -50px;
}
.box-trophy {
  width: 90px;
  height: 20px;
}
.cont-trail {
  position: relative;
  padding: 10px;
}
@media (max-width: 768px) {
  .box-trophy {
    width: 40px;
    height: 20px;
  }
  .btn-trail .img-trophy {
    position: absolute;
    top: -5px;
  }
}
.btn-circle-trail {
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -15px;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  background: #58595b;
  border-radius: 50%;
  border: 7px solid #fff;
  -webkit-box-shadow: 1px 1px 10px -5px #000000;
  box-shadow: 1px 1px 10px -5px #000000;
}
.btn-circle-trail-current {
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -15px;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-box-shadow: 1px 1px 10px -5px #000000;
  box-shadow: 1px 1px 10px -5px #000000;
}
.btn-circle-trail {
  /*display: none; */
}
.current-trail .btn-circle-trail {
  display: block;
  background: #3a1946;
  border-radius: 50%;
  border: 3px solid #fff;
  cursor: pointer;
  animation-name: animate-trail;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes animate-trail {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.current-trail .btn-circle-trail img {
  margin: 5px auto;
  width: 70%;
  display: block;
}
.w-40 {
  width: 40%;
}
.clear {
  clear: both;
}
.purple {
  color: #6d4491;
}

.bg-dg-purple {
  background: rgb(112, 70, 149);
  background: linear-gradient(
    180deg,
    rgba(112, 70, 149, 1) 0%,
    rgba(51, 26, 68, 1) 100%
  );
}
.bg-dark-purple {
  background-color: #37094b;
}
.bg-light-gray {
  background-color: #d4d3e0;
}
.bg-light-gray-2 {
  background-color: #c8c9da;
}
.btn-circle {
  cursor: pointer;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  padding: 8px;
  color: #fff;
  text-align: center;
}
.btn-circle img {
  width: 18px;
  height: 18px;
}
.bg-dg-blue {
  background: rgb(0, 59, 120);
  background: linear-gradient(
    180deg,
    rgba(0, 59, 120, 1) 0%,
    rgba(3, 25, 97, 1) 100%
  );
}
.separetor-link {
  background-image: url("../svg-icons/separetor-link.svg");
  background-repeat: no-repeat;
  background-position: center;
  height: 40px;
  width: 100%;
}
.skills-h-15 {
  height: 15px !important;
}
.skill-no-circle::after {
  display: none !important;
}

.font-skills {
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .img-audio {
    display: none;
  }
}
.bg-light-green {
  background-color: #9dcb3b;
}
.bg-black {
  background-color: #000;
}

.btn-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 5px;
}

.btn-radio .checkmark:before {
  top: 5px;
  left: 5px;
  width: 15px;
  height: 15px;
  background-image: url(../svg-icons/icon_check_cinza_quiz.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.btn-radio:hover input ~ .checkmark {
  background-color: #ccc;
}
.btn-radio input:checked ~ .checkmark {
  background-color: #9dcb3b;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.btn-radio input:checked ~ .checkmark:after {
  display: block;
}
.btn-radio .checkmark:after {
  top: 5px;
  left: 5px;
  width: 15px;
  height: 15px;
  background-image: url(../svg-icons/icon_check_branco.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.icon-50 {
  width: 50px;
  height: 50px;
}
.video-screen {
  max-width: 854px;
  width: 100%;
  height: 480px;
}
.box-text-area {
  overflow-y: scroll;
  height: 300px;
}
.bg-yellow {
  background-color: #fbae17;
}
.btn-rounded-2 {
  padding: 10px 15px;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
}
.mw-150 {
  min-width: 150px;
}
.arrow-down {
  position: absolute;
  top: 20%;
  right: 20%;
  width: 40px;
}
.arrow-down-color {
  position: absolute;
  top: 20%;
  right: 19%;
  width: 60px;
}
#quiz-tabs .carousel-control-next {
  display: block;
  top: auto;
  bottom: 30px;
  right: 20%;
  opacity: 1;
  transition: none;
}
.modal-control-close {
  position: absolute;
  bottom: 30px;
  left: 4%;
}
/* Range custom */
.irs--flat .irs-bar {
  background-color: #fbae17 !important;
}
.irs--flat .irs-handle > i:first-child {
  top: -2px;
  border-radius: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  background-color: #fbae17;
}
.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #ff7600;
}
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  background-color: #ff7600;
}
.irs-grid-text {
  font-size: 12px;
}
.form-quiz {
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #fff;
  display: inline-block;
  width: 160px;
  height: 22px;
  padding-bottom: 5px;
  padding: 1px;
  color: #fff;
  text-align: center;
}

.crumina-full-calendar .fc-dayGrid-view .fc-today .fc-day-number,
.crumina-full-calendar .fc-event:before,
.crumina-full-calendar .fc-event:hover:before {
  background-color: #003b78;
}
.card-header-accordion {
  border-bottom: 0px;
}
.card-header-accordion a {
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.crumina-full-calendar .fc-button.fc-dayGridMonth-button,
.crumina-full-calendar .fc-button.fc-timeGridWeek-button,
.crumina-full-calendar .fc-button.fc-timeGridDay-button {
  height: 50px;
  border: 0 !important;
}

.crumina-full-calendar .fc-button-primary:not(:disabled).fc-button-active {
  background: transparent;
}
.select-schedule {
  border: 2px solid #9c9ea1;
  color: #9c9ea1;
  padding: 0;
  height: 40px;
  border-radius: 10px;
  padding-left: 10px;
  background: url("../img/arrow-select-schedule.svg") no-repeat right 12px
    center;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  font-size: 18px;
}

.today-events .event-time:before {
  content: "";
  width: 9px;
  height: 9px;
  border: 2px solid #9c9ea1;
  border-radius: 100%;
  display: block;
  position: absolute;
  left: -29px;
  top: 26px;
  background-color: #9c9ea1;
  box-sizing: border-box;
}

.today-events.calendar .card:before {
  display: block;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #9c9ea1;
  position: absolute;
  left: 9px;
  top: 0;
}
.bg-purple {
  background-color: #6d4491 !important;
}
.bg-blue-gedui {
  background-color: #031961 !important;
}
.bg-pink {
  background-color: #ad5d84 !important;
}

.bg-gray {
  background-color: #6a7089 !important;
}
.bg-gray-2 {
  background-color: #778196 !important;
}
.bg-blue {
  background-color: #32589f !important;
}
.bg-light-blue {
  background-color: #5b8ad6 !important;
}

.bg-green {
  background-color: #379b33 !important;
}
.event-day-box {
  padding: 5px 5px;
  border-radius: 10px;
  min-height: 60px;
  font-size: 16px !important;
  font-weight: normal;
  line-height: 19px;
  display: flex;
  align-items: center;
  border: 3px solid transparent;
  transition: 0.2s ease-in;
  cursor: pointer;
}

/* .event-day-box:hover {
  border: 3px solid #250044;
} */

.event-day-box-1 {
  color: #fff;
  padding: 5px 5px;
  border-radius: 10px;
  min-height: 60px;
  font-size: 16px !important;
  font-weight: normal;
  line-height: 19px;
  display: flex;
  align-items: center;
  border: 3px solid #006ebb;
  transition: 0.2s ease-in;
  cursor: pointer;
}
/* .event-day-box-1:hover {
  border: 3px solid #bb0600;
} */

.bg-orange {
  background-color: #ff6701;
}
.today-events.calendar .card-header {
  padding-right: 0;
  padding-top: 0px !important;
  padding-bottom: 10px;
}
.day-event-title {
  margin-bottom: 0;
  background-color: #d9d9e2;
  border-top: 2px solid #707070;
  border-bottom: 2px solid #707070;
  height: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 18px;
  color: #58595b;
}
.items-round-little {
  margin-left: 4px;
  font-size: 13px;
}
.text-box-event {
  width: 94%;
}
.today-events.calendar .card:last-child:before {
  height: 100%;
}
.today-events.calendar .card {
  padding-left: 10px;
}
.calendar .ui-block {
  position: relative;
}
.bg-blue-addevent {
  position: absolute;
  z-index: 19;
  width: 50px;
  height: 50px;
  transition: all 0.3s ease;
  bottom: -20px;
  right: 25px;
  cursor: pointer;
  box-shadow: 0 0 10px 0 rgb(63 66 87 / 40%);
  border-radius: 100%;
  background-color: #003b78;
}
.bg-blue-addevent-calendar {
  position: absolute;
  z-index: 19;
  width: 50px;
  height: 50px;
  transition: all 0.3s ease;
  bottom: -20px;
  right: 0px;
  cursor: pointer;
}
.bg-title-new-appointment {
  background: url("../img/icon-novo-compromisso.svg") no-repeat scroll 7px 15px;
  width: 100%;
  height: 85px;
  padding-left: 67px;
}

.bg-title-new-appointment h6 {
  color: #58595b;
  text-transform: uppercase;
  font-size: 22px;
  width: 100%;
  clear: both;
}
.modal-header {
  border: 0;
}
.container-buttons-type-appointment {
  width: 90%;
  margin: auto;
  margin-bottom: 30px;
  margin-top: 10px;
}
.buttons-type-appointment {
  background-color: #c8c9da;
  float: left;
  border-radius: 10px 0px 0px 10px;
  width: 180px;
  height: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #58595b;
  text-transform: uppercase;
  cursor: pointer;
}
.buttons-type-appointment2 {
  background-color: #c8c9da;
  float: left;
  border-radius: 0px 10px 10px 0px;
  width: 180px;
  height: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #58595b;
  text-transform: uppercase;
  cursor: pointer;
}

.buttons-type-appointment.active,
.buttons-type-appointment2.active {
  background-color: #031961;
  color: #fff;
}
.form-modal {
  border: 0;
  border-bottom: 3px solid #9c9ea1;
  padding: 0;
  padding-top: 8px;
  padding-bottom: 10px;
  height: 20px;
  border-radius: 0;
  font-size: 14px;
  color: #58595b;
  font-weight: 100;
}

.form-modal:focus {
  border-color: #003b78;
}

.content-type-newuser input[type="radio"] + label {
  display: flex;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
  align-items: center;
  text-transform: uppercase;
  font-size: 14px;
  float: left;
}

.content-type-newuser input[type="radio"] {
  display: none;
}
.content-type-newuser input[type="radio"] + label {
  overflow: hidden;
}
.content-type-newuser input[type="radio"] + label:before {
  content: "";
  border: 0.1em solid #000;
  border-radius: 100%;
  display: inline-block;
  width: 1em;
  height: 1em;
  padding-left: 0.2em;
  padding-bottom: 0.3em;
  margin-right: 0.2em;
  vertical-align: bottom;
  color: transparent;
  transition: 0.2s;
  margin-right: 10px;
  text-transform: uppercase !important;
}

.content-type-newuser input[type="radio"] + label:after {
  min-width: 320px;
  content: "";
  position: absolute;
  /* left: 0; */
  right: 0;
  /* height: 0.5em; */
  margin-top: 25px;
  z-index: 6;
}

.content-type-newuser input[type="radio"] + label:active:before {
  transform: scale(0);
}

.content-type-newuser input[type="radio"]:checked + label:before {
  background-color: #031961;
  border-color: #031961;
  color: #fff;
}

.content-type-newuser input[type="radio"]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}

.content-type-newuser input[type="radio"]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}

.item-participantes input[type="checkbox"] + label {
  display: flex;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
  align-items: center;
  text-transform: uppercase;
  font-size: 14px;
}

.item-participantes input[type="checkbox"] {
  display: none;
}
.item-participantes input[type="checkbox"] + label {
  overflow: hidden;
}
.item-participantes input[type="checkbox"] + label:before {
  content: "";
  border: 0.1em solid #cbcce0;
  background-color: #cbcce0;
  border-radius: 100%;
  display: inline-block;
  width: 1em;
  height: 1em;
  padding-left: 0.2em;
  padding-bottom: 0.3em;
  margin-right: 0.2em;
  vertical-align: bottom;
  color: transparent;
  transition: 0.2s;
  margin-right: 10px;
  text-transform: uppercase !important;
}

.item-participantes input[type="checkbox"] + label:after {
  min-width: 600px;
  content: "";
  position: absolute;
  /* left: 0; */
  right: 0;
  /* height: 0.5em; */
  margin-top: 25px;
  z-index: 6;
}

.item-participantes input[type="checkbox"] + label:active:before {
  transform: scale(0);
}

.item-participantes input[type="checkbox"]:checked + label:before {
  background-color: #031961;
  border-color: #031961;
  color: #fff;
}

.item-participantes input[type="checkbox"]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}

.item-participantes input[type="checkbox"]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}
.item-participantes {
  margin-top: 10px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #cecece;
}

.nomes-participantes input[type="checkbox"] + label {
  display: flex;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
  align-items: center;
  font-size: 14px;
}

.nomes-participantes input[type="checkbox"] {
  display: none;
}
.nomes-participantes input[type="checkbox"] + label {
  overflow: hidden;
}
.nomes-participantes input[type="checkbox"] + label:before {
  content: "";
  border: 0.1em solid #cbcce0;
  background-color: #cbcce0;
  border-radius: 100%;
  display: inline-block;
  width: 1em;
  height: 1em;
  padding-left: 0.2em;
  padding-bottom: 0.3em;
  margin-right: 0.2em;
  vertical-align: bottom;
  color: transparent;
  transition: 0.2s;
  margin-right: 6px;
  text-transform: uppercase !important;
}

.nomes-participantes input[type="checkbox"] + label:active:before {
  transform: scale(0);
}

.nomes-participantes input[type="checkbox"]:checked + label:before {
  background-color: #031961;
  border-color: #031961;
  color: #fff;
}

.nomes-participantes input[type="checkbox"]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}

.nomes-participantes input[type="checkbox"]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}
.nomes-participantes {
  margin-top: 20px;
  display: flex;
  margin-left: 50px;
  margin-bottom: 20px;
  align-items: center;
}
.select-participantes {
  color: #3f085c;
  float: right;
  justify-content: end;
  position: absolute;
  right: 0;
  cursor: pointer;
}
.text-selecionar {
  font-weight: normal;
  padding-top: 5px;
  padding-left: 8px;
  float: right;
}
.search-participants {
  background: url("../img/icon-search.svg") no-repeat right 12px center;
  padding-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  height: 40px;
  border-radius: 10px;
  border-color: #9c9ea1;
}
.avatar-participantes {
  float: left;
  border-radius: 50%;
  margin-right: 5px;
  border: 1px solid #ccc;
  border-top: 0;
  margin-top: -7px;
  width: 48px;
  height: 48px;
}

.avatar-participantes-aval {
  border-radius: 50%;
  margin-right: 5px;
  border: 1px solid #ccc;
  border-top: 0;
  width: 25px;
  height: 25px;
}
.box-characteristics-import {
  background-color: #d4d3e0;
  border: 1px solid #9c9ea1;
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  color: #58595b;
  font-size: 16px;
}
.breadcrumbs-gedui {
  font-size: 16px;
}
.subtitle-data {
  background-color: #58595b;
  color: #fff;
  margin: auto;
  padding: 10px 40px;
  text-align: center;
  height: 34px;
  width: 270px;
  border-radius: 20px 20px 0 0;
}
.modal-responsible {
  width: 470px;
}

.modal-profile {
  width: 520px;
}
.new-profile a {
  color: inherit;
  display: flex;
}
.avatar-users {
  float: right;
  border-radius: 50%;
  margin-right: 5px;
  border: 3px solid #031961;
}
.btn-gedui {
  background-color: #031961;
  color: #fff;
  padding: 20px;
  margin: auto;
  justify-content: center;
}
.btn-gedui-dark {
  background-color: #27262b;
  color: #fff !important;
  padding-left: 10px;
  padding-right: 10px;
  justify-content: center;
}
#content-direcao-participante {
  display: none;
}
.rotateimg90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.dayEvent .card-footer,
.dayEvent .card-header {
  border: 0;
  padding-bottom: 0;
  padding: 0 10px !important;
}

.event-time {
  margin-bottom: 10px;
}
.title-content-event {
  float: left;
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  align-items: center;
}
.icon-title-content-event {
  float: left;
  margin-right: 10px;
  padding: 10px;
  border-radius: 50%;
  justify-content: center;
  display: flex;
  align-items: center;
}
.text-title-content-event {
  float: left;
  font-size: 14px;
}
.description-content-event p {
  font-size: 14px;
}
.subtitle-content-event {
  float: left;
  width: 100%;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 100;
  padding-bottom: 10px;
  border-bottom: 3px solid #ccc;
  margin-bottom: 20px;
}
.links-content-event {
  color: #3f085c;
  font-size: 14px;
}
.color-purple {
  color: #3f085c;
}
.container-event-day {
  min-height: 450px;
}

.form-link {
  background: url("../img/icon-link.svg") no-repeat left 12px center;
  padding-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  height: 40px;
  padding-left: 40px;
}

.avatar-convites-aceitos {
  float: left;
  border-radius: 50%;
  margin-left: -14px;
  border: 3px solid #031961;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1px !important;
}
.box-users {
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 2px solid #8b8e91;
  font-size: 16px;
}

.box-users-profile {
  padding-bottom: 20px;
  padding-top: 20px;
  font-size: 16px;
}

.box-users-profile-border {
  border-bottom: 2px solid #8b8e91;
}
.box-users2 {
  padding-bottom: 15px;
  padding-top: 7px;
  border-bottom: 2px solid #8b8e91;
  font-size: 16px;
  font-size: 14px;
}
.users-title {
  font-weight: 100;
}
.divisorie-users {
  border-bottom: 1px solid #8b8e91;
  background-color: #8b8e91;
}
.new-profile {
  padding: 10px 0;
  border-bottom: 2px solid #8b8e91;
  border-top: 2px solid #8b8e91;
  display: flex;
  align-items: center;
  justify-content: center;
}
.title-form {
  color: #58595b;
  font-size: 15px;
  text-align: center;
  font-weight: 100;
  padding: 30px 0px;
}
.title-form::before,
.title-form::after {
  content: "";
  display: inline-block;
  width: 40%;
  margin: 0 0.5em 0 -55%;
  vertical-align: middle;
  border-bottom: 2px solid #8b8e91;
}
.title-form:after {
  margin: 0 -55% 0 0.5em;
}

control-input:checked ~ .custom-control-label::after {
  background-color: #fafafa;
  transform: translateX(0.55rem);
  width: 21px;
  height: 21px;
  border-radius: 30px;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fafafa;
  transform: translateX(0.55rem);
  width: 21px;
  height: 21px;
  border-radius: 30px;
}

.custom-switch .custom-control-input ~ .custom-control-label::after {
  background-color: #8a8a8a;
  transform: translateX(-1.45rem);
  width: 21px;
  height: 21px;
  border-radius: 20px;
}
.custom-switch .custom-control-label::after {
  top: calc(0.009rem + -1px);
  left: calc(-1.25rem + 1px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 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;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #008088;
  background-color: #008088;
  width: 44px;
  height: 21px;
  border-radius: 20px;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
  border-color: #eaeaea;
  background-color: #ffffff;
  width: 44px !important;
  height: 21px;
  border-radius: 20px !important;
}

.header-collapse-gedui {
  background-color: #003b78;
  height: 50px;
  display: flex;
  align-items: center;
  border-radius: 8px !important;
  margin-top: 30px;
}

.button-collapse-gedui {
  font-size: 20px;
  padding: 0 !important;
  margin-bottom: 0;
}
.label-form {
  font-size: 14px;
}
.form-gedui {
  border: 1px solid #9c9ea1;
  border-radius: 10px;
  float: left;
}
#content-direcao-participante {
  display: none;
}
.bg-dg-green {
  background: rgb(55, 155, 51);
  background: linear-gradient(
    270deg,
    rgba(55, 155, 51, 1) 0%,
    rgba(0, 64, 21, 1) 100%
  );
}
.bg-white {
  background-color: #fff;
}
.form-box,
.form-box:focus {
  background-color: #fff;
}
.brd-1 {
  border: 1px solid #ccc;
}
.form-default {
  border: none;
}
.collapse-form {
  font-weight: 300;
  padding: 0.6rem;
  color: #58595b;
  line-height: inherit;
  font-size: 0.875rem;
  background-color: transparent;
  display: block;
  width: 100%;
  background-clip: padding-box;
  border: 1px solid #e6ecf5;
  border-radius: 0.25rem;
}
.box-scroll {
  height: 200px;
  overflow-y: scroll;
}
.box-scroll::-webkit-scrollbar {
  width: 5px;
}
.box-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.box-scroll::-webkit-scrollbar-thumb {
  background: #29074b;
  border-radius: 10px;
}
.box-scroll::-webkit-scrollbar-thumb:hover {
  background: #29074b;
}
.black {
  color: #58595b;
}
.black:hover,
.black:focus {
  color: #58595b;
}
.form-display {
  border: 0 !important;
  width: 60%;
  display: inline-block;
  text-align: center;
}
.btn-down {
  background-color: #707070;
  border-radius: 5px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #fff;
  text-align: center;
  font-size: 20px;
}
.btn-up {
  background-color: #003b78;
  border-radius: 5px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #fff;
  text-align: center;
  font-size: 20px;
}
.react-numeric-input b {
  cursor: pointer !important;
  background-color: #003b78 !important;
  border-radius: 5px !important;
  width: 25px !important;
  height: 25px !important;
  line-height: 25px !important;
  text-align: center !important;
  font-size: 20px !important;
  margin: 5px;
}
.react-numeric-input b i {
  color: #fff !important;
  fill: #fff !important;
  background: #fff !important;
}
.columns.is-gapless.customWrapper {
  display: flex;
  justify-content: space-between;
}
.columns.is-gapless.customWrapper button {
  border: 0px;
  background: transparent;
  color: #fff;
  fill: #fff;
}

.customWrapper {
  background: #004015;
}
.customCanvas {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.has-text-danger {
  display: none;
}
.resetZoomBtn {
  display: none;
}
.zoomOutBtn i {
  display: none;
}
.zoomOutBtn .icon {
  background-image: url(../svg-icons/icon_zoom_out_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 5px;
}
.zoomInBtn i {
  display: none;
}
.zoomInBtn .icon {
  background-image: url(../svg-icons/icon_zoom_in_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 5px;
}
.previousPageBtn i {
  display: none;
}
.previousPageBtn .icon {
  background-image: url(../svg-icons/icon_seta_branca.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 5px;
}
.nextPageBtn i {
  display: none;
}
.nextPageBtn .icon {
  background-image: url(../svg-icons/icon_seta_direita_branca.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 5px;
}
.column {
  display: none;
}
.column.buttons {
  display: block;
}
.column.is-2.is-right {
  display: none;
}
.column.is-3 {
  display: flex;
  align-items: center;
}
.pageIndicator {
  color: #fff;
}

.skills-item-meter-active.bg-purple::after {
  content: "";
  position: absolute;
  right: 0px;
  top: -10px;
  width: 34px;
  height: 34px;
  border-radius: 50px;
  background-image: url(../svg-icons/icon_seta_inter_direita_branco.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  background-color: #52245c;
}
.skills-item-meter-active.bg-orange::after {
  content: "";
  position: absolute;
  right: 0px;
  top: -5px;
  width: 24px;
  height: 24px;
  border-radius: 50px;
  background-image: url(../svg-icons/icon_seta_inter_direita_branco.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  background-color: #bf3a4d;
}

.add_field_button {
  cursor: pointer !important;
  margin-left: 20px;
  margin-top: -10px;
}

.remove-field {
  cursor: pointer !important;
  margin-left: 20px;
  margin-top: 10px;
}
small {
  font-weight: 300;
}
.bg-blue-2 {
  background-color: #1b4d9d;
}
.bg-before-blue::before {
  background-color: #32589f;
}
.bg-before-light-green::before {
  background-color: #33c2ce;
}
.bg-before-light-purple::before {
  background-color: #cc2ed9;
}
.bg-before-yellow::before {
  background-color: #fbae17;
}
.bg-light-green-2 {
  background-color: #33c2ce;
}
.bg-light-purple {
  background-color: #cc2ed9;
}
/* Dropdown menu */
.btn-super .dropdown-menu {
  width: 200px;
  background-color: #efeff4;
}
.btn-super .dropdown-divider {
  border-color: #ccc;
}
.close-modal-x {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #fff;
  text-shadow: none;
  opacity: 1;
  font-size: 0.8rem;
}
.close-modal-x:hover {
  color: #fff;
  opacity: 1;
}

.border-text {
  border-bottom: 2px solid #58595b;
}

#calendar-fullcalendar .fc-header-toolbar {
  box-sizing: border-box;
  margin-bottom: 15px;
  background-color: #d9d9e2;
  border-top: 2px solid #707070;
  border-bottom: 2px solid #707070;
  height: 50px;
  font-weight: 100;
  text-transform: uppercase;
  color: #58595b;
  padding-left: 10px;
  padding-right: 10px;
}

#calendar-fullcalendar .fc-toolbar-title {
  text-transform: uppercase !important;
  font-size: 18px;
}

#calendar-fullcalendar .fc-today-button {
  text-transform: uppercase !important;
}

#calendar-fullcalendar .fc-daygrid-day-number {
  cursor: pointer;
}

#calendar-fullcalendar .fc-today-button {
  background-color: #ebebf2 !important;
  border-color: #ebebf2 !important;
  color: #58595b !important;
}

#calendar-fullcalendar .fc-prev-button {
  background-color: #d9d9e2 !important;
  border-color: #d9d9e2 !important;
  color: #58595b !important;
}

#calendar-fullcalendar .fc-next-button {
  background-color: #d9d9e2 !important;
  border-color: #d9d9e2 !important;
  color: #58595b !important;
}

#calendar-fullcalendar .fc-day-today {
  background-color: #ebebf2 !important;
}

#calendar-fullcalendar .fc-day-today .fc-daygrid-day-number {
  color: #f00 !important;
  font-weight: bold !important;
}

.hr-participants {
  border-bottom: 3px solid #9c9ea1;
}

.nomes-participantes-add {
  margin-left: 5px;
  align-items: center;
}

.modal-lg-extra {
  max-width: 1500px;
}

.erro404 {
  width: 100vw;
  height: 100vh;
  background-image: url("../erros/gedui_404.png");
  background-size: cover;
  background-position: 50% 50%;
  background-color: #464646;
  background-repeat: no-repeat;
}

.quebrar-texto {
  word-break: break-all;
}

.form-schedule-date {
  padding: 0 !important;
  outline: 0;
}

.btn-acessar-sala {
  padding: 0.5rem 1rem;
  color: #ffffff !important;
}

.line-invite {
  border-bottom: 2px solid #031961;
}

.name-first-invite {
  color: #031961;
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #008088;
}

input:focus + .slider {
  box-shadow: 0 0 1px #008088;
}

input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.line-invite-p {
  border-bottom: 1px solid #aaa;
}

.avatar-invite {
  width: 30px;
  height: 30px;
  border: 2px solid;
  border-radius: 50%;
  background-position: 50% 50%;
  background-size: cover;
}

.invite-accept {
  color: #2e6e70;
}

.invite-reject {
  color: #c5141c;
}

.invite-null {
  color: #a0a0a0;
}

.filter-feed {
  padding: 0px !important;
  border: 0 !important;
  color: #052b53 !important;
  outline: 0;
  font-weight: bold;
}

.btn-filter-feed {
  background-color: #052b53;
  border: 1px solid #052b53;
  border-radius: 7px !important;
  width: 40px !important;
  height: 40px !important;
  padding-left: 0.2rem !important;
}

.border-left-filter {
  border-left: 2px solid #707070 !important;
}

.flImage {
  display: hidden;
}

.circle-message-modal-compromisso {
  background-color: #ff6600;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 10px;
  text-align: center;
}
.circle-message-modal-compromisso img {
  height: 20px;
}

.participantes label {
  font-weight: 500;
}

.pill_notify {
  border-radius: 50% !important;
}

.circle-message-appointment {
  background: #031961;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  padding: 10px;
  text-align: center;
}

.circle-message-appointment img {
  height: 30px;
}

.circle-message-calendar {
  background: #ff6600;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  padding: 10px;
  text-align: center;
}
.circle-message-calendar img {
  height: 30px;
}

.circle-message-default {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  padding: 10px;
  text-align: center;
}
.circle-message-default img {
  height: 30px;
}

#menu-appointment .menu-active {
  font-size: 17px;
  font-family: "Roboto Condensed", sans-serif;
}

#menu-appointment .menu-active-ranking {
  font-size: 17px;
  font-family: "Roboto Condensed", sans-serif;
}

#menu-appointment a {
  color: #58595b;
  font-size: 17px;
  font-family: "Roboto Condensed", sans-serif;
}
#appointment-title h1 {
  font-size: 27px;
  padding: 0 !important;
  line-height: 0.5;
}
#appointment-title h3 {
  font-size: 19px;
}
#calendar-fullcalendar .fc-event,
.fc-event-dot {
  background-color: transparent;
  border: 0px;
}
#calendar-fullcalendar .fc-event-title {
  /*background-color: transparent;*/
  cursor: pointer !important;
  border: 0px;
  color: #58595b !important;
}
#calendar-fullcalendar .fc-daygrid-more-link {
  font-size: 11px !important;
  font-weight: bold !important;
}
.event-day-box .active {
  display: "" !important;
}
#posts-list small {
  font-size: 80% !important;
}
.font-bold-500 {
  font-weight: 500 !important;
}
.font-bold-500-home {
  font-weight: 500 !important;
  font-size: 19px !important;
}
.margin-p-home {
  margin-top: -7px !important;
}
.tag-a-home {
  color: #58595b;
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
}
.tag-span-home {
  font-size: 14px !important;
  line-height: 1.2 !important;
}
.btn-home {
  padding: 0.5rem 1.2rem !important;
  font-size: 0.78rem !important;
  font-weight: 500 !important;
  text-transform: lowercase !important;
}
.class-span-home {
  margin-right: 8px;
}
.class-span-home > span {
  vertical-align: 0.4rem;
}

.ui-block-modal {
  background-color: #fff;
  border-radius: 5px !important;
}

.mais-iteração {
  vertical-align: -15%;
}

.align-vert {
  vertical-align: -25%;
}

.align-number {
  margin-bottom: -5px;
}

.align-img-svg-calendar {
  vertical-align: -15% !important;
}

.align-date-calendar {
  margin: 0 10px 10px 0 !important;
}

.svg-fix {
  width: 26px !important;
  height: 26px !important;
  vertical-align: 10% !important;
}

.align-text-calendar {
  vertical-align: -50% !important;
}

.align-edit-feed {
  vertical-align: -10% !important;
}

.font-size-down {
  font-size: 14px !important;
}

.avatar-calendar {
  width: 48px;
  height: 48px;
  border: 2px solid;
  border-radius: 50%;
  background-position: 50% 50%;
  background-size: cover;
}

.avatar-post-home {
  width: 40px;
  height: 40px;
  border: 2px solid;
  border-radius: 50%;
  background-position: 50% 50%;
  background-size: cover;
}

.avatar-post-home-msg {
  width: 28px;
  height: 28px;
  border: 2px solid;
  border-radius: 50%;
  background-position: 50% 50%;
  background-size: cover;
}

.avatar-invite-geral {
  width: 28px;
  height: 28px;
  border: 2px solid;
  border-radius: 50%;
  background-position: 50% 50%;
  background-size: cover;
}

.active-box-list {
  border: 3px solid #006ebb;
}

.image-setinha-tem {
  width: 30px !important;
  height: 30px !important;
  background-color: rgb(255, 255, 255);
  vertical-align: -75%;
  margin-left: 102.5%;
  display: none;
}

.image-setinha-nao-tem {
  width: 30px !important;
  height: 30px !important;
  background-color: rgb(255, 255, 255);
  vertical-align: -75%;
  margin-left: 102.5%;
  display: none;
}

.image-setinha-tem-1 {
  width: 15px !important;
  height: 30px !important;
  /* background-color: rgb(255, 255, 255); */
  vertical-align: -100%;
  margin-left: 0px;
  display: flex;
  flex-direction: inherit;
  display: none;
}

.image-setinha-nao-tem-1 {
  background-color: rgb(255, 255, 255);
  width: 15px !important;
  height: 30px !important;
  /* background-color: rgb(255, 255, 255); */
  vertical-align: -100%;
  margin-left: 0px;
  display: none;
}
.image-setinha-tem-2 {
  width: 30px !important;
  height: 30px !important;
  background-color: rgb(255, 255, 255);
  margin-top: 7px;
  margin-left: 102.5%;
  display: none;
  flex-direction: inherit;
}

.image-setinha-nao-tem-2 {
  width: 30px !important;
  height: 30px !important;
  background-color: rgb(255, 255, 255);
  margin-top: 7px;
  margin-left: 102.5%;
  display: none;
}

.event-day-box-default {
  border: 3px solid #006ebb;
}

.title-sidebar-idigital {
  font-size: 19px;
  font-weight: 700;
}

.btn-rounded-trail {
  display: block;
  border-radius: 5px;
  padding: 10px 15px;
  overflow: none;
}

.btn-rounded-trail h3 {
  color: #fff;
  margin: 0px;
  padding: 0px;
}

.font-atribLP {
  font-size: 14px;
  color: #fff;
}

.border-LP-card {
  border-bottom: 1px solid #fff;
}
.card-empresa {
  width: 100%;
  color: white;
  background: linear-gradient(to bottom, #375fa9 0%, #001840 100%);
  border-radius: 10px;
  height: 100%;
}

.font-card-empresa {
  font-size: 17px;
  line-height: 1.3;
}

@media screen and (max-width: 1500px) {
  .font-card-empresa {
    font-size: 15px;
    line-height: 1.3;
  }
}

.card-info-empresa {
  width: 100%;
  border: 1px solid #9c9ea1;
  border-radius: 8px;
}

.card-info-empresa-nome {
  width: 100%;
  border: 1px solid #9c9ea1;
  border-radius: 8px;
}

.circle-message-empresa {
  background: #003d79;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  padding: 10px;
  text-align: center;
}

.circle-message-empresa img {
  height: 30px;
}

.circle-message-rede {
  background: #704695;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  padding: 10px;
  text-align: center;
}

.circle-message-rede img {
  height: 30px;
}

.circle-message-rede-h {
  background: #704695;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 10px;
  text-align: center;
}

.circle-message-rede-h img {
  height: 20px;
}

.circle-message-school {
  background: #ab5b82;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  padding: 10px;
  text-align: center;
}

.circle-message-school img {
  height: 30px;
}

.circle-message-rede-school {
  background: #704695;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  padding: 10px;
  text-align: center;
}

.circle-message-rede-school img {
  height: 20px;
}
.subtitle-empresa {
  font-size: 22px;
  font-weight: 700;
}

.link-add-network {
  font-size: 19px;
  font-weight: 500;
  font-weight: 700;
}

.link-add-network-school {
  font-size: 17px;
  font-weight: 500;
  font-weight: 700;
}

.color-school-add {
  color: #3f085c;
}
.espacamento-select {
  padding: 9.5px;
}

.fundo-dados-rede {
  background: linear-gradient(to bottom, #704695 0%, #331a44 100%);
  height: auto !important;
  color: #fff;
}

.fundo-dados-rede small {
  color: #fff;
}

.fundo-dados-rede span {
  color: #fff;
  line-height: 1.5;
}

.fundo-dados-rede-active small {
  color: #fff;
}

.fundo-dados-rede-active span {
  color: #fff;
  line-height: 1.5;
}

.fundo-dados-rede-active {
  color: #fff !important;
  background: linear-gradient(to bottom, #704695 0%, #331a44 100%);
  height: auto !important;
}

.btn-super-network {
  display: flex;
  align-items: center;
  height: 70px;
  width: 100%;
  padding: 10px 15px;
  background-color: #eef1f6;
  color: #58595b;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 100;
  line-height: 1.1rem;
}

.btn-super-network small {
  color: #fff;
  font-weight: bold;
  font-size: 80%;
}

.btn-super-network-school {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 15px;
  background-color: #eef1f6;
  color: #58595b;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 100;
  line-height: 1.1rem;
}

.btn-super-network-school small {
  color: #fff;
  font-weight: bold;
  font-size: 80%;
}
.fundo-dados-rede-escola {
  background: linear-gradient(to bottom, #a95a81 0%, #5d153d 100%);
  color: #fff;
}

.fundo-dados-rede-escola-inativo {
  background-color: #58595b;
  color: #fff;
}
.fundo-dados-rede-escola small {
  color: #fff;
  font-weight: bold;
}

.fundo-dados-rede-escola span {
  color: #fff;
}

.fundo-dados-rede-whitelabel {
  background: linear-gradient(to bottom, #375fa9 0%, #001840 100%);
  color: #fff;
}

.fundo-dados-rede-whitelabel small {
  color: #fff;
  font-weight: bold;
}

.fundo-dados-rede-whitelabel span {
  color: #fff;
}

.hr-rede-escolas {
  border: 1px solid #fff;
}

.font-rede-escolas-total {
  font-size: 14px;
}

.fundo-dados-rede-editar {
  background: linear-gradient(to bottom, #704695 0%, #331a44 100%);
  color: #fff;
}

.fundo-dados-rede-editar small {
  color: #fff;
  font-weight: bold;
}

.fundo-dados-rede-editar span {
  color: #fff;
}

.dragHelperD {
  display: block;
  padding: 20px;
  width: 500px;
  margin-top: 5px;
  margin-bottom: 5px;
  background: #fff;
  border: 2px dashed #c2cdda;
  border-radius: 3px;
  text-align: center;
  --webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.dragHelperCat {
  display: block;
  padding: 20px;
  width: 500px;
  margin-top: 5px;
  margin-bottom: 5px;
  background: #fff;
  border: 2px dashed #c2cdda;
  border-radius: 3px;
  text-align: center;
  --webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.dragHelperC {
  display: block;
  padding: 30px;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  background: #fff;
  border: 2px dashed #c2cdda;
  border-radius: 3px;
  text-align: center;
  --webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.sortable {
  cursor: move;
}

.btn-filter-lp {
  background-color: #052b53;
  border: 1px solid #052b53;
  border-radius: 7px !important;
  width: 30px !important;
  height: 26px !important;
  text-align: center;
}

.btn-filter-lp-g {
  background-color: #052b53;
  border: 1px solid #052b53;
  color: #ffffff;
  border-radius: 7px !important;
  width: 40px !important;
  height: 36px !important;
  text-align: center;
}

.title-list-lp {
  font-size: 18px;
  color: #58595b;
}

.background-search-bar {
  background-color: #d9d9e2;
}

.input-list-lp-search {
  padding-right: 0.1rem !important;
  padding-top: 0.1rem !important;
  padding-bottom: 0.1rem !important;
  padding-left: 0.4rem !important;
  background-color: #fff !important;
  color: #58595b !important;
  border: 1px solid #9c9ea1 !important;
  font-size: 14px;
}

.input-list-lp-select-search {
  padding: 0.15rem !important;
  background-color: #fff !important;
  color: #58595b !important;
  border: 1px solid #9c9ea1 !important;
  font-size: 14px;
}

.hei-list-search {
  height: 40px !important;
}

.modal-remove-alert {
  width: 712px !important;
  height: auto !important;
}

.modal-title-remove-alert {
  color: #58595b;
  font-size: 40px;
}

.modal-subtitle-remove-alert {
  color: #e44931;
  font-size: 20px;
}

.modal-subtitle-remove-alert-aval {
  font-size: 20px;
}

.modal-obs-remove-alert {
  color: #58595b;
}

.modal-btn-cancel-remove-alert {
  background-color: #58595b;
  border: 1px solid #58595b;
  border-radius: 7px;
}

.modal-btn-confirm-remove-alert {
  background-color: #052b53;
  border: 1px solid #052b53;
  border-radius: 7px;
}

.icon-20 {
  width: 20px;
  height: 20px;
}

.checkmarkq {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border-radius: 5px;
}

.btn-radio .checkmarkq:before {
  top: 5px;
  left: 5px;
  width: 15px;
  height: 15px;
  background-image: url(../svg-icons/icon_check_cinza_quiz.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.btn-radio:hover input ~ .checkmarkq {
  background-color: #fff;
}
.btn-radio input:checked ~ .checkmarkq {
  background-color: #9dcb3b;
}
.checkmarkq:after {
  content: "";
  position: absolute;
  display: none;
}
.btn-radio input:checked ~ .checkmarkq:after {
  display: block;
}
.btn-radio .checkmarkq:after {
  top: 5px;
  left: 5px;
  width: 15px;
  height: 15px;
  background-image: url(../svg-icons/icon_check_branco.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.nav-buttons-admin .nav-link {
  position: relative;
  width: 100%;
  height: 60px;
  margin-bottom: 25px;
  background: transparent;
}

.nav-buttons-admin .nav-link::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 60px;
  transition: width 0.3s;
}
.nav-buttons-admin .nav-link.active::before,
.nav-pills .show > .nav-link::before {
  width: 200%;
}
.nav-buttons-admin .nav-link .btn-super {
  display: flex;
  align-items: center;
  position: absolute;
  top: -10px;
  left: 0px;
  height: 80px;
  width: 100%;
  padding: 10px 15px;
  background-color: #eef1f6;
  color: #58595b;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 100;
  line-height: 1.1rem;
}
.nav-buttons-admin .nav-link .btn-super-1 {
  display: flex;
  align-items: center;
  position: absolute;
  top: -10px;
  left: 0px;
  height: 80px;
  width: 100%;
  padding: 10px 15px;
  background-color: #eef1f6;
  color: #58595b;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 100;
  line-height: 1.1rem;
  border: 3px solid #006ebb;
}

.skills-item-meter-active-ev {
  position: absolute;
  height: 100%;
  display: inline-block;
  border-radius: 10px;
  opacity: 1;
  top: 0;
  left: 0;
}

.skills-item-meter-active-ev-zero {
  position: absolute;
  height: 100%;
  display: inline-block;
  border-radius: 10px;
  opacity: 1;
  top: 0;
  left: 15px;
}

.skills-item-meter-active-ev.bg-purple::after {
  content: "";
  position: absolute;
  right: 0px;
  top: -5px;
  width: 24px;
  height: 24px;
  border-radius: 50px;
  background-image: url(../svg-icons/icon_seta_inter_direita_branco.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  background-color: #52245c;
}

.skills-item-meter-active-ev.bg-orange::after {
  content: "";
  position: absolute;
  right: 0px;
  top: -5px;
  width: 24px;
  height: 24px;
  border-radius: 50px;
  background-image: url(../svg-icons/icon_seta_inter_direita_branco.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  background-color: #bf3a4d;
}

/*------------- #SLIN SKILLS --------------*/
.container-slin-skills{
  height: 12px;
  width: 100%;
  background: gainsboro;
  border-radius: 10px;
  position: relative;
}
.slin-skills{
  width: 18.3333%;
  position: absolute;
  left: 0;
  height: 12px;
  border-radius: 10px;
}

.font-text-wiki {
  font-size: 13px;
  font-weight: 500;
}

.sala-virtual-background {
  z-index: 21;
  width: 97%;
  background-color: #fff;
  position: absolute;
  height: 93vh;
  top: 70px;
}

.sala-virtual-background iframe {
  width: 100% !important;
  height: 93vh;
}

.closeClass {
  right: 20px;
  margin-top: -18px;
  position: absolute;
}

.chosenRankingStudent {
  color: #031961;
}

.item-ranking-points {
  width: 100%;
  border-radius: 10px;
  background-color: #d9d9e2;
  color: #58595b;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 19px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: -15px;
}

.date-lp-progress {
  color: #fff;
  font-size: 14px;
}

/******* chat ballon ********/

/* CSS talk bubble */
.talk-bubble {
  margin-left: 50px;
  margin-right: 26px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
  max-width: 600px;
  height: auto;
}

.border-ballon {
  border: 1px solid;
}

.round-ballon {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.bubble-green {
  border-color: #4d8989;
  background-color: #d5f0e9;
}

.bubble-gray {
  border-color: #b1b4b9;
  background-color: #eff1f6;
}

/* Right triangle placed top left flush. */
.tri-right.border-ballon.left-top:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: -16px;
  right: auto;
  top: -1px;
  bottom: auto;
  border: 15px solid;
  border-color: #b1b4b9 transparent transparent transparent;
}
.tri-right.left-top:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: -12px;
  right: auto;
  top: 0px;
  bottom: auto;
  border: 13px solid;
  border-color: #eff1f6 transparent transparent transparent;
}

/* Right triangle, left side slightly down */
.tri-right.border-ballon.left-in:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: -40px;
  right: auto;
  top: 30px;
  bottom: auto;
  border: 20px solid;
  border-color: #666 #666 transparent transparent;
}
.tri-right.left-in:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: -20px;
  right: auto;
  top: 38px;
  bottom: auto;
  border: 12px solid;
  border-color: lightyellow lightyellow transparent transparent;
}

/*Right triangle, placed bottom left side slightly in*/
.tri-right.border-ballon.btm-left:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: -8px;
  right: auto;
  top: auto;
  bottom: -40px;
  border: 32px solid;
  border-color: transparent transparent transparent #666;
}
.tri-right.btm-left:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 0px;
  right: auto;
  top: auto;
  bottom: -20px;
  border: 22px solid;
  border-color: transparent transparent transparent lightyellow;
}

/*Right triangle, placed bottom left side slightly in*/
.tri-right.border-ballon.btm-left-in:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 30px;
  right: auto;
  top: auto;
  bottom: -40px;
  border: 20px solid;
  border-color: #666 transparent transparent #666;
}
.tri-right.btm-left-in:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 38px;
  right: auto;
  top: auto;
  bottom: -20px;
  border: 12px solid;
  border-color: lightyellow transparent transparent lightyellow;
}

/*Right triangle, placed bottom right side slightly in*/
.tri-right.border-ballon.btm-right-in:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: 30px;
  bottom: -40px;
  border: 20px solid;
  border-color: #666 #666 transparent transparent;
}
.tri-right.btm-right-in:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: 38px;
  bottom: -20px;
  border: 12px solid;
  border-color: lightyellow lightyellow transparent transparent;
}
/*
	left: -8px;
  right: auto;
  top: auto;
	bottom: -40px;
	border: 32px solid;
	border-color: transparent transparent transparent #666;
	left: 0px;
  right: auto;
  top: auto;
	bottom: -20px;
	border: 22px solid;
	border-color: transparent transparent transparent lightyellow;

/*Right triangle, placed bottom right side slightly in*/
.tri-right.border-ballon.btm-right:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: -8px;
  bottom: -40px;
  border: 20px solid;
  border-color: #666 #666 transparent transparent;
}
.tri-right.btm-right:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: 0px;
  bottom: -20px;
  border: 12px solid;
  border-color: lightyellow lightyellow transparent transparent;
}

/* Right triangle, right side slightly down*/
.tri-right.border-ballon.right-in:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: -40px;
  top: 30px;
  bottom: auto;
  border: 20px solid;
  border-color: #666 transparent transparent #666;
}
.tri-right.right-in:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: -20px;
  top: 38px;
  bottom: auto;
  border: 12px solid;
  border-color: lightyellow transparent transparent lightyellow;
}

/* Right triangle placed top right flush. */
.tri-right.border-ballon.right-top:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: -15px;
  top: -1px;
  bottom: auto;
  border: 14px solid;
  border-color: #4d8989 transparent transparent transparent;
}
.tri-right.right-top:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: -12px;
  top: 0px;
  bottom: auto;
  border: 13px solid;
  border-color: #d5f0e9 transparent transparent transparent;
}

/* talk bubble contents */
.talktext {
  padding: 1em;
  text-align: left;
  line-height: 1.5em;
}
.talktext p {
  /* remove webkit p margins */
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}

.talktext small {
  font-size: 10px;
}

.search-chat-communication {
  background: url("../img/icon-search.svg") no-repeat right 12px center;
  height: 40px;
  border-radius: 10px;
  border-color: #9c9ea1;
  background-color: #eef1f6;
}

.classroom-background {
  background-color: #d4d4dd;
  border-radius: 10px;
}

.classroom-total-border {
  border: 2px solid #9c9ea1;
  border-radius: 10px;
}
.avatar-chat {
  float: left;
  border-radius: 50%;
  margin-right: 5px;
  border: 1px solid #ccc;
  border-top: 0;
  margin-top: -7px;
  width: 48px;
  height: 48px;
}

.btn-gray {
  background: #5d5e60;
}
.btn-gray:hover,
.btn-gray:focus {
  background: #5d5e60;
}

.dot-school-el {
  font-size: 20px !important;
  color: #003b78 !important;
}

.borderb-school-el {
  border-bottom: 1px solid #e6ecf5;
}

.subtitle-course {
  font-size: 16px;
}

.course-school-b {
  border-bottom: 1px solid #e6ecf5 !important;
}

.aviso-perfil-usuario-atribuir {
  background-color: #d9d9e2;
  color: #58595b;
  border-radius: 10px;
  padding: 20px;
}
.respons-b {
  border-bottom: 1px solid #e6ecf5 !important;
}

.div-linha-texto {
  height: 2px;
  background-color: #031961;
  width: 100%;
}
.input-list-lp-select-mat-search {
  padding: 0.25rem !important;
  background-color: #fff !important;
  color: #58595b !important;
  border: 1px solid #9c9ea1 !important;
  font-size: 14px;
}

.input-list-lp-search-mat {
  padding-right: 0.1rem !important;
  padding-top: 0.1rem !important;
  padding-bottom: 0.2rem !important;
  padding-left: 0.4rem !important;
  background-color: #fff !important;
  color: #58595b !important;
  border: 1px solid #9c9ea1 !important;
  font-size: 14px;
}
.materials-input-search-bottom {
  margin-bottom: 0px !important;
}
.post-comment-background {
  background-color: #eef1f6;
  border-bottom: 1px solid #a3a6ab;
  width: 100%;
  padding: 15px;
}

.post-comment-text {
  margin-top: 10px;
  color: #52555a;
}

.post-comment-text-date {
  color: #3f085c;
  font-style: italic;
}

.post-label-title-comments {
  padding-left: 25px;
  padding-right: 25px;
}

.post-label-title {
  background-color: #eef1f6;
  border-top: 1px solid #a3a6ab;
}

.post-comment-name {
  color: #464749;
}

.post-label-title-top {
  background-color: #464749;
  text-transform: uppercase;
  color: #ffffff;
  padding-left: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 15px;
  margin-top: 10px;
  font-weight: bold;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  width: 120px;
}
.tab-buttons-activities {
  text-align: center;
  border: 0px;
  margin: 0px auto;
  padding: 0px;
}
.tab-buttons-activities .new-link {
  background-color: #d9d9e2;
  color: #58595b;
  border-radius: 0;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  min-width: 120px;
  text-align: center;
  margin-top: 0px;
}
.tab-buttons-activities .new-link.active {
  background-color: #031961;
  color: #fff;
}

.button-sala {
  background-color: #000;
  width: 70px;
  position: absolute;
  height: 70px;
  padding-left: 15px;
  padding-top: 5px;
  color: #ffffff;
  font-size: 15px;
  line-height: 0.7;
}

.btn-sub-login {
  background-color: transparent !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-right: 10px !important;
  padding-left: 10px !important;
  color: #515365 !important;
  border: 2px solid #515365 !important;
  font-size: 0.7rem !important;
}

.text_password_validation {
  color: green !important;
}
.box-discipline-item {
  border-radius: 10px;
  background-color: #ffffff;
  border: 3px solid #9d9ea0;
  width: 50px;
  height: 50px;
  padding: 3px;
}

.box-discipline-item-big {
  border-radius: 10px;
  background-color: #ffffff;
  border: 3px solid #9d9ea0;
  width: 100px;
  height: 100px;
  padding: 3px;
}

.box-discipline-color {
  border-radius: 5px;
  width: 45px;
  height: 45px;
  float: left;
  position: relative;
  margin-left: 15px;
  margin-top: 15px;
}

.box-discipline-color-icon {
  border-radius: 5px;
  width: 45px;
  height: 45px;
  float: left;
  position: relative;
  margin-left: 15px;
  margin-top: 15px;
  border: 1px solid #58595b;
  padding: 5px;
}

.box-discipline-item-color {
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.label-discipline-color {
  border-bottom: 3px solid #9e9fa1;
  width: 90%;
  color: #051b57 !important;
  text-transform: uppercase;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 17px;
}
.box-total-school-classroom {
  width: 300px;
}
.box-info-materiais {
  color: #5c5c64;
  background-color: #d9d9e1;
  border-radius: 10px;
}

.new-permission-box {
  margin: 0 20px;
  padding: 0 30px;
  height: 86px;
  border-radius: 10px;
  color: #fff;
}

.new-permission-background-active {
  background: transparent
    linear-gradient(90deg, #003b78 0%, #003b78 22%, #031961 100%) 0% 0%
    no-repeat padding-box;
}

.new-activity-background-rec {
  background: transparent
    linear-gradient(90deg, #006f76 0%, #006f76 22%, #076265 100%) 0% 0%
    no-repeat padding-box;
}

.new-activity-background-trail-ex {
  background: transparent
    linear-gradient(90deg, #ff6600 0%, #ff6600 22%, #d06118 100%) 0% 0%
    no-repeat padding-box;
}

.new-activity-background-plan {
  background: transparent
    linear-gradient(90deg, #ff0062 0%, #ff0062 22%, #c40e54 100%) 0% 0%
    no-repeat padding-box;
}

.new-permission-background-kit-item {
  background: transparent
    linear-gradient(90deg, #008088 0%, #008088 22%, #008088 100%) 0% 0%
    no-repeat padding-box;
}

.new-permission-background-kit {
  background: transparent
    linear-gradient(90deg, #d97603 0%, #d97603 22%, #d97603 100%) 0% 0%
    no-repeat padding-box;
}

.new-permission-background-inactive {
  background: #58595b 0% 0% no-repeat padding-box;
}

.new-permission-box h1 {
  margin-left: -50px;
  color: #fff;
  font-weight: bold;
  padding-top: 12px;
}

.new-permission-box p {
  margin-left: -50px;
  font-size: 15px;
}

.span-yellow {
  color: #ffe200;
}

.new-permission-box button:hover {
  opacity: 0.7;
  transition: all 0.7 ease-in-out;
}

.new-permission-box button {
  outline: none;
  height: 41px;
  margin-right: -29px !important;
  background: #9c9ea1 0% 0%;
  border-radius: 0px 10px 0px 0px;
  border: none;
  color: #fff;
  margin: 1.7px 2px;
  width: 80px;
}

.new-permission-box button:nth-child(2n) {
  border-radius: 0px 0px 10px 0px;
}

.label-center-chekin {
  text-align: center;
}
.input-active-green {
  color: green;
}
.input-active-green {
  color: red;
}
.input-active-yellow {
  color: yellow;
}
.btn-rounded-2 {
  padding: 10px 15px;
  border-radius: 50px;
  display: inline-block;
}
.nav-iza {
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
}
.tab-buttons-iza .nav-link-iza {
  background-color: #d9d9e2;
  color: #58595b;
  border-radius: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  text-align: center;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  border-bottom: 0px solid #dee2e6;
}
.tab-buttons-iza .nav-link-iza.active {
  background-color: #031961;
  color: #fff;
}
.nav-selection-iza {
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
}
.tab-selection-buttons-iza .nav-selection-link-iza {
  background-color: #d9d9e2;
  color: #58595b;
  border-radius: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  text-align: center;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  border-bottom: 0px solid #dee2e6;
}
.tab-selection-buttons-iza .nav-selection-link-iza.active {
  background-color: #031961;
  color: #fff;
}

.btn-trab-historia {
  color: #fff;
  display: flex;
  height: 80px;
  width: 100%;
  padding: 10px 15px;
  background-color: #eef1f6;
  color: #58595b;
  font-size: 1rem;
  font-weight: 100;
  line-height: 1.1rem;
  position: relative;
  margin-bottom: 25px;
  background: transparent;
  display: flex;
  top: -10px;
}
.btn-goup-duo-direito {
  background-color: #d9d9e2;
  color: #58595b;
  border-radius: 8px;
  color: #fff;
  background-color: #58595b;
}
.btn-goup-duo-esquerdo {
  background-color: #d9d9e2;
  color: #58595b;
  border-radius: 8px;
  color: #fff;
  background-color: #58595b;
}

.nav-selection-grade {
  display: flex;
  margin-bottom: 0px;
  padding-left: 5px;
  background-color: #d9d9e2;
  color: #58595b;
  border-radius: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  text-align: center;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  border-bottom: 0px solid #dee2e6;
}
.badge-white {
  background-color: #ffffff;
}

.destaque-aluno-ranking {
  color: #006ebb;
  font-weight: bold;
}

.btn-filter-act {
  background-color: #052b53;
  border: 1px solid #052b53;
  border-radius: 7px !important;
  width: 40px !important;
  height: 40px !important;
  text-align: center;
}

.ui-block-material {
  background-color: #38393b !important;
  border-radius: 5px;
  border: 1px solid #e6ecf5 !important;
  margin-bottom: 15px;
  padding: 1.5rem 0;
}

.size-tab {
  width: 100%;
}

.ui-block-material-new {
  background-color: #38393b !important;
  border-radius: 5px;
}

.icons-materials-header {
  margin-right: 1rem;
  margin-bottom: -1rem;
}

.icon-material-25 {
  width: 21px;
  height: 21px;
}

.icon-plus-material-1 {
  margin-right: 1rem;
}

.icon-plus-material-2 {
  margin-left: 1rem;
}

.material {
  padding: 0.2rem !important;
  border-bottom: 0.2px solid #58595b !important;
}

.search-material {
  margin-top: -0.8rem;
  width: 100% !important;
  flex-wrap: nowrap;
}

.container-buttons-materials {
  width: 100%;
  margin-left: 1rem;
}

.buttons-materials {
  background-color: #c8c9da;
  float: left;
  border-radius: 10px 0px 0px 10px;
  width: 180px;
  height: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #58595b;
  text-transform: uppercase;
  cursor: pointer;
}

.buttons-materials-2 {
  background-color: #c8c9da;
  float: left;
  border-radius: 0px 10px 10px 0px;
  width: 180px;
  height: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #58595b;
  text-transform: uppercase;
  cursor: pointer;
}

.buttons-materials.active,
.buttons-materials-2.active {
  background-color: #ff6600;
  color: #fff;
}

.buttons-materials-3 {
  margin-right: 30vw;
}

.search-materials {
  height: 0.5rem;
  width: 17rem;
  padding: 0.6rem 2rem 0.6rem 0.2rem;
  background-color: white;
  border-radius: 0.3rem !important;
  border: 2px solid #eef1f6;
}

.search-materials:focus-within {
  border-color: #a04204 !important;
}

.img-search {
  width: 20px;
  height: 20px;
  margin-left: 7rem;
  margin-top: -1.4rem;
  color: #58595b;
  position: absolute;
}

.title-materials {
  margin-left: 3.5rem;
  margin-top: 1.5rem;
  margin-bottom: 0.3rem;
}

.text-top-materials {
  color: white;
  font-weight: 500;
}

.img-index {
  margin-left: 2rem;
  border-radius: 0.25rem;
}

.text-materials {
  margin-left: 2rem;
  color: #b6b9c7;
}

.header-material {
  height: 15rem;
  width: auto;
}

.modal-body-materials {
  position: relative;
  flex: 1 1 auto;
  padding: 24px 23px 23px;
  border-radius: 0.5rem;
  background-color: #fff;
}

.modal-body-material {
  position: relative;
  flex: 1 1 auto;
}

.modal-content-material {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 1rem;
  outline: 0;
}

.modal-material-body {
  background-color: #3f4044;
}

.icon-close-modal-material {
  width: 20px;
  height: 20px;
  margin-left: 29rem;
  margin-top: -1rem;
  margin-bottom: 1rem;
}

.circle-materials {
  background: #ff6600;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 10px;
  text-align: center;
  margin-right: 1rem;
  margin-left: 1rem;
}

.text-material-modal {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

.time-material {
  margin-top: -0.8rem;
  color: #9c9ea1;
}

.line-occurrence-materials {
  width: 100%;
  box-sizing: content-box !important;
  margin-top: 0.1rem !important;
  margin-bottom: 0.5rem !important;
  border-top: 2.5px solid #848790 !important;
  color: #848790;
}

.img-materials {
  width: 30rem;
  height: 15rem;
  border-radius: 0.7rem;
  margin-top: 1rem;
}

.p-modal-materials {
  margin-left: 1rem;
  margin-top: 1rem;
  color: #ffff;
}

.text-modal-materials {
  color: #ffff;
  margin-top: -1rem;
  font-weight: 400;
}

.margin-buttons-1 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: -0.5rem;
}

.margin-buttons-2 {
  margin-top: 1rem;
  margin-bottom: -0.5rem;
}

.button-material-1 {
  padding: 0.3rem 1rem !important;
  background-color: #27272b;
  color: #ffff;
}

.button-material-2 {
  padding: 0.3rem 1rem !important;
  background-color: #27272b;
  color: #ffff;
}

.close-modal-view-material {
  background-color: #ffff;
  color: rgb(0, 0, 0);
  justify-content: flex-end;
  margin-left: 52rem;
}

.container-material-view {
  background-color: rgb(0, 0, 0);
  border-radius: 0.5rem;
  width: 95%;
  height: 500px;
}

.manager-materials-and-courses {
  padding: 0;
}

.nav-manager-materials-and-courses {
  margin-top: 0rem;
}

.background-free-courses {
  background-color: #ffff;
}

.background-materials {
  background-color: #ffff;
  border-radius: 0.3rem;
}

.header-materials {
  margin-bottom: 1.5rem;
}

.icon-materials-link {
  margin-left: 0.2rem;
  width: 15px;
  height: 18px;
}

/* .icon-materials-upload{
    margin-left: 0.2rem;
    width: 20px;
    height: 18px;
} */

.sub-header-materials {
  margin-bottom: 1.5rem;
}

.form-level-edu {
  border: 1px solid #e6ecf5;
}

.form-level-edu:focus {
  border: 1px solid #e6ecf5;
}

.input-materials-logo {
  margin-left: 5rem;
}

.input-materials-logo-2 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -0.5rem;
  margin-top: 1rem;
}

.input-materials-category {
  width: 31.5rem;
  margin-left: 3.8rem;
}

.div-input-more-button-materials {
  width: 32.4vw;
  margin-left: 4rem;
}

.input-more-button-materials {
  height: 2.5rem;
  border: 1px solid #e6ecf5;
}

.input-more-button-materials:focus-within {
  border: 1px solid #e6ecf5;
}

.button-more-button-materials {
  height: 2.5rem;
  color: #ffff;
  background-color: #9c9ea1;
  margin-left: -0.2rem;
}

.button-more-button-materials:focus-within {
  border: 1px solid #9c9ea1;
}

.line-occurrence-material-add {
  width: 100%;
  box-sizing: content-box !important;
  border-top: 2.5px solid #848790 !important;
  color: #848790;
}

.line-occurrence-material {
  width: 100%;
  box-sizing: content-box !important;
  border-top: 2.5px solid #848790 !important;
  color: #848790;
}

.btn-add-cover {
  background-color: #031961;
  border: #031961 1px solid;
  border-radius: 5px;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #ffffff !important;
}

.line-material-pub {
  border-top: 2.5px solid #848790 !important;
  border-bottom: 2.5px solid #848790 !important;
}

.line-material-pub-bottom {
  border-bottom: 2.5px solid #848790 !important;
}

.container-categories {
  width: 83.5%;
  margin-left: 4rem;
  margin-top: 2rem;
}

.header-sidebar-materials {
  border-top: 1px solid #9c9ea1;
  padding: 5px;
  border-bottom: 1px solid #9c9ea1;
  text-align: center;
}

.date-materials {
  padding: 0;
  margin-left: 1rem;
  width: 95%;
}

.select-participantes-materials {
  color: #3f085c;
  position: absolute;
  right: 0;
  cursor: pointer;
  margin-left: -1rem;
  margin-right: 3.5rem;
}

.div-materials-3 {
  padding: 0 -5rem;
}

.div-button-material {
  padding: 0;
  margin-left: -0.5rem;
}

.div-btn-save-materials {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.materials-div {
  margin-top: 1rem;
}

.bg-blue-addevent-materials {
  position: absolute;
  z-index: 19;
  width: 70px;
  height: 50px;
  transition: all 0.3s ease;
  bottom: -18px;
  right: 0px;
  cursor: pointer;
}

.control-block-button-materials .btn-control-materials {
  margin-right: 20px;
  margin-bottom: 2;
  fill: #fff;
}

.p-config {
  display: flex;
  justify-content: start;
  margin-top: -0.5rem;
}

.form-check-input-materials {
  position: absolute;
  margin-top: 0.8rem;
  margin-left: 2.5rem;
}

.modal-material-view {
  width: 50vw;
  height: 40vw;
}

.body-material {
  width: 60vw;
  height: 35vw;
  background-color: black;
  border-radius: 0.4rem;
}

.close-view-material {
  color: #ffff;
}

.black:hover,
.black:focus {
  color: #ffff !important;
}

.form-level-materials {
  margin-left: 4rem;
}

.modal-body-include-new-material {
  position: relative;
  flex: 1 1 auto;
  padding: 24px 23px 23px;
  border-radius: 0.5rem;
  background-color: #fff;
}

.text-modal-include-new-material {
  font-size: 20px;
  font-weight: 500;
  color: #707070;
}

.time-modal-include-new-material {
  margin-top: -0.8rem;
}

.circle-modal-include-new-material {
  background: #031961;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 10px;
  text-align: center;
  margin-right: 1rem;
  margin-left: 1rem;
}

.circle-modal-include-new-material-modal {
  background: #4eb0be;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 10px;
  text-align: center;
  margin-right: 1rem;
  margin-left: 1rem;
}
/* input type file */
.search-modal-include-new-material {
  height: 2rem;
  width: 26.6rem;
  margin-left: 0.9rem;
  padding: 0.6rem 2rem 0.6rem 0.2rem;
  background-color: white;
  border-radius: 0.3rem !important;
  border: 2px solid #9c9ea1;
}

.img-modal-include-new-material {
  width: 30px;
  height: 30px;
  margin-left: 26rem;
  margin-top: -1.4rem;
  color: #031961;
  position: absolute;
}

.input-border-modal-include-new-material {
  color: #464a4c;
  background: #ffff;
  border: 2px solid #848790;
  height: 2.5rem;
  width: 100%;
  border-radius: 0.25rem !important;
  margin: 0% 1rem;
}

.padding-modal-include-new-material {
  padding-left: 0.5rem !important;
  border: none;
}

.padding-modal-include-new-material::before {
  border: 2px solid #848790 !important;
}

.upload-svg-modal-include-new-material {
  cursor: pointer;
  height: 35px;
  width: 30px;
}

.img-modal-include-new-material {
  margin-left: 0rem;
  height: 25px;
  margin-top: 0.35rem;
  background-size: cover;
  background-position: center;
}

.upload-svg-modal-include-new-material input {
  visibility: hidden;
}

.input-text-modal-include-new-material {
  width: 20px;
  height: 20px;
  overflow: hidden;
}

/* fim */

.line-modal-include-new-material {
  width: 100%;
  box-sizing: content-box !important;
  border-top: 2.5px solid #848790 !important;
  color: #848790;
}

.line-modal-include-new-material {
  width: 100%;
  box-sizing: content-box !important;
  border-top: 2.5px solid #848790 !important;
  color: #848790;
}

.line-modal-include-new-material-white {
  width: 100%;
  box-sizing: content-box !important;
  border-top: 2.5px solid #ffffff !important;
  color: #ffffff;
}
.line-modal-include-new-material-1 {
  width: 95%;
  box-sizing: content-box !important;
  margin-top: 1rem !important;
  margin-bottom: 0.5rem !important;
  border-top: 2.5px solid #848790 !important;
  color: #848790;
}

.text-align-new-material {
  margin-left: 0.7rem;
}

.p-align-new-material-1 {
  margin-top: 1rem;
  margin-bottom: -0.3rem;
}

.p-align-new-material-3 {
  margin-top: 2rem;
  margin-bottom: 0.2rem;
  margin-left: 0.5rem;
}

.input-align-new-material {
  width: 100%;
  height: 1rem;
  border: 2px solid #848790;
}

.input-align-new-material:focus {
  border-color: 1px solid #e6ecf5;
}

.div-input-image-1 {
  width: 150px;
  height: 180px;
  margin-right: 0.5rem;
  margin-left: 0.8rem;
  background-color: #efeff4;
  border-radius: 15px;
  border: 3px solid #9c9ea1;
  background-size: cover;
  background-position: 100% 100%;
  background-repeat: no-repeat;
}

.img-input-1 {
  width: 149px;
  height: 175px;
  border-radius: 12px;
  margin-top: -0.05rem;
  margin-left: 0.014rem;
}

.div-input-image-2 {
  width: 222px;
  height: 140px;
  margin-left: 0.1rem;
  background-color: #efeff4;
  border-radius: 15px;
  border: 3px solid #9c9ea1;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.img-input-2 {
  width: 218px;
  height: 135px;
  margin-top: -0.05rem;
  border-radius: 12px;
}

.box-input-image-1 {
  margin-top: 5rem;
}

.box-input-image-2 {
  margin-top: 3.5rem;
}

.input-image-material-1 {
  display: none;
}

.text-add-material-1 {
  margin-left: 0.3rem;
  color: #3f085c;
}

.p-align-new-material-4 {
  margin-top: 0.6rem;
  margin-bottom: -1rem;
  margin-left: 0.5rem;
  line-height: 1rem;
  font-weight: 700 !important;
}

.img-modal-include-new-material-1 {
  width: 20px;
  height: 20px;
  margin-left: 26rem;
  margin-top: -1.4rem;
  color: #031961;
  position: absolute;
}

.img-modal-include-new-material-1 {
  margin-left: -0.1rem;
  height: 20px;
  margin-top: 0.1rem;
  background-size: cover;
  background-position: center;
}

.label-down-input-material {
  margin-left: 2rem;
}

.div-btn-save-materials-1 {
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}

.buttons-free-courses-double {
  margin-top: 2rem;
}

.icon-close-modal-materials {
  position: relative;
  margin-left: 2rem;
  width: 20px;
}

.icon-material-input-25 {
  margin-top: -0.15rem;
  width: 26px;
  height: 26px;
}

.line-occurrence-material-1 {
  width: 100%;
  box-sizing: content-box !important;
  margin-top: -0.2rem !important;
  margin-bottom: 1.5rem;
  border-top: 2.5px solid #848790 !important;
  color: #848790;
}

.line-occurrence-material-2 {
  width: 100%;
  box-sizing: content-box !important;
  margin-bottom: 0.4rem;
  border-top: 2.5px solid #848790 !important;
  color: #848790;
}

.btn-material-gedui {
  background-color: #d9d9e2;
  color: #707070;
  padding: 20px;
  margin: auto;
  margin-top: -0.05rem !important;
  justify-content: center;
}

.btn-material-gedui:hover {
  background-color: #d9d9e2;
  color: #707070;
}

.btn-material-gedui-active {
  background-color: #031961;
  color: #fff;
  padding: 20px;
  margin: auto;
  margin-top: -0.05rem !important;
  justify-content: center;
}

.btn-material-gedui-2 {
  background-color: #d9d9e2;
  margin-right: 0.75rem;
  color: #707070;
  padding: 18px;
  justify-content: center;
}

.btn-material-gedui-2:hover {
  background-color: #d9d9e2;
  color: #707070;
}

.btn-material-gedui-2-active {
  background-color: #031961;
  margin-right: 0.75rem;
  color: #fff;
  padding: 18px;
  justify-content: center;
}

.icon-active {
  display: none;
}

.icon-material-label {
  width: 20px;
  height: 20px;
}

.p-modal-new-users {
  margin-top: 1rem;
  margin-left: 0.8rem;
  margin-bottom: -0.5rem;
}

.search-in-materials {
  height: 0.5rem;
  width: 90%;
  margin-left: 1.4rem;
  margin-top: 1rem;
  padding: 0.6rem 2rem 0.6rem 0.2rem;
  background-color: white;
  border-radius: 0.3rem !important;
  border: 2px solid #eef1f6;
}

.img-search-material {
  width: 20px;
  height: 20px;
  margin-left: 23.8rem;
  margin-top: -1.4rem;
  color: #58595b;
  position: absolute;
}

.ui-block-list-material {
  background-color: #ffff !important;
  border-radius: 5px;
  border: 1px solid #e6ecf5;
  margin-bottom: 15px;
  padding: 1.5rem 0;
}

.line-occurrence-list-materials {
  width: 95.5%;
  box-sizing: content-box !important;
  margin-top: 0.1rem !important;
  border-top: 2.5px solid #848790 !important;
  color: #848790;
}

.img-list-materials {
  margin-left: 0.5rem;
  border-radius: 0.25rem;
  max-width: 60%;
  height: 5rem;
}

.text-list-materials {
  margin-left: 1rem;
  color: #3f085c;
}

.div-hr-list {
  width: 1rem;
  display: flex;
  justify-content: flex-start;
  /* margin-top: 0rem; */
  margin-left: 1.5rem;
}

.linha-vertical-list-materials {
  height: 80px;
  border-right: 2px solid #9c9ea1;
}

.title-list-material {
  margin-left: -0.5rem;
}

.div-name-material {
  width: 10rem;
  height: 5rem;
  align-items: center;
  display: flex;
}

.div-name-material-1 {
  width: 18rem;
  height: 5rem;
  align-items: center;
  display: flex;
}

.div-name-material-2 {
  width: 18rem;
  height: 5rem;
  margin-right: -2rem;
}

.p-date-list-materials {
  margin-left: -2rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.p-date-list-materials-2 {
  margin-left: -1rem !important;
}

.form-level-list-materials {
  margin-left: 0rem;
}

.input-align-new-material-1 {
  width: 93.5%;
  height: 1rem;
  margin-left: 0.9rem;
  border: 1px solid #e6ecf5;
  padding-left: 2.5rem;
}

.input-align-new-material-1:focus {
  border-color: 1px solid #e6ecf5;
}

.img-link-list-material {
  width: 25px;
  height: 25px;
  margin-left: 2rem;
  margin-top: 0.5rem;
  color: #58595b;
  position: absolute;
}

.input-align-new-material-2 {
  width: 100%;
  height: 1rem;
  margin-left: 0rem;
  border: 1px solid #e6ecf5;
}

.input-align-new-material-2:focus {
  border-color: 1px solid #e6ecf5;
}

.font-label-list-material {
  font-weight: 700;
}

.img-link-list-material-1 {
  width: 25px;
  height: 25px;
  margin-left: -12rem;
  margin-top: 0rem;
  color: #ffffff;
  position: absolute;
}

.title-checks-list-material {
  color: #3f085c;
  font-weight: 700 !important;
}

.button-list-materials-vertical {
  margin-top: 0.3rem;
  width: 30px;
  height: 70px;
  background-color: #d9d9e2;
  border-radius: 30px solid !important;
}

.div-profile-list-material {
  margin-left: -1.5rem;
}

.img-arrow-list-material {
  width: 20px;
  height: 20px;
  margin-left: 16.6rem;
  margin-top: 1.75rem;
  color: #58595b;
  position: absolute;
}

.div-profile-list-material-1 {
  margin-left: -12.5rem;
  width: 9rem;
  padding-top: 0.5rem;
}

.p-date-list-materials-1 {
  margin-left: 0.5rem;
}

.div-profile-list-material-2 {
  margin-left: -18.5rem;
  width: 12rem;
}

.div-hr-list-1 {
  width: 1rem;
  display: flex;
  justify-content: flex-start;
  margin-left: -40rem;
  margin-top: 2.5rem;
}

.div-profile-list-material-3 {
  margin-left: -67rem;
  width: 12rem;
  padding-top: 0.5rem;
}

.div-hr-list-2 {
  width: 1rem;
  display: flex;
  justify-content: flex-start;
  margin-left: -90rem;
  margin-top: 2.5rem;
}

.div-button-save-list-materials {
  margin-left: -120rem;
}

.description-list-material {
  margin-left: -1rem;
  margin-top: 0.5rem;
}

.btn-save-list {
  margin-top: 2.2rem;
}

.and-more-list-material {
  color: #ff6600;
}

.padding-labels-material {
  padding: 0.5rem 3rem;
}

.circle-message-material {
  background: #031961;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  padding: 10px;
  text-align: center;
}

.icon-close-modal-occurrence-1 {
  position: absolute;
  width: 20px;
}

.font-weight-bold-700 {
  font-weight: 700;
}

.line-occurrence-list-material {
  width: 95.5%;
  box-sizing: content-box !important;
  margin-top: 0.1rem !important;
  border-top: 1px solid #848790 !important;
  color: #848790;
}

.arrow-list-material {
  width: 40px;
  height: 30px;
  background-color: #ffff;
}

.arrow-right-list {
  color: orangered;
}

.icon-alert-type-occurrence-materials {
  height: 5px;
  margin-left: 0.65rem;
}

.alert-type-occurrence-used-material {
  margin-top: 0.2rem;
  width: 25px;
  height: 15px;
}
.icon-19-material {
  width: 19px;
  height: 15px;
  margin-left: 0.85rem;
  margin-top: 0.2rem;
}

.text-selecionar-materials {
  font-weight: normal;
  padding-top: 3.2px;
  padding-left: 8px;
  float: right;
  margin-right: 4rem;
}

.font-bold-700-participants {
  font-weight: 600;
}

.icon-exclude-image1 {
  width: 15px;
  height: 15px;
}

.icon-exclude-image2 {
  width: 15px;
  height: 15px;
}

.icon-exclude-position-image1 {
  position: absolute;
  top: -8px;
  right: -2px;
  width: 20px;
}

.icon-exclude-position-image2 {
  position: absolute;
  top: -7px;
  right: 12px;
  width: 20px;
}
.box-material-view {
  width: 177px;
  height: 112px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.box-material-view2 {
  width: 200px;
  height: 120px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.box-material-view-desc {
  width: 100%;
  height: 250px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0.25rem;
}
.button-list-more {
  background-color: #db0000;
  font-size: 14px !important;
  font-weight: bold;
  color: #ffffff !important;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 1px;
  padding-bottom: 2px;
  margin-bottom: 2px;
  border-radius: 10px;
}

/* ---- materiais --- */

.file-title-activity {
  color: "#3e085c !important";
}

/* ----- banco de questões ----- */
.title-type-question {
  color: #3876ef !important;
}

.box-question-number {
  color: #ffffff !important;
  border-radius: 5px;
  padding: 7px;
  /* background-color: #970725; */
}

.brd-q {
  border-top: 1px solid #9c9ea1;
}

.btn-actions-ticket {
  border: 1px solid #008088 !important;
  background-color: #008088 !important;
}

/* Atividades Aluno */
.myactivities-title-sidebar {
  color: #464749;
  font-weight: bold;
  text-transform: uppercase;
}

.circle-activity {
  background: #04468a;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  padding: 10px;
  text-align: center;
}

.circle-activity img {
  height: 30px;
}

.myactivities-title-white {
  color: #ffffff;
}

.myactivities-border-card {
  border-bottom: 1px solid #ffffff;
}

.myactivities-small {
  font-size: 12px;
}

.myactivities-title-subtitle-detail {
  color: #3f085c;
  font-size: 19px;
  text-transform: uppercase;
}

.notifyactiveticket {
  background-color: #e8063a !important;
}

.icon-30 {
  width: 30px;
}

.school-report-top {
  border-top: 1px solid #9c9ea1;
  border-bottom: 1px solid #9c9ea1;
}

.school-report-obs {
  background-color: #b8dafc;
  color: #58595b;
}

.border-table {
  border-left: 1px solid #9c9ea1;
  border-right: 1px solid #9c9ea1;
}

.top-table-school-report {
  background-color: #d9d9e2;
  color: #58595b;
}

.text-cell-school-report {
  color: #58595b;
}

.text-cell-school-report-blue {
  color: #00226d;
}

.cell-padding-school-report {
  padding: 0.25rem !important;
}

.image-class-close {
  width: 17px !important;
  height: 17px !important;
}
.btn-resp {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkmarkrp {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border-radius: 5px;
}

.btn-resp input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.btn-resp .checkmarkrp:before {
  top: 5px;
  left: 5px;
  width: 15px;
  height: 15px;
  background-image: url(../svg-icons/icon_check_cinza_quiz.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.btn-resp:hover input ~ .checkmarkrp {
  background-color: #ccc;
}
.btn-resp input:checked ~ .checkmarkrp {
  background-color: #9dcb3b;
}
.checkmarkrp:after {
  content: "";
  position: absolute;
  display: none;
}
.btn-resp input:checked ~ .checkmarkrp:after {
  display: block;
}
.btn-resp .checkmarkrp:after {
  top: 5px;
  left: 5px;
  width: 15px;
  height: 15px;
  background-image: url(../svg-icons/icon_check_branco.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.text-gab {
  color: #0451ea;
}

.mCustomScrollbar .account-settings li {
  list-style-type: none;
}

.mCustomScrollbar .chat-settings li {
  list-style-type: none;
}

.btn-rounded-grey {
    background-color: #D8D7DE;
    border-radius: 10px;
    color: #000; 
    padding: 10px 20px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-rounded-yellow {
  background-color: transparent !important;
  color: #000; 
  border-radius: 50px;
  font-size: 16px; 
  cursor: pointer; 
}

.btn-rounded-yellow:hover {
  background-color: #F5E300;
  color: #000;
}

.image-viewer-questions {
  background-color: #f5f5f5;
  border: solid 1px gainsboro;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
}

.fc-event.fc-event-start.fc-event-end.fc-event-future.fc-daygrid-event.fc-daygrid-dot-event {
  pointer-events: none !important;
}