input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}


.map-legend-background {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}

.map-legend {
    line-height: 18px;
    color: #555;
    margin-bottom: 20em;
}

    .map-legend i {
        width: 18px;
        height: 18px;
        float: left;
        margin-right: 8px;
        opacity: 0.7;
    }

.clickable {
    cursor: pointer;
}

@media (prefers-color-scheme: light) {
    body {
        background-color: #fff;
        color: black;
    }

    .table-striped tbody tr:nth-of-type(odd) {
        background-color: rgb(71 71 71 / 13%);
    }

    .progress-bar {
        color: #212020;
    }

    .fa-check {
        color: #0cd40c !important;
    }

    #copyButton {
        background-color: white;
        color: #ffa602;
        border-color: rgb(206, 212, 218);
    }

        #copyButton:hover {
            background-color: #ffd665 !important;
            color: #fff !important;
        }
}

@media (prefers-color-scheme: dark) {
    #copyButton:hover {
        background-color: #ffd665 !important;
        color: #272727 !important;
    }

    #copyButton {
        background-color: #3d3d3d;
        color: #ffd665;
    }

    #loadingSpinner {
        color: #fff !important;
    }

    .fa.fa-check {
        color: #1bef8e !important;
    }
    /* Dark Mode Scroll Bar */
    ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 4px rgba(255,255,255,0.3);
        border-radius: 6px;
    }

    ::-webkit-scrollbar {
        background-color: #515050 !important;
    }

    ::-webkit-scrollbar-thumb {
        background-color: #1b9feF !important;
    }
    /* Dark Mode Scroll Bar */

    /* [Start] Styles for Old Site */
    .dataContainer {
        color: white !important;
        background-color: #3d3d3d !important;
    }

    .progress {
        background-color: #3d3d3d;
    }

    .rowclr {
        background-color: #333333 !important;
    }

    .under {
        background-color: transparent;
    }

    .bhead {
        background-color: transparent;
    }

    .brk {
        background-color: #198fff87 !important;
    }
    /* [End] Styles for Old Site */

    body {
        background-color: #202124;
        color: white;
    }

    .table {
        color: white;
    }

    .form-control {
        background-color: #3d3d3d;
        border-color: rgb(189, 189, 189);
        color: rgb(235 235 235);
    }

        .form-control:disabled {
            background-color: #272727;
        }

        .form-control:focus {
            background-color: #3d3d3d;
            color: white;
        }

        .form-control[readonly] {
            background-color: #3d3d3d;
        }

    .navbar {
        box-shadow: 0px 0px 5px #939393 !important;
    }

    .modal-content {
        background-color: #3d3d3d;
    }

    #qa-table th {
        background-color: #181818 !important;
    }


    .pagination .page-item .page-link {
        color: white;
        background-color: transparent;
        border-radius: 0.125rem;
        border: none;
    }

    .pagination .page-item.active {
        background-color: #4285f4;
    }

    .pagination .page-item.disabled .page-link {
        color: #868e96;
    }

    .navbar {
        box-shadow: 0px 0px 4px #4fb1fa !important;
    }

    .card {
        background-color: #2c2b2b;
        -webkit-box-shadow: 0px 0px 3px #6e6f71;
        -moz-box-shadow: 0px 0px 3px #6e6f71;
        box-shadow: 0px 0px 3px #6e6f71;
    }

    .no-flex {
        flex: 0 !important;
    }

    hr.hr-text {
        background-color: #fff !important;
        color: #fff !important;
        box-shadow: 0px 0px 3px #fff !important;
    }

        hr.hr-text::before {
            background-color: #3d3d3d !important;
            color: #fff !important;
        }

        hr.hr-text::before {
            background-color: #3d3d3d !important;
            color: #fff !important;
        }

    .is-invalid {
        border-width: 1px;
        border-color: #dc3545 !important;
        box-shadow: 0px 0px 3px #ff6372 !important;
    }

    .is-valid {
        border-width: 1px;
        border-color: #7beb95 !important;
        box-shadow: 0px 0px 3px #7beb95 !important;
    }

    .typeAheadResults {
        border: 1px solid #ced4da !important;
        background-color: #3d3d3d !important;
    }

        .typeAheadResults > a:is(:hover, :active, :focus) {
            background-color: #2e2e2e;
        }

        .typeAheadResults > a {
            color: #F8F8F8 !important;
        }

    .typeAheadSpinner {
        color: #3d3d3d !important;
    }
    /* mdb styles*/
    .list-group-item {
        background-color: #2c2b2b;
    }

    .invalid-feedback {
        color: #ed6161;
    }

    .card-header {
        background-color: #3e3e3e;
    }

    .table td, .table th {
        border-top: 1px solid #5f6162;
    }

    .table thead th {
        border-bottom: 2px solid #5f6162;
    }

    .table tr {
        background-color: #474747;
    }

    .table-striped tbody tr:nth-of-type(odd) {
        background-color: rgb(71 71 71 / 40%);
    }

    /*datatables editor adjustments*/
    /*datepicker*/
    .editor-datetime {
        /*have to override datatables default css*/
        background: #3d3d3d !important;
    }

        .editor-datetime table th {
            color: #fff !important;
        }

        .editor-datetime table td.selectable {
            background: transparent !important;
        }

        .editor-datetime table td {
            color: #fff !important;
        }

    .editor-datetime-iconRight {
        background-color: #fff !important;
    }

    .editor-datetime-iconLeft {
        background-color: #fff !important;
    }

    div.editor-datetime div.editor-datetime-label:hover {
        background-color: transparent !important;
    }

    div.editor-datetime table td.selectable button:hover {
        background: #6c757d !important;
    }
    hr {
        
        border-top: 1px solid rgba(255, 255, 255, 1);
    }
}

