@charset "UTF-8";.fileinput-button{position:relative;overflow:hidden}.fileinput-button input{position:absolute;top:0;right:0;margin:0;opacity:0;-ms-filter:'alpha(opacity=0)';font-size:200px;direction:ltr;cursor:pointer}@media screen\9{.fileinput-button input{filter:alpha(opacity=0);font-size:100%;height:100%}}



#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000}#colorbox{outline:0}#cboxTopLeft{width:14px;height:14px;background:url(../Serenity.Assets/Content/colorbox/images/controls.png) no-repeat 0 0}#cboxTopCenter{height:14px;background:url(../Serenity.Assets/Content/colorbox/images/border.png) repeat-x top left}#cboxTopRight{
width:14px;height:14px;background:url(../Serenity.Assets/Content/colorbox/images/controls.png) no-repeat -36px 0}#cboxBottomLeft{width:14px;height:43px;background:url(../Serenity.Assets/Content/colorbox/images/controls.png) no-repeat 0 -32px}#cboxBottomCenter{height:43px;background:url(../Serenity.Assets/Content/colorbox/images/border.png) repeat-x bottom left}#cboxBottomRight{width:14px;height:43px;background:url(../Serenity.Assets/Content/colorbox/images/controls.png) no-repeat -36px -32px}#cboxMiddleLeft{width:14px;background:url(../Serenity.Assets/Content/colorbox/images/controls.png) repeat-y -175px 0}#cboxMiddleRight{width:14px;background:url(../Serenity.Assets/Content/colorbox/images/controls.png) repeat-y -211px 0}#cboxContent{background:#fff;overflow:visible}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{margin-bottom:5px}#cboxLoadingOverlay{background:url(../Serenity.Assets/Content/colorbox/images/loading_background.png) no-repeat center center}#cboxLoadingGraphic{background:url(../Serenity.Assets/Content/colorbox/images/loading.gif) no-repeat center center}#cboxTitle{position:absolute;bottom:-25px;left:0;text-align:center;width:100%;font-weight:bold;color:#7c7c7c}#cboxCurrent{position:absolute;bottom:-25px;left:58px;
font-weight:bold;color:#7c7c7c}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;position:absolute;bottom:-29px;background:url(../Serenity.Assets/Content/colorbox/images/controls.png) no-repeat 0 0;width:23px;height:23px;text-indent:-9999px}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxPrevious{left:0;background-position:-51px -25px}#cboxPrevious:hover{background-position:-51px 0}#cboxNext{left:27px;background-position:-75px -25px}#cboxNext:hover{background-position:-75px 0}#cboxClose{right:0;background-position:-100px -25px}#cboxClose:hover{background-position:-100px 0}.cboxSlideshow_on #cboxSlideshow{background-position:-125px 0;right:27px}.cboxSlideshow_on #cboxSlideshow:hover{background-position:-150px 0}.cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px;right:27px}.cboxSlideshow_off #cboxSlideshow:hover{background-position:-125px 0}



