.yds-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.yds-modal-visible {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    background-color: rgb(54 22 59 / 33%)
}

.yds-id-label {
    font-size: 10px;
    vertical-align: middle;
    padding-left: 20px;
}

[v-cloak] {
    display: none;
}

@media (min-width: 1488px) {
    .yds-modal-xxl {
        max-width: 1200px;
    }
}

@media (min-width: 1800px) {
    .yds-modal-xxl {
        max-width: 1710px;
    }
}

.yds-dropdown-item-hot {
    background-color: var(--yds-color-tertiary);
}

.yds-dropdown-item-hot-warn {
    background-color: var(--yds-color-primary);
}

.dropdown-menu li {
    position: relative;
}

.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}

.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}

.dropdown-menu li:hover .dropdown-submenu {
    display: block;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.container {
    max-width: 95% !important; /*Set your own width %; */
}

:root {
    --yds-color-primary: #6C489C;
    --yds-color-secondary-half: #856CBC;
    --yds-color-secondary: #9F7FCA;
    --yds-color-tertiary-half: #AE84CD;
    --yds-color-tertiary: #C599DE;
    --yds-color-danger: #EE3333;
    --yds-color-danger-disabled: #D3A3A3;
}

.yds-bg-color-danger-imp {
    background-color: var(--yds-color-danger) !important;
}

    .yds-bg-color-danger-imp:disabled {
        background-color: var(--yds-color-danger-disabled) !important;
    }

.yds-bg-color-primary {
    background-color: var(--yds-color-primary);
}

.yds-bg-color-secondary-half {
    background-color: var(--yds-color-secondary-half);
}

.yds-bg-color-secondary {
    background-color: var(--yds-color-secondary);
}

.yds-bg-color-tertiary-half {
    background-color: var(--yds-color-tertiary-half);
}

.yds-bg-color-tertiary {
    background-color: var(--yds-color-tertiary);
}

.yds-color-primary {
    color: var(--yds-color-primary);
}

.yds-color-secondary-half {
    color: var(--yds-color-secondary-half);
}

.yds-color-secondary {
    color: var(--yds-color-secondary);
}

.yds-color-tertiary-half {
    color: var(--yds-color-tertiary-half);
}

.yds-color-tertiary {
    color: var(--yds-color-tertiary);
}

.yds-color-primary-imp {
    color: var(--yds-color-primary) !important;
}

.yds-color-secondary-half-imp {
    color: var(--yds-color-secondary-half) !important;
}

.yds-color-secondary-imp {
    color: var(--yds-color-secondary) !important;
}

.yds-color-tertiary-half-imp {
    color: var(--yds-color-tertiary-half) !important;
}

.yds-color-tertiary-imp {
    color: var(--yds-color-tertiary) !important;
}

.yds-color-white {
    color: white;
}

.yds-color-white-imp {
    color: white !important;
}

.yds-toolbar-color {
}

.yds-w-100px {
    width: 100px;
}

.yds-w-150px {
    width: 150px;
}

.yds-w-200px {
    width: 200px;
}

.yds-w-250px {
    width: 250px;
}

.yds-w-300px {
    width: 300px;
}

.yds-w-350px {
    width: 350px;
}

.yds-w-400px {
    width: 400px;
}

.yds-w-450px {
    width: 450px;
}

.yds-w-500px {
    width: 500px;
}

.yds-w-550px {
    width: 550px;
}

.yds-w-600px {
    width: 600px;
}

.yds-fs-12 {
    font-size: 12px;
}

.yds-fs-10 {
    font-size: 10px;
}

.yds-fs-8 {
    font-size: 8px;
}

.yds-assessment-dollarsign {
    display: inline-block;
    width: 15px;
}

.yds-btn-secondary {
    color: white;
    background: var(--yds-color-secondary);
    border-color: var(--yds-color-secondary);
}

    .yds-btn-secondary:hover {
        color: white;
        background: var(--yds-color-secondary-half);
        border-color: var(--yds-color-secondary-half);
    }

.yds-hamburger {
    color: white;
    border-radius: 4px;
}

    .yds-hamburger:hover {
        color: white;
        background-color: var(--yds-color-secondary);
        border-radius: 4px;
    }

.yds-dropdown-menu {
}

    .yds-dropdown-menu li {
        padding-left: 5px;
        padding-right: 5px;
    }

    .yds-dropdown-menu a {
        color: black !important;
    }

.yds-dropdown-label {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    cursor: default;
}

.yds-dropdown-item {
    color: black !important;
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    border: 0;
    color: var(--yds-color-secondary) !important;
    cursor: pointer;
}

    .yds-dropdown-item:hover {
        color: var(--yds-color-tertiary) !important;
    }

.yds-btn-tertiary-half {
    color: white;
    background: var(--yds-color-tertiary-half);
    border-color: var(--yds-color-tertiary-half);
    border: 1px black;
}

    .yds-btn-tertiary-half:hover {
        color: white;
        background: var(--yds-color-secondary);
        border-color: var(--yds-color-secondary);
    }

.yds-btn-tertiary {
    color: white;
    background: var(--yds-color-tertiary);
    border-color: var(--yds-color-tertiary);
    border: 1px black;
}

    .yds-btn-tertiary:hover {
        color: white;
        background: var(--yds-color-tertiary-half);
        border-color: var(--yds-color-tertiary-half);
    }

.yds-btn-outline-secondary {
    color: var(--yds-color-secondary);
    border-color: var(--yds-color-secondary);
}

    .yds-btn-outline-secondary:hover {
        color: #fff;
        background-color: var(--yds-color-primary);
        border-color: var(--yds-color-primary);
    }

    .btn-check:focus + .yds-btn-outline-secondary, .yds-btn-outline-secondary:focus {
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
    }

    .btn-check:checked + .yds-btn-outline-secondary, .btn-check:active + .yds-btn-outline-secondary, .yds-btn-outline-secondary:active, .yds-btn-outline-secondary.active, .yds-btn-outline-secondary.dropdown-toggle.show {
        color: #fff;
        background-color: var(--yds-color-secondary);
        border-color: var(--yds-color-secondary);
    }

        .btn-check:checked + .yds-btn-outline-secondary:focus, .btn-check:active + .yds-btn-outline-secondary:focus, .yds-btn-outline-secondary:active:focus, .yds-btn-outline-secondary.active:focus, .yds-btn-outline-secondary.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
        }

    .yds-btn-outline-secondary:disabled, .yds-btn-outline-secondary.disabled {
        color: var(--yds-color-secondary);
        background-color: transparent;
    }

