* {
  font-family: "Roboto", sans-serif;
}

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #f8f8f8;

  /*height: 100vh;*/
}


/*MODAL POPUP*/

.modal-fade {
  display: none;

  position: fixed;

  background-color: #0000009e;

  width: 100%;

  height: 100vh;

  top: 0;

  z-index: 9999;

  left: 0;

  opacity: 0;
}

.modal-dialog {
  /*display: flex;*/

  width: 45%;

  justify-content: center;

  align-items: center;

  position: relative;

  text-align: center;

  margin: 0 auto;

  margin-top: 0;

  opacity: 0;
}

.thumb-news-home {
  position: relative;
}

.sorry {
  font-size: 3em;

  text-align: center;

  width: 100%;

  color: #ccc;
}

.imagem-mascara {
  width: 100%;

  height: 100%;

  position: absolute;

  /* background-size: auto; */

  top: 0;

  left: 0;

  /* background-position: center; */

  background: url(../images/icones/play.png) 50% 50% no-repeat;
}

.modal-dialog .modal-close {
  position: absolute;

  right: 2px;

  top: 10px;

  color: #fff;
}

.div_modal {
  text-align: center;

  padding: 2em;

  background-color: #000;

  color: #fff;

  text-decoration: none;

  font-size: 1em;

  font-weight: bold;
}

/*CURSO*/

.typed-cursor {
  opacity: 1;
}

.typed-cursor.typed-cursor--blink {
  animation: typedjsBlink 0.7s infinite;

  -webkit-animation: typedjsBlink 0.7s infinite;

  animation: typedjsBlink 0.7s infinite;
}

@keyframes typedjsBlink {
  50% {
    opacity: 0;
  }
}

@-webkit-keyframes typedjsBlink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.typed-fade-out {
  opacity: 0;

  transition: opacity 0.25s;
}

.typed-cursor.typed-cursor--blink.typed-fade-out {
  -webkit-animation: 0;

  animation: 0;
}

/*FLEX*/

.css_flex {
  display: flex;
}

.css_flex_wrap {
  flex-wrap: wrap;
}

.css_flex_between {
  justify-content: space-between;
}

/*VARIABLES*/
/* UI KIT DRY TELECOM --> DATE [ 08/03/2023 ] */

