:root {
    --primary: #223a34;
    --primarytransparent: #223a3483;
    --secondary1: #85918f;
    --secondary2: #d9d9d9;
    --secondary3: #ededed;
    --highlight: #b3c195;
    --success: #8aa453;
    --success2: #738747;
    --highlight2: #e1f2bc;
    --bg: #eff3ea;
    --danger: #B13F0E;
    --editing: #fbffca;
}

.outage-message{
    background-color: #ef8410;
    color: white;
    padding: 6px;
}

#main-nav {
    background-color: var(--primary)
}

body {
    color: var(--primary);
    font-family: 'Inter',Arial;
    font-size: .9rem;
}

input, select, textarea, .form-control {
    font-family: 'Inter',Arial !important;
    font-size: .9rem
}

    input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0
    }

    input[type=number] {
        -moz-appearance: textfield
    }

.site-header {
    height: 58px;
}

.site-body {
    box-sizing: border-box;
    width: 100%;
    margin: 0px !important;
    padding: 10px !important;
    text-align: left;
}

select:focus, textarea:focus, button:focus {
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.hide, .hide li, .hide div, .hide.d-sm-inline-block {
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
    font-size: 0 !important;
    padding: 0 !important;
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
    overflow: hidden !important;
    white-space: nowrap;
    clip: rect(0 0 0 0)
}

    .hide .mb-1, .hide.mb-2, .hide.mt-2, .hide.mb-3, .hide.mt-3 {
        margin: 0 !important
    }

    .hide .d-block {
        display: none !important
    }

.border-debug, .border-debug .col-1, .border-debug .col-2, .border-debug .col-3, .border-debug .col-4, .border-debug .col-5, .border-debug td {
    border: 1px dashed #f00 !important
}

.border-none {
    outline: none;
    border: none
}

.border-radius {
    border-radius: 4px
}

.site-form {
    max-width: 700px;
    width: 100%;
    margin: auto
}

.fs-h {
    font-size: 1rem
}

a {
    color: #223a34;
    font-weight: bold
}

    a:hover {
        color: #808080
    }

.nav-logo {
    width: 150px
}

.noselect, .badge, .btn, label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.site-loading-button.btncompact img{
    width: 14px;
}

.site-loading-button img {
    width: 20px
}

.site-table-parts.none, .site-table-parts.loading {
    text-align: center;
    font-weight: bold
}

.site-table-parts img, loading-table img {
    width: 18px;
    margin-right: 10px
}

.table-none, .site-table-none {
    font-weight: bold;
    text-align: center
}

.site-card {
    box-sizing: border-box;
    min-height: 300px;
    padding: 1.3rem;
    margin: 0
}

.text-amber {
    color: #e4b83e;
}

.text-tiny {
    font-size: .8rem
}

.site-footer {
    text-align: center
}

select.site-field {
    padding: 9px
}

.site-field {
    padding: 8px;
    font-size: .9rem;
    border: 1px solid #b0b0b0;
    border-radius: .3rem;
    min-height: 19px;
    width: 100%;
    background-color: #fff
}

    .site-field.compact {
        padding: 6px;
        margin-bottom: 0
    }

select.site-field.compact {
    padding: 6px
}

.site-label {
    margin-bottom: .2rem;
    margin-top: .8rem;
    font-weight: bold;
    font-size: .9rem;
    display: block
}

.site-notice-box {
    padding: 4px 4px 4px 8px;
    border-radius: 4px
}

.btn-compact, .btncompact {
    padding: 3px 6px 3px 6px !important;
    font-size: 0.9rem !important;
}

.btn-field-embedded {
    position: absolute;
    font-size: .8rem;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.bc {
    position: relative;
    font-size: 14px;
    color: #000;
    display: flex;
   
    border-top: 1px solid #adaaaa;
    border-bottom: 1px solid #adaaaa
}

.bc-title {
    padding: 4px;
    background-color: var(--secondary3);
    font-weight: bold;
    text-align: center;
    width: 77px;
    border-right: 1px solid #adaaaa
}

.bc-target {
    padding: 4px;
    background-color: #fff;
    flex: 1 0;
    overflow: hidden;
    border-left: none;
    padding-left: 10px
}

.bc a, .bc span {
    color: #000;
    font-weight: normal;
    text-decoration: none
}

    .bc a:hover {
        color: #b3c195
    }

.inline-message {
    padding: 4px 4px 4px 10px;
    border-radius: 4px
}

    .inline-message.success {
        background-color: #b3c195;
        color: #fff
    }

    .inline-message.error {
        background-color: var(--danger);
        color: #fff
    }

.page-buttons-group {
    text-align: right;
    padding-right: 10px;
    margin-bottom: 20px;
    display: flex;
    max-width: 900px;
    width: 100%;
    margin: auto
}

    .page-buttons-group .glyphicons {
        margin-right: 10px;
        margin-top: 4px;
        color: #fff
    }

    .page-buttons-group .btn {
        margin-left: 8px
    }

.reset-verification-subject {
    border: 1px solid #000;
    background-color: var(--secondary3);
    padding: 5px 5px 5px 9px;
    border-radius: 4px;
    font-size: .9rem
}

.field-glyph {
    position: absolute;
    top: 12px;
    right: 12px;
    color: #adaaaa
}

.field-img {
    position: absolute;
    top: -1px;
    right: -2px;
    color: #adaaaa;
    width: 20px
}

.clickable, .clickable-static {
    cursor: pointer
}

    .clickable:hover {
        color: #b0b0b0
    }

.status-icon {
    border-radius: 3px;
    padding: 5px
}

.container-popup {
    display: nonex;
    z-index: 9999999999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.6);
    align-content: center;
    vertical-align: middle;
    padding: 6px
}

.container-popup-body {
    background-color: #fff;
    padding: 12px;
    position: absolute;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 7px;
    box-shadow: rgba(0,0,0,.25) 0 54px 55px,rgba(0,0,0,.12) 0 -12px 30px,rgba(0,0,0,.12) 0 4px 6px,rgba(0,0,0,.17) 0 12px 13px,rgba(0,0,0,.09) 0 -3px 5px
}

[class=modal-popup] {
    z-index: 9999999999 !important;
}

.modal-popup {
    z-index: 99;
    display: nonex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.6);
    align-content: center;
    vertical-align: middle;
    padding: 6px;
}

