.list-pos .card {
    border-bottom: 1px solid #f1f1f1;
    
}

.list-pos .card :hover {
    cursor: pointer;
    background-color: #f1f1f1;
    border-radius:15px;
}

.list-pos .card.active {
    color: black;
    background-color: #adf09c;
    border-radius:15px;
}

.list-pos .card.active .price {
    color: black;
}

.list-pos .card img {
    margin-top:20px;
}

.machine-status-0 {
    background-image: url('../img/machine_status/machine0.png');
}
.machine-status-1 {
    background-image: url('../img/machine_status/machine1.png');
}
.machine-status-2 {
    background-image: url('../img/machine_status/machine2.png');
}
.machine-status-3 {
    background-image: url('../img/machine_status/machine3.png');
}
.machine-status-4 {
    background-image: url('../img/machine_status/machine4.png');
}

#actionModalUserPay .modal-body {
    color: #333;
}

#actionModalUserPay .modal-body input, #actionModalUserPay .modal-body input:focus {
    border: none;
    text-align: center;
    font-size: 50px;
    color: #325fe8;
    outline: none;
}

.modal-content {
    border-radius:20px;
}

.modal-footer {
    border:none;
}

.btn, button {
    border-radius: 10px;
}

.home {
    /* background-image: url('../img/bg.jpg'); */
    background-size: contain;
    background-repeat: no-repeat;
    background-color:rgb(204, 224, 253);
    background-position-y: -410px;
}

.home .navbar {
    background-color: #f1f1f1;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.home .card {
    border-radius: 15px;
 }

.home-logo img {
    max-width: 250px;
}

.home header.major h2:after {
    background-color: #dddddd;
    background-image: -moz-linear-gradient(90deg, #efa8b0, #a89cc8, #8cc9f0);
    background-image: -webkit-linear-gradient(90deg, #efa8b0, #a89cc8, #8cc9f0);
    background-image: -ms-linear-gradient(90deg, #efa8b0, #a89cc8, #8cc9f0);
    background-image: linear-gradient(90deg, #efa8b0, #a89cc8, #8cc9f0);
}


.home header.major {
    margin-bottom: 3em;
}

.home header.major h2 {
    font-size: 2em;
}

.home header.major h2:after {
    display: block;
    content: '';
    width: 3.25em;
    height: 2px;
    margin: 0.7em 0 1em 0;
    border-radius: 2px;
}

.home section.special header.major h2:after, article.special header.major h2:after {
    margin-left: auto;
    margin-right: auto;
}

.home header.major p {
    font-size: 1.25em;
    letter-spacing: -0.025em;
}

.home header.major.special {
    text-align: center;
}

.home header.major.special h2:after {
    margin-left: auto;
    margin-right: auto;
}

.home .icon {
    text-decoration: none;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    border-bottom: none;
    position: relative;
}

.home .icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-transform: none !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.home .icon > .label {
    display: none;
}

.home .icon:before {
    line-height: solid;
}

.home .icon.solid:before {
    font-weight: 900;
}

.home .icon.brands:before {
    font-family: 'Font Awesome 5 Brands';
}

.home .icon.major {
    border: solid 1px;
    display: inline-block;
    border-radius: 100%;
    padding: 0.65em;
    margin: 0 0 2em 0;
    cursor: default;
}

.home .icon.major:before {
        display: inline-block;
        font-size: 6.25rem;
        width: 2.25em;
        height: 2.25em;
        line-height: 2.2em;
        border-radius: 100%;
        border: solid 1px;
        text-align: center;
    }

    .home .icon.alt {
    display: inline-block;
    border: solid 1px;
    border-radius: 100%;
}

.home .icon.alt:before {
        display: block;
        font-size: 1.25em;
        width: 2em;
        height: 2em;
        text-align: center;
        line-height: 2em;
    }

    .home .icon.style1 {
    color: #efa8b0;
}

.home .icon.style2 {
    color: #c79cc8;
}

.home .icon.style3 {
    color: #a89cc8;
}

.home .icon.style4 {
    color: #9bb2e1;
}

.home .icon.style5 {
    color: #8cc9f0;
}