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


.input-group .button-minus,
.input-group .button-plus {
    height: 28px;
    width: 28px;
    padding: 0;
    font-size: 18px;
}

.input-group .quantity-field {
    height: 22px;
    width: 80px;
    border:none;
    font-size: 14px;
}

input[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: none;
}

.items-title{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height:40px;
    font-size:16px;
    line-height: 20px;
}

.col-25{
    width:25%;
    width:-webkit-calc((100% - 16px*1)/ 4);
    width:calc((100% - 16px*1)/ 4)
}

p .title-price{
    font-size:16px;
}

.payment-title{
    font-family:"Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color:#222;
    font-size:14px;
    font-weight:400;
    text-align: center;
}

.product-title{
    font-family:"Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color:#222;
    font-size:20px;
    font-weight:600;
}

.product-price-title{
    font-family:"Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color:#222;
    font-size:16px;
    padding-right: 10px;
}

.title-default{
    font-family:"Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color:#222;
    font-size:14px;
    font-weight:normal;
}

.payment-amount{
    font-family:"Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color:#222;
    font-size:28px;
    font-weight:600;
    text-align: center;
}

.payment-done{
    font-family:"Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color:#222;
    font-size:20px;
    font-weight:600;
    text-align: center;
}

ul li{
    font-family:"Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}