﻿:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --red: #d74114;
    --orange: #d74114;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --grey: #999;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}









*:not(.k-icon), *::after:not(.k-icon), *::before:not(.k-icon) {
    font-family: "DM Sans", Arial;
}


@media only screen and (min-width: 500px) {
    .form-body {
        width: 90%;
    }
}

.k-grid {
}

.bg-current {
    background-color: #c5ffe0 !important;
}

.bg-ancient {
    background-color: #ffc5c5 !important;
}

.sidebar-open #nav-skwid-logo, .sidebar-collapse #side-bar-skwid-logo {
    display: none !important;
}

.sidebar-collapse #nav-skwid-logo, .sidebar-open #side-bar-skwid-logo {
    display: block;
}

.main-sidebar.sidebar-dark-primary.elevation-4 {
    height: 100vh;
    overflow-y: scroll
}

.multi-upload-container {
    position: relative;
}

.sidebar-open .page-container {
    padding-left: 0px;
}

.sidebar-open .fixedNav {
    width: calc(100% - 20.6%);
}

.btn-blue-dynamic-width {
    background-color: #2a9fbc;
    color: #fff;
    border: 1px solid #2a9fbc;
}

.hover-container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tooltip-content {
    display: none;
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    padding: 5px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    top: 100%;
    white-space: nowrap;
    z-index: 1000;
}

.hover-container:hover .tooltip-content {
    display: block;
}

.small-text {
    font-size: 0.9rem !important;
}

.multi-upload-container input {
    border: 1px solid #92b0b3;
    background: #f1f1f1;
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    padding: 14% 50% 10% 41%;
    text-align: center !important;
    width: 100%;
}

    .multi-upload-container input:hover {
        background: #ddd;
    }

.multi-upload-container:before {
    position: absolute;
    bottom: 20%;
    left: 40%;
    content: " (or) Drag and Drop files here. ";
    color: black;
    font-weight: 900;
}

.formAction {
    font-weight: 700;
    color: #a0a0a0;
    font-size: 13px;
    padding: 5px;
}

.explination-input {
    font-size: 12px;
}

.GATrackingDetails {
    width: 4em;
    height: 2em;
}

.tabletMode {
}

.navDD {
    width: 150px !important;
    height: 30px !important;
    border-radius: 7px !important;
    margin-top: 10px !important;
    border-color: #2a9fbc !important;
}

.skwid-color {
    color: #c3381a !important;
}

.skwid-link {
    color: #c3381a !important;
    margin-left: 10px;
}

    .skwid-link:hover {
        color: #303030 !important;
    }

.re-skwid-link {
    color: #303030 !important;
}

    .re-skwid-link:hover {
        color: #c3381a !important;
    }

@media only screen and (min-width: 1000px) {
    .form-body {
        width: 80%;
    }
}

.btn-skwid {
    border-radius: 7px;
    height: 40px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 23px;
    margin: 0px 3px;
    background-color: #d74114;
    color: #fff !important;
    border: 1px solid #d74114;
    text-align: center;
}

@media only screen and (min-width: 1600px) {
    .form-body {
        width: 70%;
    }
}

.textbox140px {
    width: 140px !important;
}

.bg-skwid-outline {
    color: white;
    background-color: #c3381a;
}

.box-sizing-border-box {
    box-sizing: border-box !important;
}
/*
 * File
 */
.btn:focus, .btn:active {
    box-shadow: none !important;
}

.k-widget * {
    box-sizing: border-box !important;
}

.marginleft4rem {
    margin-left: 8rem;
}

.checkBoxPermissionsContainer li {
    border: none;
    padding-top: 0;
    padding-bottom: 0;
}

.exportbuttonSubmissions {
    border: transparent;
    background: transparent;
}


.leftside, .rightside {
    height: 100vh;
    width: 100%;
}
/*.rightside{
    overflow-y:scroll;
}*/
.tdRespondent {
    width: 20% !important;
    background-color: #6B787F;
    color: white;
    height: 41px;
    padding-left: 10px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.surveySubPrev.disabled, .surveySubNext.disabled {
    pointer-events: none;
    opacity: .4;
    background-color: #6B787F;
    border: none;
}

.disabled {
    background-color: #868686;
    border: 1px solid #c8c8c8;
}

.surveySubPrev, .surveySubNext {
    padding: 12px 24px;
    line-height: 1.5;
    font-size: 15px;
    border-color: #2a9fbc;
    color: #fff;
    background-color: #2a9fbc;
    cursor: pointer;
}

.file {
    position: relative;
    display: inline-block;
    cursor: pointer;
    height: 45px;
}

    .file input {
        min-width: 14rem;
        margin: 0;
        filter: alpha(opacity=0);
        opacity: 0;
    }

.file-custom {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 45px !important;
    padding: 8px 16px;
    line-height: 1.5;
    color: #555;
    background-color: #fff;
    border: .075rem solid #ddd;
    box-shadow: inset 0 .2rem .4rem rgba(0,0,0,.05);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 40px !important;
    padding: 8px 16px;
    line-height: 1.5;
    color: #555;
    background-color: #fff;
    border: .075rem solid #ddd;
    box-shadow: inset 0 .2rem .4rem rgba(0,0,0,.05);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.removeBefore::after {
    content: none !important;
}

.file-custom:after {
    content: attr(data-content) "Choose file...";
    font-size: smaller;
}

.file-label:after {
    content: attr(data-content);
    font-size: smaller;
}

#uploadedfilespan:before {
    height: 45px !important;
}

.translationFile #uploadedfilespan:before {
    height: 27px !important;
}

.contentFile {
    width: 100% !important;
}

    .contentFile .file-custom {
        height: 40px !important;
        border-radius: 0px;
        width: 100%;
        max-width: 100%;
    }

    .contentFile #uploadedfilespan:before {
        height: 40px !important;
        border-radius: 0px;
    }


.file-custom:before {
    position: absolute;
    top: -0.075rem;
    right: -0.075rem;
    bottom: -0.075rem;
    z-index: 6;
    display: block;
    content: "Browse";
    height: 28px !important;
    padding: 8px 16px;
    line-height: 1.5;
    color: #fff;
    background-color: #2a9fbc;
    border: 0.075rem solid #ddd;
    border-radius: 7px;
    font-size: smaller;
}

.file-label:before {
    position: absolute;
    top: -0.075rem;
    right: -0.075rem;
    bottom: -0.075rem;
    z-index: 6;
    display: block;
    content: "Browse";
    height: 28px !important;
    padding: 8px 16px;
    line-height: 1.5;
    color: #fff;
    background-color: #2a9fbc;
    border: 0.075rem solid #ddd;
    border-radius: 7px;
}
/******* Start login ******/
@media only screen and (max-width: 950px) {
    .loginBox {
        width: 450px !important;
    }
}

@media only screen and (max-width: 770px) {
    .login .fullHeight {
        display: none !important;
    }

    .loginBox {
        left: 5%;
    }
}

@media only screen and (max-width: 500px) {
    .loginBox {
        width: 89% !important;
        max-width: 89% !important;
        left: 0;
    }
}

.loginHeader {
    background: rgb(255, 255, 255);
    width: 100%;
    padding: 20px;
    left: 0;
    top: 0;
    height: 77px;
    position: fixed;
    box-sizing: border-box;
}

#Username-error, #txtPassword-error {
    color: #d74214;
    background: rgb(255, 255, 255);
}

