.a-v1 {
    color: #85936d;
    transition: 0.5s;
    text-decoration: none;
}

.a-v1:hover {
    color: #6b7657;
}

.btn-v1 {
    background-color: #85936d !important;
    border: 0 !important;
    transition: 0.3s;
    font-weight: 600 !important;
}

.btn-v1:hover,
.btn-v1:focus,
.btn-v1:active {
    background-color: #6b7657 !important;
}

.color-v1 {
    color: #85936d;
}

.bg-image {
    background-position: center;
    background-size: cover;
    box-shadow: inset 0px -100px 100px -50px rgba(0, 0, 0, 0.5);
}

.tempus-dominus-widget {
    width: 100% !important;
}

.w-350px {
    padding: 0rem 2rem;
    max-width: 550px;
}

@media only screen and (max-width: 768px) {
    .w-350px {
        padding: 0rem 1rem;
    }
}

.h-48px {
    height: 48px;
}

.btn-select {
    border: 3px solid black !important;
    transition: 0.5s !important;
}

.btn-select:hover,
.btn-check:checked+.btn-select {
    border: 3px solid #85936d !important;
}

.tab-shadow {
    box-shadow: 0px 0px 20px #e3dddd !important;
    padding: 1.5rem;
    border-radius: 10px;
}

.card-details {
    border: 3px solid #85936d;
    border-radius: 10px;
    font-weight: 600;
    padding: 1rem;
}