@import url('open.iconic/font/css/open-iconic-bootstrap.min.css');

.dxbl-treeview .dxbl-treeview-item > .dxbl-treeview-item-content > .dxbl-treeview-item-container > .dxbl-text {
    font-weight: 600 !important;
    padding-left: 1.2rem !important;
    font-size: 1rem !important;
    user-select: none;
}

/*Temp Css for icons TODO: add svg to font*/
.icon-2wr-grey {
    width: 1.5rem;
    filter: opacity(0.5);
}
.me-2-5{
    margin-right: 0.55rem;
}

.editor-icon {
    width: 1rem;
    height: 1rem;
    background-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
    opacity: 0.7;
}

.icon-print {
    background-image: url('../images/TempImg/reports.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

.icon-export {
    background-image: url('../images/TempImg/export.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 18px;
}

.icon-email {
    background-image: url('../images/TempImg/EmailTemplate.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

.icon-excel {
    background-image: url('../images/TempImg/Excel.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

.icon-refresh {
    background-image: url('../images/refresh.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 1rem;
    height: 1rem;
}

/* icon fonts */
.icon-store:before {
    content: 'F';
    font-family: "adoraiconfont";
/*    font-size: 2rem;
*/    vertical-align: bottom;
}

.icon-edit:before {
    content: 'E';
    font-family: "adoraiconfont";
}

.icon-trash:before {
    content: 'c';
    font-family: "adoraiconfont";
}

.icon-add:before {
    content: 'J';
    font-family: "adoraiconfont";
}

.icon-question:before {
    content: 'S';
    font-family: "adoraiconfont";
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

html, body, #app {
    height: 100%;
    overflow: hidden;
}

#app {
    background-color: inherit;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    font-size: 0.7rem;
    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;
}

/*Adora global classes*/
@media (min-width: 899.98px) {
    dxbl-modal > dxbl-modal-root > dxbl-modal-dialog.pw-800 {
        max-width: 800px !important;
        width: 800px !important;
    }
 }

.dxbs-listbox-active:not(tr):before {
    background-color: unset !important;
}

.chi-500 {
    max-height: 500px !important;
}

.chi-300-fixed {
    height: 300px !important;
}

.chi-500-fixed {
    height: 500px !important;
}

.chi-740-overflow {
    overflow-y: auto;
    height: calc(100vh - 3.5rem - 160px) !important;
}


.chi-760-overflow {
    overflow-y: auto;
    height: calc(100vh - 3.5rem - 140px) !important;
}

.chi-770-overflow {
    overflow-y: auto;
    height: calc(100vh - 3.5rem - 130px) !important;
}


.chi-780-overflow {
    overflow-y: auto;
    height: calc(100vh - 3.5rem - 120px) !important;
}

.chi-800-overflow {
    overflow-y: auto;
    height: calc(100vh - 3.5rem - 100px) !important;
}

.chi-820-overflow {
    overflow-y: auto;
    height: calc(100vh - 3.5rem - 80px) !important;
}

.chi-860-overflow {
    overflow-y: auto;
    height: calc(100vh - 3.5rem - 40px) !important;
}

.overflow-y-scroll {
    overflow-y: scroll;
    overflow-x: hidden;
}

.overflow-y-auto {
    overflow-y: auto;
}

.p-top {
    padding-top: var(--dxbl-popup-body-padding-y) !important;
}

.chi-400 {
    height: 400px !important;
}

/* Drag&Drop */
.empty-dropzone {
    height: 3rem;
}

/*  Label */
.dxbl-fl-cpt {
    font-weight: 600 !important;
}

/*Grid*/
.grd table tr,th > td {
    border-left: none !important;
}

.grd table tr,th > td {
    border-right: none !important;
}

.grd table tbody tr:nth-child(even):not(.dxbl-grid-empty-row):not(.dxbl-grid-selected-row) {
    background-color: #f8f9fa;
}

.grd table tbody tr:hover:not(.dxbl-grid-empty-row):not(.dxbl-grid-selected-row) {
    background-color: rgba(202, 240, 33, 0.05);
}

.highlighted-item-fail > td {
    background-color: #FFB8B8;
}

.dxbl-grid-bottom-panel {
    border-top: none !important;
}

.icon-more-horiz:before {
    content: 'H';
    font-family: "adoraiconfont";
    font-size: large;
    font-weight: bold;
    cursor: pointer;
}

.icon-computer:before {
    content: 'q';
    font-family: "adoraiconfont";
    font-size: large;
    font-weight: bold;
    cursor: pointer;
}

.icon-computer-disabled {
    background-repeat: no-repeat;
    background-image: url(../images/TempImg/computerDisabled.svg) !important;
    background-position: right;
    mask-repeat: no-repeat;
    background-size: contain;
    width: 1.8rem;
    height: 1.2rem;
    display: flex;
}
    .icon-computer-disabled:hover {
        cursor: not-allowed;
        pointer-events: none;
    }

.grid-icon-check {
    mask-image: url("../images/check.svg");
    -webkit-mask-image: url("../images/check.svg");
}

.grid-icon-preview {
    mask-image: url("../images/TempImg/preview.svg");
    -webkit-mask-image: url("../images/TempImg/preview.svg");
}

.grid-icon-download {
    mask-image: url("../images/TempImg/download.svg");
    -webkit-mask-image: url("../images/TempImg/download.svg");
}

.icon-close {
    mask-image: url('/images/dx-close.svg');
    -webkit-mask-image: url('/images/dx-close.svg');
    width: 1rem;
    height: 1rem;
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
}

.grid-icon {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    min-width: 1rem;
    min-height: 1rem;
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
}

.caption-center {
    text-align: center;
    width: 100%;
}

.spin-right input {
    text-align: right;
    padding-right: 0.375rem !important;
}

.chkbox-label-p0 label {
    padding: 0px !important;
}

.h-0 {
    height: 0px !important;
}

/* Grid header styles */
.header-normal {
    font-weight: 400 !important;
}

.header-no-top-border {
    border-top-width: 0 !important;
}


/* Removes velidation border from edit control */
.remove-border.modified.valid {
    outline: none;
}


/* Makes inline edit controls */
.inline-wrapper {
    display: flex;
    flex-direction: row;
}

.inline-second {
    padding-left: 0.5rem;
}


/* Popup styles*/
@media (min-width: 899.98px) and (max-width: 1199.98px) {

    .pw-90pct {
        width: 90% !important;
        max-width: 90% !important;
    }
}

@media (min-width: 1200px) {

    .pw-90pct {
        width: 80% !important;
        max-width: 80% !important;
    }
}

@media (min-width: 1199.98px) {
    dxbl-modal > dxbl-modal-root > dxbl-modal-dialog.pw-800 {
        max-width: 800px !important;
        width: 800px !important;
    }

    dxbl-modal > dxbl-modal-root > dxbl-modal-dialog.pw-1000 {
        max-width: 1000px !important;
        width: 1000px !important;
    }

    dxbl-modal > dxbl-modal-root > dxbl-modal-dialog.pw-1200 {
        max-width: 1200px !important;
        width: 1200px !important;
    }

    dxbl-modal > dxbl-modal-root > dxbl-modal-dialog.pw-1600 {
        max-width: 1600px !important;
        width: 1600px !important;
    }
}

/*  */

/*DragAndDrop styles*/

.drop-target {
    border: 1px dashed #ebebeb;
    margin: 1rem;
    padding: 0 1rem;
    display: inline-block;
}

.plk-dd-dragged-over {
    background-color: rgba(202, 240, 33, 0.05);
}

.draggable {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 1rem;
    display: inline-block;
    cursor: move;
    width: 30rem;
    max-width: -webkit-fill-available;
}

.drop-target-empty {
    border: 1px dashed #ebebeb;
    padding: 1rem;
    display: inline-block;
}

.drop-target-empty-no-dots {
    padding: 1.5rem;
    display: inline-block;
}

    .dropzone {
        flex: auto;
        /*    
    padding: 0px;
    border: 1px dashed #75868a;
    list-style: none;
 */
    }

.no-drop {
/*    border: 1px dashed red;
*/}

.can-drop {
/*    border: 1px dashed green;
*/}

/*Animation*/
@keyframes formOpenAnimation {
    from {
        height: 0vh;
    }

    to {
        height: calc(90vh - 10rem);
    }
}

@keyframes formOpenAnimationDonation {
    from {
        height: 0vh;
    }

    to {
        height: calc(90vh - 15rem);
    }
}

@keyframes formOpenAnimationEmail {
    from {
        height: 0vh;
    }

    to {
        height: calc(100vh - 9rem);
    }
}

@keyframes formOpenAnimationSurvey {
    from {
        height: 0vh;
    }

    to {
        height: calc(100vh - 11rem);
    }
}

@keyframes formOpenAnimationCoupon {
from {
        max-height: 0vh;
    }

    to {
        max-height: calc(95vh - 10rem);
    }
}

@keyframes hideContent {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 0;
    }
}

@keyframes showContent {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .2;
    }

    100% {
        opacity: 1;
    }
}

@keyframes defaultShowHeight{
    0% {
        max-height: 0px;
    }
    100% {
        max-height: 100vh;
    }
}

@keyframes ShowCouponContent {
    0% {
        opacity: 0;
        max-height: 0rem;
    }

    100% {
        opacity: 1;
        max-height: 33rem;
    }
}

@keyframes HideCouponContent {
    0% {
        opacity: 1;
        max-height: 33rem;
    }

    100% {
        opacity: 0;
        max-height: 0rem;
    }
}

.highlight-text {
    background-color: yellow;
    color: black !important;
}

/* Search bar styles */
dxbl-input-editor.search > div > div > input::placeholder {
    font-family: Material Symbols Rounded;
    font-size: 1rem;
    color: gray
}

dxbl-input-editor.search > div > div > input {
    border-radius: 20px;
}

::-webkit-scrollbar {
    width: 9px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(155, 155, 155, 0.5);
    border-radius: 20px;
    border: transparent;
}

.card-pb-1 > .card {
    padding-bottom: 0.25rem !important;
}

/* group buttons */
.btn-active {
    background-color: #0D6EFD !important;
    color: white !important;
}

/*Buttons*/
.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled {
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}

.btn-secondary,
.btn-secondary.disabled,
.btn-secondary:disabled {
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}

.btn-success,
.btn-success.disabled,
.btn-success:disabled {
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}

.btn-info,
.btn-info.disabled,
.btn-info:disabled {
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}

.btn-warning,
.btn-warning.disabled,
.btn-warning:disabled {
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}

.btn-danger,
.btn-danger.disabled,
.btn-danger:disabled {
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}

.btn-light,
.btn-light.disabled,
.btn-light:disabled {
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}

.btn-dark,
.btn-dark.disabled,
.btn-dark:disabled {
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}

.btn-secondary.disabled,
.btn-secondary:disabled,
.btn-secondary {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
}

    .btn-secondary:focus,
    .btn-secondary.focus,
    .btn-secondary:not(:disabled):not(.disabled):hover {
        color: #212529;
        background-color: #ececec;
        border-color: #e6e6e6;
    }

    .btn-secondary:focus, .btn-secondary.focus {
        box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2), 0 0 0 0.25rem rgba(68, 68, 68, 0.2) !important;
    }

    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus {
        box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2), 0 0 0 0.25rem rgba(68, 68, 68, 0.2) !important;
    }

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2), 0 0 0 0.25rem rgba(95, 54, 141, 0.5);
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2), 0 0 0 0.25rem rgba(95, 54, 141, 0.5);
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf;
}

