/* Minification failed. Returning unminified contents.
(691,66): run-time error CSS1030: Expected identifier, found '['
(691,67): run-time error CSS1030: Expected identifier, found 'data-attribute-id'
(691,84): run-time error CSS1031: Expected selector, found '='
(691,84): run-time error CSS1025: Expected comma or open brace, found '='
(1352,39): run-time error CSS1030: Expected identifier, found '.'
(1352,59): run-time error CSS1031: Expected selector, found ')'
(1352,59): run-time error CSS1025: Expected comma or open brace, found ')'
(1369,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1375,26): run-time error CSS1039: Token not allowed after unary operator: '-kendo-grid-min-height'
(1407,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1408,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1409,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1410,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1411,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1415,26): run-time error CSS1039: Token not allowed after unary operator: '-loader-background'
(1416,25): run-time error CSS1039: Token not allowed after unary operator: '-loader-font-size'
(1421,25): run-time error CSS1039: Token not allowed after unary operator: '-loader-color'
(1429,22): run-time error CSS1039: Token not allowed after unary operator: '-treelist-loader-background'
(1433,21): run-time error CSS1039: Token not allowed after unary operator: '-loader-color'
(1460,29): run-time error CSS1039: Token not allowed after unary operator: '-treelist-loader-font-size'
(1479,24): run-time error CSS1030: Expected identifier, found '.'
(1479,33): run-time error CSS1031: Expected selector, found ')'
(1479,33): run-time error CSS1025: Expected comma or open brace, found ')'
(1597,27): run-time error CSS1038: Expected hex color, found '#ffff'
 */
/*Menu(left part)*/
.wrapper {
    display: flex;
    width: 100%;
}

#SideMenu {
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 999;
    transition: all 0.3s;
    padding-top: 80px;
    overflow-y: auto;
}

    #SideMenu.active {
        margin-left: -250px;
    }

    #SideMenu .k-item {
        padding-left: 0;
    }

    #SideMenu .k-treeview .k-in {
        padding: 10px 10px;
        width: 100%;
    }

        #SideMenu .k-treeview .k-in.k-state-selected {
            width: 100%;
            padding: 10px 10px;
        }

    #SideMenu [role=tree] > .k-group {
        width: fit-content;
    }

    #SideMenu [role=treeitem] > .k-group {
        margin-left: 1em !important;
    }

    #SideMenu .k-sprite {
        height: 20px;
        overflow: hidden;
        background-repeat: no-repeat;
        font-size: medium;
        line-height: unset;
    }

    #SideMenu .name-holder {
        border-bottom: 2px solid #1585d1;
        color: #1585d1;
    }

    #SideMenu .k-state-selected .k-sprite.fas {
        background-image: none;
        background-color: #fff;
    }

div.k-mid a span.fa, div.k-mid span.fa, div.k-mid a span.far, div.k-bot a span.fa, div.k-top a span.fa,
div.k-mid a span.fas, div.k-mid span.fas, div.k-top span.fas, div.k-mid a span.far, div.k-bot a span.fas, div.k-top a span.fas, div.k-mid a span.fab {
    background-image: linear-gradient(to right, #ff0053 0%, #fba700 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#SideMenu .k-icon {
    background-image: linear-gradient(to right, #ff0053 0%, #fba700 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fba700;
}

.k-treeview span.k-in {
    cursor: pointer;
}

a[data-toggle="collapse"] {
    position: relative;
}

.menu-btn {
    /*background: #0092D1;*/
    color: #606060;
    width: 28px;
    height: 28px;
    padding: 0;
    margin-right: 8px;
    box-sizing: border-box;
}

    .menu-btn > img {
        width: 100%;
        height: 100%;
    }

.welcome-message {
    font-size: 1.125em;
}

.last-login {
    display: block;
    background-color: #e9ecef;
    color: #4d4d4f;
    border-radius: 0.25em;
    padding: 0.25em;
    font-size: 0.875em;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#page-content-wrapper {
    padding-top: 80px;
    width: calc(100% - 250px);
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 80px;
}

    #page-content-wrapper.active {
        width: 100%;
    }
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #SideMenu {
        margin-left: -250px;
    }

        #SideMenu.active {
            margin-left: 0;
        }

    #page-content-wrapper {
        width: 100%;
    }

        #page-content-wrapper.active {
            width: calc(100% - 250px);
        }
}

.filterPanel .filterBox,
.bigFilterPanel .filterBox {
    padding: 10px 0 !important;
}

    .filterPanel .filterBox:after,
    .bigFilterPanel .filterBox:after {
        content: "";
        display: table;
        clear: both;
    }

.filterPanel .filterItemBox,
.filterPanel .filterSearchBox,
.filterPanel .missing-attributes-filter {
    float: left;
    padding: 10px;
    height: 30px;
}

