﻿:root {
    --font-default: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-primary: "Segoe UI", sans-serif;
    --font-secondary: "Montserrat", sans-serif;
    --color-default: #212529;
    --color-primary: #123195;
    --color-secondary: #37373f;
    --blue-01: #002045;
    --white: #fff;
    --white-01: #2020200a;
    --white-02: #ffffffb3;
    --gray: #f3f2f6;
    --gray-2: #ececec;
    --black-01: #7c7a7a;
    scroll-behavior: smooth;
    --bs-border-width: 1px;
    --toastify-color-light: #fff;
    --toastify-color-dark: #121212;
    --toastify-color-info: #3498db;
    --toastify-color-success: #07bc0c;
    --toastify-color-warning: #f1c40f;
    --toastify-color-error: #e74c3c;
    --toastify-color-transparent: #ffffffb3;
    --toastify-icon-color-info: var(--toastify-color-info);
    --toastify-icon-color-success: var(--toastify-color-success);
    --toastify-icon-color-warning: var(--toastify-color-warning);
    --toastify-icon-color-error: var(--toastify-color-error);
    --toastify-toast-width: 320px;
    --toastify-toast-background: #fff;
    --toastify-toast-min-height: 64px;
    --toastify-toast-max-height: 800px;
    --toastify-font-family: sans-serif;
    --toastify-z-index: 9999;
    --toastify-text-color-light: #757575;
    --toastify-text-color-dark: #fff;
    --toastify-text-color-info: #fff;
    --toastify-text-color-success: #fff;
    --toastify-text-color-warning: #fff;
    --toastify-text-color-error: #fff;
    --toastify-spinner-color: #616161;
    --toastify-spinner-color-empty-area: #e0e0e0;
    --toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
    --toastify-color-progress-dark: #bb86fc;
    --toastify-color-progress-info: var(--toastify-color-info);
    --toastify-color-progress-success: var(--toastify-color-success);
    --toastify-color-progress-warning: var(--toastify-color-warning);
    --toastify-color-progress-error: var(--toastify-color-error);
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, #ffffff26, #fff0);
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 2rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: #212529bf;
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: #21252980;
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: #0000002d;
    --bs-border-radius: .9rem;
    --bs-border-radius-sm: .25rem;
    --bs-border-radius-lg: .5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 .5rem 1rem #00000026;
    --bs-box-shadow-sm: 0 .125rem .25rem #00000013;
    --bs-box-shadow-lg: 0 1rem 3rem #0000002d;
    --bs-box-shadow-inset: inset 0 1px 2px #00000013;
    --bs-focus-ring-width: .25rem;
    --bs-focus-ring-opacity: .25;
    --bs-focus-ring-color: #0d6efd40;
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
    --font-default: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-primary: "Segoe UI", sans-serif;
    --font-secondary: "Montserrat", sans-serif;
    --color-default: #212529;
    --color-primary: #123195;
    --color-secondary: #37373f;
    --blue-01: #002045;
    --white: #fff;
    --white-01: #2020200a;
    --white-02: #ffffffb3;
    --gray: #f3f2f6;
    --gray-2: #ececec;
    --black-01: #7c7a7a;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
}

body {
    font-family: var(--bs-body-font-family);
    font-size: 1.6rem /*var(--bs-body-font-size)*/;
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    display: flex !important;
    flex-direction: column !important;
    min-height: 100vh !important;
}

body {
    display: flex !important;
    flex-direction: column !important;
    min-height: 100vh !important;
}

.container-fluid.body-wrapper.main-container {
    flex: 1 !important;
}

@media (width >= 576px) {

    .m-t-80 {
        margin-top: 100px;
    }
}

.pb-5 {
    padding-bottom: 5rem !important;
}

.helpful-hints {
    background: #f3f2f6;
    min-height: 350px;
    /*margin-top: 100px;*/
}

*, :after, :before {
    box-sizing: border-box;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    padding-right: calc(var(--bs-gutter-x)* .7);
    padding-left: calc(var(--bs-gutter-x)* .7);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}