#loadingSpinnerPage {
    color: #71c4fd !important;
}

select {
    border-radius: 3px !important;
}

input {
    border-radius: 3px !important;
}

.bottom-line-decoration {
    border-style: none none solid none;
    border-width: medium
}

#copyButton {
    border-color: rgb(206, 212, 218);
    border-width: thin !important;
}
/* Start Custom ScrollBar */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #fffffF;
    border-radius: 6px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgb(0 0 0 / 30%);
    border-radius: 6px;
}

::-webkit-scrollbar-thumb {
    background-color: #0088ff;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 4px rgb(0 0 0 / 50%);
}
/* End Custom Scroll Bar*/

.progress {
    box-shadow: 0px 0px 3px #5fd186 !important;
    border-color: #5fd186 !important
}

.progress-bar {
    background-color: #5fd186;
    font-weight: 600;
}

.rounded-pill {
    width: auto !important;
    min-width: 100px;
    max-width: 115px;
}

.leafletButton {
    color: white !important;
    border-color: white !important;
    border-width: 1px !important;
    background-color: #0088fF !important;
}

.typeAheadSpinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -25px;
    position: absolute;
}

.typeAheadResults > a:is(:hover, :active, :focus) {
    background-color: #3898ff;
}

.typeAheadResults > a {
    color: #212529;
}

.typeAheadResults {
    width: 100%;
    top: auto;
    left: auto;
    margin-top: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-color: #fff;
}

.typeAheadResultsItem:focus {
    border-radius: 1px;
}

.typeahead-input {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 4px !important;
}

.is-invalid {
    border-width: 1px;
    border-color: #dc3545;
    box-shadow: 0px 0px 3px #dc3545 !important;
}

.is-valid {
    border-width: 1px;
    border-color: #28a745;
    box-shadow: 0px 0px 3px #7beb95 !important;
}

.csgModalCol {
    padding-left: 3px;
    padding-right: 3px;
}

.csgModalRow {
    padding-bottom: 5px;
}

.gmnoprint {
    z-index: 1000 !important;
}