html {
    font-size: 14px;
}

a {
    color: var(--yds-color-primary)
}

    a:hover {
        color: var(--yds-color-tertiary-half)
    }

html {
    position: relative;
    min-height: 100%;
}

body {
    background-color: #f2eaf7;
    margin-bottom: 60px;
    font-family: 'Nunito Sans';
    font-size: 14px;
}

.yds-primary-navbar {
    background-color: var(--yds-color-primary);
}

    .yds-primary-navbar a {
        color: #FFFFFF;
    }

        .yds-primary-navbar a:hover {
            color: #e6e16f;
        }

.yds-page-footer {
    background-color: var(--yds-color-tertiary);
    color: #b892ec;
    line-height: 25px !important;
}

    .yds-page-footer a {
        background-color: var(--yds-color-tertiary);
        color: #a669f9;
    }

        .yds-page-footer a:hover {
            color: #c2bd54;
        }

.yds-bg-1 {
    background-color: #502E91;
}

.yds-bg-2 {
    background-color: #200649;
}

.yds-bg-3 {
    background-color: #6C489C;
}

.yds-bg-4 {
    background-color: #9F7FCA;
}

.yds-bg-5 {
    background-color: #EBE4F3;
}

.magic-btn {
    width: 140px;
    height: 40px;
    flex: 1 1 auto;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    /* text-shadow: 0px 0px 10px rgba(0,0,0,0.2);*/
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
}

    /* Demo Stuff End -> */

    /* <- Magic Stuff Start */

    .magic-btn:hover {
        background-position: right center; /* change the direction of the change here */
    }