p {
    margin-top: 0;
    margin-bottom: 1rem;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-secondary);
}

@media (width >= 1200px) {
    .h2, h2 {
        font-size: 3rem;
    }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: var(--bs-heading-color);
    margin-top: 0;
    font-weight: 500;
}

b, strong {
    font-weight: bolder;
}

.mt-5 {
    margin-top: 5rem;
}

.g-4, .gy-4 {
    --bs-gutter-y: 1.5rem !important;
}

@media (width >= 992px) {
    .col-lg-4 {
        flex: none;
        width: 33.3333%;
        margin-top: 1.5rem
    }
}

.row > * {
    padding-right: calc(var(--bs-gutter-y)* 0.5);
    padding-left: calc(var(--bs-gutter-x)* 0.5);
    margin-top: 1.5rem;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
}

.h-100 {
    height: 100% !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.card {
    --bs-card-spacer-y: 1.6rem;
    --bs-card-spacer-x: 1.6rem;
    --bs-card-title-spacer-y: .5rem;
    --bs-card-subtitle-color:;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-box-shadow:;
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) -(var(--bs-border-width)));
    --bs-card-cap-padding-y: .5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), .03);
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: .75rem;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
    background-clip: border-box;
    flex-direction: column;
    min-width: 0;
    display: flex;
    position: relative;
    box-shadow: 0 12px 24px #0000001a;
}

.card-body {
    padding: 25px;
    color: var(--bs-card-color);
    flex: auto;
}

.helpful-hints-contents .card span {
    color: #000 !important;
}

.helpful-hints-contents .img-circle {
    text-align: center;
    background-color: #f3f2f6;
    border-radius: 50px;
    width: 60px;
    height: 60px;
    padding-top: 5px;
}

    .helpful-hints-contents .img-circle i {
        font-size: 30px;
    }

.h5, h5 {
    font-size: 2rem;
}

.card-text:last-child {
    margin-bottom: 0;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
    flex-wrap: wrap;
    display: flex;
}

@media (width >= 992px) {
    @media (width >= 576px) {
        .pt-sm-4 {
            padding-top: 3rem !important;
        }
    }
}

.img-circle {
    display: flex;
    justify-content: center;
    align-items: center;
}

.helpful-hints-contents .card {
    border-radius: 10px;
    min-height: 250px;
}

@media (min-width: 768px) and (max-width: 990px) {
    .container, .container-md, .container-sm {
        max-width: 720px;
    }

    .helpful-hints-contents .card {
        border-radius: 10px;
        min-width: 700px;
    }
    #hints-section {
        margin-top: 20%;
    }
  
}

@media (min-width: 992px) and (max-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }

    .mt-4.mt-sm-0.troup-county-card {
        width: 93% !important;
    }

    .container.hints {
        margin-top: 100px !important;
    }
    #hints-section {
        margin-top: 20%;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}

.h6, h6 {
    font-size: 1.4rem;
}

.h4, h4 {
    font-size: calc(2rem + .3vw);
}

#SearchTerm {
    box-sizing: border-box;
    font-family: inherit;
    margin: 0;
    font-size: 20px;
    color: var(--bs-body-color);
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    width: 100%;
    font-weight: 400;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    display: block;
    height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    line-height: 1.25;
    padding: 1rem .75rem;
    background-position: right calc(.375em + .1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    padding-right: calc(1.5em + .75rem);
    border: none;
    border-bottom: 2px solid var(--black-01);
    border-radius: 0;
    padding-left: 3px;
    background-image: none;
    /* border-color: #dc3545 !important;*/
}