.modal-popup-title {
    display: flex;
    width: 100%;
    font-size: 1.1rem
}

.modal-popup-title-glyph {
    width: 25px;
    margin-top: 5px
}

.modal-popup-title-text {
    flex: 1 0;
    overflow: hidden;
    font-weight: bold
}

.modal-popup-body {
    background-color: #fff;
    width: 95%;
    max-width: 400px;
    padding: 12px;
    position: absolute;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 7px;
    box-shadow: rgba(0,0,0,.25) 0 54px 55px,rgba(0,0,0,.12) 0 -12px 30px,rgba(0,0,0,.12) 0 4px 6px,rgba(0,0,0,.17) 0 12px 13px,rgba(0,0,0,.09) 0 -3px 5px
}

.modal-popup-title.danger div {
    color: var(--primary) !important
}

.modal-popup-title.danger .glyphicons {
    margin-top: -1px
}

.modal-popup-details {
    overflow-y: auto;
    max-height: calc(100vh - 205px);
}

.pages-tabbed .nav-link.active, .section-tabbed .nav-link.active {
    background-color: #223a34 !important;
    color: #fff !important
}

.site-flex {
    display: flex !important
}

.site-flex-grow {
    flex: 1 0;
    overflow: hidden
}

.user-display {
    font-weight: bold;
    color: #4481ef;
    text-decoration: underline;
    cursor: pointer
}

.loading-placeholder {
    margin-top: 10px;
    text-align: center;
    background-image: url(/img/loading.gif);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100px
}

.glyphicons.embedded {
    position: absolute;
    top: 13px;
    right: 11px;
    color: #808080;
    font-weight: normal;
    width: 20px;
    height: 20px
}

.embedded img {
    position: absolute;
    top: 11px;
    right: 11px;
    color: #808080;
    font-weight: normal;
    width: 20px;
    height: 20px
}

.user-global-selector {
    position: relative
}

.user-global-selector-popup {
    position: absolute;
    border: 1px solid #adaaaa;
    padding: 6px 0 6px 0;
    background-color: #fff;
    width: 100%;
    z-index: 9999
}

.user-global-selector-target.blank {
    color: #adaaaa
}

.users-global-selector-user {
    padding: 7px;
    cursor: pointer
}

    .users-global-selector-user.selected, .users-global-selector-user:hover, .users-global-selector-user:active {
        background-color: #78bff5
    }

.popup-sticky-bottom {
    position: absolute;
    bottom: 10px;
    right: 10px
}

.popup-close {
    position: absolute;
    top: 15px;
    right: 15px
}