:root {
  --color-primary: #fe5000;
  --color-sub-primary: #ff8200;
  --color-white: #ffffff;

  --color-white-5: #f2f2f2;
  --color-white-10: #ebebeb;
  --color-gray-85: #ccc9c8;
  --color-gray-70: #b9b9b9;
  --color-gray-60: #999999;
  --color-gray-40: #666666;
  --color-black-20: #333333;
  --color-black-10: #1a1a1a;

  --color-solid-success: #00ad64;
  --color-comp-success: #f1f7f4;
  --color-solid-progress: #102cff;
  --color-comp-progress: #f3f2f7;
  --color-solid-danger: #d70000;
  --color-comp-danger: #f7f1f1;
  --color-solid-warning: #ffbf44;
  --color-comp-warning: #774e00;

  --color-gradient: linear-gradient(90deg, #ff5000 0%, #ff8200 100%);

  --box-shadow-int: inset -4px -4px 8px rgba(255, 255, 255, 0.75),
    inset 4px 4px 8px rgba(0, 0, 0, 0.2);

  --box-shadow-ext: -4px -4px 14px rgba(255, 255, 255, 0.8),
    4px 4px 14px rgba(0, 0, 0, 0.2);
}

* {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: var(--color-black-20);
}

.container {
  width: 100%;
}

.navbar {
  box-shadow: none !important;
}

/* NOTIFY */
.trigger_notify {
  position: relative;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.8em;
  overflow: hidden;
  margin-bottom: 15px;
}

.accept {
  padding: 2em !important;
  border: 1px solid #fe5000;
  border-radius: 15px;
  margin-bottom: 19px !important;
  color: #fe5000 !important;
}

.alert {
  padding: 2em !important;
  border: 1px solid #fe5000;
  border-radius: 15px;
  margin-bottom: 19px !important;
  color: #fe5000 !important;
}

.trigger_notify .info {
  padding: 2em !important;
  border: 1px solid #fe5000;
  border-radius: 15px;
  margin-bottom: 19px !important;
  color: #fe5000 !important;
}

.trigger_notify b {
  color: #fff !important;
  font-weight: 600 !important;
  text-align: center;
}

.trigger_notify_box {
  position: fixed;
  top: 0;
  right: 0;
  width: 320px;
  max-width: 90%;
  padding-top: 15px;
  padding-right: 15px;
  z-index: 9999;
  font-weight: 600 !important;
}

.trigger_notify_timer {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4%;
  background: var(--color-primary);
}

.trigger_notify_blue {
  background-color: var(--color-solid-progress);
  color: #fff;
  font-size: 0.8em;
  font-weight: 600;
  display: flex;
}

.trigger_notify_red {
  background-color: var(--color-solid-danger);
  color: #fff;
  font-size: 0.8em;
  font-weight: 600;
  display: flex;
}

.trigger_notify_green {
  background-color: var(--color-solid-success);
  color: #fff;
  display: flex;
}

.trigger_notify .icon_notify {
  color: #fff;
  font-weight: 400;
  font-size: 2em;
  display: flex;
  flex-wrap: wrap-reverse;
  align-items: center;
  margin-right: 10px;
}

.trigger_notify .title_notify {
  color: #fff;
  font-weight: 600;
}

/* ======================================= NAV ======================================= */

.nav-top {
  margin-top: 18px;
  margin-left: 30px;
  margin-right: 30px;
  border-radius: 40px;
  height: 60px;
  background-color: var(--color-white-10);
  box-shadow: var(--box-shadow-ext);
  display: flex;
  align-items: center;
}

.nav-left {
  height: calc(100vh - 36px) !important;
  margin: 18px 0 !important;
  border-radius: 0 20px 20px 0 !important;
  background-color: var(--color-white-10) !important;
  box-shadow: var(--box-shadow-ext) !important;
  padding: 0 !important;
}

.nav-left img {
  height: 110px;
}

/* .sidebar-nav-wrapper .sidebar-nav ul .nav-item.active > a,
  .sidebar-nav-wrapper
    .sidebar-nav
    ul
    .nav-item.nav-item-has-children
    > .collapsed {
    background-color: var(--color-white) !important;
  }

  .sidebar-nav-wrapper .sidebar-nav ul .nav-item > a,
  .sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children > a {
    width: 90% !important;
    background-color: var(--color-white-5);
    margin-right: 20px;
    box-sizing: border-box;
    border-radius: 0 20px 20px 0;
    margin-bottom: 8px;
  } */
.sidebar-nav-wrapper .sidebar-nav ul .nav-item a span.text {
  color: var(--color-gray-40) !important;
}

.dropdown-nav.collapse.show a {
  color: var(--color-black-20) !important;
  height: 40px;
  margin-left: 26px;
  border: none !important;
}

.dropdown-nav li {
  position: relative;
}

.dropdown-nav.collapse.show a::before {
  content: "";
  top: 14px !important;
  width: 12px !important;
  height: 12px !important;
  border-radius: 8px !important;
  border: 1px solid var(--color-black-20);
  background-color: var(--color-white-10) !important;
  visibility: visible !important;
  z-index: 99 !important;
  opacity: 1 !important;
  position: absolute !important;
  left: -8px !important;
}

.dropdown-nav.collapse.show a.active {
  background-color: var(--color-white-10) !important;
  border: none !important;
  color: var(--color-primary) !important;
  height: 40px;
  margin-left: 26px;
}

.dropdown-nav.collapse.show a.active::before {
  content: "";
  top: 14px !important;
  width: 12px !important;
  height: 12px !important;
  border-radius: 8px !important;
  border: 1px solid var(--color-primary) !important;
  background-color: var(--color-primary) !important;
  visibility: visible !important;
  z-index: 99;
  opacity: 1;
  position: absolute;
  left: -8px;
}

/* ======================================= TEXT ======================================= */

.tp-xxl {
  font-size: 36px !important;
  line-height: 120%;
}

.tp-xl {
  font-size: 28px !important;
  line-height: 130%;
}

.tp-l {
  font-size: 22px !important;
  line-height: 140%;
}

.tp-m {
  font-size: 16px !important;
  line-height: 150%;
}

.tp-s {
  font-size: 14px !important;
  line-height: 150%;
}

.tp-xs {
  font-size: 12px !important;
  line-height: 150%;
}

.tp-xxs {
  font-size: 10px !important;
  line-height: 150%;
}

.tp-400 {
  font-weight: 400 !important;
}

.tp-500 {
  font-weight: 500 !important;
}

.tp-600 {
  font-weight: 600 !important;
}

.tp-700 {
  font-weight: 700 !important;
}

.tp-800 {
  font-weight: 800 !important;
}

.letter-title {
  letter-spacing: 3px;
}

/* ======================================= button ======================================= */

/* --------- [size] --------- */
.btn-xs {
  height: 24px;
  min-width: 60px;
  font-weight: 500;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  box-sizing: border-box;
}

.btn-s {
  height: 30px;
  min-width: 90px;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  box-sizing: border-box;
}

.btn-m {
  height: 36px;
  min-width: 120px;
  font-weight: 500 !important;
  font-size: 16px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px !important;
  box-sizing: border-box;
}

.btn-l {
  height: 42px;
  min-width: 150px;
  font-weight: 500;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 34px;
  box-sizing: border-box;
}

.btn-tools {
  width: 100%;
  text-align: center;
  padding: 0.9em !important;
  font-size: 16px !important;
  cursor: pointer;
  color: var(--color-black-20) !important;
}

.btn-tools:hover {
  color: var(--color-primary) !important;
  background-color: var(--color-white-5) !important;
}

.action .dropdown-item:focus,
.action .dropdown-item:hover {
  background-color: transparent !important;
}

.action .dropdown-menu.show {
  display: block;
  padding: 0;
  border-radius: 12px;
  border-color: var(--color-primary);
  overflow: auto;
}

/* --------- [type / color] --------- */

.btn-txt-orange {
  background-color: var(--color-white-10);
  color: var(--color-primary);
  border-radius: 21px;
  border: 1px solid var(--color-primary) !important;
  cursor: pointer;
  transition: 0.2s;
}

.btn-txt-blue {
  background-color: var(--color-white-10);
  color: var(--color-solid-progress);
  border-radius: 21px;
  border: 1px solid var(--color-solid-progress) !important;
  cursor: pointer;
  transition: 0.2s;
}

.btn-txt-gray {
  background-color: var(--color-white-10);
  color: var(--color-gray-40);
  border-radius: 21px;
  border: 1px solid var(--color-gray-40) !important;
  cursor: pointer;
  transition: 0.2s;
}

.btn-txt-red {
  background-color: var(--color-white-10);
  color: var(--color-solid-danger);
  border-radius: 21px;
  border: 1px solid var(--color-solid-danger) !important;
  cursor: pointer;
  transition: 0.2s;
}

.btn-txt-gray:hover,
.btn-txt-blue:hover,
.btn-txt-orange:hover,
.btn-txt-red:hover {
  transform: scale(1.05);
  transition: 0.2s;
}

.btn-link {
  background-color: transparent;
  border: none;
  text-decoration: underline;
  cursor: pointer;
  border-radius: 21px;
  transition: 0.2s;
}

.btn-link:hover {
  transform: scale(1.05);
  transition: 0.2s;
}

.btn-bg-orange {
  background-color: var(--color-primary);
  color: var(--color-white);
  border-radius: 21px;
  border: none !important;
  box-shadow: var(--box-shadow-ext);
  cursor: pointer;
  transition: 0.2s;
}

.btn-bg-blue {
  background-color: var(--color-solid-progress);
  color: var(--color-white) !important;
  border-radius: 21px;
  border: none !important;
  box-shadow: var(--box-shadow-ext);
  cursor: pointer;
  transition: 0.2s;
}

.btn-bg-blue:disabled {
  background-color: #ccc !important;
}

.btn-bg-gray {
  background-color: var(--color-gray-40);
  color: var(--color-white);
  border-radius: 21px;
  border: none !important;
  box-shadow: var(--box-shadow-ext);
  cursor: pointer;
  transition: 0.2s;
}

.btn-bg-orange:hover,
.btn-bg-blue:hover,
.btn-bg-gray:hover,
.btn-border-orange:hover,
.btn-border-blue:hover,
.btn-border-gray:hover {
  transform: scale(1.05);
  transition: 0.2s;
}

.btn-border-orange {
  background-color: var(--color-white-10);
  color: var(--color-primary);
  border-radius: 21px;
  border: 1px solid var(--color-primary);
  box-shadow: none;
  cursor: pointer;
  transition: 0.2s;
}

.btn-border-blue {
  background-color: var(--color-white-10);
  color: var(--color-solid-progress);
  border-radius: 21px;
  border: 1px solid var(--color-solid-progress);
  box-shadow: none;
  cursor: pointer;
  transition: 0.2s;
}

.btn-border-gray {
  background-color: var(--color-white-10);
  color: var(--color-gray-40);
  border-radius: 21px;
  border: 1px solid var(--color-gray-40);
  box-shadow: none;
  cursor: pointer;
  transition: 0.2s;
}

.btn-padrao .material-symbols-outlined {
  color: var(--color-primary) !important;
}

.btn-primary,
.btn-primary:active {
  background-color: var(--color-gray-10) !important;
  border-radius: 21px;
  border: none;
  box-shadow: -4px -4px 8px rgba(255, 255, 255, 0.7),
    4px 4px 8px rgba(0, 0, 0, 0.2) !important;
  cursor: pointer;
  transition: 0.3s;
  color: var(--color-primary) !important;
}

.btn-primary:hover {
  background-color: var(--color-gray-10);
  color: var(--color-primary);
  box-shadow: inset -4px -4px 8px rgba(255, 255, 255, 0.75),
    inset 4px 4px 8px rgba(0, 0, 0, 0.2) !important;
  transition: 0.3s;
}

/* ======================================= input ======================================= */

input,
select {
  border-radius: 20px !important;
  height: 40px !important;
  padding: 8px 16px;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: var(--color-primary) !important;
  box-sizing: border-box !important;
  border: none !important;
  background-color: var(--color-white-10) !important;
  box-shadow: var(--box-shadow-int) !important;
}

input:focus,
select:focus {
  outline: 1px solid var(--color-primary) !important;
  box-shadow: var(--box-shadow-ext) !important;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-overflow: "Selecione";
}

input::placeholder {
  color: var(--color-gray-60) !important;
  font-weight: 400 !important;
}

.content-input-check {
  display: flex;
  align-items: center;
  gap: 6px;
  user-select: none;
}

.content-input-check .btn-radio {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 16px;
  box-shadow: var(--box-shadow-int);
  position: relative;
  background-color: #d3d3d3;
}

.content-input-check input:checked ~ .btn-radio::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 12px;
  background-color: var(--color-solid-progress);
  box-shadow: 0px 0px 6px rgba(254, 80, 0, 0.5),
    inset -2px -2px 3px rgba(255, 255, 255, 0.25),
    inset 2px 2px 3px rgba(0, 0, 0, 0.25);
}

