html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: black;
}

.slowgrow {
    /*    transition-property: all;
    transition-duration: 3s;
    transform-origin: top
*/
}

.slowgrow-s {
    /*    background-color: red;
    transform: scaleY(0);
    position: absolute;
*/ opacity: 0;
}

.slowgrow-e {
    /*    background-color: green;
    transform: scaleY(1);
    position: relative;
*/ opacity: 1;
}

.flex-container {
    display: flex;
}

.flex-child {
    flex: 1;
    border: 2px solid lightgrey;
    padding: 3px;
}


.deployment-error {
    background-color: #ff8d85;
    border: 1px solid black;
    margin: 3px;
}

.deployment-action {
    background-color: #80ff97;
    border: 1px solid black;
    margin: 3px;
}

.deployment-info {
    background-color: #b3faff;
    border: 1px solid black;
    margin: 3px;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.ml25 {
    margin-left: 25%;
    margin-bottom: 10px;
}

.swol {
    max-width: fit-content;
}

.forcewidth {
    overflow-wrap: anywhere;
}

.maincol {
    text-align: right;
    overflow-wrap: anywhere;
    font-size: 0.7rem;
}

.mainheadercol {
    text-transform: uppercase;
    text-align: center;
    font-size: 0.6rem;
    overflow-wrap: anywhere;
}

.maincolpan {
    text-align: left;
    overflow-wrap: anywhere;
    font-size: 0.8rem;
}

.mainheadercolpan {
    text-transform: uppercase;
    text-align: center;
    font-size: 1.0rem;
    overflow-wrap: anywhere;
}

.MerRepColH {
    border: 1px solid black;
    width: 10%;
    max-width: 10%;
    text-overflow: ellipsis;
    max-height: 20px;
    overflow: hidden;
    white-space: nowrap;
}

.MerRepDataColH {
    border: 1px solid black;
    width: 5%;
    max-width: 5%;
    text-overflow: ellipsis;
    max-height: 20px;
    overflow: hidden;
    white-space: nowrap;
}

.MerRepCol {
    width: 10%;
    max-width: 10%;
    text-overflow: ellipsis;
    max-height: 20px;
    overflow: hidden;
    white-space: nowrap;
}

.MerRepDataCol {
    width: 5%;
    max-width: 5%;
    text-overflow: ellipsis;
    max-height: 20px;
    overflow: hidden;
    white-space: nowrap;
}

.floatright {
    float: right;
}

h3 {
    color: #ee572c;
    font-weight: 600;
}

.btn-oc-primary {
    color: #fff;
    background-color: #ee572c;
    border-color: #ee572c;
    width: 170px;
    font: Open Sans;
    font-weight: 600;
}

    .btn-oc-primary:hover {
        color: #ee572c;
        background-color: #fff;
        border-color: #ee572c;
    }

.btn-oc-back {
    color: #000;
    background-color: lightgray;
    border-color: lightgray;
    width: 85px;
    font-family: Tahoma;
    font-weight: 600;
    border-radius: 15px !important;
}

    .btn-oc-back:hover {
        color: black;
        background-color: #fff;
        border-color: black;
    }

.btn-oc {
    color: #fff;
    background-color: #ee572c;
    border-color: #ee572c;
    width: 170px;
    margin: 5px;
    font-weight: 600;
    border-radius: 15px !important;
}

.action-btn-group {
    display: flex;
    gap: 20px;
}

.custom-btn {
    color: #fff;
    background-color: #ee572c;
    border-color: #ee572c;
    display: inline-flex;
}

.mobile-add-btn {
    display: none !important;
}

.desktop-add-btn {
    display: block !important;
}

.custom-btn:hover {
    color: #ee572c;
    background-color: #fff;
    border-color: #ee572c;
}

.custom-btn i {
    font-size: 24px;
    line-height: 24px;
}

.icon-btn {
    background-color: #fff;
    color: #333;
    border-color: #333;
}

.search-group {
    position: relative;
}

    .search-group > input {
        padding-left: 32px !important;
    }

.invoice-report-container-fluid {
    padding: 0 !important;
}

.search-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.btn-oc:hover {
    color: #ee572c;
    background-color: #fff;
    border-color: #ee572c;
}

.btn-oc-dis {
    color: #fff;
    background-color: #5e5e5e;
    border-color: #ee572c;
    width: 170px;
    margin: 5px;
    font-weight: 600;
}

.btn-wide {
    width: 190px;
}

.btn-x-wide {
    width: 200px;
}

.btn-auto {
    color: #fff;
    background-color: #ee572c;
    border-color: #ee572c;
    margin: 5px;
    font-weight: 600;
    border-radius: 15px !important;
}

    .btn-auto:hover {
        color: #ee572c;
        background-color: #fff;
        border-color: #ee572c;
    }

.sleepy-icon {
    border-radius: 1rem;
    color: white;
    background-color: black;
    padding: 4px;
    font-size: 9px;
}

.border-panel {
    border-width: 3px !important;
    border-color: black !important;
    padding: 16px;
}

.ochoverwarning {
    background: #dd9b5a;
    cursor: pointer;
}

    .ochoverwarning:hover {
        background: #f3b77d;
        transition: color .05s ease-in-out, background-color .05s ease-in-out, border-color .05s ease-in-out, box-shadow .05s ease-in-out;
        cursor: pointer;
    }

.ochoverdeleted {
    background: #c45631;
    cursor: pointer;
}

    .ochoverdeleted:hover {
        background: #f3b77d;
        transition: color .05s ease-in-out, background-color .05s ease-in-out, border-color .05s ease-in-out, box-shadow .05s ease-in-out;
        cursor: pointer;
    }

.ochover {
}

    .ochover:nth-child(odd) {
        background-color: #f4f5f8;
        border-color: #e1e7f0 !important;
    }

    .ochover:hover {
        background: #e8edf4 !important;
        transition: color .05s ease-in-out, background-color .05s ease-in-out, border-color .05s ease-in-out, box-shadow .05s ease-in-out;
        cursor: pointer;
    }

.ochoverhl {
}

    .ochoverhl:nth-child(odd) {
        background-color: #f4f5f8;
        border-color: #e1e7f0 !important;
    }

    .ochoverhl:hover {
        background: #e3f8f6;
        transition: color .05s ease-in-out, background-color .05s ease-in-out, border-color .05s ease-in-out, box-shadow .05s ease-in-out;
    }

.ochoverbold {
}

    .ochoverbold:hover {
        font-weight: bold;
        cursor: pointer;
    }

.ochoverselected {
    background: #f3b77d;
}

.form-inline .label {
    text-align: left;
    display: block;
}

.form-inline .form-control {
    text-align: left;
    display: block;
    width: 100%;
}

.shortcutbutton {
    margin: 2px;
    padding: 2px;
    width: 140px;
}

.secondborderbottom {
    border: 1px;
    border-bottom-style: double;
}

.merchantshortcut {
    color: white;
    background-color: #5ab40f;
    border-color: #00ff72;
}

    .merchantshortcut:hover {
        color: white;
        background-color: #40800a;
        border-color: #00ff72;
    }

.partnershortcut {
    color: white;
    background-color: #01a4a4;
    border-color: #37edff;
}

    .partnershortcut:hover {
        color: white;
        background-color: #006363;
        border-color: #37edff;
    }


.shortcutcontainer {
    padding: 1px;
}

.trashy {
    cursor: pointer
}

.sort-header {
    cursor: pointer
}

.page-item > .page-link {
    color: #636363;
    background-color: #fff;
}

.page-item.active > .page-link {
    color: #131522;
    background-color: #eaedf4;
    border: 1px solid #dee2e6;
}

.form-select:focus, .page-link:focus, .form-select:hover, .page-link:hover {
    border-color: #ee572c;
    outline: 0;
    box-shadow: none;
}

.page-item:not(:first-child) .page-link {
    margin-left: 0 !important;
}

.dormant {
    background-color: goldenrod;
    color: white;
}

.clicklink {
    cursor: pointer;
    color: blue;
}

.needreason {
    overflow-y: auto;
    height: 300px;
}

.titlebar {
    z-index: 999;
}

.hightoast {
    z-index: 1001;
}

.adding {
    color: lawngreen
}

.removing {
    color: red
}

.changing {
    color: orange
}

.license-toggle-btn {
    display: inline-flex;
    margin-left: -8%;
    margin-top: 4%;
    border-radius: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: none;
    height: 34px;
    vertical-align: top;
}

.switch-btn {
    display: inline-flex;
    border: none;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    height: 34px;
}

.option {
    padding: 0px 20px;
    border: none;
    background: #f9f9f9;
    color: #555;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.3s, color 0.3s;
    outline: none;
}

    .option.active {
        background: #ee572c;
        color: #fff;
    }

    .option:not(.active):hover {
        background: #eee;
    }

.always-charge {
    margin-right: 1%;
}
/* Toast Container Style Overrides */
.toast {
    padding: 10px !important;
}

.bg-warning {
    background-color: rgba(255, 70, 70, 1) !important;
    color: #FFF !important;
    opacity: 1 !important;
}

.bg-info {
    color: #FFF !important;
}

.card-group {
}

    .card-group .card {
        min-width: 400px;
    }

.table-header {
    /*    font-family: Verdana, sans-serif;
*/ font-weight: 600;
    text-transform: uppercase;
    border: solid 1px black;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #e8edf4;
    margin-top: 6px;
    color: #707070;
}

.table-row {
    display: flex;
    min-height: 54px;
    align-items: center;
}

.table-header1 {
    text-transform: uppercase;
    border-top: solid 1px black;
    border-left: solid 1px black;
    border-right: solid 1px black;
    border-bottom: solid 0px black;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: lightgray;
    color: #707070;
}

.table-header2 {
    text-transform: uppercase;
    border-top: solid 0px black;
    border-left: solid 1px black;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
    background-color: lightgray;
    color: #707070;
}

.cellborder1 {
    border-top: solid 1px #dee2e6;
    border-left: solid 1px #dee2e6;
    border-right: solid 1px #dee2e6;
    border-bottom: solid 0px black;
}

.cellborder2 {
    border-top: solid 0px black;
    border-left: solid 1px #dee2e6;
    border-right: solid 1px #dee2e6;
    border-bottom: solid 1px #dee2e6;
}

.oclogo {
    margin-top: -10px;
    margin-left: -20px;
    height: 55px;
}

.oclogodash {
    width: 100%
}

.oc-header-color {
    background-color: white;
}

.newline {
    clear: both;
}

.clearfix:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.hide {
    display: none;
}

app {
    position: relative;
    display: flex;
    flex-direction: column;
}

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}


