

body {
    font-family: Nunito, sans-serif !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #858796;
    text-align: left;
    height: 100%;
    margin: 0;
    overflow: hidden;
}

a {
  color: #007bff;
  text-decoration: none;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
  transition: .3s all ease;
}

a:hover, a:focus {
  text-decoration: none !important;
}



#login::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #007bff;
  margin-top: 10px; 
}

.wrap {
  overflow: hidden;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #007bff;
  box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
}

.login-wrap {
  position: relative;
  padding: 20px;
}

.bg-conecta {
    background-color: #AD170F !important;
    color: #ffffff !important;
}

.toggle-password {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: calc(50% - 8px);
}

.toggle-password:hover, .toggle-password:active{
  color: #007bff;
}

.avatar {
    max-width: 35px !important;
    margin-top: -15px; 
    margin-bottom: -15px;
    margin-right: 5px;  
}

small {
  font-size: 80%; }

button {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  button:hover, button:focus {
    text-decoration: none !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

#sidebar {
  min-width: 160px;
  max-width: 160px;
  background: #3445b4;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative; }

  #sidebar .h6 {
    color: #fff; }

  #sidebar.active {
    margin-left: -160px; }

  #sidebar h1 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 30px; }

    #sidebar h1 .logo {
      color: #fff; }

      #sidebar h1 .logo span {
        font-size: 14px;
        color: #44bef1;
        display: block; }

  #sidebar ul.components {
    padding: 0; }

  #sidebar ul li {
    font-size: 16px; }

    #sidebar ul li > ul {
      margin-left: 10px; }

      #sidebar ul li > ul li {
        font-size: 14px; }

    #sidebar ul li a {
      padding: 10px 0;
      display: block;
      color: rgba(255, 255, 255, 0.6);
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

      #sidebar ul li a span {
        color: #ffc629; }

      #sidebar ul li a:hover {
        color: #ffffff; }


    #sidebar ul li.active > a {
      background: transparent;
      color: rgba(255,255,255,.5); }

  @media (max-width: 991.98px) {
    #sidebar {
      margin-left: -160px; }
      #sidebar.active {
        margin-left: 0; } }

  #sidebar .custom-menu {
    display: inline-block;
    position: absolute;
    top: 60px;
    right: 0;
    margin-right: -20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }

    @media (prefers-reduced-motion: reduce) {
      #sidebar .custom-menu {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }

    #sidebar .custom-menu .btn {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      position: relative; }

  #sidebar .custom-menu .btn i {
    margin-right: -40px;
    font-size: 14px; }

  #sidebar .custom-menu .btn.btn-primary {
    background: transparent;
    border-color: transparent; }

    #sidebar .custom-menu .btn.btn-primary:after {
      z-index: -1;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: '';
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      background: #ffc629;
      border-radius: 10px; }
      
    #sidebar .custom-menu .btn.btn-primary:hover, #sidebar .custom-menu .btn.btn-primary:focus {
      background: transparent !important;
      border-color: transparent !important; }

a[data-toggle="collapse"] {
  position: relative; }

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  color: #44bef1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

@media (max-width: 991.98px) {
  #sidebarCollapse span {
    display: none; } }

#content {
  width: 100%;
  padding: 0;
  min-height: 100vh;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.footer p {
  color: rgba(255, 255, 255, 0.5); }

    /*/////////////////////////////////////////////////////*/

.my-a{
  margin-top: .20rem !important;
  margin-bottom: .20rem !important;
}

.img-profile {
  height: 2rem;
  width: 2rem;
}
.sidebar-divider{
border-top: 1px solid rgba(255,255,255,.15);
}

.menu-arrow {
  -webkit-transition: -webkit-transform .15s;
  transition: -webkit-transform .15s;
  transition: transform .15s;
  transition: transform .15s,-webkit-transform .15s;
  position: absolute;
  right: 30px;
  display: inline-block;
  font-family: 'Material Design Icons';
  text-rendering: auto;
  line-height: 1.5rem;
  font-size: 1.1rem;
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
  }

  .side-nav-second-level {
    padding-left: 1rem;
  }

  a[aria-expanded=true]>span.menu-arrow {
    transform: rotate(90deg);
  }

  a:not(.collapsed)>span.menu-arrow {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
  }

#exoconecta i, #exoconecta small {
    color: #000;
}

    #exoconecta i, #exoconecta small:hover {
        color: #AD170F;
    }

#exoconecta {
    background-color: #ffc629 !important;
    color: #ffffff !important;
    margin: 0.5rem;
    transition: transform 0.3s ease;
}

    #exoconecta:hover {
        background-color: #ffc629 !important;
        color: #ffffff !important;
        margin: 0.5rem;
        transform: scale(1.03);
    }

.bg-exo {
    background-color: #ffc629 !important;
    color: #000 !important;
    border-color: transparent !important;
}