.btn-outline-secondary {
    color: #686868;
    border-color: #d7d8d9;
}

.btn-group,
.btn-group-vertical {
    box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.2);
    border-radius: 0.2rem;
}

    .btn-group.btn-group-sm,
    .btn-group-vertical.btn-group-sm {
        border-radius: 0.15rem;
    }

    .btn-group.btn-group-lg,
    .btn-group-vertical.btn-group-lg {
        border-radius: 0.3rem;
    }

    .btn-group .btn-group,
    .btn-group .btn-group-vertical,
    .btn-group-vertical .btn-group,
    .btn-group-vertical .btn-group-vertical {
        box-shadow: none;
    }

    .btn-group .btn:not(:focus),
    .btn-group-vertical .btn:not(:focus) {
        box-shadow: none !important;
    }

    .btn-group .btn:disabled,
    .btn-group .btn.disabled:hover,
    .btn-group .btn.disabled:focus,
    .btn-group-vertical .btn:disabled,
    .btn-group-vertical .btn.disabled:hover,
    .btn-group-vertical .btn.disabled:focus {
        z-index: auto;
    }

    .btn-group .btn-secondary:not(.active):not(:active):not(.disabled):not(disabled):hover,
    .btn-group-vertical .btn-secondary:not(.active):not(:active):not(.disabled):not(disabled):hover {
        border-color: transparent;
    }

    .btn-group > .btn-primary:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn-primary:first-child {
        position: relative;
    }

        .btn-group > .btn-primary:not(:first-child):not(.active):not(:active):before, .btn-group > .btn-group:not(:first-child) > .btn-primary:first-child:not(.active):not(:active):before {
            content: "";
            position: absolute;
            top: -1px;
            left: -1px;
            height: calc(100% + 2 * 1px);
            width: 1px;
            background-color: #4c2b71;
        }

    .btn-group > .btn-primary:not(:last-child), .btn-group > .btn-group:not(:last-child) > .btn-primary:last-child {
        position: relative;
    }

        .btn-group > .btn-primary:not(:last-child):not(.active):not(:active):not(.dropdown-toggle):after, .btn-group > .btn-group:not(:last-child) > .btn-primary:last-child:not(.active):not(:active):not(.dropdown-toggle):after {
            content: "";
            position: absolute;
            top: -1px;
            right: -1px;
            height: calc(100% + 2 * 1px);
            width: 1px;
            background-color: #4c2b71;
        }

    .btn-group > .btn-secondary:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn-secondary:first-child {
        position: relative;
    }

        .btn-group > .btn-secondary:not(:first-child):not(.active):not(:active):before, .btn-group > .btn-group:not(:first-child) > .btn-secondary:first-child:not(.active):not(:active):before {
            content: "";
            position: absolute;
            top: -1px;
            left: -1px;
            height: calc(100% + 2 * 1px);
            width: 1px;
            background-color: #eaeaea;
        }

    .btn-group > .btn-secondary:not(:last-child), .btn-group > .btn-group:not(:last-child) > .btn-secondary:last-child {
        position: relative;
    }

        .btn-group > .btn-secondary:not(:last-child):not(.active):not(:active):not(.dropdown-toggle):after, .btn-group > .btn-group:not(:last-child) > .btn-secondary:last-child:not(.active):not(:active):not(.dropdown-toggle):after {
            content: "";
            position: absolute;
            top: -1px;
            right: -1px;
            height: calc(100% + 2 * 1px);
            width: 1px;
            background-color: #eaeaea;
        }

    .btn-group > .btn-success:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn-success:first-child {
        position: relative;
    }

        .btn-group > .btn-success:not(:first-child):not(.active):not(:active):before, .btn-group > .btn-group:not(:first-child) > .btn-success:first-child:not(.active):not(:active):before {
            content: "";
            position: absolute;
            top: -1px;
            left: -1px;
            height: calc(100% + 2 * 1px);
            width: 1px;
            background-color: #218838;
        }

    .btn-group > .btn-success:not(:last-child), .btn-group > .btn-group:not(:last-child) > .btn-success:last-child {
        position: relative;
    }

        .btn-group > .btn-success:not(:last-child):not(.active):not(:active):not(.dropdown-toggle):after, .btn-group > .btn-group:not(:last-child) > .btn-success:last-child:not(.active):not(:active):not(.dropdown-toggle):after {
            content: "";
            position: absolute;
            top: -1px;
            right: -1px;
            height: calc(100% + 2 * 1px);
            width: 1px;
            background-color: #218838;
        }

    .btn-group > .btn-info:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn-info:first-child {
        position: relative;
    }

        .btn-group > .btn-info:not(:first-child):not(.active):not(:active):before, .btn-group > .btn-group:not(:first-child) > .btn-info:first-child:not(.active):not(:active):before {
            content: "";
            position: absolute;
            top: -1px;
            left: -1px;
            height: calc(100% + 2 * 1px);
            width: 1px;
            background-color: #008dc0;
        }

    .btn-group > .btn-info:not(:last-child), .btn-group > .btn-group:not(:last-child) > .btn-info:last-child {
        position: relative;
    }

        .btn-group > .btn-info:not(:last-child):not(.active):not(:active):not(.dropdown-toggle):after, .btn-group > .btn-group:not(:last-child) > .btn-info:last-child:not(.active):not(:active):not(.dropdown-toggle):after {
            content: "";
            position: absolute;
            top: -1px;
            right: -1px;
            height: calc(100% + 2 * 1px);
            width: 1px;
            background-color: #008dc0;
        }

    .btn-group > .btn-warning:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn-warning:first-child {
        position: relative;
    }

        .btn-group > .btn-warning:not(:first-child):not(.active):not(:active):before, .btn-group > .btn-group:not(:first-child) > .btn-warning:first-child:not(.active):not(:active):before {
            content: "";
            position: absolute;
            top: -1px;
            left: -1px;
            height: calc(100% + 2 * 1px);
            width: 1px;
            background-color: #e0a800;
        }

    .btn-group > .btn-warning:not(:last-child), .btn-group > .btn-group:not(:last-child) > .btn-warning:last-child {
        position: relative;
    }

        .btn-group > .btn-warning:not(:last-child):not(.active):not(:active):not(.dropdown-toggle):after, .btn-group > .btn-group:not(:last-child) > .btn-warning:last-child:not(.active):not(:active):not(.dropdown-toggle):after {
            content: "";
            position: absolute;
            top: -1px;
            right: -1px;
            height: calc(100% + 2 * 1px);
            width: 1px;
            background-color: #e0a800;
        }

    .btn-group > .btn-danger:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn-danger:first-child {
        position: relative;
    }

        .btn-group > .btn-danger:not(:first-child):not(.active):not(:active):before, .btn-group > .btn-group:not(:first-child) > .btn-danger:first-child:not(.active):not(:active):before {
            content: "";
            position: absolute;
            top: -1px;
            left: -1px;
            height: calc(100% + 2 * 1px);
            width: 1px;
            background-color: #c82333;
        }

    .btn-group > .btn-danger:not(:last-child), .btn-group > .btn-group:not(:last-child) > .btn-danger:last-child {
        position: relative;
    }

        .btn-group > .btn-danger:not(:last-child):not(.active):not(:active):not(.dropdown-toggle):after, .btn-group > .btn-group:not(:last-child) > .btn-danger:last-child:not(.active):not(:active):not(.dropdown-toggle):after {
            content: "";
            position: absolute;
            top: -1px;
            right: -1px;
            height: calc(100% + 2 * 1px);
            width: 1px;
            background-color: #c82333;
        }

    .btn-group > .btn-light:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn-light:first-child {
        position: relative;
    }

        .btn-group > .btn-light:not(:first-child):not(.active):not(:active):before, .btn-group > .btn-group:not(:first-child) > .btn-light:first-child:not(.active):not(:active):before {
            content: "";
            position: absolute;
            top: -1px;
            left: -1px;
            height: calc(100% + 2 * 1px);
            width: 1px;
            background-color: #d9d9d9;
        }

    .btn-group > .btn-light:not(:last-child), .btn-group > .btn-group:not(:last-child) > .btn-light:last-child {
        position: relative;
    }

        .btn-group > .btn-light:not(:last-child):not(.active):not(:active):not(.dropdown-toggle):after, .btn-group > .btn-group:not(:last-child) > .btn-light:last-child:not(.active):not(:active):not(.dropdown-toggle):after {
            content: "";
            position: absolute;
            top: -1px;
            right: -1px;
            height: calc(100% + 2 * 1px);
            width: 1px;
            background-color: #d9d9d9;
        }

    .btn-group > .btn-dark:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn-dark:first-child {
        position: relative;
    }

        .btn-group > .btn-dark:not(:first-child):not(.active):not(:active):before, .btn-group > .btn-group:not(:first-child) > .btn-dark:first-child:not(.active):not(:active):before {
            content: "";
            position: absolute;
            top: -1px;
            left: -1px;
            height: calc(100% + 2 * 1px);
            width: 1px;
            background-color: #101214;
        }

    .btn-group > .btn-dark:not(:last-child), .btn-group > .btn-group:not(:last-child) > .btn-dark:last-child {
        position: relative;
    }

        .btn-group > .btn-dark:not(:last-child):not(.active):not(:active):not(.dropdown-toggle):after, .btn-group > .btn-group:not(:last-child) > .btn-dark:last-child:not(.active):not(:active):not(.dropdown-toggle):after {
            content: "";
            position: absolute;
            top: -1px;
            right: -1px;
            height: calc(100% + 2 * 1px);
            width: 1px;
            background-color: #101214;
        }

    .btn-group-vertical > .btn-primary:not(:first-child), .btn-group-vertical > .btn-group-vertical:not(:first-child) > .btn-primary:first-child {
        position: relative;
    }

        .btn-group-vertical > .btn-primary:not(:first-child):not(.active):not(:active):before, .btn-group-vertical > .btn-group-vertical:not(:first-child) > .btn-primary:first-child:not(.active):not(:active):before {
            content: "";
            position: absolute;
            top: -1px;
            left: -1px;
            height: 1px;
            width: calc(100% + 2 * 1px);
            background-color: #4c2b71;
        }

    .btn-group-vertical > .btn-primary:not(:last-child), .btn-group-vertical > .btn-group-vertical:not(:last-child) > .btn-primary:last-child {
        position: relative;
    }

        .btn-group-vertical > .btn-primary:not(:last-child):not(.dropdown-toggle):after, .btn-group-vertical > .btn-group-vertical:not(:last-child) > .btn-primary:last-child:not(.dropdown-toggle):after {
            content: "";
            position: absolute;
            bottom: -1px;
            left: -1px;
            height: 1px;
            width: calc(100% + 2 * 1px);
            background-color: #4c2b71;
        }

    .btn-group-vertical > .btn-secondary:not(:first-child), .btn-group-vertical > .btn-group-vertical:not(:first-child) > .btn-secondary:first-child {
        position: relative;
    }

        .btn-group-vertical > .btn-secondary:not(:first-child):not(.active):not(:active):before, .btn-group-vertical > .btn-group-vertical:not(:first-child) > .btn-secondary:first-child:not(.active):not(:active):before {
            content: "";
            position: absolute;
            top: -1px;
            left: -1px;
            height: 1px;
            width: calc(100% + 2 * 1px);
            background-color: #eaeaea;
        }

    .btn-group-vertical > .btn-secondary:not(:last-child), .btn-group-vertical > .btn-group-vertical:not(:last-child) > .btn-secondary:last-child {
        position: relative;
    }

        .btn-group-vertical > .btn-secondary:not(:last-child):not(.dropdown-toggle):after, .btn-group-vertical > .btn-group-vertical:not(:last-child) > .btn-secondary:last-child:not(.dropdown-toggle):after {
            content: "";
            position: absolute;
            bottom: -1px;
            left: -1px;
            height: 1px;
            width: calc(100% + 2 * 1px);
            background-color: #eaeaea;
        }

    .btn-group-vertical > .btn-success:not(:first-child), .btn-group-vertical > .btn-group-vertical:not(:first-child) > .btn-success:first-child {
        position: relative;
    }

        .btn-group-vertical > .btn-success:not(:first-child):not(.active):not(:active):before, .btn-group-vertical > .btn-group-vertical:not(:first-child) > .btn-success:first-child:not(.active):not(:active):before {
            content: "";
            position: absolute;
            top: -1px;
            left: -1px;
            height: 1px;
            width: calc(100% + 2 * 1px);
            background-color: #218838;
        }

    .btn-group-vertical > .btn-success:not(:last-child), .btn-group-vertical > .btn-group-vertical:not(:last-child) > .btn-success:last-child {
        position: relative;
    }

        .btn-group-vertical > .btn-success:not(:last-child):not(.dropdown-toggle):after, .btn-group-vertical > .btn-group-vertical:not(:last-child) > .btn-success:last-child:not(.dropdown-toggle):after {
            content: "";
            position: absolute;
            bottom: -1px;
            left: -1px;
            height: 1px;
            width: calc(100% + 2 * 1px);
            background-color: #218838;
        }

    .btn-group-vertical > .btn-info:not(:first-child), .btn-group-vertical > .btn-group-vertical:not(:first-child) > .btn-info:first-child {
        position: relative;
    }

        .btn-group-vertical > .btn-info:not(:first-child):not(.active):not(:active):before, .btn-group-vertical > .btn-group-vertical:not(:first-child) > .btn-info:first-child:not(.active):not(:active):before {
            content: "";
            position: absolute;
            top: -1px;
            left: -1px;
            height: 1px;
            width: calc(100% + 2 * 1px);
            background-color: #008dc0;
        }

    .btn-group-vertical > .btn-info:not(:last-child), .btn-group-vertical > .btn-group-vertical:not(:last-child) > .btn-info:last-child {
        position: relative;
    }

        .btn-group-vertical > .btn-info:not(:last-child):not(.dropdown-toggle):after, .btn-group-vertical > .btn-group-vertical:not(:last-child) > .btn-info:last-child:not(.dropdown-toggle):after {
            content: "";
            position: absolute;
            bottom: -1px;
            left: -1px;
            height: 1px;
            width: calc(100% + 2 * 1px);
            background-color: #008dc0;
        }

    .btn-group-vertical > .btn-warning:not(:first-child), .btn-group-vertical > .btn-group-vertical:not(:first-child) > .btn-warning:first-child {
        position: relative;
    }

        .btn-group-vertical > .btn-warning:not(:first-child):not(.active):not(:active):before, .btn-group-vertical > .btn-group-vertical:not(:first-child) > .btn-warning:first-child:not(.active):not(:active):before {
            content: "";
            position: absolute;
            top: -1px;
            left: -1px;
            height: 1px;
            width: calc(100% + 2 * 1px);
            background-color: #e0a800;
        }

    .btn-group-vertical > .btn-warning:not(:last-child), .btn-group-vertical > .btn-group-vertical:not(:last-child) > .btn-warning:last-child {
        position: relative;
    }

        .btn-group-vertical > .btn-warning:not(:last-child):not(.dropdown-toggle):after, .btn-group-vertical > .btn-group-vertical:not(:last-child) > .btn-warning:last-child:not(.dropdown-toggle):after {
            content: "";
            position: absolute;
            bottom: -1px;
            left: -1px;
            height: 1px;
            width: calc(100% + 2 * 1px);
            background-color: #e0a800;
        }

    .btn-group-vertical > .btn-danger:not(:first-child), .btn-group-vertical > .btn-group-vertical:not(:first-child) > .btn-danger:first-child {
        position: relative;
    }

        .btn-group-vertical > .btn-danger:not(:first-child):not(.active):not(:active):before, .btn-group-vertical > .btn-group-vertical:not(:first-child) > .btn-danger:first-child:not(.active):not(:active):before {
            content: "";
            position: absolute;
            top: -1px;
            left: -1px;
            height: 1px;
            width: calc(100% + 2 * 1px);
            background-color: #c82333;
        }

    .btn-group-vertical > .btn-danger:not(:last-child), .btn-group-vertical > .btn-group-vertical:not(:last-child) > .btn-danger:last-child {
        position: relative;
    }

        .btn-group-vertical > .btn-danger:not(:last-child):not(.dropdown-toggle):after, .btn-group-vertical > .btn-group-vertical:not(:last-child) > .btn-danger:last-child:not(.dropdown-toggle):after {
            content: "";
            position: absolute;
            bottom: -1px;
            left: -1px;
            height: 1px;
            width: calc(100% + 2 * 1px);
            background-color: #c82333;
        }

    .btn-group-vertical > .btn-light:not(:first-child), .btn-group-vertical > .btn-group-vertical:not(:first-child) > .btn-light:first-child {
        position: relative;
    }

        .btn-group-vertical > .btn-light:not(:first-child):not(.active):not(:active):before, .btn-group-vertical > .btn-group-vertical:not(:first-child) > .btn-light:first-child:not(.active):not(:active):before {
            content: "";
            position: absolute;
            top: -1px;
            left: -1px;
            height: 1px;
            width: calc(100% + 2 * 1px);
            background-color: #d9d9d9;
        }

    .btn-group-vertical > .btn-light:not(:last-child), .btn-group-vertical > .btn-group-vertical:not(:last-child) > .btn-light:last-child {
        position: relative;
    }

        .btn-group-vertical > .btn-light:not(:last-child):not(.dropdown-toggle):after, .btn-group-vertical > .btn-group-vertical:not(:last-child) > .btn-light:last-child:not(.dropdown-toggle):after {
            content: "";
            position: absolute;
            bottom: -1px;
            left: -1px;
            height: 1px;
            width: calc(100% + 2 * 1px);
            background-color: #d9d9d9;
        }

    .btn-group-vertical > .btn-dark:not(:first-child), .btn-group-vertical > .btn-group-vertical:not(:first-child) > .btn-dark:first-child {
        position: relative;
    }

        .btn-group-vertical > .btn-dark:not(:first-child):not(.active):not(:active):before, .btn-group-vertical > .btn-group-vertical:not(:first-child) > .btn-dark:first-child:not(.active):not(:active):before {
            content: "";
            position: absolute;
            top: -1px;
            left: -1px;
            height: 1px;
            width: calc(100% + 2 * 1px);
            background-color: #101214;
        }

    .btn-group-vertical > .btn-dark:not(:last-child), .btn-group-vertical > .btn-group-vertical:not(:last-child) > .btn-dark:last-child {
        position: relative;
    }

        .btn-group-vertical > .btn-dark:not(:last-child):not(.dropdown-toggle):after, .btn-group-vertical > .btn-group-vertical:not(:last-child) > .btn-dark:last-child:not(.dropdown-toggle):after {
            content: "";
            position: absolute;
            bottom: -1px;
            left: -1px;
            height: 1px;
            width: calc(100% + 2 * 1px);
            background-color: #101214;
        }

