/* Override Bootstrap styles */

a {
    text-decoration: none !important;
    color: #7A6A4C !important;
}

h1 {
    margin-top: 0.5em !important;
    margin-bottom: 0px !important;
    font-size: 1em !important;
    line-height: 0.5em !important;
    font-weight: 500 !important;
}

.log-input {
    text-align: center;
    background-color: transparent !important;
    border: 0px !important;
    border-bottom: 1px solid #c7ad7d !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}

h1 span{
    font-size: 0.33em;
    letter-spacing: 0.37em;
}

.footer-link {
    color: rgba(0,0,0,0.5) !important;
}

.table.coupons-table {
    --bs-table-striped-color: #24261D !important;
    --bs-table-striped-bg: rgba(240, 225, 200, 0.1) !important;
    --bs-table-active-color: #24261D !important;
    --bs-table-hover-color: #24261D !important;
    --bs-table-hover-bg: rgba(245, 235, 219, 0.5) !important;
    color: #24261D !important;
    border-color: #fff !important;
}

.coupons-head {
  border-bottom: 2px solid #c7ad7d !important;
}

.form-check-input:checked {
    background-color: #96A392 !important;
    border-color: #96A392 !important;
}

/* Classes */

.wait {
    cursor: wait;
}

.link {
    color: #7A6A4C !important;
}

.hand {
    cursor: pointer;
}

.logo {
    width:2.35em  
}

.main {
    max-height: 25em;
}

.log-out {
    color: #24261D;
}

.coupons {
    letter-spacing: 0.15em;
}

.search-icon {
    position: absolute;
    padding-left: 1em;
    color: #96A392;
}

.search-input {
    -webkit-box-shadow: none;
            box-shadow: none;
            border-width: 0px 0px 1px;
            border-color: #96A392;
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
            border-bottom-left-radius: 0px;
            border-bottom-right-radius: 0px;
}

.reload-icon {
    color: #96A392;
}

@media (min-width: 768px) {

    .logo {
        width: 4.7em;
    }

    h1 {
        font-size: 2em !important;
        line-height: 0.61em !important;
    }

    h1 span{
        font-size: 0.45em;
    }

.logo-smaller {
        font-size: 0.66em;
    }

}

/* Loading behaviour */

.loading-cursor {
    cursor: progress;
}

.rotate {
    -webkit-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}
