body {
  font-size: .875rem;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}
.point{
  cursor: pointer;
}
div.fixed {
  position: sticky;
  bottom: 10px;
  width: 100%;
  right: 0%;
  z-index: 9999999999999999999999999;
  border: 0px solid #8AC007;
  border-radius: 5px;
  height: 70px;
  padding: 15px;
} 
/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  /* rtl:raw:
  right: 0;
  */
  bottom: 0;
  /* rtl:remove */
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 40px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}
.updivclass{
  width: 100%;
  display: block;
}
.decoadmin{
  border-top: 10px solid #ab0a3d;
}
.decoadminleft{
  border-left: 10px solid #ab0a3d;
}
.decoadminborder{
  border-left: 2px solid #ab0a3d;
  padding-left: 10px;
}
.decoback{
  background-image: url('img/8.png');
  background-size: cover;
  /*transform: rotate(30deg);*/
}
@media (max-width: 767.98px) {
  .sidebar {
    top: 5rem;
  }
}
.textlimit {
  display: block;
  width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
i{
  color: #bac6d5;
  /*text-shadow: -1px 0 #3e9ee9, 0 1px #3e9ee9, 1px 0 #3e9ee9, 0 -1px #3e9ee9;*/
}
.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
}

.sidebar .nav-link.active {
  color: #333;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.pcontent{
  max-width: 800px;
}


.profile-sub{
  opacity:.85;
  font-size:.875rem;
}


.profile-body{
  padding:18px;
  margin-top:-42px;
}

.avatar-wrap{
  display:flex;
  align-items:center;
  gap:14px;
}

.avatar{
  width:86px;
  height:86px;
  border-radius:18px;
  overflow:hidden;
  background:#fff;
  border:4px solid rgba(255,255,255,.9);
  box-shadow:0 10px 25px rgba(0,0,0,.15);
  flex:0 0 auto;
}

.avatar img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.profile-name{
  font-weight:700;
  font-size:1.05rem;
  line-height:1.2;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.profile-role{
  font-size:.9rem;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.kv{
  border-radius:14px;
  border:1px solid rgba(0,0,0,.08);
  overflow:hidden;
  background:#fff;
}

.kv-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:12px 14px;
}

.kv-row + .kv-row{
  border-top:1px solid rgba(0,0,0,.08);
}

.kv-label{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:600;
  color:#2b2b2b;
  min-width:190px;
}

.kv-ico{
  width:26px;
  height:26px;
  border-radius:10px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgb(0, 0, 0);
  color:#b1123f;
  flex:0 0 auto;
}

.kv-text{
  line-height:1.1;
}

.kv-input{
  flex:1 1 auto;
  max-width:520px;
}

.kv-input .form-control{
  border-radius:12px;
  border:1px solid rgba(0,0,0,.14);
  height:40px;
}

@media (max-width: 768px){
  .profile-body{margin-top:-34px}
  .kv-row{
    flex-direction:column;
    align-items:stretch;
    gap:10px;
  }
  .kv-label{
    min-width:unset;
  }
  .kv-input{
    max-width:100%;
  }
}
.input-limpio {
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  padding: 0;
}

.input-limpio.requerido:placeholder-shown {
  color: #d9534f; 
}

.input-limpio {
  cursor: text;
}