﻿/* UTILS */
:root {
    /* Colors */
    --primary-color: #009f95;
    --secondary-color: #ff6584;
}

.WaitingOnTitle, .WaitingToSend, .Pending, .Outstanding, .PendingAuthority {
    background-color: #d3d3d3 !important;
    color: #fff !important;
}

.Purchased, .WorkInProgress, .InProgress {
    background-color: #ffb92d !important;
    color: #fff !important;
}

.Complete, .JobComplete {
    background-color: #009f70 !important;
    color: #fff !important;
}

.RequestCancellation {
    background-color: #9FAFD1 !important;
    color: #fff !important;
}

.Cancelled {
    background-color: red !important;
    color: #fff !important;
}


.ui-autocomplete-loading {
    background: white url('../images/logos/loadings.gif') right center no-repeat;
    background-position-x: 95%;
    background-size: 20px 20px;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.label:empty {
    display: none;
}

.pad-top {
    padding-top: 10px;
}

.dv-spear-container {
    padding: 10px;
    border: 1px solid #b7b7b7;
}

.mobileShow {
    display: none;
}

#page-loader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    float: left;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    z-index: 9999999;
    background: #fff;
    transition: .3s all ease;
}

#page-loader.loaded {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

#page-loader.ending {
    display: none;
}

#page-loader > * {
    position: relative;
    top: -40px;
}

[data-x-mode="design-mode"] #page-loader {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.page-loader-image {
    display: block;
    text-align: center;
}

.page-loader-body {
    text-align: center;
}

.cssload-container {
    display: block;
    margin: 49px auto;
    width: 97px;
}

.cssload-loading i {
    width: 49px;
    height: 49px;
    display: inline-block;
    background: #009f95;
    border-radius: 50%;
}

    .cssload-loading i:nth-child(1) {
        animation: cssload-loading-ani1 1s ease-in-out infinite;
        -o-animation: cssload-loading-ani1 1s ease-in-out infinite;
        -ms-animation: cssload-loading-ani1 1s ease-in-out infinite;
        -webkit-animation: cssload-loading-ani1 1s ease-in-out infinite;
        -moz-animation: cssload-loading-ani1 1s ease-in-out infinite;
    }

    .cssload-loading i:nth-child(2) {
        background: #f5be2b;
        margin-left: -10px;
        animation: cssload-loading-ani1 1s ease-in-out 0.5s infinite;
        -o-animation: cssload-loading-ani1 1s ease-in-out 0.5s infinite;
        -ms-animation: cssload-loading-ani1 1s ease-in-out 0.5s infinite;
        -webkit-animation: cssload-loading-ani1 1s ease-in-out 0.5s infinite;
        -moz-animation: cssload-loading-ani1 1s ease-in-out 0.5s infinite;
    }


@keyframes cssload-loading-ani1 {
    70% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

@-o-keyframes cssload-loading-ani1 {
    70% {
        -o-transform: scale(0.5);
    }
}

@-ms-keyframes cssload-loading-ani1 {
    70% {
        -ms-transform: scale(0.5);
    }
}

@-webkit-keyframes cssload-loading-ani1 {
    70% {
        -webkit-transform: scale(0.5);
    }
}

@-moz-keyframes cssload-loading-ani1 {
    70% {
        -moz-transform: scale(0.5);
    }
}

.resizeWizardButton {
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    cursor: pointer;
}

.mfp-link-2 {
    position: relative;
    display: inline-block;
    width: 85px;
    height: 85px;
    line-height: 85px;
    border-radius: 50%;
    background-color: rgba(11, 39, 63, 0.5);
    transition: .3s ease-out all;
}

.mfp-link-2:before {
    content: '';
    position: absolute;
    top: calc(50% + 2px);
    left: calc(50% + 5px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19.5px 0 19.5px 34px;
    border-color: transparent transparent transparent #fff;
    transition: .3s ease-out all;
}

.mfp-link-2:hover {
    background-color: rgba(11, 39, 63, 0.7);
}

.mfp-link-2:hover:before {
    border-color: transparent transparent transparent rgba(11, 39, 63, 0.35);
}
/*======================================*/




.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/logos/LoadingOne.gif) center no-repeat #fff;
}

