
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}
select {
    background-color: black !important;
}
[v-cloak] {
    display: none;
}

.customHeader i {
    font-size: 3em;
    margin-right: 20px;
}

.customHeader.accordion-button:not(.collapsed) {
    color: inherit;
    background-color: inherit;
    box-shadow: none;
    border: none;
}

.card-header.customHeader i {
    font-size: 3em;
}

.customCardHeader {
    /*   background: green;*/
    padding: 20px;
}

    .customCardHeader i {
        font-size: 3em;
    }

    .customCardHeader p {
        /* margin: 0; this is messing up vertical text alignment for 'Snapshot last run:' etc.*/
        font-size: 1.3em;
    }

.card-body-extra {
    background-color: black;
    color: white;
    font-size: .8em;
    margin-bottom: 1px;
}

    .card-body-extra.header {
        background: linear-gradient(45deg, rgba(0,0,0,1) 25%, rgba(85,85,85,1) 100%);
        color: white !important;
    }

    .card-body-extra.js-external {
        background: rgb(55,166,3);
        background: linear-gradient(45deg, rgba(55,166,3,1) 25%, rgba(5,89,2,1) 100%);
    }

    .card-body-extra.js-inline {
        background: rgb(6,115,2);
        background: linear-gradient(45deg, rgba(6,115,2,1) 25%, rgba(3,64,1,1) 100%);
    }

    .card-body-extra.css-external {
        background: rgb(0,110,166);
        background: linear-gradient(45deg, rgba(0,110,166,1) 25%, rgba(0,84,127,1) 100%);
    }

    .card-body-extra.css-inline {
        background: rgb(0,135,204);
        background: linear-gradient(45deg, rgba(0,135,204,1) 25%, rgba(0,84,127,1) 100%);
    }

    .card-body-extra.iframe {
        background: rgb(242,48,5);
        background: linear-gradient(45deg, rgba(242,48,5,1) 25%, rgba(242,183,5,1) 100%);
    }


.accordion-button:focus {
    border: none !important;
    box-shadow: none !important;
}

.custom-header_Header {
    background: rgb(0,0,0);
    background: linear-gradient(45deg, rgba(0,0,0,1) 25%, rgba(85,85,85,1) 100%);
    color: white !important;
}

.custom-header_js-external {
    /*background-color: #37A603 !important;*/
    background: rgb(55,166,3);
    background: linear-gradient(45deg, rgba(55,166,3,1) 25%, rgba(5,89,2,1) 100%);
    color: white !important;
}

.custom-header_js-inline {
    /* background-color: #067302 !important;*/
    background: rgb(6,115,2);
    background: linear-gradient(45deg, rgba(6,115,2,1) 25%, rgba(3,64,1,1) 100%);
    color: white !important;
}

.custom-header_IFrame {
    /*background-color: #F25C05 !important;*/
    background: rgb(242,48,5);
    background: linear-gradient(45deg, rgba(242,48,5,1) 25%, rgba(242,183,5,1) 100%);
    color: white !important;
}

.custom-header_Image {
    /*background-color: white !important;
    background: white;
    color: black !important;*/
}

.custom-header_CssInline {
    /* background-color: #9ED900 !important;*/
    background: rgb(0,135,204);
    background: linear-gradient(45deg, rgba(0,135,204,1) 25%, rgba(0,84,127,1) 100%);
    color: white !important;
}

.custom-header_CssExternal {
    /*background-color: #9ED900 !important;*/
    background: rgb(0,110,166);
    background: linear-gradient(45deg, rgba(0,110,166,1) 25%, rgba(0,84,127,1) 100%);
    color: white !important;
}

.custom-header_Font {
}

.custom-header_Monitored {
    background: rgb(177,26,177);
    background: linear-gradient(90deg, rgba(177,26,177,1) 20%, rgba(108,13,108,1) 100%);
    color: white !important;
}

.custom-header_greenFade {
    /*   background: rgb(62,194,0);
    background: linear-gradient(90deg, rgba(62,194,0,1) 20%, rgba(62,194,0,0) 50%);*/
    background: #37A603 !important;
}