.global-user-popup-body {
    background-color: #fff;
    width: 95%;
    max-width: 400px;
    min-height: 200px;
    padding: 12px;
    position: absolute;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 7px;
    box-shadow: rgba(0,0,0,.25) 0 54px 55px,rgba(0,0,0,.12) 0 -12px 30px,rgba(0,0,0,.12) 0 4px 6px,rgba(0,0,0,.17) 0 12px 13px,rgba(0,0,0,.09) 0 -3px 5px
}

.site-checkbox {
    font-size: 1.2rem
}

    .site-checkbox.large {
        font-size: 2rem
    }

.sticky-bottom {
    position: fixed;
    bottom: 0;
    width: 100%
}

.site-expiry-field {
    display: block;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    width: 221px;
    text-align: center
}

    .site-expiry-field input {
        border: none;
        text-align: center;
        width: 50px
    }

.site-date-exacter {
    position: relative;
    display: block;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    width: 220px;
    text-align: center
}

.site-date-extacter-comp {
    border: 1px solid #f00;
    display: inline-block;
    text-align: center;
    width: 55px
}

.site-date-exacter-popup {
    position: absolute;
    border: 1px solid #000;
    width: 250px;
    text-align: center;
    background-color: #fff;
    padding: 8px
}

    .site-date-exacter-popup div:hover {
        background-color: #adaaaa
    }

    .site-date-exacter-popup.dd div {
        width: 50px
    }

    .site-date-exacter-popup.mm div {
        width: 50px
    }

    .site-date-exacter-popup div {
        display: inline-block;
        z-index: 999;
        border: 1px solid;
        width: 30px;
        text-align: center;
        margin-top: 4px;
        cursor: pointer
    }

.verify-code {
    border-radius: 8px;
    padding: 8px;
    background-color: var(--secondary1);
    color: #fff
}

.verify-pin {
    text-align: center;
    letter-spacing: 10px;
    padding-left: 20px;
    font-weight: bold;
    font-size: 20px;
    max-width: 200px;
    width: 100%;
    border-radius: 4px;
    border-style: solid;
    border: 1px solid #adaaaa;
    outline: none
}

    .verify-pin:focus {
        background-color: var(--highlight2);
        border: 1px solid var(--primary)
    }

.text-expander.expanded {
    height: 200px
}

.global-search-popup {
    position: absolute
}

.global-search-popup-body {
    min-width: 275px;
    background-color: #fff !important;
    border: 1px solid #adaaaa;
    border-radius: 6px;
    text-align: left
}

.global-search-item {
    cursor: pointer
}

    .global-search-item:hover, .global-search-item:active {
        background-color: var(--highlight2)
    }

    .global-search-item:not(:last-child) {
        border-bottom: 1px solid #adaaaa
    }

.secure, .secure-group {
    display: none
}

.site-table {
    width: 100%;
    border-collapse: collapse
}

    .site-table.border-debug td {
        border: 1px solid #f00 !important
    }


    .site-table > tbody > tr > td, .site-table > thead > tr > td {
        font-size: 0.9rem;
        padding: 8px;
    }

    .site-table > tbody > tr > td {
        border-bottom: 1px solid var(--secondary1);
        vertical-align: top
    }


    .site-table tbody tr:last-child td {
        border: none
    }

    .site-table > thead > tr > td {
        padding: 8px;
        font-weight: bold;
        border-bottom: 2px solid #223a34
    }

.site-table-scroll {
    overflow-y: auto;
    border: 1px solid #ccc;
    border-radius: 5px
}




.site-table:not(.nohighlight) .site-table-item:hover, .site-table:not(.nohighlight) .site-table-item:active {
    background-color: #c0cf9b !important;
    color: #fff !important;
}

.site-table:not(.nohighlight) .site-table-item {
    cursor: pointer
}

.site-table:not(.nohighlight) tbody tr:not(.nohighlight):hover {
    background-color: #c0cf9b !important;
    color: #fff !important
}

.site-table-scroll .page-selector {
    margin-top: 10px
}

.site-table-search-none td {
    font-weight: bold;
    text-align: center
}

.bg-outline-success {
    border: 1px solid var(--success);
    color: var(--success);
}

.bg-highlight {
    background-color: var(--highlight);
}

.bg-highlight2 {
    background-color: var(--highlight2);
    color: black;
}

.bg-offwhite {
    background-color: #fcf1e1
}



.bg-disabled, .bg-disabled input, .bg-disabled textarea, .bg-disabled select {
    background-color: #e9ecef;
}