.leaflet-bottom {
    z-index: 1001 !important;
}

.rounded-pill {
    width: 100px;
}

.da-control-container {
    position: relative;
    top: 250px;
    height: 100px;
    width: 500px;
    margin: auto;
}

.btn:focus {
    box-shadow: 0 5px 10px rgba(0,0,0,0.3) !important;
    border: 3px solid #ffffff80 !important;
}

.loginLogo {
    text-align: center;
}

#loginMessage {
    display: none;
}

.logoContainer {
    background: -webkit-linear-gradient(top, #0069a2, #001d36);
    background: linear-gradient(180deg, #0069a2 0%, #001d36);
    display: flex;
    align-items: center;
}

.mainHeaderText {
    font-weight: bold;
    color: #ffffff !important;
    size: 4px;
    text-align: left;
    padding-left: 30px;
}

.whiteFont {
    font-weight: bold !important;
    color: #ffffff !important;
}

.nameHeaderText {
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
}

.logoContainer2 {
    padding-left: 5% !important;
}

.logout {
    text-align: right;
    color: #ffffff !important;
    font-weight: bold;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
}

.denied {
    background-color: red;
}

.deniedHeader {
    font-weight: bold;
    text-align: center;
    color: white;
}

.modalCloseWhite {
    color: white;
    opacity: 1;
    font-weight: 400;
}

.scoreModalHeader {
    font-weight: bold;
    text-align: center;
    color: white;
}

.score {
    background: -webkit-linear-gradient(top, #0069a2, #001d36);
    background: linear-gradient(180deg, #0069a2 0%, #001d36);
}

.center-div {
    width: 50%;
    margin: 0 auto;
}


.navDrop:hover {
    background: -webkit-linear-gradient(top, #0069a2, #001d36) !important;
    background: linear-gradient(180deg, #0069a2 0%, #001d36) !important;
}

#fader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    pointer-events: none;
    background: white;
    animation-duration: 1000ms;
    animation-timing-function: ease-in-out;
}

@keyframes fade-out {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

#fader.fade-out {
    opacity: 0;
    animation-name: fade-out;
}

#fader.fade-in {
    opacity: 1;
    animation-name: fade-in;
}

.addressHistoryModal {
    display: table;
}

.addressHistory th {
    font-size: 10px;
}

.addressHistory td {
    font-size: 10px;
}

.serviceLocations th {
    font-size: 11px;
}

.serviceLocations td {
    font-size: 11px;
}

.locationDetails th {
    font-size: 11px;
}

.locationDetails td {
    font-size: 11px !important;
}

.leafletZoomControl {
    color: white !important;
}

.selectDiv {
    position: relative;
    top: 2px;
}

#specialConditions {
    color: red;
}

#messages {
    color: red;
}

#mdb-preloader {
    background-color: #fff;
}

    #mdb-preloader.loaded {
        opacity: 0;
        transition: .3s ease-in 1s;
    }

.caTableAlign {
    vertical-align: middle !important;
}

.locationDetails p {
    font-size: 12px !important;
}


.modal-xlg {
    width: 1400px !important;
    max-width: 90% !important;
}

.mapCard {
    height: 450px;
    transition: all .15s ease-in-out;
}

.mapMain {
    height: 100%;
    transition: all .15s ease-in-out;
}

.map-container.fullscreen {
    width: 80%;
    height: 80% !important;
    position: fixed !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    transition: all .4s ease-in-out !important;
}


.pac-container {
    z-index: 10000;
}

.blur {
    filter: brightness(0%);
}

.card {
    display: flex;
    flex: 1;
}

#newAccountYesDiv {
    position: relative;
    top: 22px;
}

#newAccountSingleBosYesDiv {
    position: relative;
}

#gisYesDiv {
    position: relative;
    top: 22px;
}

#gisYesSingleBosDiv {
    position: relative;
}

#sroYesDiv {
    position: relative;
    top: 20px;
}