.no-loader-page {
    display: none;
}

.loader-page {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/logos/LoadingOne.gif) center no-repeat #fff;
}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.StripeElement {
    box-sizing: border-box;

    height: 40px;

    padding: 10px 12px;

    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;

    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

/*===================================================================================================================*/

.DialBeforeYouDig {
    background: url(../images/logos/dbyd.jpg) no-repeat top left;
    display: inline-block;
    height: 50px;
    width: 100px;
    zoom: 1;
    *display: inline;
    margin-left: 15px;
}


/*.TitleReleased {
    padding: 2px;
    border: 2px solid #009f95;
    text-align: center;
    font-weight: bold;
    
}*/

.TitleReleased {
    padding: 2px;
    border: 2px solid #009f95;
    text-align: left;
    font-weight: bold;
    padding-left: 10px !important;
}

/*.PendingSubdivision {
    padding: 2px;
    text-align: center;
    border: 2px solid #b92c28;
    font-weight: bold;
}*/

.PendingSubdivision {
    padding: 5px;
    border: 2px solid #009f95;
    text-align: left;
    font-weight: bold;
    background-color: #009f95;
    color: #fefefe;
    padding-left: 10px !important;
}

.psi-color {
    color: #009f95 !important;
}

.psi-color-secondary {
    color: #f5be2b !important;
}

.section-home-context {
    max-height: 800px;
}

.section-padding-65 {
    padding-top: 65px;
}


/*.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}*/

.psi-gap {
    margin-bottom: 20px;
}

.psi-gap-small {
    margin-bottom: 10px;
}

.sp-required-field {
    color: #800000;
    padding-right: 4px;
}

.psi-padding-ten {
    padding: 10px;
}

.psi-white {
    color: #ffffff !important;
}
.psi-danger {
    color: #dc3545 !important;
}

.psi-color-navy {
    color: #0B273F;
}

.psi-color-blackish {
    color: #031b4e;
}

psi-h1 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    font-size: 2.1875rem;
}
.PSIH2 {
    margin: 20px 0 10px 0;
    color: #404041;
    font-size: 22px;
    font-weight: bold;
}

.PSIBold50 {
    margin: 20px 0 10px 0;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
}

.container-padding {
    padding: 5px 30px 5px 30px;
}

.PSIBold36 {
    margin: 20px 0 10px 0;
    font-size: 36px;
    font-weight: bold;
}

.PSIBold20 {
    margin: 20px 0 10px 0;
    font-size: 20px;
    font-weight: bold;
}

.PSIBold16 {
    margin: 20px 0 10px 0;
    font-size: 16px;
    font-weight: bold;
}

.amountPayable {
    margin: 20px 0 10px 0;
    font-size: 16px;
    font-weight: bold;
    background-color: #009f95;
    color: white;
}


.PSIFont20 {
    margin: 20px 0 10px 0;
    
    font-size: 20px;
    font-weight: normal !important;
}

.PSIFont15 {
    font-size: 15px;
}

.PSIFont11 {
    font-size: 11px;
}

.PSIFont9 {
    font-size: 11px;
}

.PSIH3 {
    margin: 20px 0 10px 0;
    
    font-size: 20px;
    font-weight: bold;
}

.map-responsive {
    border: 0;
    width: 550px;
    height: 400px;
}
/* Signature Pad*/
.wrapper {
    position: relative;
    max-width: 400px;
    height: 200px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.signature-pad {
    position: absolute;
    border: #009f70 solid 1px;
    left: 0;
    top: 0;
    max-width: 400px;
    height: 200px;
    background-color: white;
}

.psi-bold-underline-text {
    cursor: pointer;
    font-weight: bold;
    color: #009f95 !important;
    text-decoration-line: underline;
    text-decoration-style: solid;
}

.psi-modal-lg-body {
    height: 550px;
    overflow-y: auto;
    margin-top: -25px;
}

.bold-text {
    font-weight: bold;
}

/*Custom Modal*/
/* The Modal (background) */
.custom-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.custom-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 60%;
}