.json-document{padding:1em 2em}ul.json-dict,ol.json-array{list-style-type:none;margin:0 0 0 1px;border-left:1px dotted #ccc;padding-left:2em}.json-string{color:#0b7500}.json-literal{color:#1a01cc;font-weight:bold}a.json-toggle{position:relative;color:inherit;text-decoration:none}a.json-toggle:focus{outline:none}a.json-toggle:before{font-size:1.1em;color:#c0c0c0;content:"▼";position:absolute;display:inline-block;width:1em;text-align:center;line-height:1em;left:-1.2em}a.json-toggle:hover:before{color:#aaa}a.json-toggle.collapsed:before{transform:rotate(-90deg)}a.json-placeholder{color:#aaa;padding:0 1em;text-decoration:none}a.json-placeholder:hover{text-decoration:underline}



/*BEGINNING OF DAVID CSS CHANGES*/

/*ALL CODE WITHIN ROOT IS TO CHANGE THE CSS FOR THE ENTIRE PAGE USING VARIABLES, CHANGE AT YOUR OWN RISK*/
:root.theme-azure-light {
    /*THEME COLORS*/
    --primary-100: #B7FFB3;
    --primary-200: #72EB6D;
    --primary-300: #4DB848;
    --primary-400: #2F852B;
    --primary-500: #175214;
    --primary-600: #52c7ef;
    --secondary-100: #B3DCFF;
    --secondary-200: #6DB1EB;
    --secondary-300: #4885B8;
    --secondary-400: #2B5C85;
    --secondary-500: #143652;
    --neutral-100: #D5D7D5;
    --neutral-200: #C2C5C3;
    --neutral-300: #AFB3B1;
    --neutral-400: #9DA29F;
    --neutral-500: #8A908D;
    --neutral-600: #777E7C;
    --neutral-700: #656C6B;
    --neutral-800: #525A5A;
    --neutral-900: #404748;
    --neutral-1000: #2D3436;
    --shades-0: #FFFFFF;
    --shades-1000: #000000;
    --warning-100: #FFCD9B;
    --warning-200: #FFA851;
    --warning-300: #F07B06;
    --warning-400: #AC5600;
    --warning-500: #683400;
    --error-100: #FFA9A8;
    --error-200: #FF6868;
    --error-300: #FF2827;
    --error-400: #BB0807;
    --error-500: #770100;
    --success-100: #B6FFB1;
    --success-200: #70E867;
    --success-300: #4BB543;
    --success-400: #2D8227;
    --success-500: #164F12;
    /*DEFAULT SHADOW FOR CARDS*/
    --card-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    /*ACTUAL CSS EDIT BASESD ON VARIABLES*/
    --s-sidebar-band-bg: var(--shades-0);
    --s-sidebar-band-link-active: var(--primary-300);
    --s-sidebar-band-link: var(--secondary-300);
    --bs-body-color: var(--secondary-300);
    --s-sidebar-link: var(--neutral-900);
    --s-sidebar-link-active: var(--primary-300);
    --s-sidebar-icon-active: var(--primary-300);
    --s-sidebar-icon: var(--secondary-300);
    --s-category-title: var(--secondary-300);
    --internal-light-dark: var(--shades-0);
    --bs-primary-rgb: 77, 184, 72;
    --bs-success-rgb: 72, 133, 184;
    --bs-blue: var(--secondary-300);
    --bs-green: var(--primary-300);
    --s-column-header: var(--secondary-300);
    --s-pager-icon: var(--secondary-300);
    --s-card-title: var(--secondary-300);
}

:root.theme-cosmos-dark {
    /*THEME COLORS*/
    --primary-100: #B7FFB3;
    --primary-200: #72EB6D;
    --primary-300: #4DB848;
    --primary-400: #2F852B;
    --primary-500: #175214;
    --secondary-100: #B3DCFF;
    --secondary-200: #6DB1EB;
    --secondary-300: #4885B8;
    --secondary-400: #2B5C85;
    --secondary-500: #143652;
    --neutral-100: #D5D7D5;
    --neutral-200: #C2C5C3;
    --neutral-300: #AFB3B1;
    --neutral-400: #9DA29F;
    --neutral-500: #8A908D;
    --neutral-600: #777E7C;
    --neutral-700: #656C6B;
    --neutral-800: #525A5A;
    --neutral-900: #404748;
    --neutral-1000: #2D3436;
    --shades-0: #FFFFFF;
    --shades-1000: #000000;
    --dark-500: #0a182c;
    --dark-1000: #071222;
    /*DEFAULT SHADOW FOR CARDS*/
    --card-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    /*ACTUAL CSS EDIT BASESD ON VARIABLES*/
    --s-sidebar-band-bg: var(--dark-1000);
    --s-sidebar-band-link-active: var(--primary-300);
    --s-sidebar-band-link: var(--secondary-300);
    --bs-body-color: var(--secondary-300);
    --s-sidebar-link: var(--neutral-900);
    --s-sidebar-link-active: var(--primary-300);
    --s-sidebar-icon-active: var(--primary-300);
    --s-sidebar-icon: var(--secondary-300);
    --s-category-title: var(--secondary-300);
    --internal-light-dark: var(--shades-0);
    --bs-primary-rgb: 77, 184, 72;
    --bs-success-rgb: 72, 133, 184;
    --bs-blue: var(--secondary-300);
    --bs-green: var(--primary-300);
    --s-column-header: var(--secondary-300);
    --s-pager-icon: var(--secondary-300);
    --s-card-title: var(--secondary-300);
}

:root.theme-azure-light .active > .s-sidebar-link {
    background-color: var(--neutral-900)
}

:root.theme-azure-light .s-sidebar-band {
    border-right: none;
    box-shadow: var(--card-box-shadow);
}

:root.theme-azure-light .s-sidebar-pane {
    border-right: none;
    box-shadow: var(--card-box-shadow);
}
:root.theme-azure-light .btn-primary {
    background-color: var(--primary-300);
    border: none;
    box-shadow: var(--card-box-shadow);
}
:root.theme-azure-light .btn-subscribe {
    background-color: var(--primary-600);
    border: none;
    box-shadow: var(--card-box-shadow);
}


:root.theme-azure-light .slick-cell > a {
    color: var(--primary-300) !important;
}

:root.theme-azure-light .slick-cell > .source-text {
    color: var(--secondary-300) !important;
}

:root.theme-azure-light .slick-cell > .target-text {
    color: var(--secondary-300) !important;
}

:root.theme-azure-light .slick-pg-reload {
    color: var(--primary-300);
}

:root.theme-azure-light .text-green {
    color: var(--primary-300) !important;
}

/*
 * Component: Box
 * --------------
 */
.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

    .box.box-primary {
        border-top-color: #3c8dbc;
    }

    .box.box-info {
        border-top-color: #00c0ef;
    }

    .box.box-danger {
        border-top-color: #dd4b39;
    }

    .box.box-warning {
        border-top-color: #f39c12;
    }

    .box.box-success {
        border-top-color: #00a65a;
    }

    .box.box-default {
        border-top-color: #d2d6de;
    }

    .box.collapsed-box .box-body,
    .box.collapsed-box .box-footer {
        display: none;
    }

    .box .nav-stacked > li {
        border-bottom: 1px solid #f4f4f4;
        margin: 0;
    }

        .box .nav-stacked > li:last-of-type {
            border-bottom: none;
        }

    .box.height-control .box-body {
        max-height: 300px;
        overflow: auto;
    }

    .box .border-right {
        border-right: 1px solid #f4f4f4;
    }

    .box .border-left {
        border-left: 1px solid #f4f4f4;
    }

    .box.box-solid {
        border-top: 0;
    }

        .box.box-solid > .box-header .btn.btn-default {
            background: transparent;
        }

        .box.box-solid > .box-header .btn:hover,
        .box.box-solid > .box-header a:hover {
            background: rgba(0, 0, 0, 0.1);
        }

        .box.box-solid.box-default {
            border: 1px solid #d2d6de;
        }

            .box.box-solid.box-default > .box-header {
                color: #444;
                background: #d2d6de;
                background-color: #d2d6de;
            }

                .box.box-solid.box-default > .box-header a,
                .box.box-solid.box-default > .box-header .btn {
                    color: #444;
                }

        .box.box-solid.box-primary {
            border: 1px solid #3c8dbc;
        }

            .box.box-solid.box-primary > .box-header {
                color: #fff;
                background: #3c8dbc;
                background-color: #3c8dbc;
            }

                .box.box-solid.box-primary > .box-header a,
                .box.box-solid.box-primary > .box-header .btn {
                    color: #fff;
                }

        .box.box-solid.box-info {
            border: 1px solid #00c0ef;
        }

            .box.box-solid.box-info > .box-header {
                color: #fff;
                background: #00c0ef;
                background-color: #00c0ef;
            }

                .box.box-solid.box-info > .box-header a,
                .box.box-solid.box-info > .box-header .btn {
                    color: #fff;
                }

        .box.box-solid.box-danger {
            border: 1px solid #dd4b39;
        }

            .box.box-solid.box-danger > .box-header {
                color: #fff;
                background: #dd4b39;
                background-color: #dd4b39;
            }

                .box.box-solid.box-danger > .box-header a,
                .box.box-solid.box-danger > .box-header .btn {
                    color: #fff;
                }

        .box.box-solid.box-warning {
            border: 1px solid #f39c12;
        }

            .box.box-solid.box-warning > .box-header {
                color: #fff;
                background: #f39c12;
                background-color: #f39c12;
            }

                .box.box-solid.box-warning > .box-header a,
                .box.box-solid.box-warning > .box-header .btn {
                    color: #fff;
                }

        .box.box-solid.box-success {
            border: 1px solid #00a65a;
        }

            .box.box-solid.box-success > .box-header {
                color: #fff;
                background: #00a65a;
                background-color: #00a65a;
            }

                .box.box-solid.box-success > .box-header a,
                .box.box-solid.box-success > .box-header .btn {
                    color: #fff;
                }

        .box.box-solid > .box-header > .box-tools .btn {
            border: 0;
            box-shadow: none;
        }

        .box.box-solid[class*='bg'] > .box-header {
            color: #fff;
        }

    .box .box-group > .box {
        margin-bottom: 5px;
    }

    .box .knob-label {
        text-align: center;
        color: #333;
        font-weight: 100;
        font-size: 12px;
        margin-bottom: 0.3em;
    }

    .box > .overlay,
    .overlay-wrapper > .overlay,
    .box > .loading-img,
    .overlay-wrapper > .loading-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .box .overlay,
    .overlay-wrapper .overlay {
        z-index: 50;
        background: rgba(255, 255, 255, 0.7);
        border-radius: 3px;
    }

        .box .overlay > .fa,
        .overlay-wrapper .overlay > .fa {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -15px;
            margin-top: -15px;
            color: #000;
            font-size: 30px;
        }

        .box .overlay.dark,
        .overlay-wrapper .overlay.dark {
            background: rgba(0, 0, 0, 0.5);
        }

.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
    content: " ";
    display: table;
}