#SearchableProperty, #current_bill_amt, #tax_year {
    box-sizing: border-box;
    font-family: inherit;
    margin: 0;
    text-transform: none;
    word-wrap: normal;
    font-size: 18px !important;
    padding-bottom: 2px !important;
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    color: var(--bs-body-color);
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-position: right .75rem center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-weight: 400;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    display: block;
    height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    line-height: 1.25;
    padding-top: 1.625rem;
    border: none;
    border-bottom: 2px solid var(--black-01);
    border-radius: 0;
    padding-left: 3px;
    margin-top: 0px;
    box-sizing: border-box;
    font-family: inherit;
    margin: 0;
    font-size: 20px !important;
    color: var(--bs-body-color);
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    width: 100%;
    font-weight: 400;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    display: block;
    height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    line-height: 1.25;
    padding: 1rem .75rem;
    background-position: right calc(.375em + .1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    padding-right: calc(1.5em + .75rem);
    border: none;
    border-bottom: 2px solid var(--black-01);
    border-radius: 0;
    padding-left: 3px;
    background-image: none;
}

input:focus, select:focus {
    outline: none;
    border: none;
}

.troup-county {
    height: 280px;
    background: linear-gradient(92.16deg, #122974 38.53%, #0d30a1 96.35%, #123195 96.35%);
}

    .troup-county .troup-county-heading h1 {
        color: white;
        font-size: 3.5rem;
        font-weight: 700;
    }

.troup-county-sub-heading {
    color: white !important;
    font-size: 2.75rem;
    font-weight: 700;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}


    .troup-county .troup-county-card {
        justify-content: center;
        background-color: var(--white);
        border-radius: 10px;
        gap: 1.25rem;
        width: 85.5% !important;
        padding: 1.5rem;
        position: absolute;
        box-shadow: 0 12px 24px #0000001a;
        margin-right: 8%;
        margin-top: 0.5% !important;
        padding: auto;
        margin-left: 0.5%;
    }

.d-flex.flex-column.troup-county-contents {
    /*    margin-left: 7% !important;*/
    padding-top: 2% !important;
}

.form-floating > .form-control {
    border: none;
    border-bottom: 2px solid var(--black-01);
    border-radius: 0;
    padding-left: 3px;
}

.form-floating > .form-select {
    border: none;
    border-bottom: 2px solid #7c7a7a;
    border-radius: 0;
    margin-top: 6px;
    padding-left: 3px;
}

.row.filter {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
    flex-wrap: wrap;
    display: flex;
    width: 100%;
}

.form-group {
    margin-bottom: 15px;
}

.label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {
    height: calc(3.5rem + calc(var(--bs-border-width)* 2));
    min-height: calc(3.5rem + calc(var(--bs-border-width)* 2));
    line-height: 1.25;
}

.form-select {
    --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    background-position: right .75rem center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    display: block;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    background-image: none;
    border-color: #dc3545 !important;
}


.container {
    overflow: hidden;
}

.m-6 {
    margin: 6rem !important;
}

.outer-con {
    width: 100%;
    justify-content: center;
    display: flex;
}

.tp-subheader {
    color: #37373f !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 30px !important;
    margin: 0px;
}

.tp-header-desc {
    color: #123195 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    font-family: "Montserrat", sans-serif !important;
    margin: 0 !important;
}

.site-icon.ps-icon.tp.col {
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-top: 9%;
}

.container-fluid.hidden-xs.row {
    padding-left: 7% !important;
    padding-right: 7% !important;
}

svg:not(:root) {
    margin-right: 10px;
}

.header-topic {
    color: #123195 !important;
}

@media (max-width: 600px) {
    .col-md-12.col-sm-12.col-xs-12.footer-disclaimer {
        font-size: 1rem !important;
    }

    .footer {
        font-size: 1rem;
    }

    .site-icon.ps-icon.tp.col {
        margin-left: 10px !important;
    }

    .m-t-80 {
        margin-top: 80% !important;
    }

    @media (max-width: 600px) {
        .troup-county-contents input, select {
            width: 114% !important;
        }
    }

    .mt-4.mt-sm-0.troup-county-card {
        padding-right: 6% !important;
    }

    .submit-button {
        margin-top: 5% !important;
        border-color: #5F9EA0 !important;
    }
    #hints-section {
        margin-top: 100%;
    }
}
/*/////////////////////////////////////////////////////////*/


