.form-af div {
  padding: inherit;
}

.ml-loader {
  display: flex;
  width: 100%;
  height: 100%;
  transition: all .2s ease-in-out;
  position: fixed;
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  background-color: rgba(34, 34, 44, .8);
  opacity: 0;
  z-index: -1;
}

.ml-loader.load {
  opacity: 1;
  z-index: 99999;
}

.ml-loader > .loader {
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  position: relative;
}

.ml-loader > .loader::after,
.ml-loader > .loader::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 4px solid transparent;
  border-top-color: #fff02e;
}

.ml-loader > .loader::before {
  z-index: 100;
  -webkit-animation: spin .65s linear infinite;
  animation: spin .65s linear infinite;
}

.ml-loader > .loader::after {
  border: 4px solid #495057;
}

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

@-webkit-keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

body.entrega-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body.entrega-page #ct_main_rastreio,
body.entrega-page #ct_next_rastreio {
  flex: 1 0 auto;
}

body.entrega-page footer {
  flex-shrink: 0;
}

body.entrega-page .tb_window::after,
body.entrega-page #body_smp::after,
body.entrega-page .timeline::after {
  content: "";
  display: block;
  clear: both;
}

body.entrega-page nav#nav {
  background: rgba(44, 44, 56, .96);
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, .25);
  padding: 14px 4%;
}

body.entrega-page nav#nav .logo img {
  height: 36px;
}

body.entrega-page #ct_main_rastreio {
  padding-top: 150px;
}

body.entrega-page #ct_main_rastreio .sobre-content div {
  float: left;
}

body.entrega-page #ct_main_rastreio img.sobre-img {
  left: auto;
  right: 5%;
  bottom: 0;
  max-width: 700px;
}

#tokenModal .modal-content {
  width: 40% !important;
}

#tokenModal .modal-body {
  padding: 15px !important;
}

#tokenModal .token-actions {
  margin-top: 5px;
}

#tokenModal .btnValidarToken {
  margin: 0px !important;
}

#ct_next_rastreio {
  display: none;
}

#ct-cptch .cptch-title {
  font-size: 30px;
}

.prv_rast {
  color: #4a90e2;
}

#cep_entrega {
  width: 303px;
  margin-bottom: 10px;
}

#cptcha {
  display: none;
}

#rastreamento_geral {
  display: none;
}

#ctn_img_correios {
  display: none;
}

#img_correios {
  float: left;
  width: 150px;
  position: relative;
  top: -14px;
}

#ctn_img_correios .correios-title {
  margin-bottom: 50px;
  margin-top: -19px;
  color: #da5454;
}

#ctn_img_correios .correios-obj {
  margin-top: -37px;
  color: #da5454;
}

#ctn_img_correios .numero_postagem {
  text-decoration: underline;
}

.rastreamento-table {
  width: 100%;
}

.dest_tt {
  color: #4a90e2;
}

.situacao-title {
  color: #4a90e2;
}

.postagem {
  display: none;
}

.recebedor_data {
  display: none;
}

.recebimento-title {
  color: #e2b44a;
}

.postagem-link-wrap {
  text-align: center;
}

.link_title {
  float: left;
}

.rastreamento-main {
  width: 100%;
}