.bg-info2 {
    background-color: #6b09ce;
}


.bg-outline-danger {
    color: var(--danger);
    border: 1px solid var(--danger)
}

.bg-outline-success {
    color: var(--success);
    border: 1px solid var(--success)
}

.bg-none {
    background-color: transparent
}

.force-vertical {
    display: inline-block;
    vertical-align: middle
}

.content-placeholder {
    display: inline-block;
    background-color: #dce5f8;
    margin-bottom: 4px
}

.site-date-wrapper {
    width: 170px;
    position: relative;
    padding: .5rem;
    font-size: .9rem;
    border: 1px solid #b0b0b0;
    border-radius: .3rem;
    min-height: 19px;
    margin-bottom: .8rem;
    text-align: left !important;
    display: inline-block;
    background-color: #fff
}

.site-date-picker {
    border: none;
    outline: none;
    width: 130px;
    vertical-align: middle;
    display: none
}

    .site-date-picker:focus {
        outline: none !important;
        outline-width: 0 !important;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: 0 0 0 #fff;
        user-select: none
    }

    .site-date-picker::-webkit-inner-spin-button, .site-date-picker::-webkit-calendar-picker-indicator {
        display: none;
        -webkit-appearance: none
    }

.site-date-select {
    position: absolute;
    top: 4px;
    right: 4px
}

.site-time-range, .site-time-bar, .site-time-hleft, .site-time-hright {
    height: 16px
}

.site-time-wrapper {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.site-time-range {
    width: 100%;
    background-color: var(--secondary2);
    position: relative
}

.site-time-bar {
    background-color: #223a34;
    position: absolute;
    left: 0%;
    right: 0%
}

.site-time-hleft, .site-time-hright {
    width: 5px;
    background-color: #b3c195;
    display: inline-block;
    cursor: pointer
}

.site-time-hright {
    position: absolute;
    right: 0
}

.site-time-text {
    font-weight: bold;
    font-size: .8rem
}

.site-checkbutton {
    white-space: nowrap !important
}

    .site-checkbutton .glyphicons {
        margin-top: 3px;
        margin-right: 6px
    }

.site-time-wrapper {
    display: inline-block;
    position: relative;
    width: 120px
}

.site-time-selector.site-field {
    width: unset
}

.site-time-wrapper .site-time-selector {
    width: 100% !important
}

.site-time-selector-popup {
    margin-top: -10px;
    position: absolute;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
    box-shadow: rgba(0,0,0,.25) 0 54px 55px,rgba(0,0,0,.12) 0 -12px 30px,rgba(0,0,0,.12) 0 4px 6px,rgba(0,0,0,.17) 0 12px 13px,rgba(0,0,0,.09) 0 -3px 5px
}

.site-time-scroller {
    overflow-y: auto
}

.site-time-click {
    position: absolute;
    top: 7px;
    right: 7px;
    font-size: .8rem
}

.site-time-item {
    padding: 5px;
    cursor: pointer
}

    .site-time-item:hover, .site-time-item:active {
        background-color: #ededed
    }

@media screen and (max-width:426px) {
    .hide-sm {
        display: none
    }
}

@media screen and (max-width:955px) {
    .hide-md {
        display: none
    }
}

@media screen and (min-width:426px) {
    .show-sm {
        display: none
    }
}



.secure-alert-message .glyphicons {
    margin: -1px 9px 0 0;
}

.site-slider-wrapper {
    display: flex;
    height: 20px;
    align-items: center
}

.site-slider-bg {
    background-color: #adaaaa;
    height: 7px;
    display: inline-block;
    width: 100%;
    border-radius: 4px
}

.site-slider-handle {
    position: absolute;
    background-color: var(--primary);
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 0 3px 3px 3px;
    height: 20px;
    min-width: 30px;
    text-align: center;
    display: inline-block;
    font-size: .8rem;
    font-weight: bold;
    color: #fff;
    cursor: pointer
}

.breadcrumb-item .glyphicons {
    margin-top: 2px;
    color: var(--success)
}

#simplify-checkout-embed-frame {
    border: none;
    height: 460px;
    overflow: hidden
}

.verify-block .site-field {
    margin: 0
}

.verify-block input {
    border: none;
    outline: none;
    background-color: transparent !important;
    margin: 0 !important;
}

.verify-block.verifying .site-field:first-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.verify-block .verify-show {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: none
}

.verify-block.verifying .site-field:first-child {
    background-color: #adaaaa
}