.custom-header_blueFade {
    /*    background: rgb(0,129,195);
    background: linear-gradient(90deg, rgba(0,129,195,1) 20%, rgba(0,129,195,0) 50%);*/
    background: rgba(0,84,127,1) !important;
}

.custom-header_blackFade {
    /* background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,1) 20%, rgba(0,0,0,0) 50%);*/
    background: black !important;
}

.custom-header_orangeFade {
    /*background: rgb(242,106,5);
    background: linear-gradient(90deg, rgba(242,106,5,1) 20%, rgba(242,106,5,0) 50%);*/
    background: darkorange !important;
}

.custom-header_Alert {
    background: red !important;
    color: white !important;
}

.custom-header_Header p {
    margin: 0 !important;
}

.custom-header_js-external p {
    margin: 0 !important;
}

.custom-header_js-inline p {
    margin: 0 !important;
}

.custom-header_IFrame p {
    margin: 0 !important;
}

.custom-header_CssInline p {
    margin: 0 !important;
}

.custom-header_CssExternal p {
    margin: 0 !important;
}

.custom-header_Image p {
    margin: 0 !important;
}




.is-invalid {
    background-color: red;
    color: white;
}

.form-control.is-invalid {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ffffff'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ffffff' stroke='none'/%3e%3c/svg%3e");
}


.modal-title i {
    font-size: 2em;
}


/* Spinner */
.let-the-ponies-run {
    background-image: url("/images/spinner.png");
    position: fixed;
    margin: 0 auto;
    z-index: 99999999;
    margin-left: -80px;
    text-align: center;
    left: 50%;
    top: 40%;
    width: 150px;
    height: 150px;
    z-index: 10000;
    -webkit-animation: play .3s steps(11) infinite;
    -moz-animation: play .3s steps(11) infinite;
    -ms-animation: play .3s steps(11) infinite;
    -o-animation: play .3s steps(11) infinite;
    animation: play .3s steps(11) infinite;
    -webkit-animation-play-state: running; /* Chrome, Safari, Opera */
    animation-play-state: running;
}

@-webkit-keyframes play {
    from {
        background-position: 0px;
    }

    to {
        background-position: -1650px;
    }
}

@-moz-keyframes play {
    from {
        background-position: 0px;
    }

    to {
        background-position: -1650px;
    }
}

@-ms-keyframes play {
    from {
        background-position: 0px;
    }

    to {
        background-position: -1650px;
    }
}

@-o-keyframes play {
    from {
        background-position: 0px;
    }

    to {
        background-position: -1650px;
    }
}
/*end Spinner*/


.card a {
    text-decoration: none;
}

.form-switch .form-check-input {
    width: 60px;
    height: 30px;
}

.form-check-input:checked {
    background-color: green;
}

.form-check-input.blue:checked {
    background-color: dodgerblue;
}

/* Diff Check styling */
.diff-table {
    font-family: monospace;
    /*background: #FFFFFF;*/
    font-size: 13px;
    border-collapse: collapse;
}

.side-content-header {
    width: 50%;
    font-size: 1.5em;
}

.diff-row {
}

.diff-line-number {
    color: #999;
    padding: 0 8px 0 5px;
    text-align: right;
    vertical-align: top;
}

    .diff-line-number:before {
        content: attr(data-content);
    }

.diff-line {
    white-space: pre-wrap;
    word-break: break-all;
    overflow-wrap: break-word;
    line-height: 1rem;
    padding-right: 20px;
}

.diff-line-inserted {
    background: rgba(55,166,3,0.3);
}

.diff-line-removed {
    /* background: rgba(255,255,255,0.2);*/
    background: rgba(255,0,0,0.6);
}

.diff-line-empty {
    background: rgba(255,255,255,0.3);
}

.diff-line-modified.diff-line-with-inserts {
    background: rgba(55,166,3,0.3);
}

.diff-line-modified.diff-line-with-removes {
    background: rgba(255,0,0,0.3);
}

.diff-chunk-inserted {
    background: rgba(55,166,3,0.6);
}

.diff-chunk-removed {
    background: rgba(255,0,0,0.6);
}

/*Mine*/
.side-content-header:nth-of-type(2)::before {
    content: "Original Snapshot";
}