.box-header:after,
.box-body:after,
.box-footer:after {
    clear: both;
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}

    .box-header.with-border {
        border-bottom: 1px solid #f4f4f4;
    }

.collapsed-box .box-header.with-border {
    border-bottom: none;
}

.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion,
.box-header .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}

.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion {
    margin-right: 5px;
}

.box-header > .box-tools {
    position: absolute;
    right: 10px;
    top: 5px;
}

    .box-header > .box-tools [data-toggle="tooltip"] {
        position: relative;
    }

    .box-header > .box-tools.pull-right .dropdown-menu {
        right: 0;
        left: auto;
    }

.btn-box-tool {
    padding: 5px;
    font-size: 12px;
    background: transparent;
    color: #97a0b3;
}

    .open .btn-box-tool,
    .btn-box-tool:hover {
        color: #606c84;
    }

    .btn-box-tool.btn:active {
        box-shadow: none;
    }

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

.no-header .box-body {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.box-body > .table {
    margin-bottom: 0;
}

.box-body .fc {
    margin-top: 5px;
}

.box-body .full-width-chart {
    margin: -19px;
}

.box-body.no-padding .full-width-chart {
    margin: -9px;
}

.box-body .box-pane {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
}

.box-body .box-pane-right {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
}

.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #fff;
}

.chart-legend {
    margin: 10px 0;
}

@media (max-width: 991px) {
    .chart-legend > li {
        float: left;
        margin-right: 10px;
    }
}

.box-comments {
    background: #f7f7f7;
}

    .box-comments .box-comment {
        padding: 8px 0;
        border-bottom: 1px solid #eee;
    }

        .box-comments .box-comment:before,
        .box-comments .box-comment:after {
            content: " ";
            display: table;
        }

        .box-comments .box-comment:after {
            clear: both;
        }

        .box-comments .box-comment:last-of-type {
            border-bottom: 0;
        }

        .box-comments .box-comment:first-of-type {
            padding-top: 0;
        }

        .box-comments .box-comment img {
            float: left;
        }

    .box-comments .comment-text {
        margin-left: 40px;
        color: #555;
    }

    .box-comments .username {
        color: #444;
        display: block;
        font-weight: 600;
    }

    .box-comments .text-muted {
        font-weight: 400;
        font-size: 12px;
    }

.AccountCard {
    opacity: 0;
}

.s-dashboard-card-sm {
    color: black;
    background-color: var(--primary-100);
}

.s-alt {
    background-color: var(--secondary-100);
}
.card-footer {
    color: black;
}

.ami-validation-dialog {

}

.ami-validation-dialog .ami-title {
    font-size: 24px;
    text-align: center
}

.ami-validation-dialog .modal-content {
    width: 600px;
}

.card-footer-btn {
    color: rgba(var(--s-bright-rgb), 0.8);
    background-color: var(--bs-body-bg);
    border-radius: 0 0 4px 4px;
    border-top: none;
    margin: 0 1px 1px 1px;
    padding: 3px 0;
    text-align: center;
    text-decoration: none;
    border: none;
}

.s-mobile-header-logo {
    height: 25px;
    width: auto;
}

