:root{
  --font-family: "Poppins", sans-serif;
  --primary-color: #af1f64;
  --secundary-color: #162435;
  --body-color: #102839;
  --font-weight: 400;
}

body {
  font-family: var(--font-family);
  color: var(--body-color);
  font-weight: var(--font-weight);
}

img {
  max-width: 100%;
}

a {
  color: var(--primary-color);
}

a:hover {
  color: var(--secundary-color);
  cursor: pointer;
}

a.text-secundary:hover {
  color: var(--primary-color) !important;
}

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

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

.bg-primary {
  background: var(--primary-color) !important;
}

.bg-secundary {
  background: var(--secundary-color);
}

.bg-chat {
  background: #f7f9f9;
  height: 100%;
  padding: 0 2vw;
  position: relative;
}

.bg-chat .title {
  color: #213b70;
  font-weight: bold;
  border-bottom: 1px solid #213b70;
  text-align: center;
  padding-top: 30px;
}

.bg-chat .description {
  color: #213b70;
  text-align: center;
  padding-top: 20px;
}

.bg-chat .formChat {
  position: absolute;
  bottom: 30px;
  width: 100%;
  left: 0;
  padding: 0 2vw;
}

.bg-chat .formChat #comentario {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #213b70;
  width: 100%;
  color: var(--secundary-color);
  padding: 5px 10px;
  border-radius: 0;
}

.bg-chat .formChat #comentario:focus {
  outline: none !important;
  border: 1px solid #213b70;
}

.bg-chat .formChat #comentario-btn {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #213b70;
  width: 100%;
  color: #213b70;
  font-weight: bold;
  border-radius: 0;
  text-align: center;
  padding: 5px 10px;
}

.bg-chat .formChat #comentario-btn:hover {
  border: 1px solid #213b70;
  cursor: pointer;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #213b70 !important;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #213b70 !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #213b70 !important;
}

.line-primary {
  height: 2px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23D45453FF' stroke-width='4' stroke-dasharray='2%2c 6' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
}

.line-secundary {
  height: 2px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%2348bed9FF' stroke-width='4' stroke-dasharray='2%2c 6' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
}

#navbartop {
  padding: .25rem 5vh;
}

#navbarname {
  top: 48px;
  padding: .1rem 0;
}

#navbartop.navbar-dark .navbar-nav .nav-link {
  color: #ffffff;
  /* font-weight: bold; */
  text-align: center;
  margin-right: 15px;
}

.nav-link.active {
  color: var(--secundary-color) !important;
  font-weight: bold;
}


#navbartop li.nav-item.active .nav-link,
#navbartop li.nav-item:hover,
#navbartop.navbar-dark .navbar-nav .nav-link:hover {
  font-weight: bold;
  color: var(--secundary-color) !important;
}

.navbar-dark .navbar-toggler {
  color: #ffffff;
  border-color: #ffffff;
}

.navbar-dark .navbar-toggler:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  /* font-family: 'Noto Sans', sans-serif; */
}

section {
  padding: 80px 0 60px 0;
}