.side-content-header::before {
    content: "Snapshot Comparison";
}
.monitored-matched{
    color: red;
}
/* Diff Check styling end */
.alert-success {
    background-color: green;
    color: white;
}

.card-header.customHeader .fa-eye {
    color: rgba(255,255,255);
}

.card-header.customHeader .fa-js {
    color: rgba(55,166,3);
}

.card-header.customHeader .fa-css3 {
    color: rgb(0,110,166);
}

.card-header.customHeader .fa-file-code {
    color: black;
}

.card-header.customHeader .fa-code {
    color: rgb(242,48,5);
}

.card-header.customHeader span {
    color: white;
    font-size: 1.5em;
}

.card-header.customHeader p, .dropdown-menu.dropdown-menu-end p {
    margin: 0;
    /* text-align: center;*/
}

.card-header.customHeader .dropdown-menu {
    border-radius: 5px;
}

.card-header.customHeader .fa-binoculars {
    font-size: 1.7em;
    color: white;
    margin-top: 20px;
    margin-right: 10px;
}

    .card-header.customHeader .fa-binoculars::before {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        border: 2px solid white;
        padding: 10px;
    }

    .card-header.customHeader .fa-binoculars:hover::before {
        background-color: black;
    }

    .card-header.customHeader .fa-binoculars:hover {
    }

.card-header.customHeader .fa-bars {
    font-size: 1.7em;
    color: white;
    margin-right: 0;
    opacity: .75;
}

    .card-header.customHeader .fa-bars:hover {
        opacity: 1;
        /* font-size: 1.75em;*/
    }

.btn-danger {
    background-color: red;
}

    .btn-danger:hover {
        background-color: white;
        color: red;
    }

        .btn-danger:hover h4 {
            color: red;
        }

.alert-danger h6 {
    color: red;
}

.alert-danger label {
    color: rgba(255, 255, 255, 0.7);
}

.clickable {
    cursor: pointer;
}

tr.clickable:hover {
    background: rgba(255, 255, 255, 0.4);
}

.fa-solid.fa-circle-exclamation.red {
    background: white;
    color: red;
    font-size: 1.2em;
    border: 2px solid white;
    border-radius: 50%;
    -webkit-font-smoothing: antialiased;
}

    .fa-solid.fa-circle-exclamation.red:hover {
        background: red;
        color: white;
        font-size: 1.6em;
        border: 3px solid red;
    }

.fa-solid.fa-exclamation-triangle.red {
    color: red;
    font-size: 1.5em;
}

.fa-solid.fa-gavel {
    color: orangered;
}

    .fa-solid.fa-gavel:hover {
        color: orange;
    }

.fa-solid.fa-circle-check.green {
    color: green;
    border: 1px solid white;
    border-radius: 50%;
    background: white;
}

    .fa-solid.fa-circle-check.green:hover {
        color: lawngreen;
    }

.fa-solid.fa-ghost.orange {
    color: orange;
}

    .fa-solid.fa-ghost.orange:hover {
        color: darkorange;
    }

.validation-summary-errors ul {
    list-style: none;
    list-style-type: none;
    text-align: center;
    padding: 0;
    margin-bottom: 0;
}