.magic-btn-3 {
    background-image: linear-gradient(to right, #200649 0%, #502e91 51%, #ebe4f3 100%);
}

.center-button {
    display: block;
    margin: auto;
}

.traq-dashboard-btn {
    width: 100%;
    margin: 5px;
    height: 40px;
    flex: 1 1 auto;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    /* text-shadow: 0px 0px 10px rgba(0,0,0,0.2);*/
    /*box-shadow: 0 0 20px #eee;*/
    border-radius: 10px;
}

.traq-btn {
    margin: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    transition: 0.5s;
    color: white;
    /* text-shadow: 0px 0px 10px rgba(0,0,0,0.2);*/
    /*box-shadow: 0 0 20px #eee;*/
    border-radius: 4px;
    border: 1px;
}

    .traq-btn:disabled {
        background-color: #C0C0C0;
    }

.yds-navbar-nav {
    display: flex;
}

.yds-nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: var(--yds-color-secondary);
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.yds-hamburger {
    position: absolute;
    right: 5px;
    top: 6px;
}

.yds-hamburger-menu {
    top: 40px !important;
}

@media (prefers-reduced-motion: reduce) {
    .yds-nav-link {
        transition: none;
    }
}

.yds-nav-link:hover, .yds-nav-link:focus {
    color: var(--yds-color-primary);
}

.yds-nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.yds-nav-item {
    margin-top: 3px;
}

.yds-nav-tabs {
    border-bottom: 1px solid #dee2e6;
    padding-left: 5px;
}

    .yds-nav-tabs .yds-nav-link {
        margin-bottom: -1px;
        background: var(--yds-color-tertiary);
        border: 1px solid transparent;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
        margin-left: 1px;
        margin-right: 1px;
        color: #FFFFFF;
    }

        .yds-nav-tabs .yds-nav-link:hover, .yds-nav-tabs .yds-nav-link:focus {
            border-color: #e9ecef #e9ecef #dee2e6;
            isolation: isolate;
        }

        .yds-nav-tabs .yds-nav-link.disabled {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent;
        }

        .yds-nav-tabs .yds-nav-link.active,
        .yds-nav-tabs .nav-item.show .yds-nav-link {
            background-color: var(--yds-color-secondary);
            border-color: #dee2e6 #dee2e6 #fff;
            border-bottom: 1px;
        }

    .yds-nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.yds-nav-pills .yds-nav-link {
    background: none;
    border: 0;
    border-radius: 0.25rem;
}

    .yds-nav-pills .yds-nav-link.active,
    .yds-nav-pills .show > .yds-nav-link {
        color: #fff;
        background-color: #0d6efd;
    }

.yds-nav-fill .yds-nav-link,
.yds-nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .yds-nav-link,
.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

    .yds-nav-fill .nav-item .yds-nav-link,
    .nav-justified .nav-item .yds-nav-link {
        width: 100%;
    }

.yds-tab-content-container {
    margin-top: 10px;
}

.yds-button-no-border {
    border: 0px;
}

.yds-button-no-background {
    background: #00000000;
}

.yds-empty-link {
    cursor: pointer;
}

.yds-form-entry {
    margin-bottom: 5px;
    vertical-align: middle;
}

.yds-form-label {
    white-space: nowrap;
    vertical-align: middle;
}

.yds-form-label-small {
    white-space: nowrap;
    vertical-align: middle;
    font-size: x-small;
}

.yds-input-text {
    width: 100%;
}

.yds-input-select {
    width: 100%;
}

.yds-input-checkbox {
    width: auto;
    height: 27px;
}

.yds-cell-left {
    display: flex;
    justify-content: flex-start;
}

.yds-cell-right {
    display: flex;
    justify-content: flex-end;
}

.yds-ajax-overlay {
    height: 100%;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 9001; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgba(75,75,75, 0.5); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
}

.yds-overlay-hidden {
    display: none;
}

.yds-overlay-visible {
    display: block;
}

.yds-ajax-overlay-spinner {
    position: relative;
    top: 50%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
}

.yds-icon-blue {
    color: #146EBE;
    text-shadow: 0 0 1px #000;
}

.yds-icon-yellow {
    color: #fff400;
    text-shadow: 0 0 1px #000;
}

.yds-icon-red {
    color: #f62929;
    text-shadow: 0 0 1px #000;
}

table thead {
    background-color: white;
}

thead th {
    padding: 8px;
}

tbody tr:nth-child(even) {
    background-color: transparent;
    color: black;
}

    tbody tr:nth-child(even) a {
        background-color: transparent;
        color: var(--yds-color-primary);
    }

        tbody tr:nth-child(even) a:hover {
            color: var(--yds-color-secondary-half);
        }

tbody td {
    padding: 8px;
}

tbody tr:nth-child(odd) {
    background-color: var(--yds-color-tertiary);
    color: white;
}

    tbody tr:nth-child(odd) a {
        background-color: var(--yds-color-tertiary);
        color: white;
    }

        tbody tr:nth-child(odd) a:hover {
            color: var(--yds-color-secondary-half);
        }

.yds-checkmark-green {
    color: green;
}

.yds-checkmark-yellow {
    color: yellow;
}

.yds-checkmark-red {
    color: red;
}

.yds-sub-tab-panel {
    padding: 20px
}

.yds-contact-current-return-button {
}

.yds-container-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.yds-container-top-third {
    position: absolute;
    top: 33%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.yds-container-topleft {
    position: absolute;
    top: 250px;
    left: 250px;
    transform: translate(-50%,-50%);
}

.yds-homepage-duck {
    z-index: -10;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url("/img/YDS-Header-Uncropped.jpg");
    background-repeat: no-repeat;
    background-position: 58% 52%;
    background-size: cover;
}

.yds-tab-bar-button-right {
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
    margin-right: 0;
}

.yds-footer-text {
    color: white;
}

    .yds-footer-text a {
        color: white;
    }

        .yds-footer-text a:hover {
            color: var(--yds-color-secondary);
        }

.yds-footer-left {
    display: inline-block;
    text-align: left;
    width: 50%;
}

.yds-footer-right {
    display: inline-block;
    text-align: right;
    width: 50%;
}

.yds-card-vert {
    height: 20px;
}

.yds-success-label {
    color: green;
}

.yds-success-label-size {
    font-size: medium;
}

.yds-assessment-day-button {
    width: 100px;
}

.yds-functional-area {
    color: white;
    font-size: large;
    margin-left: 50px;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 50px;
}

.yds-client-name {
    color: white;
    font-size: large;
    margin-left: 50px;
    margin-top: auto;
    margin-bottom: auto;
}

.yds-cookie-policy-banner {
    background: var(--yds-color-tertiary);
    color: white;
    height: 55px;
    margin: auto;
    margin-bottom: 30px;
    margin-left: 100px;
    margin-right: 100px;
    border: 3px solid white;
    padding: 10px;
}

.yds-user-management-user-list {
    max-height: 600px;
    margin-bottom: 10px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

.yds-user-management-user-list-item {
    position: relative;
    display: block;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: left;
    width: 100%;
    padding-left: 10px
}

    .yds-user-management-user-list-item[selected] {
        background-color: var(--yds-color-secondary)
    }

    .yds-user-management-user-list-item:hover {
        background-color: var(--yds-color-tertiary)
    }

.yds-user-management-user-list-firstLastName {
    cursor: pointer;
    display: block;
}

.yds-user-management-user-list-username {
    cursor: pointer;
    display: block;
    font-size: smaller;
}


.yds-notification-management-list {
    max-height: 600px;
    margin-bottom: 10px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

.yds-notification-management-list-item {
    position: relative;
    display: block;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: left;
    width: 100%;
    padding-left: 10px
}

    .yds-notification-management-list-item[selected] {
        background-color: var(--yds-color-secondary)
    }

    .yds-notification-management-list-item:hover {
        background-color: var(--yds-color-tertiary)
    }

.yds-notification-management-list-name {
    cursor: pointer;
    display: block;
}

.yds-notification-management-list-subject {
    cursor: pointer;
    display: block;
    font-size: smaller;
}

.yds-horiz-button-spacer {
    width: 20px;
}

.yds-disabled-textbox {
    background-color: silver;
}

.yds-sfe-bar {
    background-color: red;
}

.yds-dialog-top-quarter {
    display: flex;
    align-items: center;
    padding-bottom: 25%;
    min-height: 90%;
}

.yds-report-cell-header {
    font-size: larger;
    font-weight: 700;
    margin-bottom: 15px;
}

.yds-dashboard-report {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
}

.yds-dashboard-report-row {
    display: table-row;
}

.yds-dashboard-report-cell {
    display: table-cell;
}

.yds-dashboard-report-horiz-spacer {
    display: table-cell;
}

.yds-data-table {
    table-layout: fixed;
}

.yds-readonly-text-field {
    background-color: silver;
    cursor: default;
}

.yds-table-flex-column-outer {
    display: flex;
}

.yds-table-flex-column-inner {
    flex: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}


/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0077cc;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

.form-control-group {
    position: relative;
}

.form-control-label-inside {
    position: absolute;
    left: 0.5rem;
    top: 0.5rem;
    font-size: 0.9rem;
}

.form-control-button-inside {
    position: absolute;
    right: 0.1rem;
    top: 0.2rem;
}

.form-control-button-inside-bottom {
    position: absolute;
    right: 0.1rem;
    bottom: 0.2rem;
}

.form-control-input {
    font-size: 1.2rem;
    border-radius: 6px;
    padding-top: 1.3rem;
    padding-left: calc(0.5rem - -3px);
}

.form-control-input-small {
    font-size: 1rem;
    border-radius: 6px;
    padding-top: 1.3rem;
    padding-left: calc(0.5rem - -3px);
}

.switch {
    display: inline-block;
    height: 34px;
    position: relative;
    width: 60px;
}

.vertical-align-middle {
    vertical-align: middle;
}

.switch input {
    display: none;
}

.slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}

    .slider:before {
        background-color: #fff;
        bottom: 4px;
        content: "";
        height: 26px;
        left: 4px;
        position: absolute;
        transition: .4s;
        width: 26px;
    }

input:checked + .slider {
    background-color: #66bb6a;
}

    input:checked + .slider:before {
        transform: translateX(26px);
    }

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.pl-5 {
    padding-left: 5px;
}

.pr-5 {
    padding-right: 5px;
}

.pl-8 {
    padding-left: 8px;
}

.pr-8 {
    padding-right: 8px;
}

.text-align-end {
    text-align: end;
}

.sort-button {
    background: transparent;
    border: 0;
}

    .sort-button i {
        margin-left: 8px;
    }

.yds-grid-column-header {
    white-space: nowrap;
}

.yds-grid-row-selector-container {
    margin: 8px;
}

.yds-pagination-container {
    display: flex;
    justify-content: flex-end;
    margin-top: 8px;
}

.yds-pagination-left-sm {
    width: 32px;
    height: 32px;
    text-align: center;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border: 1px solid black;
}

.yds-pagination-left-empty-sm {
    width: 32px;
    height: 32px;
    cursor: default !important;
    background: transparent;
    border: 0;
}

.yds-pagination-mid-sm {
    width: 32px;
    height: 32px;
    text-align: center;
    border: 1px solid black;
}

.yds-pagination-mid-selected-sm {
    width: 32px;
    height: 32px;
    text-align: center;
    border: 1px solid black;
    color: white;
    background-color: var(--yds-color-tertiary);
}

.yds-pagination-mid-empty-sm {
    width: 32px;
    height: 32px;
    background-color: transparent;
    border: 0;
    cursor: default !important;
}

.yds-pagination-right-sm {
    width: 32px;
    height: 32px;
    text-align: center;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 1px solid black;
}

.yds-pagination-right-empty-sm {
    width: 32px;
    height: 32px;
    background-color: transparent;
    border: 0;
    cursor: default !important;
}

.yds-pagination-left-lg {
    width: 48px;
    height: 32px;
    text-align: center;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border: 1px solid black;
}

.yds-pagination-left-empty-lg {
    width: 48px;
    height: 32px;
    cursor: default !important;
    background: transparent;
    border: 0;
}

.yds-pagination-mid-lg {
    width: 48px;
    height: 32px;
    text-align: center;
    border: 1px solid black;
}

.yds-pagination-mid-selected-lg {
    width: 48px;
    height: 32px;
    text-align: center;
    border: 1px solid black;
    color: white;
    background-color: var(--yds-color-tertiary);
}

.yds-pagination-mid-empty-lg {
    width: 48px;
    height: 32px;
    background-color: transparent;
    border: 0;
    cursor: default !important;
}

.yds-pagination-right-lg {
    width: 48px;
    height: 32px;
    text-align: center;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 1px solid black;
}

.yds-pagination-right-empty-lg {
    width: 48px;
    height: 32px;
    background-color: transparent;
    border: 0;
    cursor: default !important;
}

.yds-pagination-left-xl {
    width: 64px;
    height: 32px;
    text-align: center;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border: 1px solid black;
}

.yds-pagination-left-empty-xl {
    width: 64px;
    height: 32px;
    cursor: default !important;
    background: transparent;
    border: 0;
}

.yds-pagination-mid-xl {
    width: 64px;
    height: 32px;
    text-align: center;
    border: 1px solid black;
}

.yds-pagination-mid-selected-xl {
    width: 64px;
    height: 32px;
    text-align: center;
    border: 1px solid black;
    color: white;
    background-color: var(--yds-color-tertiary);
}

.yds-pagination-mid-empty-xl {
    width: 64px;
    height: 32px;
    background-color: transparent;
    border: 0;
    cursor: default !important;
}

.yds-pagination-right-xl {
    width: 64px;
    height: 32px;
    text-align: center;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 1px solid black;
}

.yds-pagination-right-empty-xl {
    width: 64px;
    height: 32px;
    background-color: transparent;
    border: 0;
    cursor: default !important;
}

select {
    padding: 10px;
    padding-right: 30px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url('../img/dropdownArrow.svg');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}

    /* For IE (thanks to @SaiManoj) */
    select::-ms-expand {
        display: none;
    }

.yds-std-row-height {
    height: 57px;
}

.yds-color-black {
    color: black;
}

.yds-margin-right-3px {
    margin-right: 3px;
}

.yds-margin-right-5px {
    margin-right: 5px;
}

.yds-notification-badge {
    background-color: #fa3e3e;
    border-radius: 2px;
    color: white;
    padding: 1px 3px;
    font-size: 10px;
    position: absolute;
    top: -2px;
    right: 3px;
    border-radius: 5px
}

.yds-btn-help-close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 1rem 3rem;
}

.yds-cursor-default {
    cursor: default;
}

.yds-dropdown-divider {
    border-top: 1px solid #333;
    width: 100%;
    height: 1px;
    display: block;
}

.yds-client-name-top {
    margin: 3px;
}

.yds-dropdown-content-handler {
    display: block;
    position: absolute;
    top: 5px;
    z-index: -999;
}

.yds-dropbtn {
    /*background-color: #04AA6D;*/
    color: white;
    padding: 16px;
    font-size: 16px;
    border: 1px #ced4da solid;
    cursor: pointer;
}

    /* Dropdown button on hover & focus */
    .yds-dropbtn:hover, .yds-dropbtn:focus {
        /*background-color: #3e8e41;*/
    }

/* The search field */
.yds-dropdown-search-container {
    padding: 5px;
    position: absolute;
    top: 57px;
    background-color: #f3f3f3;
    display: none;
    border: 1px solid #ddd;
    z-index: 101;
    width: 100%;
    min-width: 230px;
}

.yds-dropdown-search-field {
    box-sizing: border-box;
    font-size: 16px;
    padding: 10px;
    border: 1px solid #ddd;
    width: 100%;
}

/* The search field when it gets focus/clicked on */
#myInput:focus {
    outline: 3px solid #ddd;
}

/* The container <div> - needed to position the dropdown content */
.yds-dropdown {
    position: relative;
    display: inline-block;
    height: 57px;
}

.yds-dropdown-content-frame {
}

/* Dropdown Content (Hidden by Default) */
.yds-dropdown-content {
    max-height: calc(10 * (1em + 8px));
    display: none;
    background-color: #f6f6f6;
    min-width: 230px;
    border: 1px solid #ddd;
    overflow: auto;
    position: absolute;
    width: 100%;
    z-index: 100;
    top: 114px;
}

    /* Links inside the dropdown */
    .yds-dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .yds-dropdown-content a:hover {
            background-color: var(--yds-color-tertiary)
        }

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.yds-dropdown-show {
    display: block;
}

.yds-text-align-left {
    text-align: left;
}

.yds-dropdown-select-arrow {
    background-image: url(../img/dropdownArrow.svg);
    background-repeat: no-repeat, repeat;
    background-size: .65em auto, 100%;
    width: 20px;
    display: block;
    position: absolute;
    right: 0.5em;
    top: 0.9em;
}

.yds-text-center {
    text-align: center;
}

.yds-width-100pct {
    width: 100%;
}

.yds-center-button {
    display: flex;
    margin: auto;
}

.yds-center {
    margin-left: auto;
    margin-right: auto;
    margin-top: 3px;
    margin-bottom: 3px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.yds-item-image-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10%; /* Space between images */
    width: 100%;
}

    .yds-item-image-container .image-wrapper {
        position: relative;
        width: 45%;
        aspect-ratio: 1 / 1; /* Adjust as needed */
    }

    .yds-item-image-container img {
        width: 100%;
        height: auto; /* Maintain aspect ratio */
        object-fit: contain; /* Image fits within the container without cropping */
        display: block; /* Remove any default margin or padding */
        padding: 5px;
    }

    .yds-item-image-container .image-icon {
        position: absolute;
        top: 10px; /* Adjust as needed */
        right: 10px; /* Adjust as needed */
        z-index: 1; /* Ensure icon appears above the image */
    }

.yds-item-image-edit-button {
    width: 100%;
}

.yds-button-red {
    background-color: darkred;
}

    .yds-button-red:disabled {
        background-color: #aa6464;
    }

.yds-text-editor-container {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.yds-text-editor {
}

.yds-message-template-edit-page-help-button {
    display: inline-block;
    position: relative;
    top: 2px;
}

.yds-text-editor-button-bar {
}

.yds-message-template-editor {
    height: 500px;
}

.yds-message-template-summary {
}

.yds-message-template-entry-row {
    display: block;
    text-align: right;
    cursor: pointer;
}

    .yds-message-template-entry-row span[data-tooltip] {
        position: relative;
    }

        .yds-message-template-entry-row span[data-tooltip]:hover::after {
            content: attr(data-tooltip); /* Get the tooltip content from the data-tooltip attribute */
            position: absolute;
            bottom: 100%; /* Position the tooltip above the element */
            right: 0;
            background: var(--yds-color-secondary);
            color: #fff;
            padding: 5px;
            border-radius: 3px;
            font-size: 0.9em;
            white-space: nowrap; /* Prevent the tooltip from breaking into a new line */
            opacity: 0; /* Start hidden */
            transition: opacity 0.3s ease-in-out; /* Smooth transition */
            pointer-events: none; /* Ensure mouse events don't interact with the tooltip */
        }

        .yds-message-template-entry-row span[data-tooltip]:hover::after {
            opacity: 1; /* Show tooltip on hover */
        }

.yds-message-template-entry-custom {
    font-size: 8pt;
    margin: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    background: #FFBB99;
    border-radius: 6px;
    cursor: pointer;
}

.yds-message-template-entry-yds-only {
    font-size: 8pt;
    margin: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    background: yellow;
    border-radius: 6px;
    cursor: pointer;
}

.yds-message-template-entry-nf {
    font-size: 8pt;
    margin: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    background: lightblue;
    border-radius: 6px;
    cursor: pointer;
}

.yds-message-template-entry-em {
    font-size: 8pt;
    margin: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    background: lightgreen;
    border-radius: 6px;
    cursor: pointer;
}

.yds-message-editor-tool-bar-mask {
    border-bottom: lightgray solid 1px;
}

.checkout-item-span {
    width: 10px;
}

.checkout-item-edit-button {
    width: 34px;
}
