body {
    font-family: sans-serif;
    margin-top: 5rem;
}

body::-webkit-scrollbar {
    width: 0;
}
.font-10 {
    font-size: 10px;
}

.font-9 {
    font-size: 9px;
}

.font-12 {
    font-size: 12px;
}

.w-full {
    width: 100%;
}

.br10px {
    border-radius: 10px;
}

.br15px {
    border-radius: 15px;
}

.text-d-none {
    text-decoration: none;
}

.border-left-1px {
    border-left: 1px solid #ddd;
}

.border-left-2px {
    border-left: 2px solid #ddd;
}

.border-right-1px {
    border-right: 1px solid #ddd;
}

.border-right-2px {
    border-right: 2px solid #ddd;
}

.input-holder {
    width: 100%;
    position: relative;
    margin-bottom: 1rem;
    margin-top: .5rem;
}

.input-holder img{
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

input {
    height: 45px;
    border-radius: 15px;
    outline: none;
    border: none;
    width: 100%;
    font-size: 19px;
    background: #ddd;
    padding-left: 2.5rem;
}

input::placeholder {
    color: #aaa;
}

input:focus {
    border: 2px solid orange;
}

button {
    width: 100%;
    height: 45px;
    background: orange;
    border-radius: 15px;
    color: white;
}

#lli img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

#lli {
    margin-bottom: 1.5rem;
}

.bg-bog {
    padding: .3rem .7rem;
    border: 1px solid inherit;
    border-radius: 15px;
    width: 360px;
}

.bg-bog-danger {
    background: rgba(255, 154, 154, 0.25); 
}

.bg-bog-success {
    background: rgb(168, 222, 163);
}

.info-icon {
    user-select: none;
    display: inline-block;
    fill: currentcolor;
    flex-shrink: 0;
    font-size: 1.5rem;
    width: 15px;
    height: 15px;
    color: rgba(87, 81, 81, 0.44);
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.gYhJpm {
    stroke: rgb(87, 81, 81);
    width: 40px;
    opacity: 0.6;
}