#callNotesYesDiv {
    position: relative;
    top: 22px;
}


#sroNumSingleBosYesDiv {
    position: relative;
}

#sroNumYesDiv {
    position: relative;
    top: 20px;
}

#sroNumNoDiv {
    position: relative;
    top: 20px;
}

#sroNumMaybeDiv {
    position: relative;
    top: 15px;
}

#resolutionNoDiv {
    position: relative;
    top: 22px;
}

#duplicateNoDiv {
    position: relative;
    top: 22px;
}

#duplicateTypeNoDiv {
    position: relative;
    top: 14px;
}

#sroNumUnknownDiv {
    position: relative;
    top: 22px;
}

.rowclr {
    background-color: #F8F8F8;
}

.bhead {
    font-weight: bold;
}

    .bhead td {
        font-weight: bold;
    }


hr.hr-text {
    position: relative;
    border: none;
    height: 1px;
    background: #49505785;
    margin-left: 5%;
    margin-right: 5%;
}

    hr.hr-text::before {
        content: attr(data-content);
        display: inline-block;
        background: #fff;
        font-weight: bold;
        font-size: 1.05rem;
        color: #50575dd1;
        border-radius: 30rem;
        padding: 0.2rem 2rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.noMarginTopBottomDiv div {
    margin-top: 0px;
    margin-bottom: 0px;
}

.buildHouseLabel span {
    font-weight: 500;
}

.headerTable {
    display: table;
    border-collapse: separate;
    white-space: nowrap;
    border: 0 white;
    width: 1100px;
}

.dataContainer {
    color: #000000;
    background-color: #FFFFFF;
    width: 1140px;
}

.otherTable {
    top: 25px;
    display: table;
    border-collapse: separate;
    border-spacing: 5px;
    border: 0 white;
    width: 1140px;
}

.otherTableCSG {
    top: 25px;
    display: table;
    border-collapse: separate;
    border-spacing: 5px;
    border: 0 white;
    width: 100%;
}

.brk {
    font-weight: bold;
    color: white;
    background-color: #13395d;
    text-align: center;
    padding-top: 1px;
    padding-bottom: 1px;
}

.under {
    text-decoration: underline;
}

.rowclr {
    background-color: #F8F8F8;
}

.blinking {
    animation: blinkingText 1.2s infinite;
}

:root {
    --blink-color: white;
}

@media (prefers-color-scheme: light) {
    :root {
        --blink-color: black;
    }
}

@keyframes blinkingText {
    0%, 100% {
        color: red;
    }

    50% {
        color: var(--blink-color);
    }
}

/* need to override mdb styling */
.leaflet-control-layers-selector {
    opacity: 1 !important;
    position: relative !important;
}

/* override MDB */
select#DTE_Field_call_center.form-control,
select#DTE_Field_status.form-control,
select#DTE_Field_days.form-control,
select#DTE_Field_supervisor.form-control {
    display: block !important;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

    /* Tooltip text */
    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        /* Position the tooltip text - see examples below! */
        position: absolute;
        z-index: 1;
    }

    /* Show the tooltip text when you mouse over the tooltip container */
    .tooltip:hover .tooltiptext {
        visibility: visible;
    }

.navigation-card {
    cursor: pointer;
    max-width: 300px;
    min-width: 200px;
}

    .navigation-card .top {
        padding-top: 20px;
    }

    .navigation-card .button-position {
        position: absolute;
        bottom: 10px;
    }

.table-blazor {
    margin-top: 2em;
    margin-bottom: 2em;
    width: 100%;
}

.modal-close {
    color: #777;
    font: 14px/100% arial, sans-serif;
    position: absolute;
    right: 5px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    top: 5px;
}

    .modal-close:hover {
        cursor: pointer;
    }

.disposition-intake-buttons {
    margin-top: 5px;
    margin-left: 2px;
}