.verify-block-code:autofill {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    background-color: transparent !important background-color: transparent !important;
    /*-webkit-text-fill-color: [your text color] !important;*/
}

.site-search-field {
    position: relative;
}

    .site-search-field input {
        padding: 0.5rem;
        font-size: 1rem;
        border: 1px solid #b0b0b0;
        border-radius: 0.3rem;
        min-height: 19px;
        width: 100%;
    }

.site-search-field-icon {
    cursor: pointer;
    position: absolute;
}

    .site-search-field-icon.loading {
        width: 18px;
        top: 10px;
        right: 10px;
    }

        .site-search-field-icon.loading img {
            width: 18px;
        }

.site-search-field .glyphicons {
    color: #b0b0b0;
}

.site-search-field {
    position: relative
}

    .site-search-field input {
        padding: .5rem;
        font-size: 1rem;
        border: 1px solid #b0b0b0;
        border-radius: .3rem;
        min-height: 19px;
        width: 100%
    }

.site-search-field-icon {
    cursor: pointer;
    position: absolute
}

    .site-search-field-icon.loading {
        width: 18px;
        top: 10px;
        right: 10px
    }

        .site-search-field-icon.loading img {
            width: 18px
        }

.site-search-field .glyphicons {
    color: #b0b0b0
}

.site-search-field-icon.clear, .site-search-field-icon.search {
    top: 12px;
    right: 10px
}

.status-selector {
    position: relative;
}

.status-selector-popup {
    position: fixed;
    border: 1px solid #adaaaa;
    padding: 8px;
    z-index: 99999;
}

.status-selector-item {
    display: block;
    margin-bottom: 8px;
    font-size: 1.1rem;
}

    .status-selector-item:last-child {
        margin-bottom: 0px;
    }

    .status-selector-item:hover {
        background-color: var(--highlight2)
    }

.site-table-item.alternate td {
    background-color: var(--highlight2);
}

.register-flow-table {
    background-color: var(--primary);
    border-radius: 6px;
    padding: 10px;
}




.register-flow-container {
    z-index: 999999;
    position: fixed;
    right: 20px;
    bottom: 20px;
}

@media screen and (max-width: 426px) {
    .register-flow-container {
        right: 0px;
        bottom: 0px;
        padding: 10px;
    }
}


.site-search-field-icon.clear, .site-search-field-icon.search {
    top: 12px;
    right: 10px;
}

.status-selector {
    position: relative
}

.status-selector-popup {
    position: fixed;
    border: 1px solid #adaaaa;
    padding: 8px;
    z-index: 99999
}

.status-selector-item {
    display: block;
    margin-bottom: 8px;
    font-size: 1.1rem
}

    .status-selector-item:last-child {
        margin-bottom: 0
    }

    .status-selector-item:hover {
        background-color: var(--highlight2)
    }

.site-table-item.alternate td {
    background-color: var(--highlight2)
}

.register-flow-table {
    background-color: var(--primary);
    border-radius: 6px;
    padding: 10px;
}



.register-flow-table {
    background-color: var(--primary);
    border-radius: 6px;
    padding: 10px
}

.register-flow-container {
    z-index: 999999;
    position: fixed;
    right: 20px;
    bottom: 20px;
}

@media screen and (max-width:426px) {
    .register-flow-container {
        right: 0px;
        bottom: 0px;
        padding: 10px;
    }
}

.register-check .glyphicons {
    font-size: 30px
}

.register-check .glyphicons {
    display: none
}

.register-check .glyphicons, .register-check td, .register-flow-table a {
    color: #ffffff2b;
    text-decoration: none
}

.register-check.selected td {
    color: #ffd800 !important
}

.register-check.completed td, .register-check.completed .glyphicons, .register-check.completed a {
    color: var(--highlight) !important
}

.register-check.completed .glyphicons {
    display: inline-block
}

.register-flow-table {
    font-size: 20px;
    font-weight: bold
}

    .register-flow-table td {
        padding: 15px
    }

    .register-flow-table a:hover {
        color: #fff
    }

.register-flow-button {
    margin: 0 0 0 auto;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: var(--primarytransparent);
    color: #fff;
    font-weight: bolder;
    font-size: 30px;
    cursor: pointer
}

    .register-flow-button:hover {
        background-color: var(--primary)
    }

.no-wrap-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* SITE DOB */

