* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.intro .video1 {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

/*PrimeVue input buttons*/
.p-inputnumber-input:focus,
.p-inputnumber-input:focus,
.p-inputtext:focus,
.p-inputtext:hover {
     box-shadow: none !important;
     border-color: gray !important;
}

.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
     border-color: gray !important;
}

.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
    background: #c8102d !important;
    color: #fff;
    font-weight: normal;
}

.h-1-7 {
    height: 14.25%;
}

.section {
    min-height: 730px;
    /*border: 1px solid green;*/
}

.table-bordered th, .table-bordered td {
    border: 1px solid #dee2e6;
    padding: 5px;
}
.border-primary {
    border-color: #c8102d !important;
}

