/*
Custom css
*/
.star {
    color: red; /* Make it red */
 }
 
 .img-circle {
     border-radius: 50%;
     width:35px; 
     height:35px;
 }
 
 .img-circle-lang {
     border-radius: 50%;
     width:18px; 
     height:18px;
 }
 
 .img-detail {
     width:100%; 
     height:300px;
     padding: 10px;
     border-radius: 8%;
 }
 
 .text-title {
     text-align: center;
 }
 
 .login-icon {
     width:400px; 
     height:400px;
 }

.locbar {
  border-radius:5px;
  border:1px solid #ccc;
  background-color:#fff;
  height:35px;
  padding-left:10px;
  position: relative;
}

.item {
  float:left;
  display:inline-block;
  line-height:35px;
  padding-left:5px;
  font-family:Arial;
}

.arrow {
  float:left;
  position:relative;
  transform:rotate(-45deg) skew(-15deg, -15deg);
  display:inline-block;
  box-shadow:1px 1px 3px 0px rgba(0,0,0,0.15);
  border-bottom:1px solid #ccc;
  border-right:1px solid #ccc;
  width:19px;
  height:19px;
  padding-right:5px;
  top:8px;
  left:-8px;
}

.item-active {
  float:left;
  display:inline-block;
  line-height:35px;
  padding-left:5px;
  font-family:Arial;
  color: #3167d4;
}