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

.form-check-input-approved:checked {
    background-color: #00ac69!important;
    border-color: #00ac69!important;
}
.page-header.page-header-light .breadcrumb .breadcrumb-item, .page-header.page-header-light .breadcrumb .breadcrumb-item {
    font-size:12px;
}

#searchresult{
        margin-top:-30px;
        padding-top:30px;
        position: absolute !important;        
        z-index: 99;
        top: 100%;
        left: 0;
        background-color:#fafafa;
        width: 100% ;
        border-radius:5px;
    }
    #live_search_wrapper{
        z-index:100;
    }
    .search-box input[type="text"], .result{
        width: 100%;
        box-sizing: border-box;
    }
    /* Formatting result items */
    #searchresult p{
        margin: 0;
        padding: 7px 10px;
        border: 1px solid #CCCCCC;
        border-top: none;
        cursor: pointer;
        color: #121212;
        font-weight: 700;
    }
    #searchresult p:hover{
        background: #f2f2f2;
    }
    
.taylor-card-header {
  background-color: #121212!important;
  border-bottom: 4px solid #d60000!important;
  color: #fff !important;
}
.taylor-card-header:first-child {
  border-radius:0!important;
}
.taylor-card{
    border-radius:0rem!important;
    border:3px solid #121212!important;
}

.white-text-stroke-sm{
    -webkit-text-stroke:.75px #fff;
text-stroke: .75px #fff;
}
.breadcrumb-item{
    text-transform:uppercase;
    font-weight:500;
}