.required-caption:after {
    content: '*';
    color: red;
}


.icon-edit:before {
    content: 'E';
    font-family: "adoraiconfont";
}

.icon-trash:before {
    content: 'c';
    font-family: "adoraiconfont";
}

.template-card-container {
    Width: 1fr;
    max-height:700px;
    margin: auto;
    margin-right: 10px;
    display: flex;
    box-sizing: content-box;
    box-shadow: 10px 5px 5px gray;
}

.btn-icon-delete {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("images/delete-icon.svg");
    mask-image: url("images/delete-icon.svg");
    background-color: currentColor;
}

.div-email-template-filter-icon {
    width: fit-content;
    margin-left: 12px;
}

#contentDiv {
    padding: 1rem 1rem 2rem 1rem;
}

.scroll-editor-body {
    overflow-y: auto;
    overflow-x: hidden;
    min-height: fit-content;
    height: calc(90vh - 10rem);
    min-width: fit-content;
}

.plr-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.popup-footer {
    padding-bottom: var(--dxbl-popup-body-padding-y) !important;
}

/* Reports styles */
.rp-main-container {
    max-height: 100vh;
    display: grid;
    grid-template-rows: auto 1fr;
}

@media screen and (max-width: 1800px) {
    .rp-main-container {
        width: 100vw;
        height: calc(100vh - 3.5rem);
        max-height: calc(-100px + 28vh);
    }
}