.site-dob {
    border-radius: 4px;
    background-color: white;
    padding: 10px;
    border: 1px solid #b0b0b0;
    display: inline-block;
    width: 300px;
    padding-top: 23px;
    text-align: left;
}

.site-dob-field {
    display: inline-block;
    margin-right: 5px;
    text-align: center;
    border: 1px solid var(--primary);
    padding: 5px;
    border-radius: 4px;
}

    .site-dob-field.year {
        width: 60px;
    }

    .site-dob-field.month {
        width: 60px;
    }

    .site-dob-field.day {
        width: 60px;
    }

.site-dob-lookup {
    position: fixed;
    border-radius: 4px;
    background-color: white;
    max-width: 390px;
    margin-top: 5px;
    border: 1px solid var(--primary);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    padding: 5px;
    z-index: 9999;
}

    .site-dob-lookup div {
        display: inline-block;
        width: 40px;
        border-radius: 5px;
        border: 1px solid var(--primary);
        padding: 4px;
        text-align: center;
        margin: 6px;
        cursor: pointer;
    }

.site-dob-field.month, .site-dob-field.day {
    cursor: pointer;
}

.field-title-subscript {
    font-size: 0.8rem;
    font-weight: bold;
    color: var(--primary);
    position: absolute;
    top: -20px;
    text-align: center;
    background-color: white;
    width: 50px;
    margin: auto;
}

.ship-none-found {
    width: 100%;
    padding: 20px 0 20px 20px;
}

.page-flood-loading {
    z-index: 999999999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    width: 100%;
    background-color: #00000045;
}

.site-context-menu {
    position: fixed;
    top: 100px;
    left: 100px;
    z-index: 999999999;
}

.site-context-menu-body {
    background-color: var(--primary);
    border-radius: 6px;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    min-width: 100px;
}

.site-context-menu-item, .site-context-menu-close {
    padding: 7px 10px 7px 10px;
    cursor: pointer;
    font-size: 0.9rem;
}

    .site-context-menu-item:hover, .site-context-menu-close:hover,
    .site-context-menu-item:active, .site-context-menu-close:active {
        color: var(--highlight);
    }

    .site-context-menu-item .glyphicons, .site-context-menu-close .glyphicons {
        margin: 3px 8px 0 0;
    }

.site-context-menu hr {
    margin: 0px;
}

.site-blur-light {
    filter: blur(2px);
}

.site-blur {
    filter: blur(5px);
}

.body-blur > *:not(.modal-popup) {
    filter: blur(5px);
}

.site-callout {
    display: none;
    position: fixed;
    width: 230px;
    top: 100px;
    background-color: var(--highlight);
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

    .site-callout:after {
        content: "";
        position: absolute;
        bottom: -20px; /* Adjusted for better visibility */
        left: 80%; /* Centering the arrow */
        margin-left: -10px; /* Half the width of the border to center align the arrow */
        border-width: 10px;
        border-style: solid;
        border-color: var(--highlight) transparent transparent transparent;
    }

.btn-violet {
    background-color: #a33bff;
    color: white !important;
}

.btn-success2, .btn-success2:hover {
    background-color: var(--success2);
    color: white;
}

.context-popup {
    position: fixed;
    background-color: var(--primary);
    color: white;
    border-radius: 6px;
}

    .context-popup hr {
        margin: 0 !important;
        padding: 0;
    }

.context-item {
    padding: 9px;
    cursor: pointer;
}

    .context-item:hover {
        color: var(--secondary);
    }


.ajax-in-progress {
    z-index: 9999999;
    display: none;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    padding: 9px;
    border-bottom: 1px solid #adaaaa;
    background-color: #fbffcad2;
    font-weight: bold;
    min-height: 41px;
    line-height: 41px;
    box-shadow: rgba(0,0,0,.25) 0 54px 55px,rgba(0,0,0,.12) 0 -12px 30px,rgba(0,0,0,.12) 0 4px 6px,rgba(0,0,0,.17) 0 12px 13px,rgba(0,0,0,.09) 0 -3px 5px
}
.ajax-in-progress img {
    width: 20px;
    margin-right: 10px;
}

.btn .glyphicons {
    margin-top: 3px;
    margin-right: 6px;
}

.do-copy-success {
    color: var(--success);
    text-decoration: underline;
    font-weight:bold;
}

.do-copy {
    cursor: pointer;
}

.do-copy:hover {
    text-decoration: underline;
}


.alert-btn-close {
    display: none;
}

@media (max-width: 576px) {
    .alert-btn-close {
        display: inline-block;
    }
}