/* The Close Button */
.custom-modal-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    padding-right: 5px;
}

    .custom-modal-close:hover,
    .custom-modal-close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.checkout {
    border: 1px solid #e3e7ef;
    padding: 2px;
}
/* Modal Content */
.custom-productDescModal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
}

a > b.accordionButton::before {
    content: '\f3d8';
    font-family: 'Ionicons';
    display: block;
    float: right;
}

a.collapsed > b.accordionButton::before {
    content: '\f3d0';
    font-family: 'Ionicons';
    display: block;
    float: right;
}


.orderSummaryDiv {
    border: 1px solid #e3e7ed;
    padding-left: 10px !important;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    
    text-align: center;
    font-size: 15px;
}


.bg-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.psi-list-inline {
    margin-left: 0px;
    list-style: circle;
}

    .psi-list-inline > li {
        display: inline-block;
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 0px;
    }

        .psi-list-inline > li > i {
            color: #009f95;
        }


.section-sm,
.section-md {
    padding: 10px 0;
}

.section-lg {
    padding: 40px 0;
}

.section-xl {
    padding: 60px 0;
}


.box-product-bordered .box-product__title {
    margin-top: 10px;
}

.box-product-bordered {
 
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 320px;
    padding: 20px 10px;
    border: 2px solid #f5f5f5;
}


/*Video Playback*/
.videoWrapper {
    position: relative;
    padding-bottom: 50.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    max-height: 70%;
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 70%;
    }


.psi-thumb-div-content:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: .3s ease-out all;
}

.dv-sign-up-container {
    padding: 18px;
    border: 2px solid #f4f5f8;
    text-align: center;
    min-height: 250px;
}
.dv-products-container {
    padding: 18px;
    border: 2px solid #fff;
    text-align: center;
    min-height: 250px;
}


a.link-default, a.link-default.active, a.link-default:active, a.link-default:focus, span.link-default, span.link-default.active, span.link-default:active, span.link-default:focus {
    color: #009f95;
}

    a.link-default.hover, a.link-default:hover, span.link-default.hover, span.link-default:hover {
        color: #f5be2b;
    }


@media (max-width: 767px) {
    .map-responsive {
        border: 0;
        width: 350px;
        height: 200px;
    }

    .ui-autocomplete-loading {
        background: white url('../images/logos/loadings.gif') right center no-repeat;
        background-position-x: 90%;
        background-size: 20px 20px;
    }

    .PSIBold36 {
        margin: 10px 0 10px 0;
        font-size: 20px;
        font-weight: bold;
    }

    .PSIBold20 {
        margin: 10px 0 10px 0;
        font-size: 12px;
        font-weight: bold;
    }


    .PSIBold50 {
        margin: 20px 0 10px 0;
        color: #fff;
        font-size: 30px;
        font-weight: bold;
    }


    .PSIFont20 {
        margin: 10px 0 10px 0;
        color: #404041;
        font-size: 14px;
        font-weight: normal !important;
    }

    .PSIFont15 {
        font-size: 11px;
    }

    .col-min-sm-padding {
        padding-right: 5px;
        padding-left: 5px;
    }
}


.dvConfirmAddress .lbConfirmAddressSearch {
    width: 100%;
    overflow: auto;
    text-align: center;
    padding: 10px 5px 5px 10px;
    margin-bottom: 10px;
}

@media (min-width: 300px) and (max-width: 420px) {
    .box-product-bordered {
 
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 420px;
        padding: 20px 10px;
        border: 2px solid #f5f5f5;
    }
}


@media (min-width: 1200px) and (min-height: 800px) {
    .section-lg {
        padding: 120px 0;
    }

    .section-xl {
        padding: 150px 0;
    }
    .pad-top {
        padding-top: 10px;
    }
}

@media (min-width: 768px) {
    .section-md {
        padding: 10px 0;
    }

    .section-lg {
        padding: 80px 0;
    }

    .section-xl {
        padding: 95px 0;
    }

    .pad-top {
        padding-top: 10px;
    }
}

/*custom tab*/