@media (width >= 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }

    .card.h-100.searchcard.card-width {
        width: 425px;
    }

    .gy-4.helpful-hints-contents {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 1px;
    }

    .mt-4.mt-sm-0.troup-county-card {
        /* margin-left:-5% !important;*/
    }

    .row .gy-4 .helpful-hints-contents {
        margin-left: -15px !important;
    }

    .col-lg-4.row-width {
        flex: none;
        width: 33% !important;
        margin-top: 1.5rem;
    }

    .hidden-xs.troup-county-heading {
        display: flex;
        flex-direction: row;
        color: white;
        font-size: 5rem;
        font-weight: 700;
        line-height: 10rem;
        margin-top: 5rem;
    }
}


.troup-county .troup-county-sub-heading {
    color: var(--white);
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.5;
}

.col-11 {
    width: 90% !important;
}

.col-1 {
    width: 10% !important;
}

.mt-4.mt-sm-0.troup-county-card {
    padding: 2rem !important;
}

.text-center.gy-4.col-1.hidden-xs {
    margin: auto !important;
}

@media (max-width: 767px) {
    .visible-xs.troup-county-heading {
        display: block !important;
        margin-top: 15%;
    }
}

@media (max-width: 767px) {
    .troup-county .troup-county-sub-heading h6 {
        font-size: 2.5rem;
    }
}

@media (max-width: 767px) {
    .troup-county .troup-county-heading h1 {
        font-size: 3.2rem;
    }
}

@media (max-width: 765px) {
    .troup-county .troup-county-card {
        width: 95% !important;
        padding-top: 2%;
    }
}



@media (min-width: 700px) and (max-width: 1200px) {
    .visible-xs {
        display: block !important;
    }

    .hidden-xs {
        display: none !important;
    }

    .mt-4 mt-sm-0 troup-county-card {
        width: 80% !important;
    }

    .troup-county-contents {
        margin-top: 3% !important;
    }

    .troup-county .troup-county-card {
        margin-bottom: 3.5rem !important;
    }

    .input[type=button].btn-block, .input[type=reset].btn-block, .input[type=submit].btn-block {
        width: 100% !important;
    }

    .col-custom-12 {
        width: 100% !important
    }

    .submit-button {
        margin-top: 2% !important;
    }
}

label {
    /*color: #7C7A7A !important;*/
    font-weight: 400;
}

option {
    margin-left: 10% !important;
}

#sample-data {
    color: #5f9ea0 !important;
}

/*.btn-primary {
    background: #5F9EA0 !important;
    border-color: #5F9EA0 !important;
}*/

.submit-button {
    margin-top: 5%;
    border-color: #5F9EA0 !important;
}


/*/////////////////////////////////////////////////////////////////////*/

.btn-group-sm > .btn, .btn-sm {
    --bs-btn-padding-y: .25rem;
    --bs-btn-padding-x: .5rem;
    --bs-btn-font-size: .875rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px #00000020;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
    --bs-btn-color: #fff !important;
    --bs-btn-bg: #6c757d !important;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5c636a;
    --bs-btn-hover-border-color: #565e64;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px #00000020;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d;
    --bs-btn-border-radius: 5px !important;
}

.btn {
    --bs-btn-padding-x: 1.8rem;
    --bs-btn-padding-y: .7rem;
    --bs-btn-font-family: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-btn-font-size: 1.6rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 #ffffff26, 0 1px 1px #00000013;
    --bs-btn-disabled-opacity: .65;
    --bs-btn-focus-box-shadow: 0 0 0 .25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    display: inline-block;
}

    .btn:hover {
        color: white;
        text-decoration: none;
    }

@media (max-width: 3000px) {
    .billcart {
        padding: 10px 24px !important;
    }
}

@media (max-width: 999px) {
    .billcart {
        padding: 5px 10px !important;
    }
}

