.centered{
  position: absolute;
  left: 50%;
  transform: translate(-50%,0%);
}
.align-centered{
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.login{
  margin-top: 50px;
}
.border-login{
  border: 3px solid #ebebeb;
  padding: 40px 1% 40px 1%;
  border-radius: 1%;
}
.select2-selection{
  height: 42px !important;
  border: 1px solid #ddd;
}
.select2-selection__rendered, .select2-selection__arrow{
  position: absolute !important;
  top: 7px !important;
}
.span_title_palestra{
  display: block;
  font-size: 1.15rem;
  font-weight: 500;
  margin-bottom: 5px;
}
.row_detalhe_cliente_palestra{
  margin-bottom: 15px;
}
.dataTables_info, .dataTables_length{
  display: inline;
}
.dataTables_paginate, .dataTables_filter{
  float: right;
}
#load{
  height: 100vh;
  width: 100%;
  z-index: 100000;
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid blue;
  border-bottom: 16px solid blue;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