.extraSmallPhoneShow {
    display: none;
}

/* Style the tab */
.tab-custom {
    overflow: hidden;
    border: 0px solid #ccc;
    background-color: transparent;
    display: flex;
    justify-content: center;
}

    /* Style the buttons inside the tab */
    .tab-custom button {
        background-color: transparent;
        border: 1px solid #e3e7ed;
        float: left;
        outline: none;
        cursor: pointer;
        padding: 0.4rem 1rem;
        transition: 0.3s;
        font-size: 0.875rem;
        font-weight: 600;
        display: block;
        text-align: center;
    }

        /* Change background color of buttons on hover */
        .tab-custom button:hover {
            background-color: #e3e7ed;
        }

        /* Create an active/current tab-customlink class */
        .tab-custom button.active {
            background-color: #009f95;
            border-color: #009f95;
            color: white;
        }

/* Style the tab-custom content */
.tab-customcontent {
    display: none;
    padding: 6px 12px;
    border: 0px solid #ccc;
    border-top: none;
    justify-content: center;
    margin: 0 auto;
}

.tab-customlinks {
    margin: 5px;
}

.psi-blank_table_row {
    height: 30px !important;
    background-color: #ffffff !important;
}

@media only screen and (max-width: 760px) {
    /*#footer-element {
        display: none;
    }

    #footer2-element {
        display: block;
    }*/
    .pad-top {
        padding-top: 60px;
    }
    .mobileHide {
        display: none;
    }

    .mobileShow {
        display: block;
        font-size: 9px;
    }

    /*table.dataTable tbody th, table.dataTable tbody td {
        padding: 10px 0 10px 5px;
    }

    #DataTables_Table_0_length {
        display: none;
    }

    #DataTables_Table_1_length {
        display: none;
    }*/
}



@media (max-width: 768px) {

    .pad-top {
        padding-top: 60px;
    }
    .tab-custom {
        overflow: hidden;
        border: 0px solid #ccc;
        background-color: transparent;
        display: inline-block;
        justify-content: center;
        width: -webkit-fill-available;
    }

        .tab-custom button {
            background-color: transparent;
            border: 2px solid #ddd;
            outline: none;
            cursor: pointer;
            padding: 0.4rem 1rem;
            transition: 0.3s;
            font-size: 0.875rem;
            font-weight: 500;
            display: block;
            text-align: center;
            width: 100%;
        }

    .tab-customcontent {
        display: block;
        border: 0px solid #ccc;
        border-top: none;
        justify-content: center;
        max-width: 100%;
        margin: 0 auto;
    }

    .tab-customlinks {
        margin: 0px;
    }
}


/* order summary style*/

.tableWithoutBorders {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

    .tableWithoutBorders th, td {
        text-align: left;
        padding: 9px 5px;
    }

.orderSummaryRequestTable {
    padding: 9px 5px;
    max-width: 150px;
}

.orderSummaryCustomTable {
    padding: 9px 5px;
    max-width: 70px;
}



#cartContent div {
    /*height: 110px;
    margin: 5px;*/
    display: inline-block;
}

#dvcart.fixed {
    position: fixed;
    left: 15px;
}


@media (min-width: 1025px) {
    #dvCart {
        flex: 1;
        border: 0px #ccc solid;
        background-color: white;
        /*padding:10px;*/
        height: auto;
        width: auto;
        margin-top: 0;
        z-index: 90;
        bottom: 0px;
        right: 0px;
    }

    #cartContent {
        /*height: 285px;*/
        display: block !important;
    }

    .smartButton {
        display: none;
    }

    .orderSummarytxt {
        display: block;
    }

    .col-md-4-orderSummary {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding-right: 15px;
        padding-left: 15px;
    }
}