.tab-decorations .tab-page {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    cursor: pointer;
    color: #007bff;
    background-color: transparent;
}

    .tab-decorations .tab-page.tab-active {
        color: #495057;
        background-color: #fff;
        border-color: #dee2e6 #dee2e6 #fff;
    }

/* Custom styles for the toggle switch */
/* for sm */
.custom-switch.custom-switch-sm .custom-control-label {
    padding-left: 1rem;
    padding-bottom: 1rem;
}

    .custom-switch.custom-switch-sm .custom-control-label::before {
        height: 1rem;
        width: calc(1rem + 0.75rem);
        border-radius: 2rem;
    }

    .custom-switch.custom-switch-sm .custom-control-label::after {
        width: calc(1rem - 4px);
        height: calc(1rem - 4px);
        border-radius: calc(1rem - (1rem / 2));
    }

.custom-switch.custom-switch-sm .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(1rem - 0.25rem));
}

/* for md */
.custom-switch.custom-switch-md .custom-control-label {
    padding-left: 2rem;
    padding-bottom: 1.5rem;
}

    .custom-switch.custom-switch-md .custom-control-label::before {
        height: 1.5rem;
        width: calc(2rem + 0.75rem);
        border-radius: 3rem;
    }

    .custom-switch.custom-switch-md .custom-control-label::after {
        width: calc(1.5rem - 4px);
        height: calc(1.5rem - 4px);
        border-radius: calc(2rem - (1.5rem / 2));
    }

.custom-switch.custom-switch-md .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(1.5rem - 0.25rem));
}

/* for lg */
.custom-switch.custom-switch-lg .custom-control-label {
    padding-left: 3rem;
    padding-bottom: 2rem;
}

    .custom-switch.custom-switch-lg .custom-control-label::before {
        height: 2rem;
        width: calc(3rem + 0.75rem);
        border-radius: 4rem;
    }

    .custom-switch.custom-switch-lg .custom-control-label::after {
        width: calc(2rem - 4px);
        height: calc(2rem - 4px);
        border-radius: calc(3rem - (2rem / 2));
    }

.custom-switch.custom-switch-lg .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(2rem - 0.25rem));
}

/* for xl */
.custom-switch.custom-switch-xl .custom-control-label {
    padding-left: 4rem;
    padding-bottom: 2.5rem;
}

    .custom-switch.custom-switch-xl .custom-control-label::before {
        height: 2.5rem;
        width: calc(4rem + 0.75rem);
        border-radius: 5rem;
    }

    .custom-switch.custom-switch-xl .custom-control-label::after {
        width: calc(2.5rem - 4px);
        height: calc(2.5rem - 4px);
        border-radius: calc(4rem - (2.5rem / 2));
    }

.custom-switch.custom-switch-xl .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(2.5rem - 0.25rem));
}
/*end of custom toggle switch styling */

select.qaEntryInput {
    width: 52px;
}

    select.qaEntryInput[readonly] option, select.qaEntryInput[readonly] optgroup {
        display: none;
    }

input.qaEntryInput {
    width: 52px;
    text-align: center;
}

/* map legend styles*/
.legend-item {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.legend-aerial-coax {
    width: 40px;
    height: 2px;
    background-color: black;
}

.legend-ug-coax {
    width: 40px;
    height: 2px;
    border-bottom: 2px dashed black;
}

.legend-taps-coax {
    width: 12px;
    height: 12px;
    background-color: black;
}

.legend-aerial-fiber {
    width: 40px;
    height: 2px;
    background-color: red;
}

.legend-ug-fiber {
    width: 40px;
    height: 2px;
    border-bottom: 2px dashed red;
}

.legend-taps-fiber {
    width: 12px;
    height: 12px;
    background-color: red;
}

.legend-aerial-strand {
    width: 40px;
    height: 2px;
    background-color: orange;
}

.legend-ug-strand {
    width: 40px;
    height: 2px;
    border-bottom: 2px dashed orange;
}

.legend-label {
    margin-left: 8px;
}