.bigFilterPanel .filterItemBox,
.bigFilterPanel .filterSearchBox {
    float: left;
    /*padding: 0 10px;*/
    height: 30px;
    /*width: 300px;*/
}

    .filterPanel .filterItemBox > label,
    .bigFilterPanel .filterItemBox > label {
        padding: 0 20px 0 0;
        line-height: 30px;
    }

    .bigFilterPanel .filterItemBox > *:not(label) {
        float: right !important;
    }

    .filterPanel .filterSearchBox button,
    .bigFilterPanel .filterSearchBox button {
        margin: 0 10px 0 0;
        padding-left: 20px;
        padding-right: 20px;
    }
/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}*/

@font-face {
    font-family: 'Montserrat', sans-serif;
}

html, body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    width: 100%;
}

.pariplayLogo {
    height: 30px;
}

.aristocratLogo {
    height: 45px;
}

.fusionLogo {
    height: 50px;
}

.header {
    color: #ffffff;
    background-image: linear-gradient(to right, #0c6cc0 0%, #0690f6 100%);
    height: 70px;
}

.build-info-wrapper {
    flex-basis: 100%;
    text-align: right;
}

.build-info-release-version {
    display: inline-block;
}

.build-info-edit-button {
    color: #fff;
    display: inline-block;
    margin-left: 0.5em;
    font-size: 0.875em;
}

    .build-info-edit-button:hover {
        color: #c9c9c9;
    }

.header-menu {
    margin-bottom: 0;
}

.header-menu-item {
    display: inline-block;
    line-height: 1;
}

    .header-menu-item:not(:last-child) {
        border-right: 1px solid #fff;
    }

    .header-menu-item a {
        display: inline-block;
        color: #fff;
        border-bottom: 1px solid #fff;
        margin-right: 0.5em;
    }

        .header-menu-item a:hover {
            color: #c9c9c9;
            text-decoration: none;
            border-bottom: 0px solid #c9c9c9;
        }

    .header-menu-item:last-child a {
        margin-right: 0;
    }

    .header-menu-item:not(:first-child) a {
        margin-left: 0.5em;
    }

.wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.pp-cursor-pointer {
    cursor: pointer;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/*left menu*/
#panelLeftMenu {
    z-index: 10000;
    height: 96%;
    overflow-y: auto;
}

.middle-pane {
    overflow: visible;
}

.helptext {
    margin-top: 2px;
}

.center {
    text-align: center !important;
}

.statsTable td {
    padding: 3px 3px 3px 10px
}

.statsTable {
    font: normal 11px Montserrat;
    color: #282828
}

.display-none {
    display: none;
}

.red-star {
    color: red;
}

.fullScreen {
    height: 100%;
}

.container-padding {
    padding-top: 15px;
    padding-bottom: 15px;
}

.custom-list-group-item {
    position: relative;
    display: block;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}

.custom-navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 2.5rem;
}

.border-2 {
    border-width: 2px !important;
}

/*Kendo overrides*/
.k-multiselect-wrap .k-select {
    position: relative !important;
}

.k-dropdown-wrap .k-input {
    display: block;
    padding-right: 20px;
}

.icon-16 {
    font-size: 16px;
}

.icon-32 {
    font-size: 32px;
}

.icon-48 {
    font-size: 48px;
}

.icon-64 {
    font-size: 64px;
}

.button-100per {
    width: 100%;
}

.button-gradient {
    color: #ffffff !important;
    background: #fc8c0d;
}

    .button-gradient:hover {
        color: #ffffff !important;
        background: #eb4302;
        transition: background-color 0.2s;
    }

.pp-text-underline {
    text-decoration: underline;
}

/*error message */
.validation-summary-errors ul {
    list-style-type: none;
}

.validation-summary-errors {
    color: #eb4302;
}

/*File upload*/
.display-none {
    display: none;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.k-content.k-state-active {
    margin: 0;
}

.k-panelbar > .k-item > .k-link {
    padding: 2px 8px !important;
}

ul {
    padding-left: 0;
}

.jobSummaryBox {
    background-color: #ececec;
    border: 1px solid #b7b7bf;
    border-radius: 4px;
    display: none;
}

.circleButton {
    color: #fc8c0d;
}

    .circleButton:hover, .k-i-zoom:hover {
        cursor: pointer;
    }

.boxShadow {
    -webkit-box-shadow: 2px 10px 20px 0px rgba(77,77,79,0.4);
    -moz-box-shadow: 2px 10px 20px 0px rgba(77,77,79,0.4);
    box-shadow: 2px 5px 10px 0px rgba(77,77,79,0.4);
    border: none;
    border-radius: 3px;
}

/* Uncomment this line if you want to enable the 
   grid auto resizing inside the GridHelper.resizeGrid() */
/*.gridVisibility {
    visibility: hidden;
}*/

.single-filter-input-wrapper {
    width: 220px !important;
}

.customKendoDateTimePickerWidth-400 {
    width: 400px !important;
}

/*Custom PariPlay Css*/
.pp-container {
    height: calc(100% - 190px) !important
}

.pp-loading-indicator-overlay {
    width: 100%;
    height: 100%;
    z-index: 2147483647;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.08);
}
/* ------------------ */