.main {
    flex: 1;
}

    .main .top-row {
        background-color: white;
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
    }

        .main .top-row > a, .main .top-row .btn-link {
            white-space: nowrap;
            margin-left: 1.5rem;
        }

        .main .top-row a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

.sidebar {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-color: #F4F5F8;
    z-index: 9999;
}

    .sidebar .top-row {
        /*background-color: rgba(0,0,0,0.4);*/
        background-color: white;
    }

    .sidebar .navbar-brand {
        font-size: 1.1rem;
    }

    .sidebar .oi {
        width: 2rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
    }

    .sidebar .nav-item {
        font-size: 0.9rem;
        padding-bottom: 0.5rem;
        border-left: 4px;
    }

        .sidebar .nav-item:first-of-type {
            padding-top: 1rem;
        }

        .sidebar .nav-item:last-of-type {
            padding-bottom: 1rem;
        }

        /*.sidebar .nav-item:hover {
            border-left-style: solid;
            background-color: #e8edf4;
            border-left: 4px;
            border-left-color: #ee572c;
            color: white;
        }
    */
        .sidebar .nav-item a {
            color: black;
            border-radius: 4px;
            height: 3rem;
            display: flex;
            align-items: center;
            line-height: 3rem;
        }

            .sidebar .nav-item a.active {
                /*background-color: rgba(255,255,255,0.25);*/
                background-color: #e8edf4;
                /*color: white;*/
            }

            .sidebar .nav-item a:hover {
                border-left-style: solid;
                background-color: #e8edf4;
                border-left: 4px;
                border-left-color: #ee572c;
                font-weight: bold
                /*color: white;*/
            }