.s-sidebar-band-middle {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.sidebar-logo {
    transform: rotate(270deg);
    height: 40px;
}

.cart-empty {
   text-align: center
}

@media (max-width: 1400px) {
    .s-dashboard-card-sm .icon {
        font-size: 32px !important;
    }

    .s-dashboard-card-sm h3 {
        font-size: 18px !important;
    }

    .s-dashboard-card-sm p {
        font-size: 12px !important;
    }

    .s-dashboard-card-sm .card-footer {
        font-size: 12px !important;
    }

}

@media (min-width: 1400px) and (max-width: 1850px) {
    .s-dashboard-card-sm .icon {
        font-size: 48px !important;
    }

    .s-dashboard-card-sm h3 {
        font-size: 22px !important;
    }

    .s-dashboard-card-sm p {
        font-size: 14px !important;
    }

    .s-dashboard-card-sm .card-footer {
        font-size: 14px !important;
    }
}

.subscriptions-container {
    height: calc(100vh - 35px);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Roboto;
}

.tabs-container {
    position: relative;
}

.PricingTable {
    background-color: var(--primary-100);
}

.tabs-list {
    display: flex;
    list-style: none;
    margin: 0;
    position: relative;
    -webkit-box-pack: start;
    justify-content: start;
}

.interval-tabs {
    margin-bottom: 24px;
}

.tabs-list-item {
    border: none;
    border-radius: 6px;
    background-color: transparent;
    font-size: 14px;
    height: auto;
    line-height: 20px;
    padding: 8px 32px;
}

:root.theme-cosmos-dark .tabs-list-item {
    color: var(--neutral-800);
}

.ontire-delete-btn {
    background-color: transparent;
    border: none;
    color: red;
}

:root.theme-cosmos-dark .tabs-list-item.is-selected {
    color: var(--shades-1000)
}


.tabs-list-item.is-selected {
    background-color: var(--primary-300);
}

.tabs-list {
    border: 1px solid var(--neutral-300);
    background-color: #1a1a1a0d;
    border-radius: 8px;
    padding: 2px;
}

:root.theme-cosmos-dark .tabs-list {
    border: 1px solid var(--neutral-1000);
    background-color: var(--dark-500);
}


.pricing-grid {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-auto-rows: auto;
    grid-gap: 8px;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;

    display: flex;
    flex-direction: row;
}

.price-column {
    border-radius: 12px;
    border: 1px solid var(--neutral-300);
    background-color: #1a1a1a0d;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 24px 36px 28px;
    width: 312px;
    margin: 4px;
}

:root.theme-cosmos-dark .price-column {
    border: 1px solid var(--neutral-1000);
    background-color: var(--dark-500);
}

.price-column-badge {
    margin-bottom: 16px;
}

.sub-badge {
    background-color: #fff;
    color: var(--neutral-600);
    align-self: center;
    border-radius: 4px;
    display: inline-flex;
    height: 18px;
    overflow: hidden;
    position: relative;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    font-weight: 600;
}

:root.theme-cosmos-dark .badge {
    background-color: var(--neutral-700);
    color: var(--neutral-300)
}

.price-column-text-and-image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 32px;
}

.price-column-name {
    margin-bottom: 12px;
}

.price-column-text {
    font-weight: 600;
    font-size: 20px;
    margin: 0;
    color: var(--shades-1000);
}

:root.theme-cosmos-dark .price-column-text {
    color: var(--neutral-800)
}

.direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.price-column-content {
    width: 100%;
}

.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.flex-container {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.price-column-price-and-button {
    width: 100%;
    -webkit-box-pack: end;
    justify-content: end;
}

.price-column-price-container {
    width: 100%;
    color: var(--shades-1000);
}

.price-column-price {
    margin-right: 4px;
    font-weight: 700;
    font-size: 36px;
}

:root.theme-cosmos-dark .price-column-price {
    color: var(--neutral-800);
}

.price-column-interval {
    opacity: .5;
    font-size: 13px;
}

.price-column-btn {
    background-color: var(--primary-300);
    border-color: var(--primary-300);
    color: var(--shades-1000);
    -webkit-appearance: button;
    border-radius: 6px;
    height: 44px;
    margin-top: 16px;
    width: 100%;
    font-size: 16px;
    border: 1px solid transparent;
    overflow: visible;

}

.pricecolumn-btn-content {
    font-weight: 600;
}

.ontire-cart {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 10px;
    width: auto;
    height: fit-content;
    /* Primary/300 - main */

    background: var(--secondary-300);
    /* Inside auto layout */

    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;

    margin: -20px;
    margin-bottom: 0px;
}

.ami-widget {
    background-color: var(--s-card-bg);
    box-shadow: var(--s-card-shadow);
    border: 1px solid var(--s-card-border);
    margin-top: 20px;
    border-radius: 4px;
    max-height: calc(100vh - 105px);
    overflow-y: scroll;
    -ms-overflow-style: none;
}

.ami-widget::-webkit-scrollbar {
    display: none;
}

.cart-btn-group {
    width: 45px;
    height: 45px;
    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 0;
}

.cart-row {
    display: flex;
    flex-direction: row;
}

.cart-info-container {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center
}

.remove-item-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;
    width: 35px;
    height: 120px;
    background: #FFFFFF;
    flex: none;
    order: 2;
    flex-grow: 0;
    color: red;
    font-size: 24px;
}

#ontire-cart-content {
    box-sizing: border-box;
    /* Auto layout */

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 50px;
    gap: 10px;
    position: relative;
    width: 910px;
    height: fit-content;
    background: #FFFFFF;
    /* Neutral/100 */
}

#cart-header-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    font-size: 23px;
    line-height: 24px;
}

.cart-item-image {
    width: 100px;
    height: 100px;
    background: url();
    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 0;
}

.cart-brand-name {
    width: fit-content;
    height: 24px;
    /* Typography/Bold/Headline 6 */

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 24px;
    /* identical to box height, or 126% */

    display: flex;
    align-items: center;
    text-align: left;
    letter-spacing: 0.15px;
    /* Shades/1000 - Black */

    color: #000000;
    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-wrap: nowrap;
    flex-grow: 0;
    max-width: 400px;
    white-space: nowrap;
}

.cart-part-no {
    width: 220px;
    height: 24px;
    /* Typography/Regular/Headline 6 */

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 24px;
    /* identical to box height, or 126% */

    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.15px;
    /* Neutral/700 */

    color: #656C6B;
    /* Inside auto layout */

    flex: none;
    order: 1;
    flex-grow: 0;
}

.item-qty {
    box-sizing: border-box;
    /* Auto layout */

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 10px;
    width: 35px;
    height: 35px;
    background: #FFFFFF;
    /* Neutral/100 */

    border: 1px solid #D5D7D5;
    border-radius: 5px;
    /* Inside auto layout */

    flex: none;
    order: 1;
    flex-grow: 0;
}

.qty-plus {
    order: 3;
}

.qty-btn {
    border: none;
    background-color: transparent;
}