.content-input-icon-end input,
.content-icon-input-end select {
  padding: 8px 56px 8px 16px;
}

.content-input-icon-start input,
.content-input-icon-start select {
  padding: 8px 16px 8px 56px;
}

.icon-input-end {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  color: var(--color-gray-60);
}

.icon-input-start {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  color: var(--color-gray-60);
}

.content-input-icon-start-end input,
.content-input-icon-start-end select {
  padding: 8px 56px 8px 56px;
}

.content-input-file-small {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

.content-input-file-small span {
  width: 100px;
  height: 40px;
  border-radius: 20px;
  box-shadow: var(--box-shadow-ext);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  box-sizing: border-box;
  font-size: 26px;
  color: var(--color-primary);
  cursor: pointer;
  transition: 0.2s;
}

.content-input-file-small span:hover {
  transform: scale(1.05);
  transition: 0.2s;
  box-shadow: var(--box-shadow-int);
}

.content-input-file-small p,
.content-input-file p {
  color: var(--color-gray-60);
}

.content-input-file label {
  height: 40px;
  border-radius: 20px;
  box-shadow: var(--box-shadow-int);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  padding: 8px 16px;
  box-sizing: border-box;
  font-size: 26px;
  cursor: pointer;
  transition: 0.2s;
}

.content-input-file label span {
  color: var(--color-primary);
}

.content-input-file label:hover {
  transition: 0.2s;
  box-shadow: var(--box-shadow-ext);
}

input[type="file"] {
  display: none;
}

.content-input-file-icon span {
  width: 40px;
  height: 40px;
  background-color: var(--color-white-10);
  box-shadow: var(--box-shadow-ext);
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 10px;
  right: 0px;
  color: var(--color-solid-progress);
  transition: 0.2s;
}

.content-input-file-icon span:hover {
  background-color: var(--color-solid-progress);
  color: var(--color-white);
  transition: 0.2s;
}

input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* input[type="number"] {
      -moz-appearance: textfield;
      appearance: textfield;
  } */

.content-input-number span {
  width: 40px;
  min-width: 40px;
  height: 40px;
  box-shadow: var(--box-shadow-ext);
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 20px;
  line-height: 102%;
}

/* --------- [input grid align] --------- */

.block-form {
  width: 100%;
  border-radius: 20px;
  box-shadow: var(--box-shadow-ext);
  background-color: var(--color-white-10);
  max-width: 900px;
  padding: 36px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin: 0 auto;
}

.content-input {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 900px;
  position: relative;
  gap: 4px 20px;
}

.grid-input {
  display: grid;
  align-items: end;
  justify-content: center;
  width: 100%;
  gap: 36px 20px;
}

.col-1-input {
  grid-template-columns: 1fr;
}

.col-2-input {
  grid-template-columns: 1fr 1fr;
}

.col-3-input {
  grid-template-columns: 1fr 1fr 1fr;
}

.content-input-number {
  display: flex;
  gap: 8px;
  width: 100%;
  position: relative;
}

.content-input-number input {
  text-align: center;
  width: 100%;
}

.button-form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.form-photo {
  flex-basis: 100%;
  justify-content: center;
  display: flex;
  margin-bottom: 3%;
}

.form-photo-user {
  width: 160px;
  height: 160px;
  min-height: 160px;
  border: none;
  background-color: var(--color-white-10);
  box-shadow: var(--box-shadow-ext);
  border-radius: 80px;
  margin: 0 auto;
  position: relative;
}

/* COLORS */

.color-txt-primary {
  color: var(--color-primary);
  margin: 0 5px;
}

b,
strong {
  font-weight: 700 !important;
}
