#can2 {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    z-index: -1;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
}

.good h5,
h4,
h3,
h2,
h1 {
    color: #e0a009 !important;
}

a:hover {
    color: #ffca2c;
}

.form-check-input:checked {
    background-color: #e0a009;
    border-color: #e0a009;
}

.form-check-input-success:checked {
    background-color: #29cc39 !important;
    border-color: #29cc39 !important;
}



a {
    color: #e0a009;

}

.page-link:focus {

    box-shadow: 0 0 0 0.25rem rgb(184, 134, 11, 25%);
}

.capitalize {
    text-transform: capitalize;
}
   /* width */
   ::-webkit-scrollbar {
    width: 8px;
    height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ffca2c;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ffca2c;
}


.order2 a {
    font-size: 18px;

    width: 34px;

    height: 34px;

    margin-left: 23px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #f1f1f1;

    border: 1px solid #eeecec;

    text-align: center;

    border-radius: 20%;

    color: #2b2a2a;
}

@media only screen and (max-width: 600px) {
    .invisivel {
        display: none !important;
    }
}

