@charset "UTF-8";
.handle-counter {
    overflow: hidden;
    box-shadow: 0px 0px 3px 2px rgb(0 0 0 / 20%);
    border-radius: 5px !important;
}

.handle-counter .counter-minus,
.handle-counter .counter-plus {
    text-align: center;
}

button {
    cursor: pointer;
}

input {
    color: #555;
    background-color: #fff;
    background-image: none;
    /* border: 1px solid #ccc; */
    border: 0;
    padding: 6px 12px;
}

.percent {
    width: 85.71429%;
}

.panel-primary {
    border-color: #009dda;
}

.handle-counter .counter-minus,
.handle-counter .counter-plus,
.handle-counter input {
    float: left;
    text-align: center;
    border: 0;
}

.handle-counter input {
    width: 50px;
    height: 100%;
    border-width: 1px;
    border-left: none;
    border-right: none;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.border {
    border: 1px solid red;
}