.item-qty-amount {
    height: 24px;
    /* Typography/Regular/Headline 6 */

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 24px;
    /* identical to box height, or 126% */

    display: flex;
    text-align: center;
    letter-spacing: 0.15px;
    /* Neutral/700 */

    color: #656C6B;
    /* Inside auto layout */

    padding: 5px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.cart-item-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
    gap: 10px;
    width: 375px;
    height: 100px;
    background: #FFFFFF;
    /* Inside auto layout */

    flex: none;
    order: 1;
    flex-grow: 1;
}

.cart-item-card {
    box-sizing: border-box;
    /* Auto layout */

    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
    gap: 10px;
    width: 775px;
    height: 120px;
    background: #FFFFFF;
    /* Neutral/100 */

    border: 1px solid #D5D7D5;
    border-radius: 5px;
    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 0;
}

.cart-item-price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    /* Inside auto layout */

    flex: none;
    order: 3;
    flex-grow: 0;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 24px;
}

.cart-item-total {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    /* Inside auto layout */

    flex: none;
    order: 3;
    flex-grow: 0;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 24px;
}

#cart-column-headers {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 10px;
    gap: 10px;
    width: 775px;
    height: 24px;
    background: #FFFFFF;
    border-radius: 5px;
    /* Inside auto layout */

    flex: none;
    order: 1;
    flex-grow: 0;
}

#cart-column-1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;
    width: 375px;
    height: 24px;
    background: #FFFFFF;
    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 1;

    padding-left: 10px;
}

#cart-column-2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 0px;
    gap: 10px;
    width: 150px;
    height: 24px;
    background: #FFFFFF;
    /* Inside auto layout */

    flex: none;
    order: 1;
    flex-grow: 0;
}
#cart-column-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 10px;
    width: 100px;
    height: 24px;
    background: #FFFFFF;
    /* Inside auto layout */

    flex: none;
    order: 2;
    flex-grow: 0;
}
#cart-column-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 10px;
    width: 100px;
    height: 24px;
    background: #FFFFFF;
    /* Inside auto layout */

    flex: none;
    order: 3;
    flex-grow: 0;
}

.cart-column-header-text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 24px;
    color: #656C6B;
}

#cart-items-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;
    width: 810px;
    height: fit-content;
    background: #FFFFFF;
    /* Inside auto layout */

    flex: none;
    order: 2;
    flex-grow: 0;

    max-height: 380px;
    overflow-y: scroll;

    -ms-overflow-style: none;
}

#ontire-cart-btn {
    background: transparent;
    border: none;
}

.shopping-cart {
    font-size: 45px;
    color: var(--shades-0);
}

.cart-badge {
    padding-left: 9px;
    padding-right: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    background-color: var(--secondary-300);
    font-size: 1rem;
    background: var(--primary-300);
    color: var(--shades-0);
    font-weight: 500;
    padding: 0 5px;
    vertical-align: top;
    margin-left: -15px;
}

#cart-items-container::-webkit-scrollbar {
    display: none;
}

#cart-count-container {
    width: 20px;
    height: 20px;
    background: #BB0807;
    position: inherit;
}

#cart-icon {
    position: inherit;
    color: black;
    font-size: 45px;
}

.cart-count-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    width: 20px;
    height: 20px;
    /* Error/400 */

    background: #BB0807;
    border-radius: 50px;
    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 0;
}

.cart-count-icon-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    position: absolute;
    width: 20px;
    height: 45px;
    left: 1330px;
    top: 10px;
}

.cart-footer-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding: 5px 0px 0px;
    gap: 10px;
    width: 810px;
    height: fit-content;
    background: #FFFFFF;
    /* Inside auto layout */

    flex: none;
    order: 3;
    align-self: stretch;
    flex-grow: 0;
}

.cart-subtotal-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 10px;
    gap: 10px;
    width: 810px;
    height: 44px;
    background: #FFFFFF;
    /* Inside auto layout */

    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    color: #4885B8;
}


.cart-subtotal-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding: 0px;
    gap: 10px;
    width: 680px;
    height: 24px;
    background: #FFFFFF;
    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 1;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 24px;
}

.cart-total-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding: 0px;
    gap: 10px;
    width: 680px;
    height: 24px;
    background: #FFFFFF;
    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 1;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 24px;
}

#checkout-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 16px;
    gap: 8px;
    width: 138px;
    height: 48px;
    /* Primary/300 - main */

    background: #4DB848;
    box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.25);
    border: none;
    border-radius: 5px;
    color: var(--shades-0);
    /* Inside auto layout */

    flex: none;
    order: 1;
    flex-grow: 0;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
}

.cart-subtotal-price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 10px;
    width: 100px;
    height: 24px;
    background: #FFFFFF;
    /* Inside auto layout */

    flex: none;
    order: 1;
    flex-grow: 0;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 24px;
}

#cart-header-items {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 24px;
}

#cart-header {
    box-sizing: border-box;
    /* Auto layout */

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1px 0px;
    gap: 10px;
    width: 810px;
    height: 46px;
    background: #FFFFFF;
    /* Neutral/100 */

    border-bottom: 1px solid #D5D7D5;
    /* Inside auto layout */

    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}


/*--------- CHECKOUT PAGE CSS ----------------------*/

.checkout-page {
    height: 100vh;
    width: 100vw;
    display: flex;
}

.checkout-flow-pane {
    height: 100%;
    width: 75%;
    background-color: var(--shades-0);
    padding: 100px 300px;
    display: inline-flex;
    flex-direction: column;
    gap: 25px;
    align-items: flex-start;
}

.checkout-cart-pane {
    height: 100%;
    width: 25%;
    background-color: hsla(120, 2, 84, .25);
    border-left: solid 1px var(--neutral-100);
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.checkout-logo {
    height: 40px;
}

.checkout-breadcrumb {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.5px;
    /*width: 100%;*/
    display: inline-flex;
    flex-direction: row;
    align-self: flex-start;
    border: none;
    background: none;
    gap: 10px;
    padding: 0;
    text-decoration: none;
    color: var(--neutral-500);
    cursor: pointer;
}

.checkout-breadcrumb:hover {
    color: var(--shades-1000);
}

.checkout-return-btn:active {
    text-decoration: none;
}

.checkout-return-icon {
    --webkit-text-stroke: 3px !important;
    font-size: 24px;
}

.checkout-breakcrumbs-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 10px;
}