.rp-periods-container {
    grid-row: 1;
    width: 100%;
    padding: 1rem 1rem 0rem 1rem;
}

.rp-container {
    grid-row: 2;
    display: grid;
    grid-template-columns: auto 1fr;
    width: 100%;
    height: 100%;
    position: relative;
}

.rp-report {
    grid-column: 2;
    margin-right: 0.25rem;
    height: calc(99% - 1rem);
}

#report_tbl {
    table-layout: fixed;
}

.rp-background {
    width: 100%;
    background-color: #ffffff;
}

.rp-content {
    padding: 1rem;
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.3);
    text-align: left;
    max-height: 60vh;
    overflow: scroll;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.rp-header {
    border-bottom: 3px solid black;
    white-space: nowrap;
    padding-left: 1rem;
    padding-right: 1rem;
}

.rp-table th {
    background-color: #ccc;
}

.rp-table td {
    padding-left: 1rem;
    padding-right: 1rem;
}

.rp-table tr:nth-child(even) .rp-tdSticks {
    background: #ccc
}

.rp-table tr:nth-child(odd) .rp-tdSticks {
    background: #ffffff
}

.rp-table tr:nth-child(even) {
    background: #ddd
}

.rp-table tr:nth-child(odd) {
    background: #ffffff
}

.rp-table caption {
    caption-side: top;
    text-align: center;
    color: black;
    margin-top: 1rem;
}

.rp-table .total {
    font-weight: bold;
    border-top: 3px solid black;
    background: #ffffff;
}

.rp-table .inlineGroup {
    font-weight: bold;
    border-bottom: 3px solid black;
    margin-top: .9375rem;
    background: #ffffff;
}

.report_title {
    width: 50%;
    height: fit-content;
    text-align: center;
    vertical-align: top
}

.loading-gif {
    width: 8rem;
    height: 8rem;
}