@media (max-width: 767px) {
    .billcart {
        padding: 5px !important;
        font-size: 8pt !important;
    }
}

@media (max-width: 999px) {
    .billcart {
        margin-left: 3px;
        font-size: 12px;
    }

    .card-body {
        padding: 16px;
    }

    svg:not(:root) {
        margin-right: 0px;
    }

    .d-mobile {
        display: block !important;
    }

    .d-desktop {
        display: none !important;
    }

    .d-none {
        display: none !important;
    }

    .d-block {
        display: block !important;
    }

    td.col-6 {
        white-space: normal !important;
    }

    .border-none {
        border: 0px !important;
    }

    input[type=checkbox], input[type=radio] {
        margin: 4px 4px 0 0px !important;
    }
}

.billcart {
    background-color: var(--color-primary);
}

button, select {
    text-transform: none;
}

.ps-2 {
    padding-left: .5rem !important;
}

.d-block {
    display: block;
}

.d-mobile {
    display: none;
}

.d-none {
    display: none;
}

.visually-hidden {
    display: none;
}

.table-responsive {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
}

.react-bootstrap-table.table-responsive > table {
    table-layout: auto !important;
}

.react-bootstrap-table table {
    table-layout: fixed;
}

.table {
    --bs-table-color-type: initial;
    --bs-table-bg-type: initial;
    --bs-table-color-state: initial;
    --bs-table-bg-state: initial;
    --bs-table-color: var(--bs-body-color);
    --bs-table-bg: var(--bs-body-bg);
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-body-color);
    --bs-table-striped-bg: #0000000d;
    --bs-table-active-color: var(--bs-body-color);
    --bs-table-active-bg: #0000001a;
    --bs-table-hover-color: var(--bs-body-color);
    --bs-table-hover-bg: #00000013;
    vertical-align: top;
    border-color: var(--bs-table-border-color);
    width: 100%;
    margin-bottom: 1rem;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
}

.table > thead {
    vertical-align: bottom;
}

tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

.grayth {
    background-color: #ececec !important;
}

.table > :not(caption) > * > * {
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
    padding: .5rem;
}

.text-center {
    text-align: center !important;
}

tr.grayth th {
    white-space: nowrap;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}

.custom-cursor {
    cursor: default !important;
}

div[style*="color: green;"], span[style*="color: green;"] {
    text-align: center;
    background: green;
    border-radius: 5px;
    width: 110px;
    padding: 5px 10px;
    font-weight: 500;
    color: #fff !important;
}

span[style*="color: green;"] {
    background-color: green;
    border-radius: 5px;
    padding: 5px 15px;
    display: inline-block;
    color: #fff !important;
}

div[style*="color: red;"], span[style*="color: red;"] {
    text-align: center;
    background-color: #b41616;
    border-radius: 5px;
    width: 110px;
    padding: 5px;
    font-weight: 500;
    display: inline-block;
    color: #fff !important;
}

.w-12 {
    width: 12%;
}

.w-auto {
    width: auto !important;
}