.content {
    padding-top: 1.1rem;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.validation-message2 {
    position: absolute;
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* 
    LA - UI
*/

/* Login Form-Desktop */

.wave {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 50%;
    z-index: 1;
}

.login-container {
    width: 40vw;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 7rem;
    padding: 0 2rem;
}

.portal-login {
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

    .portal-login .img {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

.login-content {
    display: flex;
    justify-content: flex-start;
    align-items: center !important;
    text-align: center;
    position: absolute;
    z-index: 100;
}

.img img {
    width: 500px;
}

.login-content form {
    width: 360px;
}

.login-content img {
    height: 100px;
}

.login-title {
    margin: 15px 0;
    color: #333;
    text-transform: uppercase;
    font-size: 1.9rem;
}

.login-input-div {
    position: relative;
    display: grid;
    grid-template-columns: 7% 93%;
    margin: 25px 0;
    padding: 5px 0;
    border-bottom: 2px solid #d9d9d9 !important;
    outline: none;
}

.login-body .login-form-group .login-input-div.one {
    margin-top: 0;
}

.login-submit .login-form-group {
}

    .login-submit .login-form-group label {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

.login-form-group label input[type="checkbox"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
    appearance: auto;
    accent-color: #007BFF;
}

    .login-form-group label input[type="checkbox"]:focus {
        box-shadow: none;
    }

.i {
    color: #d9d9d9;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .i i {
        transition: .3s;
    }

.login-input-div > div {
    position: relative;
    height: 45px;
}

    .login-input-div > div > h5 {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        color: #999;
        font-size: 18px;
        transition: .3s;
    }

.login-input-div:before,
.login-input-div:after {
    content: '';
    position: absolute;
    bottom: -2px;
    width: 0%;
    height: 2px;
    background-color: #ee572c;
    transition: .4s;
}

.login-input-div:before {
    right: 50%;
}

.login-input-div:after {
    left: 50%;
}

.login-input-div.focus:before,
.login-input-div.focus:after {
    width: 50%;
}

.login-input-div.focus > div > h5 {
    top: -5px;
    font-size: 15px;
}

.form-control:focus {
    outline: solid #ee572c !important;
    border: none !important;
    box-shadow: none !important;
}

.login-input-div.focus > .i > i {
    color: #ee572c;
}

.login-input-div > .div > input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
    outline: none !important;
    background: none;
    padding: 0.5rem 0.7rem;
    font-size: 1.2rem;
    color: #555;
    font-family: 'poppins', sans-serif;
}

.login-submit .submit-body .login-form-group {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .login-submit .submit-body .login-form-group label {
        width: 55%;
        margin: 0;
    }

        .login-submit .submit-body .login-form-group label input {
            width: 100%;
            height: 15px;
            margin-top: 5px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

.login-alert {
    z-index: 1;
}

.validation-message {
    position: absolute;
    left: 50%;
}

/* Index UI */

.index-table {
    width: 100%;
}

    .index-table .index-table-header {
        /*background-color: #d3d3d3;*/
        color: black;
        height: auto !important;
        font-weight: 600;
        text-transform: uppercase;
        border: solid 1px black;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        background-color: #e8edf4;
        margin-top: 6px;
        color: #707070;
    }

.index-table-header th {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

index-table .row {
    height: 30px !important;
}

/*.mobile-container-fluid {
    display: none;
}*/

.input-div.pass {
    margin-bottom: 4px;
}

.index-mobile-container-fluid {
    display: none !important;
}

/* Index Settings Select Elements */

.settings-container-fluid {
    height: auto;
    width: 100%;
}

    .settings-container-fluid .row {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .settings-container-fluid .row .col-auto select:focus {
            outline: 1px solid #ee572c !important;
        }

        .settings-container-fluid .row .col-auto {
        }

            .settings-container-fluid .row .col-auto select {
                outline: thin solid #d3d3d3;
            }

                .settings-container-fluid .row .col-auto select:hover {
                    outline-color: #ee572c;
                }

.e567b:hover {
    background-color: #ee572c !important;
}

/* Users Page UI */

.users-container {
    display: flex;
    flex-direction: column;
    padding: 0 !important;
    margin: 0 !important;
}

.users-table-header {
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    justify-content: space-evenly;
}

    .users-table-header > .col-2 {
        text-align: center !important;
    }

    .users-table-header > .col-3 {
        text-align: left;
    }

.users-row {
    display: flex !important;
    justify-content: space-evenly;
    margin: 0 !important;
}

.users-container a:nth-child(2n+1) {
    background-color: #f2f2f2 !important;
}

.users-row .col-2 {
    text-align: center !important;
}

.users-row .col-3 {
    text-align: left;
}

.users-row .user-name {
    text-align: left !important;
}

.verified-user {
    background: url(../images/check-big-svgrepo-com.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
    align-self: normal;
}

.users-container .green-check {
    color: #5fc175 !important;
    font-size: 22px !important;
}

.mobile-settings {
    display: block;
    width: 100%;
    height: auto;
}

.search-box {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
}

    .search-box input {
        border-radius: 6px;
        width: 35% !important;
    }

        .search-box input:focus {
            border-color: #ee572c;
            outline-color: #ee572c;
        }

.new-user-btn {
    width: 100% !important;
    display: flex;
    justify-content: center !important;
    padding: 50px;
}


/* Merchants Page */

.radio-container {
    display: flex;
    align-items: center;
    margin-left: 15%;
    margin-top: -3%;
}

.radio-options {
    margin-right: 10px;
}

.merchant-settings-container {
    width: 100% !important;
}

    .merchant-settings-container button {
        width: auto;
        height: 30px;
    }

    .merchant-settings-container input[type="text"] {
        width: 30%;
        display: block;
        margin: 0 auto;
    }

.merchant-container-fluid {
    width: 100%;
    height: auto;
}

/* Merchants Filtered Page */

.merchants-filtered-container {
    width: 100% !important;
}

.text-grey {
    color: #858c9a !important;
}

.sub_headline {
    font-size: 18px;
    font-weight: 600;
    color: #ee572c;
}

strong {
    font-weight: 600;
    color: #ee572c;
}

h2.text_headline {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, segoe ui, helvetica neue, Arial, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol;
    color: color("black-solid");
    font-weight: 800;
    font-size: 28px;
    margin: 0;
}

.headline {
    margin-bottom: 20px;
}

:root {
    --bs-primary-bg-subtle: #f8bcab;
    --bs-accordion-btn-focus-border-color: #ee572c;
    --bs-accordion-active-color: #ee572c;
    /* License-Specific Color Schemes */
    --OrderCounter-POS-Saas: #EE572C;
    --OCAdvancedLoyaltyCompwOnlineOrderingLimitedTime2021Only: #F2F2F2;
    --OCIntegratedPayments: #23BB98;
    --OCOnlineOrderingHostedeGift: #008000;
    --OCEnterpriseStandard: #F2F2F2;
    --ScheduleGoferEmployeeManagement: #00bbef;
    --OrderCounterCloud: #87CEEB;
    --OCQROrdering: #B472E8;
    --DataCapEcomAddOnForInStoreNETePay: #941a25;
    --OCEnterpriseBasic: #F1D900;
    --OrderTabHandheld: #FEF683;
    --Dormant-License: goldenrod;
}

.oc_accordion {
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.10rem rgba(238, 87, 44, 0.75);
    --bs-accordion-active-color: #000;
}

.text-header {
    font-size: 12px;
    line-height: 18px;
    color: #858c9a !important;
}

.text-value {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    margin-bottom: 8px;
    display: block;
}

.div-block {
    display: block;
    line-height: 0px;
}

@media (max-width: 1500px ) {
    div .mainheadercol:nth-of-type(14) {
        visibility: collapse;
        display: none;
    }

    div.maincol:nth-of-type(14) {
        visibility: collapse;
        display: none;
    }

    .index-table {
        display: none;
    }

    .mobile-container-fluid {
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center !important;
        justify-content: center !important;
    }

    .mobile-table {
        border: 1px solid #d3d3d3;
        margin-bottom: 15px;
        margin-right: 15px;
        width: 45%;
        min-width: 230px;
    }

    .mobile-table-header {
        width: 100%;
        text-align: center;
        font-weight: bolder;
        font-size: 19px;
        background-color: #e8edf4;
    }

    .mobile-table .mobile-table-body {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .mobile-table-row {
        width: 100%;
        display: flex;
        align-items: center;
        border-bottom: 0.5px solid #d3d3d3;
    }

        .mobile-table-row .mobile-month {
            font-weight: bolder;
            width: 50%;
        }

        .mobile-table-row .mobile-data {
            font-weight: lighter;
            width: 50%;
            text-align: right;
        }

    /*Index UI*/
    div.row {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .index-mobile-container-fluid {
        width: 100%;
        height: auto;
        display: flex !important;
        flex-direction: column !important;
        align-items: center;
        margin-top: 15px;
        justify-content: space-between !important;
    }

    /*Index Settings Select Elements*/

    .settings-container-fluid {
        height: auto;
        width: 100%;
    }

        .settings-container-fluid .row {
            height: 100%;
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }



            .settings-container-fluid .row .col-auto {
            }

                .settings-container-fluid .row .col-auto select {
                    outline: thin solid #d3d3d3;
                }

                    .settings-container-fluid .row .col-auto select:hover {
                        outline-color: #ee572c;
                    }

                    .settings-container-fluid .row .col-auto select option:active {
                        color: #ee572c;
                    }

    .users-container {
        display: flex;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        justify-content: space-around;
    }

        .users-container a {
            width: 48%;
            height: auto !important;
            background-color: transparent !important;
            border: none !important;
        }

            .users-container a:hover {
                color: #ee572c !important;
                text-decoration: none !important;
                background-color: transparent !important;
                box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
                border: none !important;
            }

    .users-table-header {
        display: none !important;
    }

    .users-row {
        height: auto;
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        overflow: hidden !important;
        margin: 0 !important;
        border: 1px solid #d3d3d3 !important;
        margin-bottom: 15px !important;
    }

        .users-row .user-name {
            all: unset;
            width: 100% !important;
            font-weight: bold;
            text-align: center !important;
            font-size: 21px !important;
        }

        .users-row > div {
            all: unset;
            width: 100% !important;
            text-align: left !important;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: flex-start;
            padding: 5px;
        }

        .users-row .col-2 {
        }

        .users-row .col-3 {
            display: flex;
            flex-direction: column;
        }

        .users-row .verified-user {
            background: url('../images/check-big-svgrepo-com.svg') !important;
            background-repeat: no-repeat !important;
            background-position: center !important;
            background-size: 25px !important;
        }

        /*        .users-row > div:nth-child(2n) {
            background-color: #fff !important;
        }*/

        .users-row a:hover > div:nth-child(2n) {
            background-color: #fff !important;
        }

        .users-row .trashy {
            width: 100% !important;
            color: red;
            display: flex;
            justify-content: flex-start;
        }

        .users-row > div::before {
            content: attr(data-label);
            font-weight: bold !important;
        }

    .new-user-btn {
        width: 100% !important;
        display: flex;
        justify-content: center !important;
        padding: 50px;
    }

    .mobile-settings {
        display: block;
        width: 100%;
        height: auto;
    }

    .search-box {
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: center;
    }

        .search-box input {
            border-radius: 6px;
            width: 35% !important;
        }

            .search-box input:focus {
                border-color: #ee572c;
                outline-color: #ee572c;
            }
}



/* Mobile Devices */
@media (max-width: 767.98px) {
    .main .top-row:not(.auth) {
        display: none;
    }

    .mobile-add-btn {
        display: block !important;
        min-width: 100% !important;
    }



        .mobile-add-btn button {
            min-width: 100%;
            justify-content: center;
            margin-bottom: 8px;
        }

    .mobile-pagination {
        width: 100%;
        flex-direction: column;
        align-items: center !important;
        gap: 4px;
    }

    .partner-container-fluid .mobile-action-btn-group {
        justify-content: flex-end !important;
    }

    .partner-container-fluid .mobile-icon-btn-group {
        gap: 4px !important;
    }

    .merchant-group .mobile-icon-btn-group {
        gap: 4px !important;
    }

    .partner-container-fluid .search-group {
        min-width: 66%;
    }

    .partner-container-fluid .table-action-header-mobile-group {
        margin-bottom: 16px !important;
        flex-direction: row !important;
    }

    .merchant-group .mobile-action-btn-group {
        justify-content: flex-end !important;
    }

    .merchant-group .search-group {
        min-width: 66%;
    }

    .merchant-group .table-action-header-mobile-group {
        margin-bottom: 16px !important;
        flex-direction: row !important;
    }

    .desktop-add-btn {
        display: none !important;
    }

    .partner-container-fluid .mobile-row .trash,
    .merchant-container-fluid .mobile-row .right-cloud-icon,
    .merchant-container-fluid .mobile-row .right-icon,
    .users-container .users-row .right-icon,
    .invoice-report-container-fluid .mobile-row .right-icon {
        position: absolute;
        left: 88% !important;
        cursor: pointer;
        width: fit-content !important;
    }

    .main .top-row.auth {
        justify-content: space-between;
    }

    .main .top-row a, .main .top-row .btn-link {
        margin-left: 0;
    }

    /* Login Form */

    .login-container {
        width: 100% !important;
    }

    .img {
        display: none;
    }

    .wave {
        display: none;
    }

    .col-6 {
        max-width: auto !important;
    }

    .portal-login {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .portal-login a {
            width: 100%;
            text-align: center;
        }

    .login-content {
        justify-content: center;
    }

    .login-submit {
    }

    .submit-body {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }


        .submit-body .login-form-group {
            width: 100%;
            padding: 0;
            margin: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-evenly
        }

            .submit-body .login-form-group .checkbox-inline {
                width: 50%;
                text-align: left;
            }

            .submit-body .login-form-group label {
                width: 100%;
                text-align: left;
            }

            .submit-body .login-form-group input {
                height: 20px;
            }

                .submit-body .login-form-group input:checked {
                    accent-color: #ee572c;
                }

    .float-left {
    }

        .float-left button {
            border-radius: 6px;
        }

    /* Index UI Table */

    .index-container-fluid .index-table {
        display: none !important;
    }

    .index-mobile-container-fluid {
        width: 100%;
        height: auto;
        display: flex !important;
        flex-direction: column !important;
        align-items: center;
        margin-top: 15px;
        justify-content: space-between !important;
    }

    .search-box input {
        width: 80% !important;
        text-align: center;
    }

    .float-right {
        margin-bottom: 20px;
    }

    .refresh {
        display: block;
        margin: 5px auto !important;
    }

    /* Merchants List Table */

    .merchants-table {
        width: 100%;
    }

    /* Merchants Page */

    .merchant-settings-container {
        width: 100% !important;
        height: auto !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .merchant-settings-container input[type="text"] {
            width: 90%;
            display: block;
            margin: 0 auto;
        }

    .merchant-container-fluid {
        width: 100%;
        height: auto;
        display: flex !important;
        flex-direction: column !important;
        align-items: center;
        margin-top: 15px;
        justify-content: space-between !important;
    }

        .merchant-container-fluid .mobile-header {
            display: none !important;
        }

        .merchant-container-fluid .mobile-row {
            all: unset !important;
            height: auto !important;
            width: 100% !important;
            border: 1px solid #d3d3d3 !important;
            margin-bottom: 15px !important;
        }

            .merchant-container-fluid .mobile-row td:last-child {
                /* Delete Icon */
            }

            /*.merchant-container-fluid .mobile-row td:first-child {*/
            /* Cloud Button (TOP) */
            /*border: none !important;
            }*/

            .merchant-container-fluid .mobile-row td {
                border: none !important;
                border-bottom: 1px solid #f2f2f2 !important;
            }

    /* Merchant/{MerchantID} Page */

    .merchant-license-container {
        width: 100% !important;
        height: auto !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

        .merchant-license-container .table-header1 {
            display: none !important;
        }

        .merchant-license-container .table-header2 {
            display: none !important;
        }

        .merchant-license-container .cellborder1 {
            width: 100% !important;
            border-top: 1px solid #d3d3d3 !important;
            border-right: 1px solid #d3d3d3 !important;
            border-left: 1px solid #d3d3d3 !important;
        }

        .merchant-license-container .cellborder2 {
            width: 100% !important;
            border-bottom: 1px solid #d3d3d3 !important;
            border-right: 1px solid #d3d3d3 !important;
            border-left: 1px solid #d3d3d3 !important;
            margin-bottom: 15px !important;
        }

    .merchant-fee-container {
        width: 100% !important;
        height: auto !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

        .merchant-fee-container .table-header {
            display: none !important;
        }

        .merchant-fee-container .row {
            width: 100% !important;
            border: 1px solid #d3d3d3 !important;
            margin-bottom: 15px !important;
        }

            .merchant-fee-container .row div {
                display: flex;
                flex-direction: column;
            }

                .merchant-fee-container .row div:before {
                    content: attr(data-label) !important;
                    font-weight: bold;
                }

    .merchant-change-log-container {
        width: 100% !important;
        height: auto !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

        .merchant-change-log-container .table-header {
            display: none !important;
        }

        .merchant-change-log-container .row {
            width: 100% !important;
            border: 1px solid #d3d3d3 !important;
            margin-bottom: 15px !important;
        }

            .merchant-change-log-container .row div {
                display: flex;
                flex-direction: column;
            }

                .merchant-change-log-container .row div:before {
                    content: attr(data-label) !important;
                    font-weight: bold;
                }

    .merchant-override-container-fluid {
        width: 100% !important;
        height: auto !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        border: 1px solid #f2f2f2 !important;
    }

        .merchant-override-container-fluid .row {
            width: 100% !important;
        }

            .merchant-override-container-fluid .row div:first-child {
                font-weight: bold;
            }

    .merchant-services-container {
        width: 100% !important;
        height: auto !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        margin-top: 15px !important;
    }

        .merchant-services-container .table-header {
            display: none !important;
        }

        .merchant-services-container .row {
            width: 100% !important;
            border: 1px solid #d3d3d3 !important;
            margin-bottom: 15px !important;
        }

            .merchant-services-container .row div:first-child button {
                width: 100% !important;
                margin-right: 15px !important;
                margin-top: 5px !important;
            }

            .merchant-services-container .row div {
                display: flex;
                flex-direction: column;
            }

                .merchant-services-container .row div:before {
                    content: attr(data-label) !important;
                    font-weight: bold;
                }

    /* Merchants Filtered Page */

    .merchants-filtered-container {
        width: 100% !important;
        height: auto !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        margin-top: 15px !important;
    }

        .merchants-filtered-container .dormant {
            background-color: goldenrod !important;
        }

        .merchants-filtered-container .row {
            width: 100% !important;
            border: 1px solid #d3d3d3 !important;
            margin-bottom: 15px !important;
            display: flex !important;
            flex-direction: column !important;
        }

        .merchants-filtered-container .table-header {
            display: none !important;
        }

        /*.merchants-filtered-container .row div:first-child button {
                width: 100% !important;
                margin-right: 15px !important;
                margin-top: 5px !important;
            }*/
        .merchants-filtered-container .row td:before {
            content: attr(data-label) !important;
            font-weight: bold;
        }

        .merchants-filtered-container .row td {
            display: flex;
            flex-direction: column;
        }



    /* Partners Page */

    .partner-settings-container {
        width: 100% !important;
        height: auto !important;
        display: flex;
    }

    .partner-container-fluid {
        width: 100%;
        height: auto;
        display: flex !important;
        flex-direction: column !important;
        align-items: center;
        margin-top: 15px;
        justify-content: space-between !important;
    }

        .partner-container-fluid .mobile-header {
            display: none !important;
        }

        .partner-container-fluid .mobile-row {
            all: unset !important;
            height: auto !important;
            width: 100% !important;
            border: 1px solid #d3d3d3 !important;
            margin-bottom: 15px !important;
        }

            .partner-container-fluid .mobile-row td:last-child {
                /* Delete Icon */
            }

            .partner-container-fluid .mobile-row td:first-child {
                /* Cloud Button (TOP) */
                border: none !important;
            }

            .partner-container-fluid .mobile-row td {
                border: none !important;
                border-bottom: 1px solid #f2f2f2 !important;
            }

    /* Partner/{PartnerID} Page */

    .merchant-details-container {
        width: 100% !important;
        height: auto !important;
        display: flex !important;
        flex-direction: column !important;
    }

        .merchant-details-container .table-header {
            display: none !important;
        }

        .merchant-details-container .row {
            width: 100%;
            margin-bottom: 15px !important;
            border: 1px solid #d3d3d3 !important;
        }

            .merchant-details-container .row div {
                width: 100% !important;
                display: flex;
                flex-direction: column;
                padding: 5px;
            }

                .merchant-details-container .row div:before {
                    content: attr(data-label) !important;
                    float: left !important;
                    font-size: 12px !important;
                    text-transform: uppercase !important;
                    font-weight: bold !important;
                }

    .partner-invoice-container {
        width: 100% !important;
        height: auto !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center;
    }

        .partner-invoice-container .table-header {
            display: none !important;
        }

        .partner-invoice-container .row {
            width: 100% !important;
            margin-bottom: 15px !important;
            border: 1px solid #d3d3d3 !important;
        }

            .partner-invoice-container .row div:last-child {
                display: flex;
                justify-content: center;
            }


    /* Users Page */

    .user-settings-container {
        width: 100% !important;
        height: auto !important;
    }

        .user-settings-container .search-box {
            width: 100% !important;
        }

            .user-settings-container .search-box input {
                width: 80% !important;
            }

    .users-container {
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: space-around;
    }

        .users-container a {
            width: 100% !important;
            height: auto !important;
            background-color: transparent !important;
            /*border: 1pc solid #333 !important;*/
            margin-bottom: 15px !important;
        }

            .users-container a:hover {
                color: #ee572c !important;
                text-decoration: none !important;
                background-color: transparent !important;
                box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
                border: none !important;
            }

    .users-table-header {
        display: none !important;
    }

    .users-row {
        height: auto;
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        overflow: hidden !important;
        margin: 0 !important;
        border: 1px solid #d3d3d3 !important;
    }

        .users-row .user-name {
            all: unset;
            width: 100% !important;
            font-weight: bold;
            text-align: center !important;
            font-size: 21px !important;
        }

        .users-row > div {
            all: unset;
            width: 100% !important;
            text-align: left !important;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: flex-start;
            padding: 5px;
        }

        .users-row .col-2 {
        }

        .users-row .col-3 {
            display: flex;
            flex-direction: column;
        }

        .users-row .verified-user {
            background: url('../images/check-big-svgrepo-com.svg') !important;
            background-repeat: no-repeat !important;
            background-position: center !important;
            background-size: 25px !important;
        }

        /*        .users-row > div:nth-child(2n) {
            background-color: #fff !important;
        }*/

        .users-row a:hover > div:nth-child(2n) {
            background-color: #fff !important;
        }

        .users-row .trashy {
            width: 100% !important;
            color: red;
            display: flex;
            justify-content: flex-start;
        }

        .users-row > div::before {
            content: attr(data-label);
            font-weight: bold !important;
        }

    .new-user-btn {
        width: 100% !important;
        display: flex;
        justify-content: center !important;
        padding: 50px;
    }

    /* Tables designed for mobile devices using data-labels attributes as the first column of each row. */

    div.row {
        all: unset !important;
    }

    .row {
        all: unset !important;
    }

    .border {
        all: unset !important;
    }

    .collapse:not(.accordion-collapse) {
        display: none !important;
    }

    .ochover {
        all: unset !important;
    }

    /*.row.mobile-table-header {
        display: none !important;
    }*/

    div.mobile-header {
        display: none !important;
    }

    .mobile-header {
        display: none !important;
    }

    .container-fluid {
        all: unset !important;
    }

    .mobile-container-fluid {
        width: 100%;
        height: auto;
        display: flex !important;
        flex-direction: column !important;
        align-items: center;
        margin-top: 15px;
        justify-content: space-between !important;
    }

        .mobile-container-fluid .mobile-row {
            margin-bottom: 15px !important;
        }

    .mobile-row div:before {
        content: attr(data-label) !important;
        float: left !important;
        font-size: 12px !important;
        text-transform: uppercase !important;
        font-weight: bold !important;
    }

    .mobile-row .trash {
        text-align: right;
        color: red;
        border-top: 1px solid #d3d3d3;
        border-left: 1px solid #d3d3d3;
        border-right: 1px solid #d3d3d3;
    }

    .mobile-row .mobile-row-data {
        display: flex !important;
        flex-direction: column;
        align-items: flex-start;
        font-size: 14px !important;
        padding: 0px 10px !important;
        border-left: 1px solid #d3d3d3;
        border-right: 1px solid #d3d3d3;
    }

    .mobile-row-data:before {
        content: attr(data-label);
        float: left;
        font-size: 12px !important;
        text-transform: uppercase !important;
        font-weight: bold !important;
    }

}

/* Tablet Devices */

@media (max-width: 1200px) {

    .search-box input {
        width: 60% !important;
        margin: 5px auto;
    }

    .partner-container-fluid .mobile-action-btn-group {
        justify-content: flex-end !important;
    }

    .merchant-group .mobile-action-btn-group {
        justify-content: flex-end !important;
    }

    .partner-container-fluid .table-action-header-mobile-group,
    .merchant-group .table-action-header-mobile-group {
        width: 100%;
        flex-direction: row;
        align-items: flex-start !important;
        gap: 8px;
    }

    .container-fluid .mobile-header {
        display: none !important;
    }

    .mobile-pagination-group {
        width: 100%;
    }

    .mobile-pagination {
        justify-content: space-between !important;
    }

    .pagination {
        margin: 0 !important;
    }

    .refresh {
        display: block;
        margin: 5px auto;
    }
    /* Merchants Page */
    .merchant-settings-container {
        width: 100% !important;
        height: auto !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .merchant-settings-container input[type="text"] {
            width: 90%;
            display: block;
            margin: 0 auto;
        }

        .merchant-settings-container button {
            width: 50% !important;
        }

    .merchant-container-fluid {
        width: 100%;
        height: auto;
        display: flex !important;
        flex-direction: column !important;
        align-items: center;
        margin-top: 15px;
        justify-content: space-between !important;
    }

        .merchant-container-fluid .mobile-header {
            display: none !important;
        }

        .merchant-container-fluid .mobile-row {
            all: unset !important;
            height: auto !important;
            width: 100% !important;
            border: 1px solid #f2f1f1 !important;
            margin-bottom: 15px !important;
            display: flex !important;
            flex-direction: column !important;
            content: attr(data-label) !important;
            background: #f2f1f1 !important;
            border-radius: 4px !important;
        }

            .merchant-container-fluid .mobile-row td:last-child {
                /* Delete Icon */
            }

    /*.merchant-container-fluid .mobile-row td:first-child {*/
    /* Cloud Button (TOP) */
    /*border: none !important;
            }*/
    .mobile-action-btn-group {
        width: 100%;
        justify-content: space-between !important;
    }

    .merchant-container-fluid .mobile-row td {
        border: none !important;
    }

    .merchant-container-fluid .table-row-mobile-group > td {
        padding: 0px 8px !important;
        text-align: left !important;
        margin: 8px 0;
        width: 90%;
    }

    .merchant-container-fluid .mobile-row div:before {
        content: attr(data-label) !important;
        float: left !important;
        font-size: 12px !important;
        text-transform: uppercase !important;
        font-weight: bold !important;
        color: #212529 !important;
    }


    .merchant-container-fluid .mobile-row .mobile-row-data {
        display: flex !important;
        flex-direction: row !important;
        align-items: flex-start;
        font-size: 14px !important;
        padding: 0px 10px !important;
        font-weight: bold !important;
    }

    .merchant-container-fluid .mobile-row-data:before {
        content: attr(data-label);
        float: left;
        font-size: 12px !important;
        text-transform: uppercase !important;
        font-weight: bold !important;
        color: #212529 !important;
        min-width: 40%;
        font-weight: 400 !important;
    }

    .merchant-container-fluid .mobile-row {
        position: relative !important;
    }

        .merchant-container-fluid .mobile-row .right-cloud-icon {
            position: absolute;
            top: 0;
            left: 95%;
            cursor: pointer;
            width: fit-content;
        }

        .merchant-container-fluid .mobile-row .right-icon {
            position: absolute;
            top: 24px;
            left: 95%;
            color: currentColor !important;
            cursor: pointer;
            width: fit-content;
        }
    /* Merchant/{MerchantID} Page */

    .merchant-license-container {
        width: 100% !important;
        height: auto !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

        .merchant-license-container .table-header1 {
            display: none !important;
        }

        .merchant-license-container .table-header2 {
            display: none !important;
        }

        .merchant-license-container .cellborder1 {
            width: 100% !important;
            border-top: 1px solid #d3d3d3 !important;
            border-right: 1px solid #d3d3d3 !important;
            border-left: 1px solid #d3d3d3 !important;
        }

        .merchant-license-container .cellborder2 {
            width: 100% !important;
            border-bottom: 1px solid #d3d3d3 !important;
            border-right: 1px solid #d3d3d3 !important;
            border-left: 1px solid #d3d3d3 !important;
            margin-bottom: 15px !important;
        }

    .merchant-fee-container {
        width: 100% !important;
        height: auto !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

        .merchant-fee-container .table-header {
            display: none !important;
        }

        .merchant-fee-container .row {
            width: 100% !important;
            border: 1px solid #d3d3d3 !important;
            margin-bottom: 15px !important;
        }

            .merchant-fee-container .row div {
                display: flex;
                flex-direction: column;
            }

                .merchant-fee-container .row div:before {
                    content: attr(data-label) !important;
                    font-weight: bold;
                }

    .merchant-change-log-container {
        width: 100% !important;
        height: auto !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

        .merchant-change-log-container .table-header {
            display: none !important;
        }

        .merchant-change-log-container .row {
            width: 100% !important;
            border: 1px solid #d3d3d3 !important;
            margin-bottom: 15px !important;
        }

            .merchant-change-log-container .row div {
                display: flex;
                flex-direction: column;
            }

                .merchant-change-log-container .row div:before {
                    content: attr(data-label) !important;
                    font-weight: bold;
                }

    .merchant-override-container-fluid {
        width: 100% !important;
        height: auto !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        border: 1px solid #f2f2f2 !important;
    }

        .merchant-override-container-fluid .row {
            width: 100% !important;
        }

            .merchant-override-container-fluid .row div:first-child {
                font-weight: bold;
            }

    .merchant-services-container {
        width: 100% !important;
        height: auto !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        margin-top: 15px !important;
    }

        .merchant-services-container .table-header {
            display: none !important;
        }

        .merchant-services-container .row {
            width: 100% !important;
            border: 1px solid #d3d3d3 !important;
            margin-bottom: 15px !important;
        }

            .merchant-services-container .row div:first-child button {
                width: 100% !important;
                margin-right: 15px !important;
                margin-top: 5px !important;
            }

            .merchant-services-container .row div {
                display: flex;
                flex-direction: column;
            }

                .merchant-services-container .row div:before {
                    content: attr(data-label) !important;
                    font-weight: bold;
                }


    /* Partners Page */

    .partner-settings-container {
        width: 100% !important;
        height: auto !important;
        display: flex;
        justify-content: center !important;
    }

    .partner-container-fluid {
        width: 100%;
        height: auto;
        display: flex !important;
        flex-direction: column !important;
        align-items: center;
        margin-top: 15px;
        justify-content: space-between !important;
    }

        .partner-container-fluid .mobile-header {
            display: none !important;
        }

        .partner-container-fluid .mobile-row {
            all: unset !important;
            height: auto !important;
            width: 100% !important;
            border: 1px solid #f2f1f1 !important;
            margin-bottom: 15px !important;
            display: flex !important;
            flex-direction: column !important;
            content: attr(data-label) !important;
            background: #f2f1f1 !important;
            border-radius: 4px !important;
        }

        .partner-container-fluid .table-row-mobile-group > div {
            padding: 0px 8px !important;
            text-align: left !important;
            margin: 8px 0;
            width: 90%;
        }

        .partner-container-fluid .mobile-row div:before {
            content: attr(data-label) !important;
            float: left !important;
            font-size: 12px !important;
            text-transform: uppercase !important;
            color: #212529 !important;
            font-weight: 400 !important;
        }

        .partner-container-fluid .mobile-row .trash {
            text-align: right;
            border: 0;
        }

        .partner-container-fluid .mobile-row .mobile-row-data {
            display: flex !important;
            flex-direction: row !important;
            align-items: flex-start;
            font-size: 14px !important;
            padding: 0px 10px !important;
            border-left: 0 !important;
            border-right: 0 !important;
            font-weight: bold !important;
        }

        .partner-container-fluid .mobile-row-data:before {
            content: attr(data-label);
            float: left;
            font-size: 12px !important;
            text-transform: uppercase !important;
            font-weight: bold !important;
            min-width: 40%;
        }

        .partner-container-fluid .mobile-row {
            position: relative !important;
        }

            .partner-container-fluid .mobile-row .trash {
                position: absolute;
                top: 0;
                left: 95%;
                cursor: pointer;
                width: fit-content;
            }

            .partner-container-fluid .mobile-row td:last-child {
                /* Delete Icon */
            }

            .partner-container-fluid .mobile-row td:last-child {
                /* Cloud Button (TOP) */
                border: none !important;
            }

            .partner-container-fluid .mobile-row td:nth-last-child(2) {
                /* Cloud Button (TOP) */
                border: none !important;
            }

            .partner-container-fluid .mobile-row td {
                border: none !important;
                border-bottom: 1px solid #f2f2f2 !important;
            }

    .container-fluid .mobile-header {
        display: none !important;
    }

    .container-fluid .mobile-row {
        all: unset !important;
        height: auto !important;
        width: 100% !important;
        border: 1px solid #d3d3d3 !important;
        margin-bottom: 15px !important;
        display: flex !important;
        flex-direction: column !important;
    }

        .container-fluid .mobile-row td:last-child {
            /* Delete Icon */
        }

        .container-fluid .mobile-row td {
            border: none !important;
            border-bottom: 1px solid #f2f2f2 !important;
        }

    /*Invoice report */


    .invoice-report-container-fluid .table-row-mobile-group > div {
        padding: 0px 8px !important;
        text-align: left !important;
        margin: 8px 0;
        width: 90%;
    }

    .invoice-report-container-fluid .mobile-row div:before {
        content: attr(data-label) !important;
        float: left !important;
        font-size: 12px !important;
        text-transform: uppercase !important;
        font-weight: 400 !important;
        color: #212529 !important;
    }

    .invoice-report-container-fluid .mobile-row {
        all: unset !important;
        height: auto !important;
        width: 100% !important;
        border: 1px solid #f2f1f1 !important;
        margin-bottom: 15px !important;
        display: flex !important;
        flex-direction: column !important;
        content: attr(data-label) !important;
        background: #f2f1f1 !important;
        border-radius: 4px !important;
        font-weight: bold !important;
    }

        .invoice-report-container-fluid .mobile-row .trash {
            text-align: right;
            color: red;
            border: 0;
        }

        .invoice-report-container-fluid .mobile-row .mobile-row-data {
            display: flex !important;
            flex-direction: row !important;
            align-items: flex-start;
            font-size: 14px !important;
            padding: 0px 10px !important;
            border-left: 0 !important;
            border-right: 0 !important;
        }

    .invoice-report-container-fluid .mobile-row-data:before {
        content: attr(data-label);
        float: left;
        font-size: 12px !important;
        text-transform: uppercase !important;
        font-weight: bold !important;
        min-width: 56%;
    }

    .invoice-report-container-fluid .mobile-row {
        position: relative !important;
    }

        .invoice-report-container-fluid .mobile-row .right-icon {
            position: absolute;
            top: 0;
            left: 95%;
            cursor: pointer;
            width: fit-content;
        }
    /* Users Page */

    .user-settings-container {
        width: 100% !important;
        height: auto !important;
    }

        .user-settings-container .search-box {
            width: 100% !important;
        }

            .user-settings-container .search-box input {
                width: 80% !important;
            }

    .users-container {
        height: auto !important;
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

        .users-container a {
            width: 100%;
            height: auto !important;
            background-color: transparent !important;
            /*border: 1pc solid #333 !important;*/
            margin-bottom: 15px !important;
        }

            .users-container a:hover {
                color: #ee572c !important;
                text-decoration: none !important;
                background-color: transparent !important;
                box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
                border: none !important;
            }

    .users-table-header {
        display: none !important;
    }

    .users-container .table-row-mobile-group > div {
        padding: 0px 8px !important;
        text-align: left !important;
        margin: 8px 0;
        max-width: 88% !important;
        align-items: flex-start;
        font-size: 14px !important;
        word-break: break-all !important;
        padding: 0px 10px !important;
        font-weight: bold !important;
    }

    .users-container .green-check {
        font-size: 16px !important;
    }


    .users-container .mobile-row .mobile-row-data {
        display: flex !important;
        flex-direction: column;
        align-items: flex-start;
        font-size: 14px !important;
        padding: 0px 10px !important;
        border-bottom: 1px solid #f2f2f2;
        border-left: 0 !important;
        border-right: 0 !important;
        font-weight: bold !important;
    }

    .users-container .mobile-row-data:before {
        content: attr(data-label);
        float: left;
        font-size: 12px !important;
        text-transform: uppercase !important;
        font-weight: 400 !important;
        min-width: 40%;
    }

    .users-container .users-row {
        position: relative !important;
    }

        .users-container .users-row .right-icon {
            position: absolute;
            top: 0;
            left: 95%;
            cursor: pointer;
            width: fit-content;
        }

    .users-row {
        height: auto;
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        overflow: hidden !important;
        margin: 0 !important;
        border: 1px solid #f2f1f1 !important;
        padding: 0 8px;
        background: #f2f1f1 !important;
        border-radius: 4px !important;
    }

    .users-container a {
        text-decoration: none !important;
    }

    .users-row .user-name {
        all: unset;
        width: 100% !important;
        font-weight: bold;
        text-align: center !important;
        font-size: 21px !important;
    }

    .users-row > div {
        all: unset;
        width: 100% !important;
        text-align: left !important;
        display: flex;
        flex-direction: row !important;
        align-items: flex-start;
        padding: 5px;
    }

    .users-row .col-2 {
    }

    .users-row .col-3 {
        display: flex;
        flex-direction: column;
    }

    .users-row .verified-user {
        background: url('../images/check-big-svgrepo-com.svg') !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: 25px !important;
    }

    /*        .users-row > div:nth-child(2n) {
            background-color: #fff !important;
        }*/

    .users-row a:hover > div:nth-child(2n) {
        background-color: #fff !important;
    }

    .users-row .trashy {
        width: 100% !important;
        color: red;
        display: flex;
        justify-content: flex-start;
    }

    .users-row > div::before {
        content: attr(data-label);
        font-weight: bold !important;
    }

    .new-user-btn {
        width: 100% !important;
        display: flex;
        justify-content: center !important;
        padding: 50px;
    }
}

@media (min-width: 768px) {

    app {
        flex-direction: row;
    }

    .sidebar {
        width: 200px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .sidebarshortcut {
        width: 145px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .sidebarshortcutempty {
        width: 0px;
    }

    .main .top-row {
        position: sticky;
        top: 0;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .green-icon {
        color: #28a745;
        font-size: 15px;
    }

    .yellow-icon {
        color: #ffc107;
        font-size: 15px;
    }

    .red-icon {
        color: #dc3545;
        font-size: 15px;
    }

    .blue-icon {
        color: #4247cf;
        font-size: 15px;
    }

    .pink-icon {
        color: #f595ee;
        font-size: 15px;
    }

    .btn-yes {
        background-color: darkgreen;
        color: limegreen;
        width: 100%;
    }

    .btn-no {
        background-color: darkred;
        color: lightcoral;
        width: 100%;
    }

    /* PanelPopup / ConfirmPopup */

    .pop-container {
        z-index: 1000;
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0px;
        left: 0px;
        background-color: rgba(50, 50, 50, 0.77);
    }

    .popconfirm {
        background-color: #FFF;
        color: #000;
        border-style: solid;
        border-width: 1px;
        border-color: lightblue;
        padding: 10px;
        border-radius: 15px;
        min-width: 250px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .pop-message-card {
        border-color: #000;
        margin: 5px;
    }

    .card-header {
        color: #000;
        border-color: #000;
        background-color: rgba(211, 211, 211, 0.7);
        font-weight: bold;
    }

    .card-body {
        color: #000;
        background-color: rgba(211, 211, 211, 0.2);
    }

    .popconfirm button.cancel {
        background-color: #FF4C4C;
        color: #FFF;
        border-color: #FFF;
    }

        .popconfirm button.cancel:hover {
            color: #FFF;
            border-color: #000;
            background-color: #E04444
        }

    .popconfirm button.confirm {
        color: #FFF;
        background-color: #28a745;
    }

        .popconfirm button.confirm:hover {
            background-color: #218838;
            border-color: #000;
        }

    .popconfirm .row:nth-of-type(2) {
        padding: 0 5px;
    }

    /* Login Form */

    .login-container {
        width: 100% !important;
    }

    .img {
        display: none;
    }


    .col-6 {
        max-width: auto !important;
    }

    .portal-login {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .portal-login a {
            width: 100%;
            text-align: center;
            z-index: 1;
            color: black;
        }

    .login-content {
        justify-content: center;
    }

    .login-submit {
    }

    .submit-body {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }


        .submit-body .login-form-group {
            width: 100%;
            padding: 0;
            margin: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-evenly
        }

            .submit-body .login-form-group .checkbox-inline {
                width: 50%;
                text-align: left;
            }

            .submit-body .login-form-group label {
                width: 100%;
                text-align: left;
            }

            .submit-body .login-form-group input {
                height: 20px;
            }

                .submit-body .login-form-group input:checked {
                    accent-color: #ee572c;
                }

    .float-left {
    }

        .float-left button {
            border-radius: 6px;
        }
}

/*
    Custom breakpoint for Users page. 
    All existing breakpoints were not displaying each row properly (overflow)
*/

@media screen and (max-width: 860px) {
    /* Users Page UI */
    .users-group .search-group {
        width: 100% !important;
    }

    .users-group .action-btn-group {
        width: 100% !important;
        justify-content: flex-end !important;
    }

    .invoice-report-container-fluid .search-group {
        width: 100% !important;
    }

    .invoice-report-container-fluid .action-btn-group {
        width: 100% !important;
        justify-content: flex-end !important;
    }

    .mobile-pagination {
        width: 100%;
        flex-direction: column;
        align-items: center !important;
        gap: 8px;
    }

    .table-action-header-mobile-group {
        width: 100%;
        flex-direction: column;
        align-items: flex-start !important;
        gap: 8px;
    }

    .users-container {
    }

        .users-container a {
            width: 100% !important;
        }

        .partner-container-fluid .mobile-row .trash,
        .merchant-container-fluid .mobile-row .right-cloud-icon,
        .merchant-container-fluid .mobile-row .right-icon,
        .users-container .users-row .right-icon,
        .invoice-report-container-fluid .mobile-row .right-icon {
            position: absolute;
            left: 90%;
            cursor: pointer;
            width: fit-content !important;
        }

    .merchant-container-fluid .mobile-row .right-icon {
        top: 24px;
    }

    .partner-container-fluid .mobile-row .trash,
    .merchant-container-fluid .mobile-row .right-cloud-icon,
    .invoice-report-container-fluid .mobile-row .right-icon {
        top: 0;
    }

    .partner-container-fluid .mobile-row .trash {
        color: currentColor !important;
    }

    .partner-container-fluid .mobile-action-btn-group {
        justify-content: flex-end !important;
    }

    .partner-container-fluid .table-action-header-mobile-group {
        flex-direction: row !important;
    }

    .merchant-group .mobile-action-btn-group {
        justify-content: flex-end !important;
    }

    .merchant-group .table-action-header-mobile-group {
        flex-direction: row !important;
    }
}

@media screen and (min-width: 1600px) {
}