.btn {
  /* font-family: 'Noto Sans', sans-serif; */
  font-weight: 900;
  font-size: 12px;
  padding: .575rem .75rem;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

.btn-primary {
  background-color: #ea5353;
  border-color: #ea5353;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  background-color: var(--secundary-color) !important;
  border-color: var(--secundary-color) !important;
  color: white;
}

.btn-primary:active,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

.margin-top-75 {
  margin-top: 75px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-top-25 {
  margin-top: 25px !important;
}

.margin-bottom-75 {
  margin-bottom: 75px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-bottom-25 {
  margin-bottom: 25px !important;
}

/* LOGIN PAGE */

.nomeHP {
  color: var(--secundary-color);
  font-weight: 700;
  font-size: 19px;
}

.cargoHP {
  color: #009AC7;
  font-weight: 300;
  font-size: 15px;
}

.cargoHP.verde {
  color: var(--secundary-color);
}

.trabalhoHP {
  color: #808080;
  font-weight: 300;
  font-size: 13px;
}

.text-orange {
  color: #f18700;
}

.text-orange:hover {
  text-decoration: underline;
  cursor: pointer;
}

.bootbox-form {
  padding: 0 !important;
}

.button-okay {
  background: var(--secundary-color);
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-appearance: none;
  border: none;
  text-align: center;
  border-radius: 30px;
}

.button-okay:hover {
  background: var(--primary-color);
  color: #fff;
  transition: background 0.2s linear;
  cursor: pointer !important;
}

.button-login {
  background: #213b70;
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  width: 150px;
  height: 40px;
  line-height: 40px;
  border-radius: 10px;

  font-weight: bold;
  text-align: center;
}

.button-login:hover {
  background: #ffffff;
  color: #213b70;
  cursor: pointer !important;
  transition: background 0.2s linear;
}

.button-register {
  background: var(--primary-color) url("../img/element.svg") no-repeat;
  background-position: 10px 4px;
  display: inline-block;
  color: #ffffff;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  padding: 5px 80px;
  border-radius: 20px;  
  transition: background 0.2s linear;
}

.button-register:hover {
  background-color: var(--secundary-color);
  cursor: pointer;
}

.button-agenda {
  background: var(--primary-color) url("../img/element2.svg") no-repeat;
  background-position: 90% 0;
  display: inline-block;
  color: #ffffff;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  padding: 5px 80px;
  border-radius: 20px;  
  transition: background 0.2s linear;
}



.button-agenda:hover {
  background-color: var(--secundary-color);
  cursor: pointer;
}

.button-cancel {
  background: #dc3545;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 30px;
  -webkit-appearance: none;
  border: none;
  text-align: center;
}

.button-cancel:hover {
  background: #c82333;
  cursor: pointer !important;
  transition: background 0.2s linear;
}

.btn-view {
  background: #ea5353;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-appearance: none;
  border: none;
  text-align: center;
  border-radius: 10px;
  padding: 10px 20px;
}

.btn-view:hover {
  background: var(--secundary-color);
  color: #fff;
  transition: background 0.2s linear;
  cursor: pointer !important;
}

form {
  padding: 30px 20px;
  /* border-radius: 10px; */
  position: relative;
}

.form-group {
  position: relative;
}

form#login {
  background: #ea5353;
  max-width: 100%;
}

form#login label {
  color: #ffffff;

  font-weight: 400;
}

form#login .form-group {
  margin: 0 auto;
  margin-bottom: 1rem;
}

form#register {
  border: none;
}

form#register label {
  color: var(--body-color); 
  font-weight: 400;
  font-size: 1.1rem;
}

form#register input {
  background: transparent;
  border-color: var(--body-color);
  border-radius: 30px;
  position: relative;
  padding-inline: 20px;
}

/* END LOGIN PAGE */

/* WEBINAR PAGE */

#headerSection {}

#headerImg {
  max-width: 100%;
}

#logo {
  position: absolute;
  right: 5%;
  top: 10%;
  transform: translate(-5%, -10%);
}

.chat {
  background: #ffffff;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.chat .titulo {
  background: #009AC7;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 20px;
}

.user {
  background: #ffffff;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.user .titulo {
  background: var(--secundary-color);
  color: #ffffff;

  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 16px;
  margin-bottom: 25px;
  border-radius: 20px;
}

.user div {
  font-size: 14px;
}

.abertura {
  background: #ffffff;
  margin-bottom: 20px;
  padding-bottom: 20px;

}

.abertura .titulo {
  background: var(--secundary-color);
  color: #ffffff;

  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 25px;
}

.abertura .nome {
  color: #000;

  font-size: 20px;
  font-weight: bold;
}

.abertura .descricao {
  color: #ea5353;
  font-weight: 300;
  font-size: 14px;
  margin: 5px 0 10px 0;
}

.abertura .cv {
  color: #898a8d;
  font-size: 12px;

  text-transform: uppercase;
  font-weight: 300;
  display: inline-block;
  margin-top: 5px;
}

.moderador {
  background: #ffffff;
  margin-bottom: 20px;
  padding-bottom: 20px;

}

.moderador .titulo {
  /*background: #D55353;*/
  background: transparent;
  color: #80CEDE;

  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 25px;
}

.moderador .nome {
  color: var(--secundary-color);

  font-size: 20px;
  font-weight: bold;
}

.moderador .descricao {
  color: #ea5353;
  font-weight: 300;
  font-size: 14px;
  margin: 5px 0 10px 0;
}

.moderador .cv {
  color: #898a8d;
  font-size: 12px;

  text-transform: uppercase;
  font-weight: 300;
  display: inline-block;
  margin-top: 5px;
}