.breadcrumb-complete {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    font-size: 15px;
    line-height: 24px;
    color: var(--shades-1000);
}

.express-checkout-container {
    width: 100%;
    align-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid var(--neutral-100);
    border-radius: 5px;
}

.breadcrumb-disabled {
    pointer-events: none;
    cursor: none !important;
}

.express-checkout-heading {
    color: var(--shades-1000);
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;
    overflow: hidden;
    background: var(--shades-0);
    width: fit-content;
    padding: 0px 10px;
    align-self: center;
}

.express-offset {
    margin-top: -12px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.wallet-container {
    /*
    border: 1px solid var(--neutral-100);
    border-radius: 5px;
        */
    padding: 20px 0px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.wallet-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 100px;
    gap: 8px;
    background: #000000;
    box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}

.wallet-fee-text {
    text-align: center;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    color: var(--neutral-500);
    margin-top: -10px;
    margin-bottom: 10px;
}

.alternate-checkout-container {
    width: 100%;
    align-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid var(--neutral-100);
    border-radius: 5px;
}

.alternate-checkout-heading {
    color: var(--neutral-500);
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    overflow: hidden;
    background: var(--shades-0);
    width: fit-content;
    padding: 0px 10px;
    align-self: center;
}

.alternate-offset {
    margin-top: -12px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.payment-type-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 25px 25px;
    gap: 50px;
    width: 100%;
    height: 150px;
    border: 1px solid #D5D7D5;
    border-radius: 5px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    text-decoration: none;
    cursor: pointer;
}

.bank-icon-container {
    width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.bank-icon {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.payment-type-info-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.payment-info-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 24px;
    color: var(--shades-1000);
}

.payment-info-fee {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    color: var(--neutral-500)
}

.card-icon-container {
    display: flex;
    flex-direction: column;
    width: 200px;
    gap: 15px;
    height: 100%
}

.card-icon-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    gap: 25px;
    height: 50%;
}

.card-icon {
    align-self: center;
}

.visa {
    height: 20px;
}

.mastercard {
    height: 40px;
}

.amex {
    height: 40px
}

.payment-type-icon {
    color: var(--neutral-500);
    font-size: 24px;
}

.payment-type-container:active {
    text-decoration: none;
}

.cart-item-container {
    border: 1px solid var(--neutral-100);
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
    gap: 10px;
    width: 100%;
    height: fit-content;
}

.cart-item-info-container {
    display: flex;
    flex-direction: column;
    width: 50%;
    height: 100%;
}

.cart-item-bottom-row {
    display: flex;
    flex-direction: row;
    height: 30px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.item-qty-container {
    border: 1px solid var(--neutral-100);
    border-radius: 5px;
    height: fit-content;
    width: fit-content;
    padding: 5px
}

.cart-item-qty {
    order: 3;
    display: flex;
    flex-direction: row;
    width: 150px;
    margin-left: -10px
}

.cart-item-qty-container {
    display: flex;
    flex-direction: row;
}

.qty-text {
    margin: 0;
    padding: 5px
}

.cart-qty-minus {
    padding: 5px;
}

.cart-qty-plus {
    padding: 5px;
}

.fee-item-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 0px;
}

.fee-item-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: var(--shades-1000)
}

.fee-item-total {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    color: var(--shades-1000);
}

.line-item-quantity {
    font-weight: 700;
    font-size: 16px;
    width: 20%;
    padding: 10px;
    font-family: 'Poppins';
    font-style: normal;
    line-height: 24px;
    color: var(--shades-1000);
}

.line-item-price {
    padding: 10px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 24px;
    color: var(--shades-1000);
}

.fees-container {
    border-top: 1px solid var(--neutral-100);
    border-bottom: 1px solid var(--neutral-100);
}

.cart-total-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color:var(--shades-1000);
}

.cart-total-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 24px;
}

.cart-total-amount {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 30px;
}

.cart-item-first-line {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    color: var(--shades-1000);
}

.cart-item-second-line {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: var(--neutral-500);
}

.checkout-flow-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 25px;
    text-align: -webkit-center;
}

.checkout-btn {
    width: 150px;
    background-color: var(--primary-300);
    padding: 0px 40px;
    display: flex;
    flex-direction: row;
    height: 60px;
    align-items: center;
    margin-top: 25px;
    border: none;
    border-radius: 50px;
}

.checkout-icon {
    font-size: 24px;
}

.line-item-icon {
    height: 50px;
}

.checkout-success-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 200px;
    gap: 25px;
    width: 100%;
    height: 100%;
}

.cs-logo-container {
    width: 100%;
    align-items: center;
}

.cs-logo {
    height: 50px;
}

.cs-message-container {
    width: 100%;
    text-align: center;
    gap: 25px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.cs-message {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.cs-message-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 33px;
    line-height: 24px;
    color: var(--shades-1000);
}

.cs-message-body {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--neutral-500);
}

.cs-checkmark-logo {
    font-size: 40px;
    color: var(--primary-300)
}

.cs-dashboard-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 16px;
    gap: 8px;
    background: #4885B8;
    box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    width: 200px;
    text-decoration: none;
    cursor: pointer;
    color: var(--shades-1000);
    align-self: center;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Poppins';
}

.cs-dashboard-btn:active {
    text-decoration: none;
}

.cs-dashboard-btn:hover {
    text-decoration: none;
    color: var(--shades-1000);
}

.checkout-loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid var(--primary-300);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 1s linear infinite;
    align-self: center;
    display: none;
    margin: 50px;
    animation-timing-function: ease-in-out;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.ontire-register-page {
    display: flex;
    height: 100vh;
    width: 100%;
    flex-direction: column;
    background: var(--shades-0);
    font-family: 'Poppins';
    justify-content: center;
    align-items: center;
    border: 1px solid #D5D7D5;
    border-radius: 5px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    gap: 30px;
}

.ontire-register-text-container {
    display: flex;
    flex-direction: column;
    gap: 50px
}

.ontire-register-title {
    font-style: normal;
    font-weight: 700;
    font-size: 58px;
    line-height: 24px;
    /* or 41% */

    display: flex;
    align-self: center;
    justify-content: center;
    text-align: center;
    letter-spacing: -0.5px;
    color: var(--shades-1000);
}

