.form-control:focus {
        border-color: #dee2e6;
        box-shadow: none;
    }

.my-btn {
    --bs-btn-padding-y: 2px;
}

.btn-l {
    width: 100%;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-r {
    width: 100%;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.my-input {
    height: 30px;
    background-color: transparent;
}

.stick-new {
    background-color: #ff9e9e;
    font-size: 10px;
    padding: 2px 5px 2px 5px;
    margin-left: -10px;
    color: white;
}