.homescreen-bottom {
    position: absolute;
    top: 0.8%;
    left: 10px;
    right: 10px;
    bottom: auto;
}

#homescreen {
    position: relative;
}

.wallet-card {
    background: #ffffff;
    /* box-shadow: 0px 1px 1px 0 rgb(219, 219, 219); */
    border: 0.5px solid rgb(219, 219, 219);
    border-radius: 10px;
    padding: 14px 18px;
    position: relative;
    z-index: 1
}

.wallet-card .balance {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3px;
    height: 60px
}

.wallet-card .balance .left {
    padding-right: 10px
}

.wallet-card .balance .right {
    padding: 0
}

.label1{
    font-family: "Open Sauce One", sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #888888;
    margin:10px;
}

.navbar-inner{
    font-size: 18px;
}

.item-input {
    font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 12px;
}

.title-job{
    font-family:"Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight:600;
    color:#2d2d2d;
    font-size:16px;
    line-height:24px;
}

.title-company{
    font-family:"Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight:400;
    color:#222;
    font-size:14px;
    line-height:21px;
}

.title-location{
    font-family:"Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight:400;
    color:#222;
    font-size:14px;
    line-height:21px;
    margin-bottom:5px;
}

.title-salary{
    font-family:"Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight:400;
    color:#222;
    font-size:14px;
    line-height:21px;
    margin-bottom:10px;
}

.title-requirement{
    font-family: Arial;
    font-weight:400;
    color:#767676;
    font-size:14px;
    line-height:21px;
}

.title-date{
    font-family:"Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight:400;
    color:#767676;
    font-size:12px;
    line-height:18px;
}

.is-loading {
    background: #eee;
    background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    border-radius: 5px;
    background-size: 200% 100%;
    animation: 1.5s shine linear infinite;
}
@keyframes shine {
  to {
    background-position-x: -200%;
  }
}


.nama-company{
    white-space: nowrap; 
    overflow: hidden;
    text-overflow:ellipsis; 
    width: 300px; 
}

.button{
    border-radius: 5px;
    font-weight: bold;
}

.inline-icon {
   vertical-align: top;
   font-size: 18px !important;
}

.bg-abu{
    background-color: #faf9f9;
}

a.tooltips {
    position: fixed;
    display: inline;
    right:12px;
    top: 86%;
    z-index: 999;
}
a.tooltips span {
    position: absolute;
    width:140px;
    color: #FFFFFF;
    background: #000000;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 6px;
    
    opacity: 0.5;
    right: 100%;
    top: 50%;
    margin-top: -15px;
    margin-right: 15px;
}
a.tooltips span:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -8px;
    width: 0; height: 0;
    border-left: 8px solid #000000;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}