﻿/* Sticky Footer Styles */
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.page-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.main-content {
    flex: 1;
}

.main-footer {
    margin-top: auto;
}
.custom-section {
    position: relative;
    padding: 30px 0 70px;
    background-color: #fafafa;
}

.pricing-block .features li:before {
    content: "";
}
.modal-header {
    background: #1370b5;
    color: #ffffff;
}
.default-table tr td {
    color: black;
    font-weight: bold;
}
.btn-outline-warning {
    color: #9963B8;
    background-color: transparent;
    background-image: none;
    border-color: #9963B8
}

    .btn-outline-warning:hover {
        color: white;
        background-color: #9963B8;
        border-color: #9963B8
    }

    .btn-outline-warning:focus,
    .btn-outline-warning.focus {
        box-shadow: 0 0 0 .2rem #9963B8
    }

    .btn-outline-warning.disabled,
    .btn-outline-warning:disabled {
        color: white;
        background-color: transparent
    }

    .btn-outline-warning:not(:disabled):not(.disabled):active,
    .btn-outline-warning:not(:disabled):not(.disabled).active,
    .show > .btn-outline-warning.dropdown-toggle {
        color: white;
        background-color: #9963B8;
        border-color: #9963B8
    }

        .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
        .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem #9963B8
        }

.error {
    border: red 2px solid
}

.online {
    background-color: #76057c30;
}
.custom-p {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    background-color: #e9ecef;
    opacity: 1;
}

.cart-section {
    padding: 20px 0px 20px;
}
    .cart-section .totals-table li .col:last-child {
        text-align: left;
    }

    .cart-section .totals-table .first-col {
        width:20%
    }
    .cart-section .totals-table .second-col {
        width: 80%
    }

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
    .visitsContainer {
        display: block;
    }
    .visit-data {
        page-break-inside: avoid;
    }
   
    
}