/*Keep card bodies from running long*/
.list-group-item .row:first-of-type .col-8, .list-group-item .row:first-of-type .col-7 {
    max-height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.card-footer.duplicate {
    background-color: mediumpurple;
    text-align: center;
    color: white;
}

.card-footer.removed {
    background-color: red;
    text-align: center;
    color: white;
}

    .card-footer.removed small {
        font-size: 1.5em;
    }

.card {
    margin-bottom: 0;
}

.table.centered td {
    vertical-align: middle;
}

.field-validation-error span {
    color: red;
}

.offcanvas h5 {
    color: black;
}

.offcanvas .btn-close {
    filter: invert(0) grayscale(10%) brightness(10%);
}

/*The default font weight makes it look fuzzy*/
.badge {
    font-weight: 100;
}

.recommendation {
    color: darkorange;
    display: inline-block;
    padding-left: 20px;
    padding-bottom: 20px;
    font-size: .6em;
}

/*Stop the damn faded text*/
.modal-content {
    color: rgba(255, 255, 255, 1);
}
/*kill fuzzy bold text*/
th {
    font-weight: normal;
}

.menu-label.lg {
    font-size: 1em;
    padding-bottom: 0;
}

.custom-warning {
    color: white;
    background-color: rgba(242, 107, 5, .8);
}

.rainbow-bg {
    background: rgb(131,58,180);
    background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
}

.rainbow-bg-1 {
    background-color: rgb(131,58,180);
    background-color: linear-gradient(270deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
}

.rainbow-bg-11 {
    background: rgb(131,58,180);
    background: radial-gradient(circle, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
}

.rainbow-bg-greens {
    background: rgb(10,127,96);
    background: linear-gradient(270deg, rgba(10,127,96,1) 0%, rgba(83,167,71,1) 100%);
}

.rainbow-bg-greens-radial {
    background: rgb(10,127,96);
    background: radial-gradient(circle, rgba(10,127,96,1) 0%, rgba(83,167,71,1) 100%);
}

.rainbow-bg-blues {
    background: rgb(26,71,137);
    background: linear-gradient(270deg, rgba(26,71,137,1) 0%, rgba(24,148,198,1) 100%);
}

.rainbow-bg-blues-radial {
    background: rgb(26,71,137);
    background: radial-gradient(circle, rgba(26,71,137,1) 0%, rgba(24,148,198,1) 100%);
}

.nonButton {
    cursor: default;
    pointer-events: none;
    padding: 3px 15px;
    font-size: .8em;
    margin-right: 10px;
    margin-bottom: 5px;
}

.customHover {
    pointer-events: all;
    cursor: pointer;
}

.card.card-body span {
    font-size: .9em;
}
/*
.pauseEngineBtn {
    text-align: center;
}

    .pauseEngineBtn .fa-circle-pause {
        font-size: 3em;
        color: white;
        padding: 5px;
    }

    .pauseEngineBtn .badge:hover {
        background-color: white !important;
        cursor:pointer;
    }

        .pauseEngineBtn .badge:hover .fa-circle-pause {
            color: rgb(25, 135, 84) !important;
            font-size: 3.1em;
        }

.startEngineBtn {
    text-align: center;
}

    .startEngineBtn .text-bg-danger {
        background-color: red !important;
    }

    .startEngineBtn .fa-circle-play {
        font-size: 3em;
        color: white;
        padding: 5px;
    }

    .startEngineBtn .badge:hover {
        background-color: white !important;
        cursor: pointer;
    }

        .startEngineBtn .badge:hover .fa-circle-play {
            color: red !important;
            font-size: 3.1em;
        }
*/

.tooltip-pop {
    /*display: inline;*/
    position: relative;
    /*font-size: .9em;*/
}

    .tooltip-pop i.glyphicons:before {
        color: #999;
    }

    .tooltip-pop tooltip {
        display: none;
    }

    .tooltip-pop:hover i.glyphicons:before {
        color: #333;
    }

    .tooltip-pop:hover:after {
        background: #333;
        background: rgba(0, 0, 0, 0.7);
        border-radius: 5px;
        bottom: 43px;
        color: #fff;
        content: attr(title);
        left: 20%;
        padding: 5px 15px;
        position: absolute;
        z-index: 98;
        width: 250px;
        border: 1px solid #666;
        white-space: pre-wrap;
    }

    .tooltip-pop:hover:before {
        border: solid;
        border-color: #333 transparent;
        border-width: 6px 6px 0 6px;
        bottom: 37px;
        content: "";
        left: 50%;
        position: absolute;
        z-index: 99;
    }

.pop-left:hover:after {
    background: #333;
    background: rgba(0,0,0,.7);
    border-radius: 5px;
    bottom: 43px;
    color: #fff;
    content: attr(title);
    left: -275px;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 300px;
    border: 1px solid #666;
    white-space: pre-wrap;
}

.pop-left:hover:before {
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 37px;
    content: "";
    left: 0;
    position: absolute;
    z-index: 99;
}

.pop-singleline:hover:after {
    white-space: nowrap;
    width: 600px;
}

.pop-down:hover:after {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    bottom: -85px;
    color: #fff;
    content: attr(title);
    left: -250px;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 300px;
    border: 1px solid #666;
    white-space: pre-wrap;
}

.pop-down:hover:before {
    border: solid;
    border-color: #333 transparent;
    border-width: 0 6px 6px 6px;
    bottom: 10px;
    content: "";
    left: 0;
    position: absolute;
    z-index: 99;
}

.pop-wide:hover:after {
    left: 0;
    width: 350px;
}

.tooltip-pop:hover:after {
    content: attr(data-tooltip);
}

.prioritySection {
    padding: 10px;
}

.prioritySectionLow {
}

.prioritySectionMedium {
    background-color: darkorange !important;
}

.prioritySectionHigh {
    background-color: #ffd200 !important;
}

.prioritySectionCritical {
    background-color: #e700b3 !important;
}

.prioritySection .fa-bell, .prioritySection .fa-bell-slash, .prioritySection .fa-handshake-slash, .prioritySection .fa-handshake {
    float: right;
    font-size: 1.2em;
    color: white;
    margin-right: 10px;
}

.prioritySection .fa-handshake-slash, .prioritySection .fa-handshake {
    float: right;
    font-size: 1.2em;
    color: white;
    margin-left: 10px;
}

    .prioritySection .fa-bell::before, .prioritySection .fa-handshake::before {
        width: 100px;
        height: 100px;
        border-radius: 30%;
        border: 2px solid white;
        padding: 10px;
    }

.prioritySection .fa-bell:hover::before {
    background-color: black;
}

.fa-handshake::before {
    background-color: green;
}

.fa-handshake::before {
    background-color: green;
}

.prioritySection .fa-handshake-slash, .prioritySection .fa-handshake {
    float: left;
}

.prioritySection .fa-bell, .prioritySection .fa-handshake {
    color: white;
}

.prioritySection .fa-bell-slash, .prioritySection .fa-handshake-slash {
    color: #999;
}

    .prioritySection .fa-bell-slash::before, .prioritySection .fa-handshake-slash::before {
        width: 100px;
        height: 100px;
        border-radius: 30%;
        border: 2px solid #999;
        padding: 10px;
    }

    .prioritySection .fa-bell-slash:hover::before, .prioritySection .fa-handshake-slash:hover::before {
        background-color: black;
    }

.new-snapshot .card-header {
    background-color: #777;
    font-size: 1.2em;
}

.new-snapshot .card-body {
    background-color: #333;
}

.new-snapshot .form-check-label {
    margin-left: -40%;
}

.list-group-item span {
    word-wrap: break-word; /* Forces long URLs to wrap to the next line */
    overflow-wrap: break-word; /* Same effect as word-wrap */
    display: inline-block; /* Prevents it from overflowing horizontally */
    word-break: break-all; /* Breaks long words to fit in container */
}

.blog-post h2 {
    font-size: 1.8em;
}

.blog-post h3 {
    margin-bottom: 0;
    font-size: 1.3em;
}

.blog-post {
    margin-bottom: 20px;
}

/*Braintree styling overrides*/
/* Style the Drop-in container */
/*#bt-dropin, .subscription {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 20px;*/
/* max-width: 400px; */
/*margin: 0 auto;
    background-color: #f9f9f9;*/
/* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
/*}

    .subscription h1, .subscription h2, .subscription h3, .subscription h4, .subscription p {
        color: black;
    }*/

.braintree-method {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
}

    .braintree-method:last-child {
        border-bottom: none;
    }

.braintree-input {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px;
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    transition: border-color 0.2s ease-in-out;
}

    .braintree-input:focus {
        border-color: #007bff;
        outline: none;
        box-shadow: 0 0 5px rgba(0, 123, 255, 0.2);
    }

/* Style the buttons */
.custom-submit-button {
    display: block;
    width: 100%;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 12px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

    .custom-submit-button:hover {
        background-color: #0056b3;
    }

/* Style error messages */
.braintree-sheet__error {
    color: #d9534f;
    font-weight: bold;
    padding: 5px 0;
}
/*End Braintree*/

.card-title {
    color: white;
}

.badge {
    line-height: initial;
}

textarea::placeholder {
    color: #555 !important;
}

.toast-body {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
}

.toast {
    --bs-toast-bg: none;
}

.strikethrough {
    position: relative;
    display: inline-block;
}

    .strikethrough::before,
    .strikethrough::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        height: 2px; /* Adjust thickness of the lines */
        background-color: white; /* Line color */
        transform-origin: center;
        pointer-events: none;
    }

    .strikethrough::before {
        transform: rotate(45deg); /* First diagonal line */
    }

    .strikethrough::after {
        transform: rotate(-45deg); /* Second diagonal line, opposite direction */
    }

.outlined-text {
    color: green; /* Green text color */
    text-shadow: 1px 1px 0 white, -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white; /* White text outline */
}

.subscription p {
    margin: 0;
}
.modal-header-danger {
    background-color: red; 
    color: white; 
}
.modal-header-info {
    background-color: green;
    color: white;
}
    .braintree-form__notice-of-collection a {
        color: black !important;
        text-decoration: none;
    }
.sticky-card {
    position: sticky;
    top: 100px; /* Sticks 20px from the top */
    z-index: 1000;
}
@media (max-width: 767px) {
    section.background-container.autosize {
        min-height: inherit;
    }
}

@media (min-width: 768px) {
    section.background-container.autosize {
        min-height: 1200px;
    }
}

@media (min-width: 1280px) {
    section.background-container.autosize {
        min-height: 1200px;
    }
    .pricingSwitch {
        margin-top: -25px;
        margin-right: 20px;
    }

}

@media (max-width: 1200px) {
    section.background-container.autosize {
        min-height: inherit;
    }

    .price .strikethrough {
        position: absolute;
        left: 40%;
        top: 30%;
        font-size: .6em !important;
    }

    .pricing-tables-helight-two .price {
        padding: 80px 0 50px 0 !important;
    }

    .price .outlined-text {
        display: block;
    }

    .price .term {
        display: block !important;
        margin-top: 20px !important;
    }
}
/*Bootstrap Overrides*/
@media (max-width: 768px) {
    .p-5 {
        padding: 0 !important;
    }
    .row {
        --bs-gutter-x: 0;
    }
}
@media (max-width: 991px) {
    .row {
        --bs-gutter-x: 0;
    }
}




.pricing-tables-helight-two{
	position: relative;
    width: 100%;
	-webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow:  0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}
.pricing-tables-helight-two .title {
	width: 100%;
	height: 75px;
	padding: 25px 0 0 0;
	background-color: #2b8ec9;
	text-align: center;
	font-size: 23px;
	color: #fff;
	border-top: 3px solid #2285c0;
	border-bottom: 1px solid #41a3dd;
}
.pricing-tables-helight-two .price {
	width: 100%;
	padding: 50px 0 30px 0;
	background-color: #1889c1;
	text-align: center;
	font-size: 45px;
	color: #fff;
}
.pricing-tables-helight-two .price i {
	font-size: 14px;
	color: #eee;
	display: block;
	font-weight: normal;
	font-style: normal;
	margin-top: 5px;
}
.pricing-tables-helight-two .cont-list {
	float: left;
	width: 100%;
	padding: 15px 0;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	background-color: #f9f9f9;
	text-align: center;
	color: #727272;
}
.pricing-tables-helight-two .cont-list ul {
	margin: 0;
	padding: 0;
}
.pricing-tables-helight-two .cont-list li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 30px;
	border-bottom: 1px solid #fff;
    font-size: 1.3em;
}
.pricing-tables-helight-two .cont-list li.last {
	border: none;
}
.pricing-tables-helight-two .ordernow {
	float: left;
	width: 100%;
	padding: 30px 0 35px 0;
	background-color: #2b8ec9;
	text-align: center;
	color: #fff;
}

.form-check-input-orange:checked {
    background-color: darkorange;
}

.ordernow:hover{
    background-color: #319fe0;
}

.normalbut{
    font-size: 1.5em;
    line-height: 1.5em;
}

.fa-solid.fa-bars{
    font-size: 2em;
}