@media (min-width: 300px) and (max-width: 1024px) {
    .pad-top {
        padding-top: 60px;
    }
    #dvCart {
        flex: 1;
        border: 0px #ccc solid;
        width: 100% !important;
        margin: 0;
        max-height: 70%;
        position: fixed;
        bottom: -20px;
        left: 50%;
        overflow-y: scroll;
        transform: translate(-50%, -50%);
        z-index: 9999;
    }


    .col-md-4-orderSummary {
        position: relative;
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .orderSummaryDiv {
        background-color: white;
        border: 1px solid #e3e7ed;
        color: #009f95;
    }

    .small-screen-full-width {
        width: 100% !important;
    }

    #cartContent {
        display: none;
        background-color: aliceblue;
        max-height: 60%;
        overflow-y: scroll;
    }

    .smartButton {
        display: inline-block;
    }

    .orderSummarytxt {
        margin-right: 15px;
        display: none;
    }

    #dvWizard {
        margin-bottom: 15% !important;
        min-width: 100% !important;
    }

    /* Modal Content */
    .custom-productDescModal-content {
        background-color: #fefefe;
        margin: auto;
        padding: 20px;
        border: 1px solid #888;
        width: 80%;
    }

    .custom-modal-content {
        background-color: #fefefe;
        margin: auto;
        padding: 20px;
        border: 1px solid #888;
        width: 80%;
    }
}

@media (min-width: 100px) and (max-width: 320px) {
    .resizeWizardButton {
        font-size: 9px;
        font-weight: bold;
        cursor: pointer;
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
    }
}

@media (min-width: 100px) and (max-width: 420px) {
    .extraSmallPhone {
        display: none;
    }
    .extraSmallPhoneShow {
        display: block;
        font-size: 9px;
    }
}


    /* Wizard Validation*/
    input.active:valid {
        box-shadow: 0 0 5px 1px #009f95;
    }

    input.active:invalid {
        box-shadow: 0 0 5px 1px red;
    }

    .error {
        color: red;
        font-size: 12px;
        margin-top: 5px;
    }

    .clip-text {
        overflow: hidden;
        text-overflow: clip;
        white-space: nowrap;
    }

    .ellipsis-text {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }


    .pull-right {
        float: right;
    }

    .pull-left {
        float: left;
    }





    /*-------------------------------ourTeamPhotos-------------------------------------*/
    .ourteam-container {
        position: relative;
        /*width: 50%;*/
    }

    .ourteam-image {
        display: block;
        width: 100%;
        padding: 5px;
        margin: auto;
        height: auto;
    }

    .ourteam-overlay {
        position: absolute;
        bottom: 100%;
        left: 0;
        right: 0;
        background-color: #0b273f;
        overflow: hidden;
        width: 80%;
        height: 0;
        margin: auto;
        transition: .5s ease;
    }

    .ourteam-container:hover .ourteam-overlay {
        bottom: 0;
        height: 100%;
        width: 90%;
    }

    .ourteam-text {
        white-space: nowrap;
        color: white;
        font-size: 20px;
        position: absolute;
        overflow: hidden;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }


    .imageBox {
        position: relative;
        float: left;
    }

        .imageBox .hoverImg {
            position: absolute;
            left: 0;
            top: 0;
            display: none;
        }

        .imageBox:hover .hoverImg {
            display: block;
        }



    .dv-psi-old-browser, .dv-psi-old-browser-check {
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        background-color: #f5deb3;
    }

        .dv-psi-old-browser span, .dv-psi-old-browser-check span {
            color: #000000;
        }

            .dv-psi-old-browser span:hover, .dv-psi-old-browser-check span:hover {
                color: #009f95;
            }

    .dv-psi-old-browser-check {
        position: relative;
        height: 20px;
        z-index: 200;
        display: none;
    }


.well-rounded {
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

.search-component {
    position: relative;
    border: solid thin var(--primary-color);
    background-color: rgba(255, 255, 255, 1);
    z-index: 3;
}

.hero-section .search-component {
    background-color: rgba(255, 255, 255, 0.8);
}

.search-results,
.advanced-search-cta,
.banner,
.linkedin-icon {
    z-index: 99;
    transition: 0.3s;
}

.advanced-search-cta {
    right: 0;
}

.search-result a {
    text-decoration: none;
}

.search-result:hover {
    cursor: pointer;
    color: #fff;
    background-color: var(--primary-color);
}

li#search-not-found:hover {
    cursor: pointer;
}