.palestrantes {
  background: #ffffff;
  background: transparent;
  margin-bottom: 20px;
  padding-bottom: 20px;

}

.palestrantes .titulo {
  /*background: #1D386F;*/
  background: transparent;
  color: var(--secundary-color);

  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 25px;
}

.palestrantes .nome {
  color: var(--secundary-color);

  font-size: 20px;
  font-weight: bold;
}

.palestrantes .descricao {
  color: #ea5353;
  font-weight: 300;
  font-size: 14px;
  margin: 5px 0 10px 0;
}

.palestrantes .cv {
  color: #898a8d;
  font-size: 12px;

  text-transform: uppercase;
  font-weight: 300;
  display: inline-block;
  margin-top: 5px;
}

.palestrantes .cv:hover {
  color: #ea5353;
}

.box {
  background: #ffffff;
  margin-bottom: 20px;
  padding-bottom: 20px;

}

.box .titulo {
  background: var(--primary-color);
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 25px;
}

.box2 {
  background: #ffffff;
  margin-bottom: 20px;
  padding-bottom: 20px;

}

.box2 .titulo {
  background: var(--secundary-color);
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 25px;
}

.survey {
  background: var(--secundary-color);
  color: #ffffff;

  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 25px;
  position: relative;
  border-radius: 20px;
}

.survey a {
  color: #ffffff;
}

.survey a:hover {
  color: #ffffff99;
}

.survey span {
  display: inline-block;
  width: 100%;
}

.survey #seta {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.docs {
  background: #ffffff;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.docs .titulo {
  background: #FD9727;
  color: #ffffff;

  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
  border-radius: 20px;
}

.docs a .doc {
  color: var(--secundary-color);
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  padding: 0 20px;
}

.docs a .doc #seta {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.separator {
  margin: 20px 0;
}

.separator .line {
  display: block;
  border-top: 2px dotted #a5a4a5;
}

.palestrantes .separator:last-child {
  margin-bottom: 0;
}

.lineSplitter {
  border-bottom: #696a6c solid 1px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.chat .form-group {
  border-bottom: 2px solid #a3a2a3;
}

.chat #comentario {
  width: 100%;
  border: 0;
  height: 50px;
  color: #a3a2a3;
  resize: none;
  padding: 10px;
}

.chat #comentario-btn {
  margin-bottom: 12px;
}

.chat #comentario-btn:hover {
  cursor: pointer;
  text-decoration: underline;
}

/* END WEBINAR PAGE */

/* DASHBOARD PAGE */

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
  font: normal normal normal 1rem/1 FontAwesome !important;
}

table.dataTable thead>tr>td.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc {
  white-space: nowrap;
}

#dashboard {
  background: #fff;
  padding: 20px;
}

#dashboard select {
  background: #ededed url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
  background-size: 8px 10px;
  border-color: #ededed;
  border-radius: 0;
}

#dashboard input {
  background: #ededed;
  border-color: #ededed;
  border-radius: 0;
}

#dashboard #usersTable tr th {
  border: none;
  background: var(--secundary-color);
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
}

#dashboard #usersTable tr td {
  white-space: nowrap;
}

#dashboard #usersTable tr:nth-child(even) td {
  background: #ededed;
}

#dashboard #usersTable tr td button {
  font-size: 14px !important;
  padding: 5px 10px !important;
  margin-right: 5px;
}

#dashboard #usersTable tr td button:last-child {
  margin-right: 0;
}

#dashboard .pagination {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

#dashboard .pagination .page-item.active .page-link {
  background-color: var(--secundary-color);
  border-color: var(--secundary-color);
  color: #fff;
}

#dashboard .pagination .page-item .page-link {
  background-color: #ea5353;
  border-color: #ea5353;
  color: #fff;
  border-radius: 0;
}

/* END DASHBOARD PAGE */

/* FOOTER */

footer {
  padding: 20px 0;
  color: #ffffff;
  font-size: 0.8rem;
  background-color: var(--secundary-color);
}

.link-foot {
  color: #ffffff;
}

.link-foot:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* FOOTER */

.bootbox-body {
  color: #000;
}


@media only screen and (max-width: 768px) {
  .logo{
    max-width: 60%;
    margin-bottom: 2rem;
  }
}