/*Custom Kendo Css*/
.pp-form-localization-settings-popup .k-invalid-msg,
.form-hide-kendo-invalid-messages span.k-invalid-msg {
    display: none !important;
}

.field-validation-error {
    font-size: 0.9rem;
}

.alertContainer {
    width: 100%;
    height: 40vh;
}

.alertContainerTxt {
    width: 100%;
    height: 70vh;
}

a.activeLink {
    color: #0690f6;
    font-family: helvetica;
    text-decoration: none;
}

    a.activeLink:hover {
        text-decoration: underline;
    }

    a.activeLink:visited {
        color: purple;
    }


.removeRow {
    position: relative;
    width: 23px;
    height: 23px;
    top: 8px;
    opacity: 0.3;
    display: inline-block;
}

    .removeRow:hover {
        opacity: 1;
        cursor: pointer;
    }

    .removeRow:before, .removeRow:after {
        position: absolute;
        left: 10px;
        content: ' ';
        height: 20px;
        width: 2px;
        background-color: #333;
    }

    .removeRow:before {
        transform: rotate(45deg);
    }

    .removeRow:after {
        transform: rotate(-45deg);
    }

span[data-toggle="tooltip"]:hover, div[data-toggle="tooltip"]:hover {
    cursor: help;
}

.k-tooltip {
    z-index: 1 !important;
}

.k-dropdown-wrap {
    min-width: 100%;
}

.k-treeview .k-item {
    margin-left: 13.525px;
}

.addPlaceForWinningSpots {
    width: 12.4em;
}

.infoText {
    font-size: 12px;
}

.k-multiselect li span {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 90%;
    word-break: break-word;
}

.k-widget[data-readonly] {
    opacity: 0.6;
}

.loader {
    display: none;
    height: 100%;
    position: absolute;
    width: 100%;
}

    .loader.show {
        display: flex;
        justify-content: center;
        align-items: center;
    }

.loader-element {
    display: inline-block;
    width: 64px;
    height: 64px;
}

    .loader-element:after {
        content: " ";
        display: block;
        width: 32px;
        height: 32px;
        margin: 8px;
        border-radius: 50%;
        border: 3px solid #ffc107;
        border-color: #ffc107 transparent #ffc107 transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.jackpot-config-header {
    color: #1585d1;
    margin-right: 0.5em
}

.add-jackpot-config {
    width: 10em;
}

.error-logs-container {
    height: 175px;
    border-color: rgba(0, 0, 0, .08);
}

.vendor-accounts-wrapper {
    max-height: 32.375em;
    display: flex;
    flex-direction: column;
}

.rgs-configuration-container {
    display: none;
}

.required-field::after {
    content: '*';
    color: red;
    position: relative;
    top: -0.5em;
    font-size: 0.75em;
}

[data-grid-clickable-row-with-redirect-to-url] tbody tr[data-uid]:hover td:not([data-cell-not-clickable]),
[data-grid-clickable-row-function] tbody tr[data-uid]:not(:has(td[data-attribute-id="0"])):hover td:not([data-cell-not-clickable]) {
    cursor: pointer;
    font-weight: bolder;
    background-color: cornsilk;
}

.pp-width-90px {
    width: 90px;
}

.pp-width-120px {
    width: 120px;
}

.pp-width-180px {
    width: 180px;
}

.pp-hover:hover {
    background-color: #f6f6f6;
    border-radius: 15px;
}

.breadcrumb .breadcrumb-back-button {
    position: absolute;
    right: 1em;
    cursor: pointer;
    color: #007bff;
    font-weight: 600;
}

.k-icon.k-i-collapse,
.k-icon.k-i-expand {
    cursor: pointer;
}

/* START of Kendo Checkbox Styling Override */
.k-checkbox-label::before {
    border-width: 2px;
    border-color: rgba(0, 0, 0, .09);
}

.k-checkbox-label::before, .k-radio-label::before,
.k-checkbox-label::after {
    width: 0.875em;
    height: 0.875em;
}

.k-checkbox-label::before, .k-checkbox-label::after, .k-radio-label::before, .k-radio-label::after {
    font-size: 1.25em;
}
/* END of Kendo Checkbox Styling Override */