.ontire-register-body {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 34px;
    display: flex;
    align-items: center;
    text-align: center;
    /* Shades/1000 - Black */

    color: #000000;
}

.ontire-register-img {
    width: 50%;
}

.ontire-register-btn {
    background: var(--primary-300);
    box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 40px;
    gap: 8px;
    border: none;
    font-style: normal;
    font-weight: 900;
    font-size: 19px;
    line-height: 24px;
}

.ontire-register-btn:hover {
    background-image: linear-gradient(rgb(0 0 0/15%) 0 0)
}

.ontire-register-btn:active {
    background-image: linear-gradient(rgb(0 0 0/30%) 0 0)
}

.ontire-copmpany-search-text {
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 24px;
    /* or 126% */

    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.15px;
    /* Shades/1000 - Black */

    color: var(--shades-1000);
}

.ontire-company-searchbar-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 20px;
    width: 40%;
}

.ontire-company-address-input {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 10px;
    gap: 10px;
    width: 100%;
    height: 48px;
    background: #FFFFFF;
    /* Standard */

    box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.10);
    border-radius: 5px;
    color: var(--shades-1000);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 126% */

    display: flex;
    align-items: center;
    letter-spacing: 0.15px;
}

.ontire-company-search-input:focus {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 10px;
    gap: 10px;
    width: 100%;
    height: 48px;
    background: #FFFFFF;
    /* Standard */

    box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.10);
    border-radius: 5px;
}

.ontire-city-input {
    width: 50%;
}

.ontire-state-input {
    width: 25%;
}

.ontire-zip-input {
    width: 25%;
}

.ontire-company-search-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 10px;
}

.ontire-company-search-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 16px;
    gap: 8px;
    height: 48px;
    /* Primary/300 - main */

    background: #4DB848;
    /* Standard */

    box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    border: none;
}

.ontire-no-result-text-container {
    height: fit-content;
    width: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 50px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.ontire-no-result-title {
    font-style: normal;
    font-weight: 700;
    font-size: 58px;
    line-height: 24px;
    /* identical to box height, or 41% */
    padding: 25px;

    display: flex;
    align-items: center;
    letter-spacing: -0.5px;
    color: #000000;
}

.ontire-no-result-body {
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 34px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #000000;
}

.ontire-no-result-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 16px;
    gap: 8px;
    width: fit-content;
    height: 36px;
    /* Secondary/300 - main */

    background: #4885B8;
    box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    border: none;
    text-decoration: none;
    color: var(--shades-1000);
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 24px;
    /* identical to box height, or 185% */

    display: flex;
    align-items: center;
    letter-spacing: 1.25px;
    text-transform: uppercase;
}

.ontire-no-result-btn:hover {
    color: var(--shades-1000);
    cursor: pointer;
}

#ontire-register-dialog {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 75px 100px;
    gap: 25px;
    position: relative;
    width: 546px;
    height: 372px;
    background: #FFFFFF;
    /* Neutral/100 */

    border: 1px solid #D5D7D5;
    border-radius: 5px;
}

.ontire-register-dialog-text-container {
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.ontire-register-dialog-title {
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 24px;
    /* identical to box height, or 126% */

    display: flex;
    align-items: center;
    letter-spacing: 0.15px;
    color: #000000;
}

.ontire-register-dialog-body {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    /* identical to box height, or 160% */

    display: flex;
    align-items: center;
    letter-spacing: 0.5px;
    /* Shades/1000 - Black */

    color: #000000;
}

.ontire-register-dialog-address-container {
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ontire-register-dialog-address {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    /* identical to box height, or 160% */

    display: flex;
    align-items: center;
    letter-spacing: 0.5px;
    /* Shades/1000 - Black */

    color: #000000;
}

.ontire-register-dialog-shop-name {
    font-style: normal;
    font-weight: 800;
    font-size: 15px;
    line-height: 24px;
    /* identical to box height, or 160% */

    display: flex;
    align-items: center;
    letter-spacing: 0.5px;
    color: #000000;
}

.ontire-register-dialog-btn-container {
    width: fit-content;
    display: flex;
    flex-direction: row;
    gap: 50px
}

.ontire-register-dialog-yes-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 16px;
    gap: 8px;
    width: 84px;
    height: 36px;
    /* Primary/300 - main */

    background: #4DB848;
    border-radius: 5px;
    border: none;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 24px;
    /* identical to box height, or 185% */

    display: flex;
    align-items: center;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    /* Shades/1000 - Black */

    color: #000000;
}

.ontire-register-dialog-no-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 16px;
    gap: 8px;
    width: 79px;
    height: 36px;
    /* Error/400 */

    background: #BB0807;
    border-radius: 5px;
    border: none;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 24px;
    /* identical to box height, or 185% */

    display: flex;
    align-items: center;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    /* Shades/1000 - Black */

    color: #000000;
}

.ontire-register-dialog-bg {
    background: var(--shades-1000);
    opacity: 10%;
}

.ontire-validation-success-text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.ontire-validation-success-title {
    font-style: normal;
    font-weight: 700;
    font-size: 58px;
    line-height: 24px;
    /* identical to box height, or 41% */

    display: flex;
    align-items: center;
    letter-spacing: -0.5px;
    color: #000000;
}

.ontire-validation-success-body {
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 34px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #000000;
}

.ontire-validation-success-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 40px;
    gap: 8px;
    width: fit-content;
    height: 60px;
    /* Primary/300 - main */

    background: #4DB848;
    box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    text-decoration: none;
    font-style: normal;
    font-weight: 900;
    font-size: 19px;
    line-height: 24px;
    /* identical to box height, or 126% */

    display: flex;
    align-items: center;
    letter-spacing: 0.15px;
    /* Shades/1000 - Black */

    color: #000000;
}

..ontire-validation-success-btn:hover {
    color: var(--shades-1000);
    cursor: pointer;
}

.badge-active {
    background: var(--secondary-300);
    color: var(--shades-0);
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    padding: 3px 10px;
    border-radius: 5px;
}

