/* LOADING */

.blockUI.blockOverlay {
  position: fixed !important;
  z-index: 1000;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 0.6;
  cursor: default;
  background: rgb(255, 255, 255);
  z-index: 999999999999 !important;
}

.blockUI.blockOverlay:before {
  height: 1em;
  width: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  display: block;
  content: "";
  background: url(../img/loader.svg) center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
  -webkit-animation: spin 1s ease-in-out infinite;
  -moz-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
}

.meus-agendamentos form {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

.meus-agendamentos div.input-block {
  position: relative;
  margin-bottom: 20px;
}
.meus-agendamentos div.input-block input {
  font-weight: 500;
  font-size: 1.6rem;
  color: #fe5735 !important;
  width: 100%;
  padding: 15px 15px;
  border-radius: 1rem !important ; 
  border: 1px solid #fe5735 !important ;
  outline: none;
}

.meus-agendamentos div.input-block input.pass {
  padding-right: 55px;
}

.meus-agendamentos div.input-block span.placeholder {
  position: absolute;
  margin: 17px 0;
  padding: 0 4px;
  font-family: Roboto, sans-serif;
  color: #fe5735;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  top: 0;
  left: 17px;
  transition: all 0.2s;
  transform-origin: 0% 0%;
  background: none;
  pointer-events: none;
  margin-left: 50px;
}
.meus-agendamentos div.input-block.input-filled span.placeholder,
.meus-agendamentos div.input-block.input-focused span.placeholder {
  transform: scale(0.8) translateY(-43px);
  background: #fff;
}
.meus-agendamentos div.input-block input:focus {
  color: #284b63;
  border-color: #284b63;
}
.meus-agendamentos div.input-block.input-focused span.placeholder {
  color: #284b63;
  margin-left: 0;
}

.meus-agendamentos .bt-meus-agendamentos,
.order-acoes a {
  width: 100%;
  margin: 0;
  margin-top: 30px;
  border-radius: 6px;
  background: #6EC043;
  border-color: #6EC043;
  bottom: 0;
}

.meus-agendamentos .meus-agendamentos-eye {
  background: url("../img/eye.png") no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 25px;
  cursor: pointer;
}

.meus-agendamentos .meus-agendamentos-eye-closed {
  background: url("../img/eye-open.png") no-repeat;
}

.meus-agendamentos .error-meus-agendamentos {
  display: none;
}

.meus-agendamentos .ja-possui-conta {
  width: 100%;
  margin: 0;
  margin-top: 30px;
  border-radius: 6px;
  background: #fe5735;
  bottom: 0;
}

.meus-agendamentos .esqueceu-senha {
  display: block !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #fe5735;
  margin-top: 20px;
  text-align: center;
}

.meus-agendamentos .esqueceu-senha a {
  color: #fe5735;
  text-decoration: underline;
}

.meus-agendamentos .esqueceu-senha p {
  margin-bottom: 0;
}

.pedidos {
}

.pedido {
  background: #f7f7f7;
  text-align: right;
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.pedido .order-agendamentos {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.pedido .order-agendamentos:last-child {
  border-bottom: 0px;
}

.pedido .order-agendamentos::before {
  content: attr(data-title) ": ";
  font-weight: 700;
  float: left;
}

.order-acoes a {
  display: flex;
  width: 100%;
  justify-content: center;
  color: #fff;
  margin: 0;
  margin-bottom: 5px;
  padding: 5px;
}

/*
-------------------------------------------------------
|                   PERFIL INSTRUTORA                 |
------------------------------------------------------- 
*/

/* Hide tools and format options */
.wp-editor-tools.hide-if-no-js,
.mce-divider,
.mce-path-item,
div.disponibilidade {
  display: none !important;
}

/* Styles */
.box-meu-pefil > * {
  color: #fe5735;
  font-family: 'Inter', sans;
}

.mce-i-resize:before {
  color: #fe5735;
}

.wp-editor-wrap {
  border: 1px solid #fe573580;
  border-radius: 5px;
}

.wp-editor-container {
  border: 1px solid transparent;
}

.mce-container {
  border: none !important;
}

.mce-toolbar .mce-btn-group .mce-btn.mce-listbox {
  border-radius: 5px;
}

.mce-menubtn.mce-fixed-width span {
  text-transform: capitalize;
}