.dropdown, .dropdown-center, .dropend, .dropstart, .dropup, .dropup-center {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

button, select {
    text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}

    input[type=button].btn-primary, input[type=submit].btn-primary, button.btn-primary, .btn.active {
        background: var(--color-primary);
        border-color: var(--color-primary);
        color: var(--white);
        border-radius: 5px;
    }

.react-bootstrap-table-page-btns-ul {
    float: right;
    margin-top: 0 !important;
}

.pagination {
    --bs-pagination-padding-x: .75rem;
    --bs-pagination-padding-y: .375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: var(--bs-body-bg);
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: var(--bs-border-color);
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: var(--bs-tertiary-bg);
    --bs-pagination-hover-border-color: var(--bs-border-color);
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0 0 0 .25rem #0d6efd40;
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #0d6efd;
    --bs-pagination-active-border-color: #0d6efd;
    --bs-pagination-disabled-color: var(--bs-secondary-color);
    --bs-pagination-disabled-bg: var(--bs-secondary-bg);
    --bs-pagination-disabled-border-color: var(--bs-border-color);
    padding-left: 0;
    list-style: none;
    display: flex;
}

.active.page-item {
    /*background-color: cadetblue !important;*/
    color: white !important;
}

.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: .5rem;
    --bs-dropdown-spacer: .125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: var(--bs-body-color);
    --bs-dropdown-bg: var(--bs-body-bg);
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: var(--bs-border-radius);
    --bs-dropdown-border-width: var(--bs-border-width);
    --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: .5rem;
    --bs-dropdown-box-shadow: 0 .5rem 1rem #00000026;
    --bs-dropdown-link-color: var(--bs-body-color);
    --bs-dropdown-link-hover-color: var(--bs-body-color);
    --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: .25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: .5rem;
    z-index: var(--bs-dropdown-zindex);
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    background-color: var(--bs-dropdown-bg);
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
    background-clip: padding-box;
    margin: 0;
    list-style: none;
    display: none;
    position: absolute;
}

.m-t-0 {
    margin-top: 0rem !important;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol, ul {
    padding-left: 2rem;
}

.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    border-width: 3px !important;
    margin-top: 15px;
    box-shadow: none !important;
}

.table-secondary {
    --bs-table-color: #000;
    --bs-table-bg: #e2e3e5;
    --bs-table-border-color: #cbccce;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #e9ecef;
    border-color: #ddd;
}

/*.btn-primary {
    background: #5F9EA0 !important;
    border-color: #5F9EA0 !important;
}*/

/*.active.page-item a {
    background-color: cadetblue !important;
    border-color: cadetblue !important;
    border-color: cadetblue !important;
}
*/
.page-link:hover {
    color: cadetblue;
}

@media (min-width: 800px) and (max-width: 1000px) {
    .troup-county .troup-county-card {
        width: 87% !important;
    }
}

.modal-dialog-centered {
    top: 2%;
    transform: translate(-50%, -50%);
}

.modal svg, .modal h5 {
    margin: 0rem;
    padding: 0rem
}

.modal .btn-close {
    color: black;
    background: none;
    border: none;
}
.card-body {
    padding: 25px;
    color: var(--bs-card-color);
    flex: auto;
    padding-bottom: 8%;
}

.dropdown-menu > li > a {
    font-size: 1.5rem !important;
}
th a {
    color: black !important;
    text-decoration: none !important;
}

    th a:hover {
        color: black !important;
    }

.dropdown, .dropup, .caret{
    color:lightgray;
}

button:active{
    border:none !important;
}
button:window-inactive{
    border:none !important;
}
input[type="submit"]:active
{
    border:none !important;
}
input[type="submit"]:window-inactive {
    border: none !important;
}

@media (min-width: 1500px) 
{
    #hints-section {
        margin-top: 7% !important;
    }
}
.card-body {
    padding-top:4% !important;
}

tr:hover {
    background-color: #f0f8ff; 
}
tr {
    transition: background-color 0.3s ease; 
}
div[style*="color: blue;"], span[style*="color: blue;"] {
    text-align: center;
    background-color: #0d6efd;
    border-radius: 5px;
    width: 110px;
    padding: 5px;
    font-weight: 500;
    display: inline-block;
    color: white !important;
}
.pending-status {
    color: white; 
    text-align: center;
    background-color: #b41616;
    border-radius: 5px;
    width: 110px;
    padding: 5px;
    font-weight: 500;
    display: inline-block;
    background-color: #0d6efd; 
}
.bg-white.border-top {
    background-color: rgba(255, 255, 255, 1) !important;
}
@media screen and (min-width: 1000px) {

    #cart-count {
        margin-left: -25px;
        margin-top: -25px;
    }
}

@media screen and (max-width: 999px) {

    #cart-count {
        margin-left: -20px;
        margin-top: -20px;
    }
}