.badge-complete {
    background: var(--primary-300);
    color: var(--shades-0);
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    padding: 3px 10px;
    border-radius: 5px;
}

.badge-response {
    background: var(--primary-300);
    color: var(--shades-0);
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    padding: 3px 10px;
    border-radius: 5px;
}

.badge-expiring-soon {
    background: var(--warning-300);
    color: var(--shades-0);
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    padding: 3px 10px;
    border-radius: 5px;
}

.badge-expired {
    background: var(--warning-300);
    color: var(--shades-0);
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    padding: 3px 10px;
    border-radius: 5px;
}

.badge-found {
    background: var(--success-300);
    color: var(--shades-0);
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    padding: 3px 10px;
    border-radius: 5px;
}

.badge-unlisted {
    background: var(--neutral-400);
    color: var(--shades-0);
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    padding: 3px 10px;
    border-radius: 5px;
}

.notification-container {
    border: 1px solid var(--s-card-border);
    padding: 14px;
    margin-bottom: 17.5px;
    border-radius: 4px;
    background: var(--shades-0)
}

.no-notification-text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: var(--shades-1000);
    width: 65%;
}

.market-board-count-text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: var(--primary-300);
    padding-top: 10px;
}

.notification-card-container {
    display: grid;
    grid-gap: 10px;
    width: 100%;
    overflow: hidden;
    grid-auto-flow: column;
}

.mb-notification-card {
    border: 1px solid var(--neutral-100);
    border-radius: 4px;
    height: 100%;
    width: 100%;
    grid-row: 1;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.notification-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
}

.scroll-arrow {
    color: var(--shades-1000);
    font-size: x-large;
    cursor: pointer;
}

.notification-Expired {
    background-color: var(--error-100);
}
.notification-Found {
    background: var(--primary-100);
}
.notification-ExpiringSoon {
    background: var(--warning-100);
}
.notification-Removed {
    background: var(--neutral-100);
}

.notification-text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    color: var(--shades-1000);
    width: 75%;
}

.notification-top-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

.notification-bottom-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 10px;
    color: var(--shades-1000);
}

.notification-close {
    font-size: x-large;
    color: var(--shades-1000);
    cursor: pointer;
}

.notification-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 16px;
    gap: 8px;
    background: #4DB848;
    border-radius: 5px;
    height: 26px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    border: none;
}

.notification-body-text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    margin: 0;
}

.notification-btn-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 10px;
}

.notification-info {
    font-size: x-large;
    color: var(--secondary-300)
}

.mb-btn {
    color: var(--shades-1000);
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    padding: 3px 10px;
    border-radius: 5px;
    border: none;
    width: 100%;
}

.mb-btn-list {
    background: var(--secondary-300);
    color: var(--shades-0)
}

.mb-btn-delist {
    background: #dc3545;
    color: var(--shades-0);
}

.mb-col-center {
    text-align: center !important;
    overflow: inherit !important;
}

.bg-secondary-300 {
    background: var(--secondary-300);
    min-width: 30px !important;
}

.bg-secondary-200 {
    background: var(--secondary-300);
    min-width: 30px !important;
}
/** {
    border: 1px solid red;
}*/
/*END OF DAVID CSS CHANGES*/
.s-TranslationGrid input.custom-text {
    width: 100%;
}

.s-UserPermissionDialog > .size,
.s-RolePermissionDialog > .size,
.s-UserRoleDialog > .size {
    min-width: 770px;
    width: 770px;
    min-height: 550px;
    height: 550px;
}

.s-UserPermissionDialog .s-DataGrid,
.s-RolePermissionDialog .s-DataGrid,
.s-UserRoleDialog .s-DataGrid {
  height: 100%;
}

.s-Administration-CountryDialog .s-PropertyGrid .categories,
.s-Administration-StateDialog .s-PropertyGrid .categories {
    height: 260px;
}

.s-Administration-AdminCreateAccountDialog .field .caption{
    width: 130px;
}

.s-OnPart-Default-MarketBoardDialog .field .caption {
    width: 125px;
}

.popover.j-custom-help-popover {
    display: block !important;
    z-index: 1101;
    /*min-width: 400px*/
}

.company-onboarding{
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 15px;

    background: #D5D7D5;

    border: 1px solid #656C6B;
    border-radius: 5px;
    margin: 15px 0;
    height: 250px;
}

.company-onboarding p.title {
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #4885B8;
}

    .company-onboarding p.title a {
        text-decoration: none;
        color: #4885B8;
    }

.company-onboarding p.detail {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    display: flex;
    align-items: center;
    letter-spacing: 0.5px;
    color: #000000;
}
.company-onboarding-button {
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 112px;
    height: 78px;
    background: #FFFFFF;
    border: 1px solid #D5D7D5;
    border-radius: 5px;
    position: absolute;
    text-align: center;
    top: 35%;
    cursor: pointer;
}
    .company-onboarding-button i {
        font-size: 25px;
        color: #4DB848;
    }
    .company-onboarding-button p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 24px;

        color: #4DB848;
    }

.modal-center {
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.invite-supplier-menu {
    text-align: center;
    color: #000;
    font-size: 16px;
}
    .invite-supplier-menu p {
        line-height: 12px;
    }

@media (max-width: 767.98px) {
    .signup-container .float-start {
        clear: both;
        margin-bottom: 15px;
    }
}

/*.card-body{
    color: white !important;
}

.card-body-warning{
    background-color: var(--warning-300) !important;
}

.card-body-success {
    background-color: var(--success-300) !important;
}

.card-body-error {
    background-color: var(--error-300) !important;
}

.card-body-primary {
    background-color: var(--primary-300) !important;
}

.card-body-secondary {
    background-color: var(--secondary-300) !important;
}*/


.view-dialog .s-Form .editor {
    border: none;
    background-color: transparent;
    color: var(--s-disabled);
}

.view-dialog sup,
.view-dialog .ui-datepicker-trigger {
    display: none;
}

.view-dialog .field {
    padding-top: 0;
    padding-bottom: 0;
}

.view-dialog input:focus,
.view-dialog input:focus-visible {
    border: none;
    box-shadow: none;
}