.loginBox {
    background: rgb(255, 255, 255);
    width: 400px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.login, .container-fluid {
    background: rgb(255, 255, 255);
}

.loginLogo {
    text-align: left;
}

    .loginLogo h1 {
        font-size: 48px;
        margin-bottom: 18px;
        letter-spacing: 0px;
        font-weight: 600;
        font-style: normal;
    }

    .loginLogo h3 {
        font-size: 16px;
        letter-spacing: 0px;
        font-weight: normal;
    }

.loginForm {
    margin: 30px 0px;
}

    .loginForm .mb-3 {
        padding: 0px !important;
    }

    .loginForm .text-danger li {
        list-style: none;
    }

        .loginForm .text-danger li::before {
            background: url(../images/errorIcon.svg);
            z-index: 12;
            position: absolute;
            content: "";
            width: 20px;
            height: 30px;
            margin-left: -35px;
            background-repeat: no-repeat;
            background-position: 75% 30%;
        }

    .loginForm .text-danger ul {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .loginForm .text-danger {
        --bs-text-opacity: none;
        background: rgb(253, 243, 245);
        color: rgba(29, 29, 31,0.8) !important;
        text-align: center;
        margin-bottom: 15px;
    }

    .loginForm .loginInput {
        border-radius: 5px;
        margin-bottom: 10px;
        width: 100%;
        max-width: 100%;
        font-size: 15px;
        font-weight: 500;
    }

        .loginForm .loginInput:focus {
            border-color: #2a9fbc !important;
            box-shadow: 0 0px 0px #2a9fbc inset, 0 0 3px #2a9fbc;
            outline: 0 none;
        }

    .loginForm label {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 5px;
        margin-left: 3px;
        display: block;
    }

.Loginbuttons {
    text-align: right;
    margin-left: 3px;
}

#btnLogin {
    height: 40px;
    border-radius: 20px;
}

.lowerLogo p {
    color: #FFFFFF;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 15px;
    padding: 30px;
}

.fullHeight {
    height: 100vh;
}

.lowerLogo {
    position: absolute;
    bottom: 0;
}

.loginBG {
    background: linear-gradient(rgb(87 179 205), rgb(163 223 228));
    height: 100%;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    position: relative;
}

    .loginBG img {
        width: 50%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .loginBG .blockTitle h1 {
        color: #FFFFFF;
        font-size: 35px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 42px;
        padding: 30px;
        margin-top: 140px;
    }

    .loginBG .upperLogo {
        padding: 30px;
    }

.loginInput {
    background-color: transparent !important;
    border: 1px solid #bcbcbc !important;
    padding: 15px;
    font-size: 18px;
    color: black !important;
    max-width: 100%;
    width: 100%;
    height: 50px;
}


.userInput {
    position: relative;
}

    .userInput::before {
        position: absolute;
        content: '';
        background-image: url(../images/sprite-login.png);
        height: 25px;
        width: 40px;
        lefT: 2px;
        top: 17px;
        z-index: 100;
    }

/******* End login ******/

.Customdropdown-sm {
    max-width: 127px !important;
    appearance: none;
    width: 127px !important;
    border-radius: 0px !important;
    border: 1px solid #e3e3e3 !important;
    height: 40px !important;
    padding: 4px 9px !important;
    font-size: 12px !important;
    font-family: Tahoma, Geneva, sans-serif !important;
    color: #333 !important;
}

.newSection .navbar {
    padding: 5px;
}

.arrow-left::before {
    content: "";
    background: url(/AdminAssets/cms/images/icons/left.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: 13px 13px;
    width: 13px;
    height: 13px;
    left: 5px;
    top: 5px;
}

.publishOption::before {
    content: '';
    background-image: url(/AdminAssets/cms/images/icons/Redeye.svg);
    background-repeat: no-repeat;
    background-size: 13px 13px;
    font-weight: 100;
    top: 2px;
    left: 0px;
    width: 13px;
    height: 13px;
    position: absolute;
}

.arrow-right::before {
    content: "";
    background: url(/AdminAssets/cms/images/icons/right.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: 13px 13px;
    width: 13px;
    height: 13px;
    left: 5px;
    top: 5px;
}

#Mainbreadcrumb {
    margin: 0;
    margin-bottom: 0;
    padding-top: 0.7rem;
}

.edit::before {
    content: "";
    background: url(/AdminAssets/cms/images/icons/edit.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: 13px 13px;
    width: 13px;
    height: 13px;
    left: 5px;
    top: 5px;
}

.delete::before {
    content: "";
    background: url(/AdminAssets/cms/images/icons/delete.png);
    position: absolute;
    background-size: 13px 13px;
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    left: 5px;
    top: 5px;
}

.autowidth {
    width: auto !important;
}

k-radio.k-checked, .k-radio:checked {
    border-color: transparent;
    color: #21c7d2;
    background-color: #f1f1f1;
}

.k-checkbox.k-checked, .k-checkbox:checked {
    background-image: url(../images/tickMark.svg) !important;
    background-color: #f1f1f1;
    color: transparent;
    border-color: transparent;
}

.k-checkbox {
    width: 15px;
    height: 15px;
    border-radius: unset;
    background-color: #dfdfdf;
    margin-bottom: 13px;
    border: 0px solid;
    margin: 0 !important;
}

.k-treeview span.k-in {
    cursor: default;
    font-size: 12px;
}

.k-treeview .k-in.k-state-selected {
    border-color: white;
    color: #2a9fbc !important;
    background-color: white;
}

#listingFile .grid-container {
    margin: 20px 15px;
}

.navGrid {
    margin: 0px 15px !important;
}

    .navGrid .k-grid-header {
        display: none;
    }

/*input[type=checkbox]::before, input[type=checkbox]::before {
    display: inline-block;
    width: 20px;
    height: 20px;
    background:#e1e1e1;
    border: none;
    vertical-align: bottom;
    float: left;
    content: '';
    position: absolute;
    left: 0;
}
input[type=checkbox]:checked, input[type=checkbox]::after {
    background-image: url(~/AdminAssets/cms/images/tickMark.svg);
}

input[type=checkbox]::after, input[type=checkbox]::after {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: none;
    vertical-align: bottom;
    float: left;
    content: '';*/
/* left: 0;*/
/*background-repeat: no-repeat;
    position: absolute;
    background-size: 15px;
    background-position: center;
}*/
.formfieldsmargintop {
    margin-top: 2em;
}

.formdetailspaddingleft {
    padding-left: 10px !important;
}

.formdetailsfont {
    font-size: small !important;
}

.body-container {
    padding: 20px;
}

.marginrightnegative {
    margin-right: -28px !important;
}

.marginbottomnegative {
    margin-bottom: -70px !important;
}

.nomargintop {
    margin-top: 0px !important;
}

*, ::after, ::before {
    box-sizing: border-box
}

.dropdownclass {
}

.k-group-indicator {
    visibility: hidden;
}

.k-state-active {
    background-color: transparent !important;
}

.k-floating-label-container {
    width: 100%;
}

.k-grid-data-fixed {
    max-width: 400px;
}

.k-grid-header th.k-header .k-checkbox {
    top: 10px;
}

.minicheckLabel {
    font-size: 12px !important;
}

.nav-pics .nav-link img {
    width: 17px !important;
    height: 17px !important;
}

.code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

.k-grid tr .checkbox-align {
    text-align: center;
    vertical-align: middle;
}

.categoriesTable .k-command-cell .k-button-icontext {
    position: relative;
    left: 10px;
}

.categoriesTable .k-grid-delete {
    position: relative;
    right: 5px;
}

.product-name {
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
    padding-left: 3px;
}

.k-rating-container .k-rating-item {
    padding: 4px 0;
}

    .k-rating-container .k-rating-item .k-icon {
        font-size: 16px;
    }

.dropdown-country-wrap {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    white-space: nowrap;
}

    .dropdown-country-wrap img {
        margin-right: 10px;
    }

#grid .k-grid-edit-row > td > .k-rating {
    margin-left: 0;
    width: 100%;
}

.search-container > button,
.search-container > div > button {
    /*    margin-left: 10px;*/
}

.k-grid .k-grid-search {
    margin-left: auto;
    margin-right: 20px;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

aside, footer, header, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

    ul ul {
        margin-bottom: 0
    }

a {
    color: #2a9fbc;
    text-decoration: none;
    background-color: transparent
}

    a:hover {
        color: #2899b5ff;
        text-decoration: none
    }

    a:not([href]):not([class]) {
        color: inherit;
        text-decoration: none
    }

        a:not([href]):not([class]):hover {
            color: inherit;
            text-decoration: none
        }

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

button {
    border-radius: 0
}

    button:focus:not(:focus-visible) {
        outline: 0
    }

button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button {
    overflow: visible
}

button {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

.container, .container-lg, .container-sm {
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
    margin-right: auto;
    margin-left: auto
}

#addFile .form-group, #multiFile .form-group {
    margin-left: 4px;
}

.container-fluid {
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto
}

.collapse:not(.show) {
    display: none
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 16px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175)
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #2a9fbc !important;
        text-decoration: none;
        background-color: transparent;
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #007bff
    }

    .dropdown-item:disabled {
        color: #6c757d;
        pointer-events: none;
        background-color: transparent
    }

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1rem;
    color: #212529
}

.nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link:focus, .nav-link:hover {
    text-decoration: none
}

.nav-pills .nav-link {
    border-radius: .25rem
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: transparent;
    }

.navbar {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 15px;
}

    .navbar .container, .navbar .container-fluid {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

.navbar-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.addMultipleFiles {
    background-image: url(/AdminAssets/cms/images/icons/addMultipleFiles.svg)
}

.menu-link {
    position: relative;
    padding-left: 20px;
}

.newPage::before {
    content: '';
    background: url(/AdminAssets/cms/images/icons/addIcon.svg);
    background-repeat: no-repeat;
    background-size: 13px 13px;
    top: 2px;
    left: 0px;
    width: 13px;
    height: 13px;
    position: absolute;
}

.more ::before {
    content: '';
    background-image: url(/AdminAssets/cms/images/icons/moreIcon.svg);
    background-repeat: no-repeat;
    background-size: 13px 13px;
    top: 2px;
    left: 0px;
    width: 13px;
    height: 13px;
    position: absolute;
}

.editPage::before {
    content: '';
    background-image: url(/AdminAssets/cms/images/icons/edit.svg);
    background-repeat: no-repeat;
    background-size: 13px 13px;
    top: 2px;
    left: 0px;
    width: 13px;
    height: 13px;
    position: absolute;
}

.deleteItem::before {
    content: '';
    background-image: url(/AdminAssets/cms/images/icons/delete.svg);
    background-repeat: no-repeat;
    background-size: 13px 13px;
    top: 2px;
    left: 0px;
    width: 13px;
    height: 13px;
    position: absolute;
}

.socialIcon.facebook {
    background-image: url("/AdminAssets/cms/images/facebook.svg");
    padding-right: inherit.3em;
}

.socialIcon.twitter {
    background-image: url("/AdminAssets/cms/images/twitter.svg");
    padding-right: inherit.3em;
}

.socialIcon {
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 13px;
}

    .socialIcon:hover {
        opacity: .5;
    }

.moveUp:before {
    content: '';
    background-image: url(/AdminAssets/cms/images/icons/arrowUp.svg);
    background-repeat: no-repeat;
    background-size: 13px 13px;
    top: 2px;
    left: 0px;
    width: 13px;
    height: 13px;
    position: absolute;
}

.moveDown::before {
    content: '';
    background-image: url(/AdminAssets/cms/images/icons/arrowDown.svg);
    background-repeat: no-repeat;
    background-size: 13px 13px;
    top: 2px;
    left: 0px;
    width: 13px;
    height: 13px;
    position: absolute;
}

.copyItem::before {
    content: '';
    background-image: url(/AdminAssets/cms/images/icons/copy.svg);
    background-repeat: no-repeat;
    background-size: 13px 13px;
    top: 2px;
    left: 0px;
    width: 13px;
    height: 13px;
    position: absolute;
}

.gear::before {
    content: '';
    background-image: url(/AdminAssets/cms/images/icons/settingsHover.svg);
    background-repeat: no-repeat;
    background-size: 13px 13px;
    top: 2px;
    left: 0px;
    width: 13px;
    height: 13px;
    position: absolute;
}

.properties::before {
    content: '';
    background-image: url(/AdminAssets/cms/images/icons/properties.svg);
    background-repeat: no-repeat;
    background-size: 13px 13px;
    top: 2px;
    left: 0px;
    width: 13px;
    height: 13px;
    position: absolute;
}

.listView::before {
    content: '';
    background-image: url(/AdminAssets/cms/images/icons/listViewIcon.svg);
    background-repeat: no-repeat;
    background-size: 13px 13px;
    top: 2px;
    left: 0px;
    width: 13px;
    height: 13px;
    position: absolute;
}

.reportIcon::before {
    content: '';
    background-image: url(/AdminAssets/cms/images/icons/seoReport.svg);
    background-repeat: no-repeat;
    background-size: 13px 13px;
    top: 2px;
    left: 0px;
    width: 13px;
    height: 13px;
    position: absolute;
}

.photos::before {
    content: '';
    background-image: url(/AdminAssets/cms/images/icons/photos.svg);
    background-repeat: no-repeat;
    background-size: 13px 13px;
    top: 2px;
    left: 0px;
    width: 13px;
    height: 13px;
    position: absolute;
}

.history::before {
    content: '';
    background-image: url(/AdminAssets/cms/images/icons/history.svg);
    background-repeat: no-repeat;
    background-size: 13px 13px;
    top: 2px;
    left: 0px;
    width: 13px;
    height: 13px;
    position: absolute;
}

.comment::before {
    content: '';
    background-image: url(/AdminAssets/cms/images/icons/blogHover.svg);
    background-repeat: no-repeat;
    background-size: 13px 13px;
    top: 2px;
    left: 0px;
    width: 13px;
    height: 13px;
    position: absolute;
}

.analytics::before {
    content: '';
    background-image: url(/AdminAssets/cms/images/icons/reportHover.svg);
    background-repeat: no-repeat;
    background-size: 13px 13px;
    top: 2px;
    left: 0px;
    width: 13px;
    height: 13px;
    position: absolute;
}

.linkUrl::before {
    content: '';
    background-image: url(/AdminAssets/cms/images/icons/link.png);
    background-repeat: no-repeat;
    background-size: 13px 13px;
    top: 2px;
    left: 0px;
    width: 13px;
    height: 13px;
    position: absolute;
}

.listOfItem::before {
    content: "";
    background-image: url(/AdminAssets/cms/images/icons/formsHover.svg);
    background-repeat: no-repeat;
    background-size: 13px 13px;
    top: 2px;
    left: 0px;
    width: 13px;
    height: 13px;
    position: absolute;
}

.pageLink::before {
    content: '';
    background-image: url(/AdminAssets/cms/images/icons/pageLink.svg);
    background-repeat: no-repeat;
    background-size: 13px 13px;
    top: 2px;
    left: 0px;
    width: 13px;
    height: 13px;
    position: absolute;
}

.addNew::before {
    content: '';
    background-image: url(/AdminAssets/cms/images/icons/addFile.svg);
    background-repeat: no-repeat;
    background-size: 13px 13px;
    top: 0px;
    left: 0px;
    width: 13px;
    height: 13px;
    position: absolute;
}

.relatedAssets::before {
    content: '';
    background-image: url(/AdminAssets/cms/images/icons/relatedAssets.svg);
    background-repeat: no-repeat;
    background-size: 13px 13px;
    top: 2px;
    left: 0px;
    width: 13px;
    height: 13px;
    position: absolute;
}

.relatedNode::before {
    content: '';
    background-image: url(/AdminAssets/cms/images/icons/relatedNode.svg);
    background-repeat: no-repeat;
    background-size: 13px 13px;
    top: 2px;
    left: 0px;
    width: 13px;
    height: 13px;
    position: absolute;
}

.workflow::before {
    content: '';
    background-image: url(/AdminAssets/cms/images/icons/workspaceHover.svg);
    background-repeat: no-repeat;
    background-size: 13px 13px;
    top: 2px;
    left: 0px;
    width: 13px;
    height: 13px;
    position: absolute;
}

.checkIn::before {
    content: '';
    background-image: url(/AdminAssets/cms/images/icons/checkIn.svg);
    background-repeat: no-repeat;
    background-size: 13px 13px;
    top: 2px;
    left: 0px;
    width: 13px;
    height: 13px;
    position: absolute;
}

.excelLink:before {
    content: '';
    background-image: url(/AdminAssets/cms/images/icons/export.svg);
    background-repeat: no-repeat;
    background-size: 13px 13px;
    top: 2px;
    left: 0px;
    width: 13px;
    height: 13px;
    position: absolute;
}

.navbar-collapse {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-expand {
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

    .navbar-expand > .container, .navbar-expand > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-expand .navbar-nav {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute;
            margin-top: 10px;
            margin-right: 15px;
            background: #222 !important;
        }

            .navbar-expand .navbar-nav .dropdown-menu a {
                color: white;
            }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: 1rem;
            padding-left: 1rem
        }

    .navbar-expand > .container, .navbar-expand > .container-fluid {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand .navbar-collapse {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

.navbar-light .navbar-nav .nav-link {
    color: #5c5c5c;
    font-size: 18px;
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: #12748d !important;
    }

.subpages-toolbar .navbar-light .navbar-nav .nav-link:hover, navbar-nav .btn:hover {
    color: white !important;
}

.main-auto .black-nav {
    color: #212121 !important;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

    .navbar-light .navbar-text a {
        color: rgba(0, 0, 0, .9)
    }

        .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
            color: rgba(0, 0, 0, .9)
        }

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

a.badge:focus, a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

a.badge-primary:focus, a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc
}

a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.badge-warning {
    color: white;
    background-color: #d74214;
}

a.badge-warning:focus, a.badge-warning:hover {
    color: #1f2d3d;
    background-color: #d39e00
}

a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.badge-light {
    color: #1f2d3d;
    background-color: #f8f9fa
}

a.badge-light:focus, a.badge-light:hover {
    color: #1f2d3d;
    background-color: #dae0e5
}

a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.align-top {
    vertical-align: top !important
}

.align-text-top {
    vertical-align: text-top !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

.mt-0 {
    margin-top: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

.ml-0 {
    margin-left: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mr-1 {
    margin-right: .25rem !important
}

.ml-1 {
    margin-left: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mr-2 {
    margin-right: .5rem !important
}

.ml-2 {
    margin-left: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mr-3 {
    margin-right: 1rem !important
}

.ml-3 {
    margin-left: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mr-4 {
    margin-right: 1.5rem !important
}

.ml-4 {
    margin-left: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mr-5 {
    margin-right: 3rem !important
}

.ml-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.px-0 {
    padding-right: 0 !important
}

.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.px-1 {
    padding-right: .25rem !important
}

.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.px-2 {
    padding-right: .5rem !important
}

.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.px-3 {
    padding-right: 1rem !important
}

.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.px-4 {
    padding-right: 1.5rem !important
}

.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-5 {
    padding-right: 3rem !important
}

.px-5 {
    padding-left: 3rem !important
}

.mt-auto {
    margin-top: auto !important
}

.mr-auto {
    margin-right: auto !important
}

.ml-auto {
    margin-left: auto !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #0056b3 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #ba8b00 !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus, a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus, a.text-dark:hover {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.animation__shake {
    -webkit-animation: shake 1.5s;
    animation: shake 1.5s
}

.preloader {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #f4f6f9;
    height: 100vh;
    width: 100%;
    transition: height .2s linear;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999
}


.wrapper {
    position: relative
}

    .wrapper .content-wrapper {
        min-height: calc(100vh - calc(3.5rem + 1px) - calc(3.5rem + 1px))
    }

.pushmenu {
    margin-top: 10px;
}

@supports not (-webkit-touch-callout:none) {
    .layout-fixed .wrapper .sidebar {
        height: calc(100vh - (3.5rem + 1px))
    }
}

body.sidebar-collapse:not(.sidebar-mini-xs):not(.sidebar-mini-md):not(.sidebar-mini) .content-wrapper, body.sidebar-collapse:not(.sidebar-mini-xs):not(.sidebar-mini-md):not(.sidebar-mini) .content-wrapper::before, body.sidebar-collapse:not(.sidebar-mini-xs):not(.sidebar-mini-md):not(.sidebar-mini) .main-header, body.sidebar-collapse:not(.sidebar-mini-xs):not(.sidebar-mini-md):not(.sidebar-mini) .main-header::before {
    margin-left: 0
}

@media (min-width:768px) {
    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
        margin-left: 200px;
        transition: margin-left .3s ease-in-out, width .3s ease-in-out;
    }
}

@media (min-width:768px) and (prefers-reduced-motion:reduce) {
    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
        transition: none;
    }
}

@media (min-width:768px) {
    .sidebar-collapse body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper, .sidebar-collapse body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
        margin-left: 0
    }
}

@media (max-width:991.98px) {
    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
        margin-left: 0
    }
}

.main-sidebar, .main-sidebar::before {
    transition: margin-left .3s ease-in-out, width .3s ease-in-out;
    width: 200px
}

@media (prefers-reduced-motion:reduce) {
    .main-sidebar, .main-sidebar::before {
        transition: none
    }
}

.sidebar-collapse:not(.sidebar-mini):not(.sidebar-mini-md):not(.sidebar-mini-xs) .main-sidebar, .sidebar-collapse:not(.sidebar-mini):not(.sidebar-mini-md):not(.sidebar-mini-xs) .main-sidebar::before {
    box-shadow: none !important
}

.sidebar-collapse .main-sidebar, .sidebar-collapse .main-sidebar::before {
    margin-left: -200px
}

@media (max-width:767.98px) {
    .main-sidebar, .main-sidebar::before {
        box-shadow: none !important;
        margin-left: -200px
    }

    .sidebar-open .main-sidebar, .sidebar-open .main-sidebar::before {
        margin-left: 0
    }
}

body:not(.layout-fixed) .main-sidebar {
    height: inherit;
    min-height: 100%;
    position: absolute;
    top: 0
}

    body:not(.layout-fixed) .main-sidebar .sidebar {
        overflow-y: auto
    }

.layout-fixed .main-sidebar {
    bottom: 0;
    float: none;
    left: 0;
    position: fixed;
    top: 0
}

@supports (-webkit-touch-callout:none) {
    .layout-fixed .main-sidebar {
        height: inherit
    }
}

.content-header {
    padding: 15px .5rem
}

.main-header {
    background: #f5f6f7 !important;
    border-bottom: 1px solid #e3e3e3 !important;
    z-index: 999;
}

    .main-header .nav-link {
        height: 2.5rem;
        position: relative
    }

    .main-header .navbar-nav .nav-item {
        margin: 0
    }

    .main-header .navbar-nav[class*="-right"] .dropdown-menu {
        left: auto;
        margin-top: -3px;
        right: 0
    }

.navbar-img {
    height: calc(3.5rem + 1px)/2;
    width: auto
}

.navbar-badge {
    padding: 1px;
    font-size: 11px;
    font-weight: 300;
    position: absolute;
    right: 7px;
    top: 16px;
    border-radius: 200px;
    width: 18px;
    height: 18px;
    line-height: inherit;
}


.adminBorders {
    height: 0.5rem !important;
    top: 13px;
}

.main-sidebar {
    height: 100vh;
    overflow-y: hidden;
    z-index: 1038
}

    .main-sidebar a:-moz-focusring {
        border: 0;
        outline: 0
    }

.sidebar::-webkit-scrollbar {
    width: .5rem;
    height: .5rem
}

.sidebar::-webkit-scrollbar-thumb {
    background-color: #a9a9a9
}

.sidebar::-webkit-scrollbar-track {
    background-color: transparent
}

.sidebar::-webkit-scrollbar-corner {
    background-color: transparent
}

.sidebar {
    height: calc(100% - (3.5rem + 1px));
    overflow-x: none;
    overflow-y: initial;
    padding-bottom: 0;
    padding-top: 0;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scrollbar-width: thin;
    scrollbar-color: #a9a9a9 transparent
}

.nav-sidebar .nav-item > .nav-link {
    padding: 0.5rem
}

    .nav-sidebar .nav-item > .nav-link .right {
        transition: -webkit-transform ease-in-out .3s;
        transition: transform ease-in-out .3s;
        transition: transform ease-in-out .3s, -webkit-transform ease-in-out .3s
    }

@media (prefers-reduced-motion:reduce) {
    .nav-sidebar .nav-item > .nav-link .right {
        transition: none
    }
}

.nav-sidebar .nav-link > .right, .nav-sidebar .nav-link > p > .right {
    position: absolute;
    right: 1rem;
    top: .7rem
}

    .nav-sidebar .nav-link > .right i, .nav-sidebar .nav-link > .right span, .nav-sidebar .nav-link > p > .right i, .nav-sidebar .nav-link > p > .right span {
        margin-left: .5rem
    }

    .nav-sidebar .nav-link > .right:nth-child(2), .nav-sidebar .nav-link > p > .right:nth-child(2) {
        right: 2.2rem
    }

.nav-sidebar .menu-open > .nav-treeview {
    display: block
}

.nav-sidebar .menu-is-opening > .nav-link i.right, .nav-sidebar .menu-open > .nav-link i.right {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.nav-sidebar > .nav-item .nav-icon {
    margin-left: .05rem;
    font-size: 1.2rem;
    margin-right: .2rem;
    text-align: center;
    width: 1.6rem
}

    .nav-sidebar > .nav-item .nav-icon.fa, .nav-sidebar > .nav-item .nav-icon.far, .nav-sidebar > .nav-item .nav-icon.fas, .nav-sidebar > .nav-item .nav-icon.svg-inline--fa {
        font-size: 1.1rem
    }

.nav-sidebar > .nav-item .float-right {
    margin-top: 3px
}

.nav-sidebar .nav-treeview {
    display: none;
    list-style: none;
    padding: 0
}

    .nav-sidebar .nav-treeview > .nav-item > .nav-link > .nav-icon {
        width: 1.6rem
    }

.nav-sidebar .nav-header {
    font-size: .9rem;
    padding: .5rem .75rem
}

.nav-sidebar .nav-link p {
    display: inline;
    margin: 0;
    white-space: normal;
    padding-left: 10px;
    font-size: 15px;
}

/* .sidebar-is-opening .nav-sidebar .nav-link p {
     -webkit-animation-name: fadeIn;
     animation-name: fadeIn;
     -webkit-animation-duration: .3s;
     animation-duration: .3s;
     -webkit-animation-fill-mode: both;
     animation-fill-mode: both 
}*/
[class*=sidebar-dark-] {
    background-color: #222;
    border-color: #222;
}

    [class*=sidebar-dark-] .nav-sidebar > .nav-item > .nav-treeview {
        background-color: transparent;
    }

    [class*=sidebar-dark-] .nav-header {
        background-color: inherit;
        color: #d0d4db
    }

    [class*=sidebar-dark-] .sidebar a {
        color: #fff
    }

        [class*=sidebar-dark-] .sidebar a:focus, [class*=sidebar-dark-] .sidebar a:hover {
            text-decoration: none
        }

    [class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link {
        color: #c2c7d0
    }

        [class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link:focus, [class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link:hover {
            background-color: rgba(255, 255, 255, .1);
            color: #fff
        }

        [class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link.active, [class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link.active:focus, [class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link.active:hover {
            background-color: rgba(255, 255, 255, .9);
            color: #343a40
        }

@media (min-width:992px) {
    .sidebar-mini .nav-sidebar, .sidebar-mini .nav-sidebar .nav-link, .sidebar-mini .nav-sidebar > .nav-header {
        white-space: nowrap
    }

    .sidebar-mini.sidebar-collapse .content-wrapper, .sidebar-mini.sidebar-collapse .main-header, .sidebar-mini.sidebar-collapse .sub-navigation-bar {
        transition: margin-left 0.4s ease-in-out;
        margin-left: 42px !important;
    }

    .sidebar-mini.sidebar-collapse .sub-navigation-bar {
        margin-left: 60px !important;
    }

    .sidebar-mini.sidebar-collapse .nav-sidebar .nav-header {
        display: none
    }

    .sidebar-mini.sidebar-collapse .nav-sidebar .nav-link p {
        width: 0;
        white-space: nowrap
    }

    .sidebar-mini.sidebar-collapse .nav-sidebar .nav-link p {
        margin-left: -10px;
        -webkit-animation-name: fadeOut;
        animation-name: fadeOut;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        visibility: hidden
    }

    .sidebar-mini.sidebar-collapse .main-sidebar {
        overflow-x: hidden
    }

        .sidebar-mini.sidebar-collapse .main-sidebar, .sidebar-mini.sidebar-collapse .main-sidebar::before {
            margin-left: 0;
            width: 42px;
        }

            .sidebar-mini.sidebar-collapse .main-sidebar::-webkit-scrollbar {
                width: 0px;
            }

    .main-sidebar.sidebar-dark-primary.elevation-4::-webkit-scrollbar {
        width: 0px;
    }



    /* .sidebar-mini.sidebar-collapse .main-sidebar:hover {
         width: 200px 
    }*/
    /*   .sidebar-mini.sidebar-collapse .main-sidebar:hover .nav-sidebar .nav-link p {
         display: inline-block;
         margin-left: 0;
         -webkit-animation-name: fadeIn;
         animation-name: fadeIn;
         -webkit-animation-duration: .3s;
         animation-duration: .3s;
         -webkit-animation-fill-mode: both;
         animation-fill-mode: both;
         visibility: visible 
    }
     .sidebar-mini.sidebar-collapse .main-sidebar:hover .nav-sidebar>.nav-item>.nav-link>span {
         display: inline-block !important 
    }*/
}

@media (max-width:991.98px) {
    .sidebar-mini.sidebar-collapse .main-sidebar {
        box-shadow: none !important
    }
}

.sidebar-mini .main-sidebar .nav-link {
    padding-left: 7px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: width ease-in-out .3s
}

@media (prefers-reduced-motion:reduce) {
    .sidebar-mini .main-sidebar .nav-link {
        transition: none
    }
}
/* .sidebar-collapse.sidebar-mini .main-sidebar:hover .nav-link {
     width: 195px 
}
 .sidebar-collapse.sidebar-mini .main-sidebar:hover .nav-header {
     display: inline-block 
}
 .sidebar-collapse.sidebar-mini .main-sidebar:hover .sidebar::-webkit-scrollbar {
     width: .5rem;
     height: .5rem 
}
 .sidebar-collapse.sidebar-mini .main-sidebar:hover .sidebar::-webkit-scrollbar-thumb {
     background-color: #a9a9a9 
}
 .sidebar-collapse.sidebar-mini .main-sidebar:hover .sidebar::-webkit-scrollbar-track {
     background-color: transparent 
}
 .sidebar-collapse.sidebar-mini .main-sidebar:hover .sidebar::-webkit-scrollbar-corner {
     background-color: transparent 
}
 .sidebar-collapse.sidebar-mini .main-sidebar:hover .sidebar {
     -ms-overflow-style: -ms-autohiding-scrollbar;
     scrollbar-width: thin;
     scrollbar-color: #a9a9a9 transparent 
}*/
.sidebar-collapse.sidebar-mini .main-sidebar .sidebar::-webkit-scrollbar {
    width: 0;
    height: 0
}

.sidebar-collapse.sidebar-mini .main-sidebar .sidebar {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scrollbar-width: none
}

.nav-sidebar {
    position: relative;
    margin-top: 50px;
}

.sidebar-open .nav-sidebar {
    margin-top: 10px;
}

.nav-sidebar:hover {
    overflow: visible
}

.nav-sidebar > .nav-header {
    overflow: hidden;
    text-overflow: clip
}

.nav-sidebar .nav-item > .nav-link {
    position: relative;
    padding-left: 4px;
}

    .nav-sidebar .nav-item > .nav-link > .float-right {
        margin-top: -7px;
        position: absolute;
        right: 10px;
        top: 50%
    }

/* width */
#treeview::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
/* Track */
#treeview::-webkit-scrollbar-track {
}

/* Handle */
#treeview::-webkit-scrollbar-thumb {
    background: #f8dbdd;
    border-radius: 20px
}

    /* Handle on hover */
    #treeview::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

#contentManagementContainer::-webkit-scrollbar:horizontal {
    height: 6px;
    background-color: red;
}

#contentManagementContainer::-webkit-scrollbar-thumb:horizontal {
    background: #f8dbdd;
    border-radius: 20px
}

.sidebar .nav-item img {
    width: 22px !important;
    height: 22px !important;
}

.sidebar li.nav-item {
    border-left: 3px solid transparent;
    border-bottom: 1px solid #4e4e4e;
    width: 200px;
}

.sidebar li.active, .sidebar li:hover {
    border-left-color: #2a9fbc;
}
/** end sidebar **/
.dropdown-icon::after {
    margin-left: 0
}

.dropdown-menu-lg {
    max-width: 300px;
    min-width: 280px;
    padding: 0
}

    .dropdown-menu-lg .dropdown-divider {
        margin: 0
    }

    .dropdown-menu-lg .dropdown-item {
        padding: .5rem 1rem
    }

    .dropdown-menu-lg p {
        margin: 0;
        white-space: normal
    }

.dropdown-footer, .dropdown-header {
    display: block;
    font-size: .875rem;
    padding: .5rem 1rem;
    text-align: center
}

.navbar-nav > .user-menu > .nav-link::after {
    content: none
}

.navbar-nav > .user-menu > .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0;
    width: 280px
}

    .navbar-nav > .user-menu > .dropdown-menu, .navbar-nav > .user-menu > .dropdown-menu > .user-body {
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px
    }

        .navbar-nav > .user-menu > .dropdown-menu > li.user-header {
            height: 175px;
            padding: 10px;
            text-align: center
        }

            .navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
                z-index: 5;
                height: 90px;
                width: 90px;
                border: 3px solid;
                border-color: transparent;
                border-color: rgba(255, 255, 255, .2)
            }

            .navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
                z-index: 5;
                font-size: 17px;
                margin-top: 10px
            }

        .navbar-nav > .user-menu > .dropdown-menu > .user-body {
            border-bottom: 1px solid #495057;
            border-top: 1px solid #dee2e6;
            padding: 15px
        }

            .navbar-nav > .user-menu > .dropdown-menu > .user-body::after {
                display: block;
                clear: both;
                content: ""
            }

.nav-pills .nav-item.dropdown.show .nav-link:hover {
    color: #fff
}

.navbar-light {
    background-color: transparent;
    padding-left: 2px;
    margin: 15px 0px;
}

.navbar-white {
    background-color: #fff;
    color: #1f2d3d
}

.content-wrapper {
    height: 100%
}

.text-sm {
    font-size: .875rem !important
}

.text-lg {
    font-size: 1.25rem !important
}

.text-white {
    color: #fff !important
}

a.text-muted:hover {
    color: #007bff !important
}

.link-muted {
    color: #5d6974
}

    .link-muted:focus, .link-muted:hover {
        color: #464f58
    }

.btn-secondary {
    width: 115px;
    height: 40px;
}

.main-sidebar li:hover img, .main-sidebar li.active img, .iconLeft a img:hover {
    filter: invert(52%) sepia(100%) saturate(300%) hue-rotate(145deg) brightness(85%) contrast(104%);
}

.btn-blue, .btn-red, .btn-black, .btn-grey, .btn-login {
    width: 85px;
    height: 40px;
}

.btn-lg {
    width: 170px;
    height: 40px;
}

.btn-blue {
    background-color: #2a9fbc;
    color: #fff;
    border: 1px solid #2a9fbc;
}

.search-container .btn {
    background-color: #fff;
    color: #2a9fbc;
    border: 1px solid #2a9fbc;
}

    .search-container .btn:hover {
        background-color: #2a9fbc;
        color: #fff;
        border: 1px solid #2a9fbc;
    }

.btn-red {
    background-color: #fff;
    color: #db0000;
    border: 1px solid #db0000;
}

    .btn-red:hover, .btn-red:focus, .btn-red:active {
        background-color: #db0000;
        color: #fff;
    }

.btn-blue:hover, .btn-blue:focus, .btn-blue:active {
    background-color: #12748d;
    color: var(--white);
}

.btn-black {
    background-color: #454444;
    color: var(--white);
}

    .btn-black:hover, .btn-black:focus, .btn-black:active {
        background-color: #2a9fbc;
        color: #fff;
    }

.btn-grey, .btn-grey:hover {
    background-color: #fff;
    color: #2a9fbc;
    border: 1px solid #2a9fbc;
}

.search-container .btn-grey:hover {
    background-color: #dee2e6;
    color: #2a9fbc;
    border: 1px solid #dee2e6;
}

.btn-grey:hover, .btn-grey:focus, .btn-grey:active, .search-container .btn-grey:hover {
    background-color: #dee2e6;
    border: 1px solid #dee2e6;
}

.copyrights {
    text-align: center;
    color: #313131;
    font-size: 14px;
    padding: 35px 0px;
}

    .copyrights a {
        text-decoration: none;
        color: #313131;
    }

.form-body {
    padding: 1.25rem 1.25rem;
    /*   width: 80%;*/
}

.form-footer {
    padding: 0.75rem 0rem;
}

.form-group {
    margin-bottom: 1rem;
}

.highlighted-header {
    background: #f5f6f7;
    padding: 8px;
    margin: 20px 0;
}

.toolbar-container a {
    font-weight: 700;
}

    .toolbar-container a:hover {
        color: #2a9fbc;
    }

.toolbar-container .navbar-nav .active {
    color: #2a9fbc !important;
    border-bottom: 5px solid #2a9fbc;
}

.nav-link img {
    width: 20px;
    height: 20px;
}

.k-button:hover {
    color: initial;
}

.grid-container .k-button {
    /* background-color: #f5f6f7;*/
    background-color: transparent;
    border: none;
}

    .grid-container .k-button .k-icon {
        color: #d64012 !important;
    }


.grid-container .k-header a {
    font-weight: 700;
    font-size: 13px;
}

.btn-Filter {
    border: none;
}

.field-validation-error {
    font-size: 75%;
}

.pages-toolbar {
    border-bottom: 1px solid #f3f3f3;
}

    .pages-toolbar .navbar {
        background: none;
        color: grey;
        padding-bottom: 0px;
        padding-left: 0px;
    }

.page-container {
    padding-left: 45px;
}


.pages-toolbar li a {
    color: #878787;
    font-size: 13px;
}

.pages-toolbar .navbar-nav .nav-link {
    padding-bottom: 10px;
}

.main-header .nav-link:hover {
    color: #2a9fbc;
}
/*Manoli CSS Libraries*/
.k-alt, .k-pivot-layout > tbody > tr:first-child > td:first-child {
    background-color: white !important;
}

.k-grid {
    font-size: 13px;
}

    .k-grid a {
        color: #2a9fbc !important;
    }

    .k-grid .a-dark {
        color: #000 !important;
    }

.k-header a {
    color: black !important;
    font-size: 14px;
}

.k-pager-numbers .k-link.k-state-selected {
    border-color: #2a9fbc !important;
    color: #fff;
    background-color: #2a9fbc !important;
    border-radius: 20px;
    margin: 0 3px;
}

.k-pager-numbers .k-link {
    border-radius: 20px;
    margin: 0 3px;
}

.k-grid td, .k-grid th {
    padding: 0.7em 0.7em;
}

.navbar-nav li h3, .navbar-nav li h4 {
    color: #222 !important;
    font-size: 19px;
    font-weight: bold;
}

.page-container .nav-link img {
    width: 14px;
    height: 14px;
    margin-top: -2px;
}

textarea.form-control {
    min-height: 100px;
}

    textarea.form-control.autoheight {
        min-height: auto;
    }

textarea.form-control-fluid {
    max-width: 815px;
}

.checkbox-label {
    font-weight: 100;
    font-size: 12px !important;
    margin-top: 2px;
}


input[type=checkbox] {
    margin-top: 10px;
}

.form-alert {
    color: #2a9fbc;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid;
    padding: 10px;
    margin-bottom: 25px;
}

.exportExcel::before {
    position: absolute;
    content: '';
    background-image: url(../images/export.svg);
    width: 24px;
    height: 24px;
    top: 7px;
    left: -14px;
}

.exportExcel {
    position: relative;
    color: #212121;
    padding-left: 30px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    vertical-align: middle;
    font-size: 14px;
}

.inline-form {
    display: flex;
}

    .inline-form li {
        margin: 0px 7px;
    }

.k-datepicker .k-select:hover, .k-datepicker .k-select {
    background-color: white;
    border-color: white;
}

.k-i-calendar::before {
    content: "\e108";
    color: #2a9fbc;
}

#dataNote {
    margin-bottom: 10px;
    margin-left: 35px;
    font: 12px Tahoma;
    margin-top: 0px;
}

.rightBordered {
    border-right: 1px solid grey;
}


.main-auto li a {
    font-size: 15px !important;
}

    .main-auto li a.dropdown-item {
        font-size: 14px !important;
    }

        .main-auto li a.dropdown-item:hover {
            color: #2a9fbc !important;
        }

.k-grid th, .k-grid, .k-grid div, .k-grid table,
.k-grid tbody {
    border: 0 !important;
}

    .k-grid td {
        border-top: 1px solid #eaeaea !important;
        border-left: 0 !important;
        border-right: 0 !important;
        border-bottom: 0 !important;
    }

    .k-grid tr:last-child td {
        border-bottom: 1px solid #eaeaea !important;
    }

.k-grid-header th.k-header {
    font-weight: bold;
    font-size: 13px;
    padding-bottom: 20px;
}

.k-grid-header {
    color: #292b2c;
    background-color: white;
}


.grid-container {
    margin: -5px 30px;
}

.fa-bars {
    margin-left: -6px;
    color: white;
}

.subpages-toolbar .navbar-light {
    margin: 7px 0px;
}

    .subpages-toolbar .navbar-light .navbar-nav .nav-link, .subpages-toolbar .navbar-light .navbar-nav .btn {
        border-radius: 7px;
        height: 40px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: bold;
        line-height: 23px;
        margin: 0px 3px;
        background-color: #2a9fbc;
        color: #fff !important;
        border: 1px solid #2a9fbc;
        text-align: center;
    }

.k-grid .k-grouping-row td {
    overflow: visible;
    border-bottom: none !important;
}


.subpages-toolbar .ml-auto {
    margin-right: 30px;
}

.confirmationDeleteModal.modal {
    display: none;
    position: fixed;
    z-index: 100;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.confirmationDeleteModal .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 45px 30px;
    border: 1px solid #888;
    width: 30em;
}

.confirmationDeleteModal .centered {
    text-align: center;
}

.confirmationDeleteModal .actions {
    text-align: center;
    margin-top: 15px;
}

.addBox {
    line-height: 32px;
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
    margin: 0;
}

.newSection {
    margin: 60px 15px 10px 15px;
}

.btn, .btn-app-cache {
    border-radius: 20px;
    height: 40px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 25px;
    margin-right: 6px;
}

.btn-app-cache {
    width: 200px;
}

.col-form-label {
    font-size: 12px;
    vertical-align: middle;
    padding-left: 0;
}

.k-state-selected {
    background: #2a9fbc;
}

table.k-editor {
    border-radius: .25rem;
}

.file-input-wrapper {
    border-radius: .25rem;
    font-size: 14px;
    color: #333;
    border: 1px solid #e3e3e3;
    cursor: pointer;
}

.kendo-custom-tree {
    height: 350px;
    overflow-y: auto;
}

.form-control,
.form-control-full-width,
input.k-textbox,
.k-picker-wrap,
.kendo-custom-dropdown,
.k-dropdown-wrap {
    border-radius: .25rem;
    height: 45px !important;
    font-size: 14px !important;
    color: #333;
}

.kendo-custom-multivalue-dropdown,
.kendo-custom-multivalue-dropdown .k-multiselect-wrap,
.kendo-custom-multivalue-dropdown-sm,
.kendo-custom-multivalue-dropdown-sm .k-multiselect-wrap {
    border-radius: .25rem;
    font-size: 14px !important;
    color: #333;
}

    .kendo-custom-multivalue-dropdown-sm,
    .kendo-custom-multivalue-dropdown-sm .k-multiselect-wrap {
        height: 75px !important;
    }

    .kendo-custom-multivalue-dropdown,
    .kendo-custom-multivalue-dropdown .k-multiselect-wrap {
        height: 150px !important;
    }

.k-dropdown .k-dropdown-wrap, .k-dropdowntree .k-dropdown-wrap {
    border-color: none;
}

.form-control:focus,
.form-control-full-width:focus,
.k-picker-wrap:focus,
.kendo-custom-dropdown:focus,
.kendo-custom-multivalue-dropdown:focus,
.k-dropdown-wrap:focus
.k-panelbar > .k-item > .k-link.k-state-focus,
.k-panelbar > .k-item > .k-link.k-state-focused,
.k-panelbar > .k-item > .k-link:focus,
.k-panelbar > .k-panelbar-header > .k-link.k-state-focus,
.k-panelbar > .k-panelbar-header > .k-link.k-state-focused,
.k-panelbar > .k-panelbar-header > .k-link:focus {
    box-shadow: none;
    border: 1px solid #e3e3e3;
}

.k-panelbar > .k-item > .k-link.k-header-pendingApproval, .k-panelbar > .k-panelbar-header > .k-link.k-header-pendingApproval {
    background-color: #FFD32C !important;
    color: #fff !important;
}

.k-textbox.k-state-focus, .k-textbox.k-state-focused, .k-textbox:focus,
.k-dropdown .k-dropdown-wrap.k-state-focused, .k-dropdowntree .k-dropdown-wrap.k-state-focused,
.k-multiselect.k-state-focused {
    border: 1px solid #e3e3e3;
    background-color: inherit;
    box-shadow: none;
}

.form-control,
.form-control-full-width {
    border: 1px solid #e3e3e3;
}


.form-control-full-width,
.kendo-custom-dropdown,
.kendo-custom-multivalue-dropdown {
    width: 100%;
}

.k-dropdown-wrap,
.k-multiselect-wrap {
    min-width: 100%;
}

.pushleft {
    margin-left: -8px;
}

.pushleft2 {
    margin-left: -13px;
}

.viewNote {
    color: #212121;
    text-decoration: none;
    font-size: 14px;
}

    .viewNote:hover {
        color: #2a9fbc;
        text-decoration: none;
    }

.k-grid tbody .k-button {
    width: 32px;
    padding-left: 14px;
    min-width: 32px;
    max-width: 32px;
    float: right;
}

.toolbar-form .arrow-wrapper {
    width: 200px;
}

.toolbar-form .form-control {
    width: 200px;
}

.toolbar-form .btn {
    margin-left: 40px;
}

.toolbar-form .col-form-label {
    font-size: 12px;
    margin-top: 4px;
    margin-right: -11px;
}

.k-datepicker .k-picker-wrap, .k-datepicker .k-select {
    border-radius: 0.25em;
}

.k-picker-wrap .k-input {
    font-size: 14px;
}

.toolbar-form span.k-datepicker {
    width: 125px
}

div .k-treeview {
    margin-top: 20px;
}

.k-i-calendar {
    color: white;
}

.form-group .k-datepicker {
    padding: 0px;
    width: 100%;
}

form .newSection {
    margin-top: 20px;
    margin-bottom: 20px;
}


input[type="radio"] {
    margin-top: 6px;
}

.k-radio + .k-radio-label {
    display: inline;
    font-size: 12px;
}

.green_nav {
    background-color: #5cb85c;
    padding: 8px;
    font-size: 12px;
    display: inline-block;
    margin-right: 20px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

.red_nav {
    background-color: #d9534f;
    padding: 8px;
    font-size: 12px;
    display: inline-block;
    margin-right: 20px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}



.k-radio {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #f1f1f1;
    border: none;
    vertical-align: bottom;
    float: left;
    content: '';
    left: 0;
    margin-right: .5rem;
}


html .k-upload {
    padding: 0px;
}

.underlined {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 10px;
}

.table-sm td {
    font-size: 12px;
    padding-top: 6px;
}

.underlined .navbar-nav li h4 {
    font-weight: normal;
    font-size: 20px;
    padding: 0px 10px;
}

.k-radio-list .k-radio-item {
    padding: 0;
    margin-top: 5px;
}

.k-upload .k-dropzone {
    background-color: white;
}

.k-dropzone .k-button {
    color: white;
    background-color: #2a9fbc;
}

.k-button-warning {
    background-color: #ffc107;
    color: #212529;
}

    .k-button-warning:hover {
        background-color: #ffc107;
        border-color: #d39e00;
    }

.k-button-danger {
    background-color: #dc3545;
    color: #fff;
}

    .k-button-danger:hover {
        background-color: #c82333;
        border-color: #bd2130;
    }


.logoHolder {
    text-align: center;
}

.websiteTitle {
    font-size: 25px;
}

.blockBody {
    background-image: url(../images/bgimage.jpg);
    background-size: cover;
    height: 100%;
}

.existingTable {
    width: 100%;
    margin: 20px 15px 0px 15px;
}

    .existingTable > tbody {
        border-top: 0px !important;
    }

.k-grid.k-grid-display-block {
    display: block;
    background: none;
    padding-bottom: 30px;
}

.k-grid .k-group-cell {
    background: none;
}

.k-grid-toolbar {
    background: none;
}

.full-width-toolbar .k-toolbar {
    width: 100%;
    display: block;
}

.tableNote {
    color: red;
    font-size: 10px;
    position: absolute;
    top: 200px;
}

.text-content {
    margin: 20px;
}

    .text-content p {
        font: 12px Tahoma;
        color: #000;
    }

.modalButtonRight {
    text-align: right;
    margin-left: -13px;
}

.fieldsPoolGrid {
    padding-right: 0px;
    border-left: 2px solid #e3e3e3;
    right: -30px;
}

.modal-container {
    width: 330px;
    margin: 0 auto;
}

.pushmenu {
    background-color: #222;
    border-color: #080808;
    position: fixed !important;
    left: 0px;
    top: 0px;
    height: 51px !important;
    width: 40px;
    padding: 14px 10px;
}

.iconLeft {
    padding-left: 45px !important;
}

.adminLogo {
    POSITION: RELATIVE;
    color: #222 !important;
    top: -24px;
    /*filter: invert(50%) sepia(2004%) saturate(878%) hue-rotate(140deg) brightness(104%) contrast(97%);*/
}

.white-nav {
    POSITION: RELATIVE;
    color: white !important;
}

.noBg {
    background: none;
    border: none;
}

.hamb-bottom, .hamb-middle, .hamb-top {
    height: 2px;
    display: block;
    width: 22px;
    margin-left: 3px;
    margin-bottom: 5px;
    background: #fff;
}

.hamb-bottom, .hamb-top {
    height: 2px !important;
}

.pushmenu {
    margin-top: 5px;
}

.check-box .k-checked, .check-box:checked {
    background-image: url(../images/tickMark.svg) !important;
    background-color: #f1f1f1;
    color: transparent;
    border-color: transparent;
}

.check-box {
    width: 15px;
    height: 15px;
    border-radius: unset;
    background-color: #f1f1f1;
    margin-bottom: 13px;
    border: 0px solid;
    margin-left: 0px !important;
}

.k-grid-header th.k-header .check-box {
    top: 10px;
}


@media screen and (max-width: 1083px) {

    .libraryPage .form-control {
        max-width: 220px;
        width: 220px;
    }

    .libraryPage .form-body {
        max-width: 100%;
        width: 100%;
    }

    .libraryPage .form-group .k-datepicker {
        padding: 0px;
        width: 220px;
    }

    .libraryPage .arrow-wrapper {
        position: relative;
        width: 220px;
        padding-left: 0;
    }
}

.splitter {
    border-left: 1.5px solid #e6e6e6;
}

@media screen and (max-width: 810px) {
    .libraryPage .form-body .col-sm-3, .libraryPage .form-body .col-sm-2 {
        width: 50%;
    }

    .libraryPage .k-radio {
        margin-left: 0px;
    }

    .libraryPage .k-checkbox {
        margin-left: 0px;
    }
}

.navbar-dark {
    background-color: #fff !important;
    border-color: #fff;
    color: #222;
    height: 60px;
}

.mt-8 {
    margin-top: 10px !important;
}

.iconLeft p {
    font-size: 20px;
}

.fa-times:before {
    color: #2a9fbc !important;
}

.fa-check-circle:before {
    color: limegreen;
}

.k-group-cell, .k-grouping-row {
    background: transparent;
}

.k-window-title {
    color: #2a9fbc !important;
    font-size: 19px;
    font-weight: bold;
    padding: 5px;
}

.k-window .modal-container {
    padding: 5px;
    margin: 0;
}

.ajaxLoader {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.6);
    position: fixed;
    z-index: 15;
}

    .ajaxLoader:before {
        content: "";
        left: 50%;
        height: 50px;
        width: 50px;
        border-radius: 50%;
        top: 50%;
        border: 4px solid #d8d8d8;
        border-top-color: #d64012;
        -webkit-animation: 1s spin linear infinite;
        animation: 1s spin linear infinite;
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: absolute;
    }

.carrow-wrapper::after {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/angleDown.svg);
    content: '';
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    background-size: 20px 8px;
    width: 20px;
    height: 8px;
    pointer-events: none;
}

.carrow-wrapper select {
    cursor: pointer;
}

.arrow-wrapper::after {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/angleDown.svg);
    content: '';
    display: block;
    position: absolute;
    right: 10px;
    top: 35%;
    margin-top: -3px;
    background-size: 20px 8px;
    width: 20px;
    height: 8px;
    pointer-events: none;
}

.arrow-wrapper select {
    cursor: pointer;
}

.arrow-wrapper, .carrow-wrapper {
    position: relative;
    width: 330px;
    padding-left: 0;
    padding-right: 0;
}

#newFullPath {
    font-size: 13px;
}

    #newFullPath a {
        color: #2a9fbc;
    }

.select-selected {
    background-color: transparent;
}

.select-items div:hover, .same-as-selected {
    background-color: #2a9fbc !important;
    color: white;
}

.field-label {
    font-size: 0.9em;
}

.border-field {
    position: relative;
}

    .border-field ::after {
        position: absolute;
        content: '';
        border-bottom: 1px solid #ededed;
        width: 95%;
        bottom: 0.02px;
        left: 0;
    }

.formAnswer {
    font-size: 12px;
    line-height: 35px;
}



.switch-preview-mode li a i {
    color: black;
}

    .switch-preview-mode li a i.active, .switchPreviewMode li a:hover i {
        color: #2a9fbc;
        font-size: 27px;
    }

.edit-button, .edit-button:hover, .delete-button, .delete-button:hover {
    background-color: transparent;
    border: none;
}

textarea.form-control {
    resize: none;
}

.kendo-custom-checkbox-list ul {
    padding-left: 10px;
}

.kendo-custom-checkbox-list li.k-checkbox-item {
    padding: 0;
    margin: 0;
}

.kendo-custom-checkbox-list label.k-checkbox-label {
    font-size: 12px;
}

.kendo-custom-checkbox-list .k-checkbox {
    width: 12px;
    height: 12px;
}

.kendo-custom-icons {
    cursor: pointer;
    color: #2a9fbc;
    padding-left: 0.801em;
    padding-right: 0.801em;
}

.kendo-custom-editor {
    max-width: 815px;
}

    .kendo-custom-editor table td.k-editable-area {
        height: 250px;
    }

.kendo-custom-checkbox {
    margin-top: 5px !important;
    margin-right: 5px !important;
}

.kendo-custom-dropdown,
.kendo-custom-multivalue-dropdown {
    padding: 0;
    width: 100%;
}


.kendo-custom-search-button {
    padding: 0;
    margin-right: 10px;
    margin-bottom: 10px;
}

.kendo-custom-search-datepicker-label {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin-bottom: 10px;
    width: 75px;
}

.kendo-custom-search-datepicker {
    padding: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 175px;
    height: auto;
}

.kendo-custom-search-datetimepicker {
    width: 210px !important;
}

.kendo-custom-search-dropdown,
.kendo-custom-multivalue-search-dropdown,
.kendo-custom-search-textbox {
    padding: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 250px;
}

.kendo-custom-dropdown span {
    width: 100%;
}

.k-dropdown > .k-dropdown-wrap,
.k-dropdown > .k-dropdown-wrap:hover,
.k-dropdown > .k-dropdown-wrap:active {
    background-color: #fff !important;
    color: #8c8c8c;
    border-color: #ced4da;
    padding: 8px 0px;
}

.kendo-custom-multivalue-dropdown .k-multiselect,
.kendo-custom-multivalue-dropdown .k-multiselect > div > ul > li {
    font-size: 12px;
}

    .kendo-custom-multivalue-dropdown .k-multiselect > div > ul > li > input[type=checkbox] {
        margin-right: 10px;
        margin-top: 0px;
    }

.k-state-active {
    height: auto !important;
}

iframe.mobile-mode, iframe.tablet-mode, iframe.tablet-landscape-mode {
    margin: 0 auto;
    display: block;
    border: 3px solid #f2f4f5;
    box-shadow: 1px 2px 8px #a4a4a4;
    border-radius: 3px;
}

.desktop-mode {
    width: inherit;
    height: inherit;
}

.tablet-landscape-mode {
    width: 1024px !important;
    height: 768px !important;
}

.tablet-mode {
    width: 768px !important;
    height: 1024px !important;
}

.mobile-mode {
    width: 375px !important;
    height: 667px !important;
}

.LibraryItem, .cmsPages, .cmsPagesCollection {
    padding: 0.5rem 0rem;
}

.breadcrumb-item a {
    text-decoration: none;
    color: gray !important;
}

.breadcrumb-item.active a, .breadcrumb-item:hover a {
    text-decoration: none;
    color: #2a9fbc !important;
}

.breadcrumbSvgdevider {
    --bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='currentColor'/%3E%3C/svg%3E");
}

.breadCrumbNav {
    float: right;
}

main {
    padding: 20px;
}

.login main {
    padding: 0;
}

.form-group .alert-danger {
    color: red;
    background-color: transparent;
    border-color: transparent;
}

.search-container {
    padding: 20px 10px;
}

.tabstrip-page-title {
    color: #242424;
    margin-top: 16px;
    margin-bottom: 10px;
    font-weight: bold;
}

.app-cache-label {
    color: #242424;
    margin-top: 20px;
    margin-bottom: 10px;
}


.k-grid-toolbar .k-button {
    border: 1px solid #2a9fbc;
    color: #2a9fbc;
    background-color: #fff;
    border-radius: 20px;
    padding: 0px 20px;
    height: 38px;
}

    .k-grid-toolbar .k-button:hover {
        border: 1px solid #2a9fbc;
        color: #fff !important;
        background-color: #2a9fbc;
        border-radius: 20px;
    }

.k-grid-toolbar {
    float: right;
}

.k-grid-toolbar {
    padding: 0;
}

.k-pager-last {
    border-radius: 20px;
    margin-left: 3px;
}

.k-pager-first {
    border-radius: 20px;
    margin-right: 3px;
}

.k-pager-nav.k-link, .k-pager-refresh {
    border-radius: 20px;
    margin: 0 3px;
}


li.k-state-active, li.k-state-active:hover {
    background-color: #d3d3d36e !important;
    color: #2a9fbc !important;
}

.k-tabstrip-items-wrapper .k-item, .k-tabstrip-items-wrapper .k-item:hover {
    color: #2a9fbc;
}

.k-tabstrip > .k-content,
.k-window-content,
.k-panelbar .k-content,
.k-panelbar .k-panel {
    padding: 20px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #222;
    font-size: 20px;
    height: 49px;
    margin-top: 10px;
}

    .navbar-dark .navbar-nav .nav-link:hover {
        color: #2a9fbc;
    }

.k-list .k-item.k-state-selected,
.k-list .k-item.k-state-selected:hover {
    background-color: #2a9fbc;
    border-color: #2a9fbc;
    box-shadow: none !important;
}

.sidebar li.active a, .sidebar li a:hover {
    color: #2A9FBC;
}

.text-info {
    color: #2a9fbc !important;
}

.k-grid-toolbar a.k-grid-export {
    background-repeat: no-repeat;
    background-image: url("/AdminAssets/cms/images/excel.svg");
    border: 0;
    margin: 0;
    padding: 0;
    height: 32px;
    width: 32px;
    background-size: contain;
    background-color: transparent;
    font-size: 0px;
}

.k-grid-toolbar a.k-grid-export:hover {
    filter: invert(52%) sepia(100%) saturate(300%) hue-rotate(145deg) brightness(85%) contrast(104%);
    background-color: transparent;
    border: 0;
}

.k-grid-toolbar a.k-grid-add-new {
    background-repeat: no-repeat;
    background-image: url("/AdminAssets/cms/images/add-button.svg");
    border: 0;
    margin: 0;
    padding: 0;
    height: 32px;
    width: 32px;
    background-size: contain;
    background-color: transparent;
    font-size: 0px;
}

.k-grid-toolbar a.k-grid-add-new:hover {
    filter: invert(52%) sepia(100%) saturate(300%) hue-rotate(145deg) brightness(85%) contrast(104%);
    background-color: transparent;
    border: 0;
}

.k-grid-toolbar a.k-grid-file-import {
    background-repeat: no-repeat;
    background-image: url("/AdminAssets/cms/images/file-import.svg");
    border: 0;
    margin: 0;
    padding: 0;
    height: 32px;
    width: 32px;
    background-size: contain;
    background-color: transparent;
    font-size: 0px;
}

.k-grid-toolbar a.k-grid-file-import:hover {
    filter: invert(52%) sepia(100%) saturate(300%) hue-rotate(145deg) brightness(85%) contrast(104%);
    background-color: transparent;
    border: 0;
}

.k-grid-toolbar a.k-grid-activate,
.k-grid-toolbar a.k-grid-receipt,
.k-grid-toolbar a.k-grid-invoice,
.k-grid-toolbar a.k-grid-installments,
.k-grid-toolbar a.k-grid-full-payment,
.k-grid-toolbar a.k-grid-edit {
    background-repeat: no-repeat;
    border: 0;
    margin: 0;
    padding: 0;
    height: 32px;
    width: 32px;
    background-size: contain;
    background-color: transparent;
    font-size: 0px;
}

.k-grid-toolbar a.k-grid-activate {
    background-image: url("/AdminAssets/cms/images/activate.svg");
}

.k-grid-toolbar a.k-grid-receipt {
    background-image: url("/AdminAssets/cms/images/receipt.svg");
}

.k-grid-toolbar a.k-grid-installments {
    background-image: url("/AdminAssets/cms/images/installments.svg");
}

.k-grid-toolbar a.k-grid-invoice {
    background-image: url("/AdminAssets/cms/images/invoice.svg");
}

.k-i-invoice {
    background-image: url("/AdminAssets/cms/images/grid-invoice.svg");
}

.k-i-receipt {
    background-image: url("/AdminAssets/cms/images/grid-receipt.svg");
}

.k-grid-toolbar a.k-grid-full-payment {
    background-image: url("/AdminAssets/cms/images/full-payment.svg");
}

.k-grid-toolbar a.k-grid-edit {
    width: 20px;
    background-image: url("/AdminAssets/cms/images/edit.svg");
}

.k-grid-toolbar a.k-grid-activate:hover {
    filter: invert(52%) sepia(100%) saturate(300%) hue-rotate(145deg) brightness(85%) contrast(104%);
    background-color: transparent;
    border: 0;
}

.k-grid-toolbar a.k-grid-back {
    background-repeat: no-repeat;
    background-image: url("/AdminAssets/cms/images/back-to-parent.svg");
    border: 0;
    margin: 0;
    padding: 0;
    height: 32px;
    width: 32px;
    background-size: contain;
    background-color: transparent;
    font-size: 0px;
}

    .k-grid-toolbar a.k-grid-back:hover {
        background-color: transparent;
        border: 0;
        filter: invert(52%) sepia(100%) saturate(300%) hue-rotate(145deg) brightness(85%) contrast(104%);
    }

.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item {
    border-top-left-radius: .15rem;
    border-top-right-radius: .15rem;
}

.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item {
    border-radius: 2px 2px 0 0;
}

    .k-tabstrip-top > .k-tabstrip-items-wrapper .k-item.k-state-active {
        border-bottom-color: #fff;
        background-color: #fff !important;
        color: #222 !important;
    }

.k-tabstrip > .k-content {
    border-color: #a2a2a2;
}

.k-tabstrip-items-wrapper {
    border-color: #a2a2a2;
    color: #222;
}

    .k-tabstrip-items-wrapper .k-item.k-state-active, .k-tabstrip-items-wrapper .k-item.k-state-selected {
        border-color: #a2a2a2;
        color: #222;
        background-color: #fff;
    }

.nav-link-back {
    color: #2A9FBC;
    background-image: url(/AdminAssets/cms/images/back.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: -5px;
    padding: 1px 0 0 15px;
}

.subpages-title {
    padding-bottom: 10px;
}

    .subpages-title h4 {
        font-size: 18px;
    }

.list-group-item {
    display: inline-block;
    padding: 0px;
    background-color: transparent;
    border: 0;
}

    .list-group-item .kendo-custom-icons {
        color: #2a9fbc;
        padding-left: 0.3em;
        padding-right: 0.3em;
    }

        .list-group-item .kendo-custom-icons:hover {
            color: #2a9fbc;
        }

.kendo-custom-icons .k-icon {
    font-size: 24px;
}

a.kendo-custom-icons:hover {
    color: #2a9fbc;
}

.k-multiselect .k-multiselect-wrap,
.k-dropdown-wrap {
    max-width: 330px;
    width: 330px;
    padding: 7px 0px;
    font-size: 14px;
    color: #333;
    border-radius: .25rem;
    border: 1px solid #e3e3e3;
    height: 45px;
}

.k-multiselect-wrap .k-input {
    padding: 0;
    color: #000;
}

.k-dropdowntree .k-multiselect-wrap .k-button:last-child, .k-multiselect .k-multiselect-wrap .k-button:last-child {
    margin: 0 10px;
}

.k-multiselect .k-multiselect-wrap .k-icon {
    padding: 22px 0px;
}

.k-grid tr td a {
    cursor: pointer;
}

.k-grid tr td .widened-tag {
    padding: 10px 15px;
}

.k-grid tr .arial {
    font-family: Arial;
}

.k-grid tr .center {
    text-align: center;
}

.accessdenied {
    margin-top: 10rem;
}

.search-container .col-form-label {
    display: block
}

.chart-container-small {
    width: 45%;
    display: inline-block;
    vertical-align: top;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #f5f5f5;
    opacity: 1;
}

.k-grid tbody tr:hover {
    background-color: transparent !important;
}

.form-container-md {
    width: 50%
}

.form-container-sm {
    width: 25%
}

.file-input-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.file-input-button {
    border: 2px solid #2a9fbc;
    color: white;
    background-color: #2a9fbc;
    padding: 8px 20px;
    border-radius: .25rem 0 0 .25rem;
    cursor: pointer;
    font-size: 14px;
}

.file-input-wrapper input[type="file"] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.file-name {
    margin-left: 10px;
    font-size: 14px;
}

.k-datepicker.form-control {
    border: 0;
}

.k-tabstrip-items-wrapper .k-item.k-state-hover, .k-tabstrip-items-wrapper .k-item:hover {
    border-color: #a2a2a2;
}

.k-toolbar.k-grid-toolbar-left {
    float: left;
}

.panelbar-title {
    margin: 30px 0px 10px 0px;
}

.k-content .row:nth-child(2) .panelbar-title {
    margin: 0px 0px 10px 0px;
}


.panelbar-list {
    padding: 8px 0px;
}

.k-menu:not(.k-context-menu) {
    background-color: transparent !important;
    border-color: transparent !important;
}

.k-item {
    border-width: 0 !important;
}

.k-menu .k-item {
    background-color: #fff !important;
    color: #000 !important;
}

    .k-menu .k-item .k-icon {
        display: none !important;
    }

.k-panelbar > .k-item > .k-link,
.k-panelbar > .k-panelbar-header > .k-link {
    color: #21c7d2 !important;
    background-color: #fff !important;
    cursor: pointer;
}

    .k-panelbar > .k-item > .k-link.k-header-cancelled,
    .k-panelbar > .k-panelbar-header > .k-link.k-header-cancelled {
        color: #fff !important;
        background-color: #9E9E9E !important;
    }
    .k-panelbar > .k-item > .k-link.k-header-endorsement,
    .k-panelbar > .k-panelbar-header > .k-link.k-header-endorsement {
        color: #fff !important;
        background-color: #5abe5eb3 !important;
    }

.custom-rad-btn {
    padding: 0px;
    margin: 0px -2px !important;
    border-radius: 0;
    margin: 0;
    width: 40px;
    height: auto;
}

    .custom-rad-btn.rad-btn-left {
        border-radius: 15px 0px 0px 15px;
    }

    .custom-rad-btn.rad-btn-right {
        border-radius: 0px 15px 15px 0px;
    }


#dropdownMenuButton.btn.btn-sm.btn-light.dropdown-toggle {
    float: right !important;
    border-radius: 0px;
    background-color: transparent;
    border: 0px;
}

.k-grid .dropdown-menu {
    z-index: 1050;
    position: relative !important;
    border: 1px solid rgba(0, 0, 0, .15) !important;
    transform: translate(0px, 5px) !important;
    border-radius: 5px;
    padding: 0px !important;
    box-shadow: none !important;
}

    .k-menu .k-item .k-link,
    .k-grid .dropdown-menu .dropdown-item {
        padding: .75rem 1.5rem !important;
        color: #000 !important;
    }

        .k-menu .k-item .k-link:hover,
        .k-grid .dropdown-menu .dropdown-item:hover {
            background-color: #ebebeb;
        }

.k-panelbar .k-group, .k-panelbar .k-panelbar-group {
    border: 1px solid rgba(0, 0, 0, .15) !important;
}

.btn-light.dropdown-toggle::after {
    display: none !important;
}

.k-grid-dropdown-icon {
    transition: filter 0.3s ease;
}

#dropdownMenuButton[aria-expanded="true"] .k-grid-dropdown-icon,
#dropdownMenuButton:hover .k-grid-dropdown-icon,
.k-menu .k-item .k-link:hover img.k-image, .k-menu .k-item .k-link:active img.k-image, .k-menu .k-item .k-state-border-left img.k-image {
    filter: invert(52%) sepia(100%) saturate(300%) hue-rotate(145deg) brightness(85%) contrast(104%) !important;
}

.k-menu:not(.k-context-menu) > .k-item.k-state-focused, .k-menu:not(.k-context-menu) > .k-item:focus {
    box-shadow: none;
}


.grid-with-dropdowns .k-master-row > td {
    overflow: visible ;
}

    .grid-with-dropdowns .k-master-row .dropdown {
        display: block;
        position: relative;
    }

        .grid-with-dropdowns .k-master-row .dropdown .dropdown-menu {
            position: absolute !important;
            inset: auto;
            top: 100%;
            inset-inline-end: calc(100% - 34px);
            max-width: 0;
            transition: all 0.3s;
            overflow:hidden;
            
        }
            .grid-with-dropdowns .k-master-row .dropdown .dropdown-menu.show {
                inset: auto !important;
                top: 100%;
                inset-inline-end: calc(100% - 34px) !important;
                max-width: 2000px;
                overflow: visible;
            }

.grid-with-dropdowns .k-master-row:nth-last-child(-n+4) .dropdown .dropdown-menu {
    top: 0%;
    bottom: 100%;
}

.grid-with-dropdowns .k-master-row:nth-last-child(-n+5) .dropdown .dropdown-menu.show {
    top: 0%;
    bottom: 100% !important;
}

.k-tabstrip-item.k-item.k-state-default.k-tab-on-top.k-state-active {
    border: 1px solid #a2a2a2 !important;
    border-bottom-color: transparent !important;
}

.k-menu .k-item .k-link, .k-grid .dropdown-menu .dropdown-item {

}

.custom-menu-dropdown .k-link.k-menu-link {
    margin:0 !important;
    padding: 5px !important;
}
.custom-menu-dropdown .k-link.k-menu-link img {
    margin: 0 !important;
}

.custom-panel-bar .k-content {
    padding-top: 0;
    cursor: default;
}

.k-dialog-buttongroup {
    padding: 5px 20px 20px;
    border-color: #fff;
}

.k-dialog-content {
    padding: 20px 20px;
    text-align: center;
}
.k-dialog-content p {
    margin:0;
}

.k-dialog-titlebar {
    padding: 15px 20px;
}

.select-box {
    .select-box

{
    margin: 10px 20px;
    font-size: 16px;
    font-weight: bold;
}

;
margin: 10px 20px;
font-size: 16px;
font-weight: bold;
}

.select-box input[type="radio"]:empty ~ label, .select-box input[type="checkbox"]:empty ~ label {
    padding: 20px 20px 20px 55px;
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid transparent;
}

.shadow-box {
    -webkit-filter: drop-shadow(0px 4px 8px rgba(42, 55, 74, 0.15));
    filter: drop-shadow(0px 4px 8px rgba(42, 55, 74, 0.15));
    background: #ffffff;
}

.select-box input[type="radio"]:empty, .funkyradio input[type="checkbox"]:empty {
    display: none;
}

    .select-box input[type="radio"]:empty ~ label:before, .select-box input[type="checkbox"]:empty ~ label:before {
        position: absolute;
        display: block;
        top: 23px;
        left: 20px;
        content: '';
        width: 18px;
        height: 18px;
        background: #fff;
        border: 1px solid #A8A8A8;
        border-radius: 9px;
    }

.payment-card-number {
    font-size: 13px;
    color: #95A4B7;
}

.select-box input[type="radio"]:hover:not(:checked) ~ label, .select-box input[type="checkbox"]:hover:not(:checked) ~ label, .select-box input[type="radio"]:checked ~ label, .select-box input[type="checkbox"]:checked ~ label {
    color: #5FC0CD;
    border: 2px solid #5FC0CD;
}

.payment-name {
    font-weight: bold;
    font-size: 15px;
}

.arrow {
    position: absolute;
    display: block;
    top: 23px;
    right: 20px;
    height: 10px;
}

.select-box input[type="radio"]:hover:not(:checked) ~ label:before {
    background: #fff;
    content: '';
    border: 1px solid #A8A8A8;
}

.select-box input[type="radio"]:empty ~ label:before, .select-box input[type="checkbox"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 23px;
    left: 20px;
    content: '';
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #A8A8A8;
    border-radius: 9px;
}

.select-box input[type="radio"]:hover:not(:checked) ~ label:before, .select-box input[type="checkbox"]:hover:not(:checked) ~ label:before, .select-box input[type="radio"]:checked ~ label:before, .select-box input[type="checkbox"]:checked ~ label:before {
    font-family: sans-serif;
    content: '\2713';
    text-indent: 5px;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    background-color: #5FC0CD;
    border: 0;
    font-weight: bold;
}

.section-title {
    font-weight: bold;
    font-size: 16px;
    margin: 30px 20px 15px;
    color: #000;
}

.questions-accordion {
    border: 1px solid #ddd !important;
    border-radius: 10px !important;
    padding: 8px !important;
    background-color: #fafafa !important;
    max-height: 450px !important;
    overflow-y: auto !important;
}

    .questions-accordion .accordion-item {
        border: 1px solid #e2e2e2 !important;
        border-radius: 6px !important;
        margin-bottom: 6px !important;
    }

    .questions-accordion .accordion-button {
        background-color: #f4f6f8 !important;
        font-weight: 500 !important;
        font-size: 0.88rem !important;
        padding: 5px 9px !important;
    }

    .questions-accordion .accordion-body {
        background-color: #fff !important;
        font-size: 0.83rem !important;
        line-height: 1.35 !important;
        padding: 6px 10px !important;
    }

/* Generic filter cell styling */
.k-filtercell {
    padding: 4px !important;
}

    /* Text filter input sizes */
    .k-filtercell input.k-textbox,
    .k-filtercell .k-input {
        border-radius: 6px !important;
        padding: 4px 6px !important;
        box-shadow: none !important;
    }

        .k-filtercell input.k-textbox:focus,
        .k-filtercell .k-input:focus {
            border-color: #4285f4 !important;
            box-shadow: 0 0 3px rgba(66, 133, 244, 0.3) !important;
        }

    /* Date filter wrapper – DO NOT override structure */
    .k-filtercell .k-picker {
        border: 1px solid #ddd !important;
        border-radius: 6px !important;
        height: 30px !important;
        box-sizing: border-box !important;
        padding-right: 4px !important; /* space for icon */
    }

    /* Hide the hidden internal input (the one ruining layout) */
    .k-filtercell .k-dateinput input[aria-hidden="true"] {
        display: none !important;
    }

    /* Visible date input */
    .k-filtercell .k-dateinput input:not([aria-hidden]) {
        height: 100% !important;
        padding: 4px 6px !important;
        font-size: 13px !important;
        border: none !important;
        outline: none !important;
        box-sizing: border-box !important;
    }

    /* Calendar icon */
    .k-filtercell .k-input-button {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 24px !important;
        height: 24px !important;
        margin-left: 2px !important;
        border: none !important;
        background: transparent !important;
    }

    /* Remove weird extra padding Kendo adds */
    .k-filtercell .k-picker > .k-input-inner,
    .k-filtercell .k-picker > .k-dateinput {
        padding: 0 !important;
    }

    /* Center the clear (X) button inside filter inputs */
    .k-filtercell .k-clear-value {
        top: 50% !important;
        transform: translateY(-50%) !important;
        right: 6px !important;
        margin-top: 0 !important;
        height: 16px !important;
        width: 16px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    /* Hide dropdown operator */
    .k-filtercell .k-dropdown-operator {
        display: none !important;
    }

/* Hide filter button, show on hover */
.k-grid .k-filtercell .k-button {
    opacity: 0 !important;
    transition: opacity .2s !important;
    height: 100%;
}

.k-grid .k-filtercell:hover .k-button {
    opacity: 1 !important;
}

/* Row background */
.k-grid .k-filter-row {
    background: #fafafa !important;
}

    .k-grid .k-filter-row th {
        padding: 6px 8px !important;
    }

/* Make filter dropdown match the width of the column */
.k-list-container {
    max-width: 100% !important;
}

/* Make sure inner list stretches correctly */
.k-list-scroller,
.k-list {
    overflow-x: hidden !important; /* remove horizontal scroll */
    overflow-y: auto !important; /* allow vertical scroll */
}

.k-picker-wrap > input {
    height: 100% !important;
}
.medical-exclusion-box {
    background: #f8f9fb;
    border: 1px solid #e3e6eb;
    border-radius: 8px;
    padding: 8px;
    max-height: 150px;
    overflow-y: auto;
}

.medical-exclusion-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.medical-exclusion-item {
    padding: 6px 10px;
    margin-bottom: 6px;
    background: #ffffff;
    border: 1px solid #dfe3e8;
    border-radius: 6px;
    font-size: 13px;
    line-height: 1.4;
}

    .medical-exclusion-item:last-child {
        margin-bottom: 0;
    }

.popup-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .popup-overlay.d-none {
        display: none;
    }

.popup-overlay-content {
    text-align: center;
}
