body {
  font-size: .875rem;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 5rem;
  }
}

.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. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}

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

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

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

.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;
}

.logo_category{
  /* font-size: 11px; */
  padding-left: 10px;
}
.logo_br{
  display: none;
}

.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);

}
.form-control:focus {
  background-color: #D0FBDE;
}
.nationality{
    width: 25px;
}
.globe{
  display: flex;
}

/* .nationality_img{
  min-width: 42px;
    height: 37px;
    text-align: center;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem 0 0 0.25rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
} */
.im_globe{
  margin-top: 5px;
  margin-right: 2px; 
}
@media (max-width:1400px) and (min-width:768px) {
  .logo_category{
    padding-left: 0;
  }
  /* .logo_br{
    display: block;
    text-wrap: wrap;
  } */
}
@media (min-width:768px) {
  .logo_nav{
    position: relative;
    height: 53px;
    min-width: 230px;
    margin-right: 100px;
    /* padding: 1.5rem 2rem 0 2rem; */
    word-break: break-all;
    color: #fff;
    background: #1b417d;
  }
  .logo_nav:after {
    position: absolute;
    top: 0;
    right: -30px;
    width: 0;
    height: 0;
    content: '';
    border-style: solid;
    border-width: 53px 31px 0 0;
    border-color: #1b417d transparent transparent transparent;
    /* border-width: 0 31px 53px 0;
    border-color: transparent transparent #1b417d transparent; */
  }
  .logo_nav::before {
    position: absolute;
    top: 0;
    right: -25px;
    content: '';
    /* width: 0;
    height: 0;
    border-style: solid;
    border-width: 70px 41px 0 0px;
    border-color: #fff transparent transparent transparent;
    z-index: -1; */
    width: 10px;
   height: 53px;
   transform: skew(-30deg);
   background: #fff;
  }
}