/* START of Animated Trash Icon */
.trash-container {
    margin: auto;
    height: 26px;
    width: 26px;
    cursor: pointer;
}

    .trash-container .trash {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .trash-container .tap {
        width: 100%;
        height: 15%;
        overflow: hidden;
    }

    .trash-container .tap2 {
        width: 100%;
        height: 85%;
        overflow: hidden;
    }

    .trash-container .tip {
        background: #ff6873;
        width: 15%;
        height: 30%;
        margin-left: auto;
        margin-right: auto;
        -webkit-border-top-right-radius: 3px;
        -webkit-border-top-left-radius: 3px;
        -moz-border-radius-topright: 3px;
        -moz-border-radius-topleft: 3px;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

    .trash-container .top {
        background: #ff6873;
        margin-top: 1%;
        width: 80%;
        height: 70%;
        margin-left: auto;
        margin-right: auto;
        -webkit-border-top-right-radius: 3px;
        -webkit-border-top-left-radius: 3px;
        -moz-border-radius-topright: 3px;
        -moz-border-radius-topleft: 3px;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

    .trash-container .bottom {
        background: #ff6873;
        width: 70%;
        height: 98%;
        margin-top: 2%;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        justify-content: space-around;
        -webkit-border-bottom-right-radius: 3px;
        -webkit-border-bottom-left-radius: 3px;
        -moz-border-radius-bottomright: 3px;
        -moz-border-radius-bottomleft: 3px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .trash-container .line {
        margin: auto;
        background-color: white; /* Same as the background of the element conaining the trashContainer */
        height: 70%;
        width: 1px;
    }

    .trash-container:hover .tap {
        transform: rotate(45deg) translate(0, -200%);
        transition: transform 300ms; /* Openning time */
    }

    .trash-container .tap {
        transform: rotate(0deg) translate(0);
        transition: transform 150ms; /* Closing time */
    }

/* END of Animated Trash Icon */

/* Start of Kendo Inputs Validation Messages Overides */

.validation-message-position-bottom + span.k-tooltip {
    display: unset;
}

.validation-message-position-bottom + .k-tooltip-validation {
    display: unset;
}

.validation-message-position-bottom + .k-tooltip {
    text-align: left;
}

/* Kendo Numeric TextBox */
.pp-numeric-textbox-invalid {
    height: fit-content;
    margin-bottom: 0.5em;
}

.k-numerictextbox.validation-message-position-bottom .k-invalid-msg.field-validation-error {
    display: inline-block;
    position: absolute;
}

.k-numerictextbox.validation-message-position-bottom .k-numeric-wrap {
    display: flex;
    flex-direction: column;
}

.k-numeric-wrap.k-invalid {
    margin-bottom: 2em;
}

.k-numerictextbox {
    margin-bottom: 1em;
}

    .k-numerictextbox .k-numeric-wrap.k-invalid {
        height: 100%;
        display: block;
    }

    .k-numerictextbox .k-invalid-msg.field-validation-error {
        margin: 0.5em 0 0 0;
        padding: 0;
        position: absolute;
    }

    .k-numerictextbox .k-icon {
        height: 1em;
        display: inline-block;
    }
/* END of Kendo Numeric TextBox */

.validation-message-position-bottom.k-multiselect,
.validation-message-position-bottom.k-dropdown,
.validation-message-position-bottom + .k-widget.k-invalid-msg,
.validation-message-position-bottom input,
input.validation-message-position-bottom,
.validation-message-position-bottom textarea {
    display: block;
}

/*.Kendo Datetimepicker */
.validation-message-position-bottom.k-datetimepicker .k-picker-wrap.k-invalid {
    height: 100%;
    display: block;
}

/*.Kendo Datetimepicker */
.validation-message-position-bottom.k-datetimepicker .k-picker-wrap.k-invalid {
    height: 100%;
    display: block;
}

.validation-message-position-bottom.k-datetimepicker .k-invalid-msg.field-validation-error {
    margin: 0.25em 0 0 0;
    padding: 0;
    position: absolute;
    display: inline-block;
}

.validation-message-position-bottom.k-datetimepicker .k-icon.k-i-warning {
    position: relative;
    display: inline-block;
    left: 0;
    top: 0.5em;
}

/* Kendo Upload */
.k-upload-button {
    display: flex;
    flex-direction: column-reverse;
}

.validation-message-position-bottom.k-numerictextbox .k-invalid-msg.field-validation-error,
.validation-message-position-bottom.k-textbox + .k-invalid-msg.field-validation-error,
.k-upload .k-invalid-msg.field-validation-error,
.validation-message-position-bottom.k-dropdown .k-invalid-msg.field-validation-error,
.validation-message-position-bottom.k-multiselect .k-invalid-msg.field-validation-error,
.validation-message-position-bottom.k-datetimepicker .k-invalid-msg.field-validation-error,
.k-editor .k-invalid-msg.field-validation-error,
.k-textbox + .k-invalid-msg.field-validation-error {
    text-wrap: wrap;
    text-align: left;
}

/* END of Kendo Inputs Validation Messages Overides */
.cookie-banner {
    position: fixed;
    bottom: 0;
    background: rgba(12, 108, 192, 0.89);
    z-index: 1000;
    width: 100%;
}

    .cookie-banner .accept-button,
    .cookie-banner .decline-button {
        color: #fff;
        border-radius: 1.375em;
        padding: 0.5em 1.5em;
        background: transparent;
        font-weight: 600;
        border: 3px solid #fff;
        margin: 0 0.25em;
    }

        .cookie-banner .accept-button:hover,
        .cookie-banner .decline-button:hover {
            color: #0c6cc0;
            background: #fff;
        }

    .cookie-banner .link {
        color: #fc8c0d;
    }

    .cookie-banner .close-button {
        position: absolute;
        right: 1em;
        top: 1em;
        color: #fff;
        cursor: pointer;
    }

.cookie-policy-popup {
    width: 90%;
    height: 90%;
}

.pp-disabled-grid-row {
    opacity: 0.5;
    pointer-events: none;
}

.pp-button-download-report {
    background-color: green !important;
    color: white;
}
/*Overriding the default kendo grid checkbox style*/
.k-grid td .k-checkbox-label.k-no-text {
    font-size: 1em;
}

.colored-tag {
    display: inline-block;
    padding: 0.25em 0.25em;
    border-radius: 0.25em;
    margin-right: 0.25em;
    margin-bottom: 0.25em;
}

.background-color-secondary {
    background-color: #fc8c0d;
}

.bold-red {
    font-weight: bolder;
    color: red;
    border: 0.125em solid red;
    padding: 0.125em;
    display: inline-flex;
}
/*
==============================================
* DOT Preloader
* ==============================================
*/
@keyframes dot-keyframes {
    0% {
        opacity: 0.4;
        transform: scale(1, 1);
    }

    50% {
        opacity: 1;
        transform: scale(1.2, 1.2);
    }

    100% {
        opacity: 0.4;
        transform: scale(1, 1);
    }
}

.loading-dots {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .loading-dots > .single-dot {
        animation: dot-keyframes 1.5s infinite ease-in-out;
        background-color: #000;
        border-radius: 0.5em;
        display: inline-block;
        height: 0.5em;
        width: 0.5em;
        margin: 0.125em;
    }

        .loading-dots > .single-dot:nth-child(2) {
            animation-delay: 0.5s;
        }

        .loading-dots > .single-dot:nth-child(3) {
            animation-delay: 1s;
        }
/* END of DOT Preloader */
.help-and-resources-button {
    background: transparent;
    border: none;
    border-color: none;
    color: #fff;
}

    .help-and-resources-button:after {
        content: "\f078";
        font-family: "Font Awesome 5 Free";
        margin-left: 0.5em;
    }

    .help-and-resources-button.active:after {
        content: "\f077";
    }

    .help-and-resources-button:focus {
        outline: none;
    }

.heading-separator-bottom {
    color: #1585d1;
    border-bottom: 2px solid #1585d1;
    display: flex;
}

input[type="hidden"] + span.k-invalid-msg.field-validation-error {
    display: none !important;
}

/* Preloader START */
@keyframes pp-loading-animation {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.pp-preloader {
    z-index: 3;
    background: rgba(79, 79, 79, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.pp-loading-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

    .pp-loading-image::before, .pp-loading-image::after {
        content: "";
        border-width: 0.015em;
        font-size: 4em;
    }

    .pp-loading-image::before {
        margin-top: -0.5em;
        margin-left: -0.5em;
        width: 1em;
        height: 1em;
        animation: pp-loading-animation .7s linear infinite
    }

    .pp-loading-image::after {
        margin-top: -0.25em;
        margin-left: -0.25em;
        width: 0.5em;
        height: 0.5em;
        animation: pp-loading-animation reverse 1.4s linear infinite
    }

    .pp-loading-image::before, .pp-loading-image::after {
        position: absolute;
        top: 50%;
        left: 50%;
        display: inline-block;
        border-radius: 50%;
        border-style: solid;
        border-color: transparent;
        border-top-color: #000;
        border-bottom-color: #000;
        background-color: transparent;
    }


/* Preloader END */

/* PariPlay Buttons */
.btn-pp-orange,
a.btn-pp-orange {
    background-color: #fc8c0d;
    background-image: none;
    color: #fff;
    border: 1px solid #FF6358;
    border-radius: 0.25em;
    cursor: pointer;
    display: inline-block;
    padding: 0.375em 0.75em;
    font-size: 0.875rem;
}

    .btn-pp-orange:focus {
        outline: none;
    }

    .btn-pp-orange:hover {
        background-image: none;
        text-decoration: none;
        background-color: #eb4302;
        color: #fff;
    }

.pp-button-small {
    padding: 0.285em 0.6125em;
    font-size: 0.875em;
}

.btn-pp-save,
.btn-pp-search {
    background-color: #007bff;
    background-image: none;
    border-color: #007bff;
    color: #fff;
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    line-height: 1.5;
}

    .btn-pp-save:hover,
    .btn-pp-search:hover {
        background-color: #0069d9;
        background-image: none;
        border-color: #0062cc;
        color: #fff;
    }

    .btn-pp-save:focus,
    .btn-pp-search:focus {
        background-color: #0069d9;
        background-image: none;
        color: #fff;
        box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
    }

    .btn-pp-save:active,
    .btn-pp-search:active {
        background-color: #0062cc;
        background-image: none;
        border-color: #005cbf;
        color: #fff;
    }

.btn-pp-clear {
    background-color: #F5F5F5;
    background-image: none;
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

    .btn-pp-clear:hover {
        background-color: #e9e9e9;
        background-image: none;
        color: #000;
    }

    .btn-pp-clear:focus {
        background-color: #e9e9e9;
        background-image: none;
        color: #000;
    }

    .btn-pp-clear:active {
        background-color: #e9e9e9;
        background-image: none;
        color: #000;
    }

.btn-pp-danger {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff;
    background-image: none;
    line-height: 1.5;
}

    .btn-pp-danger:hover {
        background-color: #c82333;
        border-color: #bd2130;
        color: #fff;
        background-image: none;
    }

    .btn-pp-danger:focus {
        background-color: #c82333;
        border-color: #bd2130;
        background-image: none;
        color: #fff;
        box-shadow: 0 0 0 .2rem rgba(225,83,97,.5);
    }

    .btn-pp-danger:active {
        background-image: none;
        color: #fff;
        background-color: #bd2130;
        border-color: #b21f2d;
    }

.btn-pp-default {
    background-color: #F5F5F5;
    background-image: none;
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

    .btn-pp-default:hover {
        background-color: #e9e9e9;
        background-image: none;
        color: #000;
    }

    .btn-pp-default:focus {
        background-color: #e9e9e9;
        background-image: none;
        color: #000;
    }

    .btn-pp-default:active {
        background-color: #e9e9e9;
        background-image: none;
        color: #000;
    }

.pp-description-small {
    color: #1585d1;
    font-size: 0.75em
}

/* Kendo Alert Overrides */
.k-widget.k-alert {
    border: none;
    border-radius: 10px;
    min-width: 300px;
}

    .k-widget.k-alert .k-dialog-titlebar .k-dialog-title {
        color: #000;
    }

    .k-widget.k-alert .k-dialog-content {
        padding: 1em;
    }

/* This selector is that specific in order to be able to override the default kendo selectors which are also that specific */
.k-widget.k-alert .k-dialog-buttongroup .k-button:not(:hover):not(.k-state-hover):not(:active):not(.k-state-active) {
    background: #007bff;
    color: #fff;
    font-weight: bold;
    border: none;
}

    .k-widget.k-alert .k-dialog-buttongroup {
        border: none;
    }

        .k-widget.k-alert .k-dialog-buttongroup .k-button:hover {
            background: #0069d9;
            border-color: #0062cc;
            color: #fff;
            font-weight: bold;
            border: none;
        }
/* End of Kendo Alert Overrides */

td[data-expandable-cell-on-click]:has(.k-icon.k-i-collapse),
td[data-expandable-cell-on-click]:has(.k-icon.k-i-expand) {
    cursor: pointer;
}

.grid-no-results-message-wrapper {
    user-select: none;
    text-align: center;
}

.grid-no-results-message {
    font-weight: 500;
    font-size: 1.5em;
    color: #6A6A6A;
}

.k-grid {
    --kendo-grid-min-height: 380px;
}

    .k-grid .k-grid-content,
    .k-grid tbody,
    .k-treelist .k-status {
        min-height: var(--kendo-grid-min-height);
    }

    .k-grid th.k-header {
        font-weight: 600;
    }

    .k-grid .k-icon.k-i-expand,
    .k-grid .k-icon.k-i-collapse {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        margin-right: 0.5em;
    }

        .k-grid .k-icon.k-i-expand:before {
            content: "\f054";
        }

        .k-grid .k-icon.k-i-collapse:before {
            content: "\f078";
        }

    .k-grid .k-grid-norecords {
        position: absolute;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

/* Kendo Grid Preloader START */
.k-grid {
    --loader-font-size: 0.875em;
    --treelist-loader-font-size: 0.75em;
    --loader-color: #000;
    --loader-background: rgba(79, 79, 79, 0.7);
    --treelist-loader-background: rgba(79, 79, 79, 0.5);
}

    .k-grid .k-loading-mask {
        background: var(--loader-background);
        font-size: var(--loader-font-size);
    }

        .k-grid .k-loading-mask .k-loading-image::before,
        .k-grid .k-loading-mask .k-loading-image::after {
            color: var(--loader-color);
        }
/* Kendo Grid Preloader END */

/* Kendo TreeList Preloader START */
.k-treelist .k-status {
    font-size: 0;
    height: 300px;
    background: var(--treelist-loader-background);
}

    .k-treelist .k-status .k-i-loading {
        color: var(--loader-color);
        font-size: 70px;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
    }

        .k-treelist .k-status .k-i-loading::before,
        .k-treelist .k-status .k-i-loading::after {
            position: absolute;
            top: 50%;
            left: 50%;
            display: inline-block;
            content: "";
            box-sizing: inherit;
            border-radius: 50%;
            border-width: .05em;
            border-style: solid;
            border-color: currentColor;
            border-top-color: transparent;
            border-bottom-color: transparent;
            background-color: transparent;
            content: "";
            border-width: .015em;
            font-size: var(--treelist-loader-font-size);
        }

        .k-treelist .k-status .k-i-loading::before {
            margin-top: -.5em;
            margin-left: -.5em;
            width: 1em;
            height: 1em;
            animation: k-loading-animation .7s linear infinite;
        }

        .k-treelist .k-status .k-i-loading::after {
            margin-top: -.25em;
            margin-left: -.25em;
            width: .5em;
            height: .5em;
            animation: k-loading-animation reverse 1.4s linear infinite;
        }

.k-treelist.k-grid:has(.k-status) {
    display: flex !important;
}

.k-treelist.k-grid .k-pager-wrap.k-floatwrap {
    order: 2;
}

.k-treelist.k-grid .k-status {
    order: 1;
}

/* Kendo TreeList Preloader END */

/*.k-grid .k-loading-mask {
    display: none !important;
}*/

.k-grid .pp-preloader {
    background: #b6b6b8;
    border-radius: 0.5em;
}


/* Notifications */
.k-notification h3 {
    padding: 30px 10px 5px;
    font-size: 1em;
    line-height: normal;
}

.k-notification img {
    margin: 10px;
    float: left;
    width: 10%;
}


/* Success/error template */
.alert-success, .alert-danger {
    width: 400px;
    height: auto;
}

/* For Bootstrap v4 theme */
.k-bootstrap-v4 .k-notification h3 {
    padding: 10px 10px 5px;
}

.k-bootstrap-v4 .k-notification img {
    margin: 10px 20px 0 0;
}

.k-bootstrap-v4 .new-mail,
.k-bootstrap-v4 .wrong-pass,
.k-bootstrap-v4 .upload-success {
    width: calc( 300px - 2.5rem );
    height: calc( 100px - 1.5rem );
}


/* For Material v2 theme */
.k-material-v2 .k-notification h3 {
    padding: 10px 10px 5px;
}

.k-material-v2 .k-notification img {
    margin: 10px 20px 0 0;
}

.k-material-v2 .new-mail,
.k-material-v2 .wrong-pass,
.k-material-v2 .upload-success {
    width: 270px;
    height: 70px;
}
.more-items-label {
    display: inline-block;
    background-color: #9b9999;
}

.all-notifications-container {
    background-color: #fff;
    max-height: 24em;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    top: 0.5em;
    right: 0.625em;
    box-shadow: 3px 0px 18px -3px rgba(0,0,0,0.75);
    border-radius: 0.25em;
    z-index: 99999;
    padding-bottom: 0.5em;
    /* Firefox Scrollbar Styling */
    scrollbar-width: thin;
    scrollbar-color: #068df2 #ffffff;
}

    /* Chrome, Edge, and Safari Scrollbar Styling */
    .all-notifications-container::-webkit-scrollbar {
        width: 0.5625em;
    }

    .all-notifications-container::-webkit-scrollbar-track {
        background: #ffffff;
    }

    .all-notifications-container::-webkit-scrollbar-thumb {
        background-color: #068df2;
        border-radius: 0.5625em;
        border: 0.1875em solid #ffffff;
    }
    /* End of Chrome, Edge, and Safari Scrollbar Styling */

    .all-notifications-container .k-notification-success,
    .all-notifications-container .k-notification-error,
    .all-notifications-container .k-notification-warning {
        border: none;
        background-color: #ffff;
        color: #000;
    }

.all-notifications-container-title {
    font-size: 1.25em;
    position: absolute;
    top: 0.5em;
    left: 1em;
}

.all-notifications-container-close-button {
    position: absolute;
    top: 0;
    right: 0.5em;
    cursor: pointer;
    padding: 0.5em;
    font-size: 1em;
}

.all-notifications-container .k-notification:first-child .single-notification {
    margin-top: 3.75em;
}

.single-notification {
    position: relative;
    margin: 1em 1.25em;
    margin-bottom: 0.25em;
    z-index: 9999;
    border: 0.125em solid #eeeeee;
    border-radius: 0.5em;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 22.75em;
    height: auto;
}

.single-notification-icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7em;
}

.single-notification-content-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 15.625em;
    padding: 1.875em 1em 1em 1em;
    border-top-right-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    border-left: 0.1875em solid #eee;
}

.single-notification-title {
    font-size: 1.125em;
    font-weight: 600;
}

.single-notification-description {
    border-radius: 0.375em;
    margin-top: 0.5em;
    width: 100%;
    word-wrap: break-word;
}

.single-notification-icon {
    margin-right: 0.5em;
    border-radius: 50%;
    width: 2em;
    height: 2em;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.single-notification-close-button {
    position: absolute;
    top: 0.5em;
    right: 0.75em;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    width: 1.25em;
    height: 1.25em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-notification.warning .single-notification-content-container {
    background: #F0E24E;
}

.single-notification.warning .single-notification-icon {
    background-color: #F0E24E;
    border: 4px solid #F6EE9A;
}

.single-notification.success .single-notification-content-container {
    background: #aaeccd;
}

.single-notification.success .single-notification-icon {
    background-color: #29b572;
    border: 4px solid #aef4cf;
}

.single-notification.error .single-notification-content-container {
    background: #fbcdce;
}

.single-notification.error .single-notification-icon {
    background-color: #e25052;
    border: 4px solid #ffc0c1;
}

.menu-button-container {
    position: relative;
    display: inline-block;
}

    .menu-button-container .button {
        border: 1px solid #000;
        border-radius: 0.25em;
        border: none;
        background: #f4f5f7;
        width: auto;
        height: 2em;
        outline: none;
    }

        .menu-button-container .button:focus {
            background: #0883e3;
            color: #fff;
        }

        .menu-button-container .button:hover {
            background: #0883e3;
            color: #fff;
        }

    .menu-button-container .items-container {
        margin-top: 0.5em;
        position: absolute;
        z-index: 999;
        min-width: 10em;
        background: #fff;
        box-shadow: -1px -1px 11px -3px rgba(0,0,0,0.75);
        border-radius: 0.25em;
        list-style-type: none;
        margin-bottom: 0.5em;
        width: auto;
        height: auto;
        transition: margin 300ms ease-in-out;
    }

        .menu-button-container .items-container.hidden {
            visibility: hidden;
            z-index: -100;
            margin-top: -2em;
        }

        .menu-button-container .items-container .menu-item {
            cursor: pointer;
        }

            .menu-button-container .items-container .menu-item:hover {
                background: #F4F5F7;
            }

            .menu-button-container .items-container .menu-item .menu-item-link {
                text-decoration: none;
                color: #000;
                display: block;
                padding: 0.5em 1em;
            }


.menu-button-icon {
    margin-left: 0.375em;
}
.pp-primary-list-wrapper,
.pp-secondary-list-wrapper {
    max-height: 32.375em;
    display: flex;
    flex-direction: column;
}

.pp-primary-list-container,
.pp-secondary-list-container {
    max-height: 29.37em;
    overflow-y: scroll;
    overflow-x: auto;
    border-radius: 0.25em;
    border: 1px solid rgba(0,0,0,.08);
    height: 100%;
}

    .pp-primary-list-container > *,
    .pp-secondary-list-container > * {
        cursor: pointer;
        padding: 0.5em 1em;
    }

        .pp-primary-list-container > *:hover,
        .pp-secondary-list-container > *:hover {
            background: #e3e3e3;
            background-image: linear-gradient(#e3e3e3, #dadada);
        }

.pp-connected-lists {
    display: flex;
}

.pp-connected-lists .selected {
    border-color: rgba(0,0,0,.08);
    color: #fff;
    background-color: #fc8c0d;
    cursor: pointer;
}

.switch-button {
    display: flex;
    flex-direction: row;
    cursor: pointer;
    margin: 0;
}

    .switch-button .label-text:not(:empty) {
        margin-left: 0.5em;
        margin-right: 0.5em;
    }

    .switch-button .toggle {
        isolation: isolate;
        position: relative;
        height: 1em;
        width: 2.5em;
        border-radius: 0.9375em;
        background: #d6d6d6;
        overflow: hidden;
    }

    .switch-button .toggle-inner {
        z-index: 2;
        position: absolute;
        top: 0.0625em;
        left: 0.0625em;
        height: 0.875em;
        width: 2.375em;
        border-radius: 0.9375em;
        overflow: hidden;
    }

    .switch-button .toggle-state:not(:checked) ~ .toggle-inner:after {
        content: attr(data-label-unchecked);
        position: absolute;
        top: 0.625em;
        right: 0.375em;
        font-size: 0.375em;
        opacity: 1;
        font-weight: 600;
        color: #000;
        line-height: initial;
    }

    .switch-button .toggle-state:checked ~ .toggle-inner:before {
        content: attr(data-label-checked);
        position: absolute;
        top: 0.625em;
        left: 0.375em;
        font-size: 0.375em;
        opacity: 1;
        color: #fff;
        font-weight: 600;
        line-height: initial;
    }

    .switch-button .active-background {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 200%;
        background: #11c25b;
        transform: translate3d(-100%, 0, 0);
        transition: transform 0.05s linear 0.17s;
    }

    .switch-button .toggle-state {
        display: none;
    }

    .switch-button .indicator {
        height: 100%;
        width: 200%;
        background: white;
        border-radius: 0.8125em;
        transform: translate3d(-75%, 0, 0);
        transition: transform 0.35s cubic-bezier(0.85, 0.05, 0.18, 1.35);
    }

    .switch-button .toggle-state:checked ~ .active-background {
        transform: translate3d(-50%, 0, 0);
    }

    .switch-button .toggle-state:checked ~ .toggle-inner .indicator {
        transform: translate3d(25%, 0, 0);
    }

