/*@import url(https://fonts.googleapis.com/icon?family=DM+Sans:400,500,700);
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");
@import url("https://kendo.cdn.telerik.com/2023.1.117/styles/kendo.bootstrap-main.min.css");*/

/*Add Local address*/
@import url("import-Css/googleapis-icon.css");
@import url('import-css/bootstrap-icons-1.11.3/font/bootstrap-icons.css');
@import url('import-css/bootstrap-icons-1.11.3/font/bootstrap-icons.min.css');
@import url('import-css/kendo.bootstrap-main.min.css');

:root {
    --kendo-font-family: 'DM Sans', sans-serif !important;
    --INTERNAL--kendo-input-padding-x: 0.75rem !important;
    --INTERNAL--kendo-input-padding-y: 0.375rem !important;
    --kendo-grid-header-font-size: 18px !important;
}

.k-grid, .k-button-md {
    font-size: 13px !important;
}

.k-panelbar {
    font-size: 20px !important;
}

html {
    font-size: 18px;
    font-family: var(--kendo-font-family);
    position: relative;
    height: 100%;
}

body {
    height: 100%;
    font-family: var(--kendo-font-family);
    background-color: #e5e9ec;
}

a, button, input {
    outline: 0;
}

    a:disabled, button:disabled, input:disabled {
        cursor: not-allowed;
    }

a {
    color: var(--tb-kendo-primary-100);
    text-decoration: none;
}
/*Kendo Styles*/

.disabled, disabled, *:disabled {
    cursor: not-allowed;
}

body > .container {
    min-height: calc(100% - 52px - 52px);
    padding: 20px 0;
}

.navbar {
    border-bottom: 1px solid #eaeaea;
}

.k-icon.k-i-preview {
    z-index: 10;
    position: absolute;
    top: calc(50% - 12px);
    right: 5px;
    width: 24px;
    height: 24px;
    color: gray;
    font-size: 16px;
}

body.bg-gradient {
    background: var(--primary) !important;
    background-attachment: fixed !important;
    overflow: auto;
}

    body.bg-gradient > .container {
        min-height: calc(102vh - 58px);
        padding-left: 15px;
        padding-right: 15px;
    }

.k-input.k-invalid, .k-dropdownlist.k-invalid {
    border-color: var( --kendo-input-invalid-border, var(--kendo-invalid-border, var(--kendo-error-190, inherit)) );
}

.login-row {
    min-height: calc(100vh - 92px);
}

    .login-row .text-side {
        color: var(--white);
    }

        .login-row .text-side .logo {
            max-width: 200px;
            margin-bottom: 25px;
        }

        .login-row .text-side p {
            max-width: 500px;
            margin: 15px 0;
            opacity: 0.85;
            font-size: 18px;
        }


/*
        .login-row .login-form:before {
            width: 148px;
            height: 148px;
            content: " ";
            position: absolute;
            top: -40px;
            right: -40px;
            background-image: url(../images/dots.svg);
            z-index: 0;
        }*/

@media only screen and (max-width: 680px) {
    .login-row .login-form:before {
        display: none;
    }
}

.login-row .login-form .k-card-body {
    padding: 15px 25px 20px 25px;
    background-color: var(--white);
    position: relative;
    z-index: 2;
    border-radius: 15px;
}

    .login-row .login-form .k-card-body h2 {
        font-weight: 400;
        color: #515365;
        font-size: 20px;
        margin-bottom: 4px;
    }

.login-row .login-form .k-form-fieldset {
    padding: 0;
    box-shadow: none;
    background-color: transparent;
    margin: 0;
}

.login-row .login-form .k-form-legend, .login-row .login-form p {
    text-transform: none;
    border-bottom: 0;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    border: 0px;
}

.login-row .login-form .k-form-legend {
    display: none;
}

.login-row .login-form .k-form-field {
    margin-bottom: 6px;
}

    .login-row .login-form .k-form-field .k-label {
        color: #262a2e;
        font-weight: 400 !important;
        font-size: 14px;
        margin-bottom: 3px;
    }

    .login-row .login-form .k-form-field .k-form-field-wrap {
        position: relative;
    }

        .login-row .login-form .k-form-field .k-form-field-wrap > label {
            color: #959595;
            text-decoration: underline;
        }

        .login-row .login-form .k-form-field .k-form-field-wrap .k-form-error {
            position: relative;
            font-size: 12px;
            margin-top: 0px;
            line-height: 14px;
        }

    .login-row .login-form .k-form-field .k-input {
        padding: var(--INTERNAL--kendo-input-padding-y) var(--INTERNAL--kendo-input-padding-x);
        height: 38px;
        border-radius: 7px;
        background: rgba(0,0,0, 0.06);
        border: 0px;
        align-items: center;
    }

        .login-row .login-form .k-form-field .k-input:focus-within::after {
            display: none;
        }

.k-cls-icon {
    color: #a6aeac;
    font-size: 18px;
}

.login-row .login-form .k-validation-summary {
    border-radius: 5px;
}

    .login-row .login-form .k-validation-summary ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .login-row .login-form .k-validation-summary ul li {
            margin-bottom: 5px;
            color: var(--kendo-forms-invalid-color, var(--kendo-invalid-text, initial));
            text-decoration: none;
        }

            .login-row .login-form .k-validation-summary ul li:last-child {
                margin-bottom: 0px;
            }

        .login-row .login-form .k-validation-summary ul a {
            color: var(--kendo-forms-invalid-color, var(--kendo-invalid-text, initial));
            text-decoration: none;
        }

.login-row .login-form .k-form-buttons {
    margin-top: 0;
}

    .login-row .login-form .k-form-buttons .k-button {
        background: #00C692 !important;
        border: 0;
        font-weight: 400;
        font-size: 16px;
        padding: 8px;
        margin-bottom: 5px;
        display: block;
        width: 100%;
    }

        .login-row .login-form .k-form-buttons .k-button:hover {
            opacity: 1;
            color: var(--white);
            background: #11A17B !important;
        }

.forgot-pass-pos {
    position: absolute;
    right: 28px;
    bottom: 141px;
}

.login-form .forgot-password {
    font-size: 15px;
    margin: 5px 0 10px;
    display: inline-block;
    color: #959595;
    text-decoration: underline;
}

.login-form .devider {
    margin: 10px 0 15px;
}

    .login-form .devider .line {
        flex: none;
        order: 2;
        flex-grow: 1;
        margin: 0px 9px;
        border-bottom: 1px solid #515365;
        position: static;
    }

    .login-form .devider .text {
        font-size: 16px;
        color: #515365;
    }

.login-form .signup-fotter {
    padding: 15px 0 0;
    font-size: 14px;
}

    .login-form .signup-fotter .button {
        border: 1px solid #eee;
        display: block;
        padding: 5px;
        margin-top: 5px;
        color: #333;
        background-color: #eee;
        text-decoration: none;
        font-size: 16px;
        font-weight: 400;
    }

        .login-form .signup-fotter .button:hover {
            color: #333;
            background-color: #d5d5d5;
            border-color: #cfcfcf;
        }

.footer {
    padding: 11px 0;
    font-size: 14px;
    border-color: #eaeaea !important;
}

    .footer a {
        color: #6f6f6f;
    }

.bg-gradient .footer {
    color: #000 !important;
    border-color: rgba(255, 255,255,0.5) !important;
    background-color: #fdfdfd !important;
    line-height: inherit !important;
    position: unset !important;
}

    .bg-gradient .footer a {
        color: #000;
    }

.k-button:focus:after,
.k-button.k-hover::before, .k-button:hover::before,
.k-button.k-hover::after, .k-button:hover::after {
    display: none !important;
}

.component-loader-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background-color: rgba(0,0,0,0.2);*/
    background-color: transparent;
    z-index: 99;
}

    .component-loader-wrap .component-loader {
        width: 100%;
        height: 100%;
    }

.tooltips {
    position: relative;
    z-index: 1001;
}

    .tooltips[aria-label]:hover:after {
        content: attr(aria-label);
        background-color: black;
        padding: 5px;
        border-radius: 4px;
        color: #fff;
        position: absolute;
        font-size: 12px;
        line-height: 14px;
        width: 100px;
        transform: scale(1);
    }

    .tooltips[aria-label]:hover:before {
        content: '';
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-right: 8px solid black;
        position: absolute;
        left: calc(100% - 8px);
        top: 3px;
        transform: scale(1);
    }

    .tooltips.top[aria-label]:hover:after {
        bottom: calc(100% + 15px);
        left: 50%;
        text-align: center;
        transform: translateX(-50%);
        white-space: normal;
    }

    .tooltips.top[aria-label]:hover:before {
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        border-top: 8px solid black;
        border-bottom: 0;
        bottom: calc(100% + 8px);
        top: auto;
        left: calc(50% - 4px);
    }

    .tooltips.left[aria-label]:hover:after {
        bottom: calc(50% - 12px);
        right: 100%;
        text-align: center;
        transform: translate(-12px, 0);
        white-space: normal;
        z-index: 1;
    }

    .tooltips.left[aria-label]:hover:before {
        border-right: 5px solid transparent;
        border-left: 8px solid black;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        bottom: calc(50% - 4px);
        top: auto;
        left: calc(0px - 12px);
        z-index: 1;
    }

    .tooltips[aria-label=""]:hover:after, .tooltips[aria-label=""]:hover:before {
        display: none;
    }

.header-user ul.k-menu {
    padding: 0 !important;
    background-color: transparent;
    border-color: transparent;
}

    .header-user ul.k-menu > .k-item {
        color: inherit;
    }

        .header-user ul.k-menu > .k-item:focus,
        .header-user ul.k-menu > .k-item.k-focus {
            box-shadow: none !important;
        }

.header-user .k-animation-container {
    left: auto !important;
    right: 0 !important;
}

.header-user .k-avatar-text {
    font-size: 24px;
}

.header-user hr {
    margin: 0.5rem 0;
    opacity: 0.8;
}

.header-user .k-menu-horizontal li:hover,
.header-user .k-menu-horizontal li:focus {
    background-color: transparent !important;
    outline-width: 0;
}

.k-button-solid-primary {
    border-color: #00C692 !important;
    color: #fff !important;
    background-color: #00C692 !important;
}

.header-user .k-avatar-solid-primary {
    border-color: var(--primary);
    background-color: var(--primary);
}

    .header-user .k-avatar-solid-primary:hover,
    .k-button-solid-primary:hover {
        border-color: #01af81;
        background-color: #01af81;
    }

.header-user .k-hbox p {
    color: #6f6f6f;
    font-size: 13px;
}

.header-user .k-content {
    padding: 10px 15px;
    border-radius: 5px;
}

.header-user .profile-nav-menu {
    list-style-type: none;
    padding-left: 0;
}

    .header-user .profile-nav-menu li {
        list-style-type: none;
        padding-left: 0;
    }

        .header-user .profile-nav-menu li a {
            display: block;
            text-decoration: none;
            color: var(--kendo-popup-text, var(--kendo-component-text, initial));
            padding: 5px 8px;
            border-radius: 3px;
            font-size: 13px;
        }

            .header-user .profile-nav-menu li a i,
            .header-user .profile-nav-menu li .k-button .k-icon {
                margin-right: 10px;
            }

            .header-user .profile-nav-menu li a:hover {
                background-color: rgba(0,0,0,0.05)
            }

        .header-user .profile-nav-menu li .k-button {
            border: 0;
            padding: 5px 8px;
            font-weight: 400;
            color: var(--kendo-popup-text, var(--kendo-component-text, initial));
            display: block;
            width: 100%;
            text-align: left;
            background-color: transparent;
            border-radius: 3px;
            font-size: 14px;
        }

            .header-user .profile-nav-menu li .k-button:hover {
                background-color: rgba(0,0,0,0.05)
            }

.k-dialog, .k-window {
    border-radius: 5px;
    transform: translate(-50%, -50%) !important;
    top: 50% !important;
    left: 50% !important;
    min-width: 50%;
    width: 90%;
    max-height: 90%;
    border: 0;
    width: auto;
}

    .k-window:has(div#customer-product-delete-dialog) {
        min-width: 0;
    }

    .k-window:has(div#package-costs-window) {
        max-width: 1400px;
    }

    .k-dialog:has(div.delete-popup), .k-window:has(div.delete-popup), .k-widget.k-window.k-dialog.k-confirm {
        /* max-width: 400px; */
        min-width: 400px;
    }

@media only screen and (max-width: 540px) {
    .k-dialog:has(div.delete-popup), .k-window:has(div.delete-popup), .k-widget.k-window.k-dialog.k-confirm {
        max-width: 90%;
        min-width: 90%;
    }
}

.k-dialog .k-dialog-titlebar, .k-window .k-window-titlebar {
    background-color: var(--primary);
    color: var(--white);
    border-radius: 5px 5px 0 0;
    padding-top: 8px;
    padding-bottom: 8px;
}

    .k-dialog .k-dialog-titlebar .k-window-title,
    .k-window .k-window-titlebar .k-window-title {
        color: var(--white);
        font-size: 14px;
        padding: 0.6rem 0;
    }

    .k-window .k-window-titlebar .k-window-actions {
        padding: 0;
        opacity: 1;
    }

        .k-window .k-window-titlebar .k-window-actions .k-button {
            opacity: 1;
            background-color: transparent;
        }

            .k-window .k-window-titlebar .k-window-actions .k-button::after,
            .k-window .k-window-titlebar .k-window-actions .k-button::before {
                display: none !important;
            }

.k-dialog .k-dialog-content, .k-window .k-window-content {
    overflow: auto;
}

.k-dialog .k-actions, .k-window .k-actions {
    border-radius: 0 0 25px 25px;
    padding-inline: var(--kendo-dialog-inner-padding-x, 1.5rem);
    padding-block: var(--kendo-dialog-inner-padding-y, 0.75rem);
    border-top: 1px solid rgba(0,0,0,0.0);
}

.k-dialog-content .k-form {
    display: flex;
    justify-content: space-between;
}

    .k-dialog-content .k-form .k-form-fieldset {
        width: 50%;
        padding: 0 15px;
        margin: 0;
    }

.k-button.gradient {
    background: #00C692;
    border: 0;
    font-weight: 400;
    font-size: 16px;
    padding: 7px 15px;
    margin-bottom: 10px;
    display: inline-block;
    color: var(--white);
}

    .k-button.gradient:hover {
        opacity: 1;
        color: var(--white);
        background: #049F77;
    }

.k-button.btn-icon-only {
    padding: 6px 10px;
    border: 0;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.9);
    transition: all 0.2s;
}

    .k-button.btn-icon-only:hover {
        background-color: rgba(255, 255, 255, 0.18);
        /*transform: scale(1.2);*/
    }

.products-container .btn-icon-only {
    font-size: 16px;
    margin-right: 6px;
}

    .products-container .btn-icon-only:last-child {
        margin: 0;
    }

.products-container .btn-sec {
    top: 0;
    right: 0;
    padding: 0;
}

    .products-container .btn-sec .k-button.btn-icon-only {
        padding: 0px 5px;
    }

        .products-container .btn-sec .k-button.btn-icon-only .k-icon {
            font-size: 20px;
        }

.products-container .k-card:hover .btn-sec {
    display: block;
}

.products-container .k-card .k-card-header {
    /*position: relative;
    padding-top: 155px;
    border: 0;*/
    /* background-size: cover;*/
    /*background-size: contain;
    background-position: top left;
    border-radius: 7px;
    box-shadow: inset 0 0 15px 0 #ededed;
    background-repeat: no-repeat;*/
    position: relative;
    /*  padding-top: 155px;*/
    border: 0;
    /*background-size: cover;
    background-size: contain;
    background-position: top left;*/
    background-size: contain;
    border-radius: 7px;
    background-repeat: no-repeat;
    /* max-height: 155px;*/
    min-height: 170px;
    /* background-position: top center;*/
    width: 100%;
    /*background-color: transparent;*/
    background-color: #d7dce2;
    background-position: center center;
}

.products-container .partner .k-card .k-card-header:before {
    filter: grayscale(1);
}

.products-container .partner .purchased .k-card .k-card-header:before {
    filter: grayscale(0);
}

.products-container .product-request-form .product .k-card {
    border: 0;
    box-shadow: none;
    border-radius: 0;
}

.products-container .k-card .k-card-header .k-card-subtitle {
    padding: 0;
    color: #fff;
    font-size: 13px;
    display: block;
    opacity: 0.7;
    font-weight: normal;
}

.products-container .k-card .product-platform-container {
    display: flex;
    flex-wrap: wrap;
    /*border: 1px solid #827bba;*/
    border-radius: 10px;
    /* padding: 10px;
    width: 140px;*/
    /* justify-content: space-between;*/
    /*width: 140px;*/
    margin: 3px;
}

.products-container .k-card .product-platform {
    margin-right: 15px;
}

    .products-container .k-card .product-platform:last-child {
        margin-right: 0;
    }

    .products-container .k-card .product-platform p {
        display: none;
    }

    .products-container .k-card .product-platform .platform {
        width: 35px;
        height: 35px;
    }


.products-container .partner .product .product-platform {
    filter: grayscale(1)
}

    .products-container .partner .product .product-platform.configured {
        filter: grayscale(0);
    }

.chk-group-product-platform-container {
    border: 0;
    box-shadow: none;
}

.products-container .chk-group-product-platform-container .product-platform-container .product-platform {
    position: relative;
    /*margin-right: 30px;*/
    display: flex;
    align-content: center;
    justify-content: space-between;
    width: 100%;
    flex-direction: row-reverse;
}

    .products-container .chk-group-product-platform-container .product-platform-container .product-platform .platform {
        width: 80px;
        height: 80px;
        filter: grayscale(1);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .products-container .chk-group-product-platform-container .product-platform-container .product-platform input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
    }

    .products-container .chk-group-product-platform-container .product-platform-container .product-platform label {
        /*position: absolute;
        top: 0;
        left: 0;*/
        cursor: pointer;
        z-index: 1;
        margin-bottom: 0px !important;
        margin-top: 3px;
    }

        .products-container .chk-group-product-platform-container .product-platform-container .product-platform label:before {
            content: '';
            -webkit-appearance: none;
            /* background-color: var(--white);
            border: 2px solid #0079bf;*/
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
            padding: 11px;
            display: inline-block;
            position: relative;
            vertical-align: middle;
            cursor: pointer;
            margin-right: 5px;
            background: #827bba;
            display: flex;
            align-content: center;
            justify-content: center;
            border-radius: 14px;
            color: #827bba;
        }

    .products-container .chk-group-product-platform-container .product-platform-container .product-platform input:checked ~ .platform {
        filter: grayscale(0);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .products-container .chk-group-product-platform-container .product-platform-container .product-platform input:checked + label:after {
        content: '';
        display: block;
        position: absolute;
        top: 8px;
        right: 13px;
        width: 6px;
        height: 10px;
        border: solid #fff;
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

.k-tabstrip .k-tabstrip-items-wrapper {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

    .k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items li {
        margin-bottom: -1px;
        border-width: 0 0 2px 0;
        border-style: solid;
        border-color: transparent;
        background: #f2f2f2;
    }

        .k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items li:hover {
            border-color: #02C08E;
            color: #6A6A6A;
        }

        .k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items li .k-link .k-button {
            padding: 0;
            color: #262a2e;
            font-weight: 400;
        }

            .k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items li .k-link .k-button:hover {
                background-color: transparent;
                color: rgba(38, 42, 46, 0.8);
            }

.k-tabstrip-items-wrapper .k-item.k-active, .k-tabstrip-items-wrapper .k-item.k-selected, .k-tabstrip-items-wrapper .k-item:active {
    font-weight: normal;
}

.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items li.k-active {
    background-color: #02C08E;
    border-color: #02C08E;
    color: #fff;
    -webkit-box-shadow: -1px -2px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: -1px -2px 5px 0px rgba(0,0,0,0.2);
    box-shadow: -1px -2px 5px 0px rgba(0,0,0,0.2);
    border-color: transparent !important;
}

    .k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items li:after,
    .k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items li.k-active:after {
        display: none;
    }

    .k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items li.k-active .k-link .k-button {
        color: #fff;
        background-color: transparent;
    }

        .k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items li.k-active .k-link .k-button:before,
        .k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items li.k-active .k-link .k-button:after {
            display: none !important;
        }

.k-tabstrip .k-tabstrip-content {
    /* padding: 0;
    background-color: transparent;
    border: 0;*/
    padding: 10px 10px 10px 10px;
    background-color: #F3F3F3;
    border: 0;
    border-radius: 6px;
    margin-bottom: 10px !important;
}

#tabstrip-sp-instance-brands-1 {
    padding: 0;
    background-color: transparent;
    border: 0;
}

.k-tabstrip .k-tabstrip-content:focus {
    outline: 0;
}

.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items li {
    border-color: #dadada !important;
}

.k-form-field {
    margin-bottom: 15px;
}

.k-label {
    color: #262a2e;
    font-weight: 500 !important;
    font-size: 13px;
    margin-bottom: 3px !important
}

.k-form-field .k-form-field-wrap {
    position: relative;
}

    .k-form-field .k-form-field-wrap .k-form-error {
        /*position: absolute;*/
        font-size: 10px;
        margin-top: 2px;
    }

.k-input, .k-dropdownlist {
    padding: var(--INTERNAL--kendo-input-padding-y) var(--INTERNAL--kendo-input-padding-x);
    border-radius: 5px;
    background-color: inherit;
    color: inherit;
    border-color: #bbb;
}

.k-picker-solid.k-hover, .k-picker-solid:hover {
    border-color: #bbb;
    background-color: inherit;
}

.k-input:focus-within, .k-dropdownlist:focus-within,
.k-input:focus, .k-dropdownlist:focus,
.k-checkbox.k-focus, .k-checkbox:focus,
.k-button-solid-primary.k-focus, .k-button-solid-primary:focus,
.k-button-solid-base.k-focus, .k-button-solid-base:focus {
    box-shadow: none !important;
    outline: none !important;
}

.k-form-field .k-input.k-no-click,
.k-form-field .k-dropdownlist.k-no-click {
    background-color: #f8f8f8;
}

.k-form-field .k-input:focus-within::after,
.k-form-field .k-dropdownlist:focus-within::after {
    display: none;
}

.k-validation-summary {
    border-radius: 0;
    margin-bottom: 0;
    margin-top: 10px;
}

    .k-validation-summary ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .k-validation-summary ul li {
            margin-bottom: 5px;
            color: var(--kendo-forms-invalid-color, var(--kendo-invalid-text, initial));
            text-decoration: none;
        }

            .k-validation-summary ul li:last-child {
                margin-bottom: 0px;
            }

        .k-validation-summary ul a {
            color: var(--kendo-forms-invalid-color, var(--kendo-invalid-text, initial));
            text-decoration: none;
        }

.k-form .k-form-fieldset {
    background-color: var(--white);
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0 2px 6px 0 rgba(67, 89, 113, 0.12);
}

.k-grid {
    border: 0;
    background-color: var(--white);
    font-family: var(--kendo-font-family);
    font-size: 15px;
    border-radius: 10px;
}

    .k-grid .k-alt {
        background-color: #fafafa;
    }

    .k-grid .k-toolbar {
        background-color: transparent;
        padding-bottom: 10px;
        justify-content: end;
        border-color: #dee2e6;
        padding-left: 12px;
        padding-right: 12px;
        border-bottom: 0;
    }

        .k-grid .k-toolbar .k-spacer {
            display: none;
        }

        .k-grid .k-toolbar .k-grid-add,
        .k-grid .k-toolbar .k-grid-addInstance,
        .k-grid .k-toolbar .k-grid-addProductPlatform,
        .k-grid .k-toolbar .k-grid-assignInstance,
        .k-grid .k-toolbar .k-grid-addSPInstanceBrand {
            background: #00C692;
            font-weight: 400;
            font-size: 13px;
            padding: 7px 10px;
            display: inline-block;
            color: #fff;
            border-radius: 5px;
            margin-left: 5px;
            border: 0px;
        }

            .k-grid .k-toolbar .k-grid-add:hover,
            .k-grid .k-toolbar .k-grid-addInstance:hover,
            .k-grid .k-toolbar .k-grid-addProductPlatform:hover,
            .k-grid .k-toolbar .k-grid-assignInstance:hover,
            .k-button-solid-primary:hover {
                background: #01af81;
                color: var(--white);
            }

            .k-grid .k-toolbar .k-grid-add .k-i-plus {
                height: auto;
                width: auto;
            }

                .k-grid .k-toolbar .k-grid-add .k-i-plus:before,
                .k-grid .k-toolbar .k-grid-addInstance .bi-plus-lg:before,
                .k-grid .k-toolbar .k-grid-addProductPlatform .bi-plus-lg:before,
                .k-grid .k-toolbar .k-grid-assignInstance .bi-plus-lg:before {
                    font-family: bootstrap-icons !important;
                    content: "\f64d";
                    font-size: 16px;
                    margin-right: 0.5rem !important;
                    vertical-align: -0.125em;
                }

    .k-grid .k-grid-pager {
        border-color: transparent;
        background-color: transparent;
        padding-left: 0;
        padding-right: 0;
    }

        .k-grid .k-grid-pager .k-pager-nav.k-link,
        .k-grid .k-grid-pager .k-pager-refresh {
            color: var(--primary);
        }

        .k-grid .k-grid-pager .k-pager-numbers .k-link {
            color: var(--primary);
        }

            .k-grid .k-grid-pager .k-pager-numbers .k-link.k-selected {
                background-color: #00c692;
                border-color: #00c692;
                color: var(--white);
            }

            .k-grid .k-grid-pager .k-pager-numbers .k-link.k-focus,
            .k-grid .k-grid-pager .k-pager-numbers .k-link:focus,
            .k-grid .k-grid-pager .k-pager-nav.k-link:focus {
                box-shadow: none;
            }

    .k-grid .k-grid-filter-menu {
        margin-inline-end: 0;
    }

    .k-grid .k-grid-header .k-grid-filter.k-active {
        background-color: transparent;
        color: var(--primary);
    }

select.k-input-inner {
    -webkit-appearance: auto;
    appearance: auto;
}

.k-input:has(.k-input-inner:disabled) {
    background-color: #f7f7f7;
}

.k-grid .k-grid-filter-menu .k-i-filter {
    font-family: bootstrap-icons !important;
    font-size: 16px;
    margin-right: 0.5rem !important;
    vertical-align: -0.125em;
}

    .k-grid .k-grid-filter-menu .k-i-filter::after {
        content: '\F3E1';
    }

.k-grid .k-grid-filter-menu:hover,
.k-grid .k-grid-filter-menu:focus {
    outline: none;
    box-shadow: none;
    background-color: transparent;
}

.k-grid-partner-customer-detail,
.k-grid-btnRequestDetail,
.k-grid-btnRequestResolve,
k-grid-view-detail {
    background-color: transparent;
    border: 0;
    position: relative;
}

    .k-grid-partner-customer-detail:hover,
    .k-grid-btnRequestDetail:hover,
    .k-grid-btnRequestResolve:hover,
    k-grid-view-detail:hover {
        background-color: transparent;
    }

.k-grid .k-command-cell {
    text-align: left;
}

.instance-buttons.k-command-cell {
    display: flex;
    flex-wrap: wrap;
}

.k-grid .k-command-cell .k-button {
    /*background-color: transparent;
        border: 0;*/
    transition: all 0.2s;
}

    .k-grid .k-command-cell .k-icon-button:hover,
    .k-grid .k-command-cell .k-button:hover,
    .k-grid .k-command-cell .k-button:hover .bi-eye {
        transform: scale(1.2);
    }

    .k-grid .k-command-cell .k-icon-button .k-icon.k-i-edit,
    .k-grid .k-command-cell .k-icon-button .k-icon.k-i-edit:before,
    .k-grid .k-command-cell .k-button .bi-eye,
    .k-grid .k-command-cell .k-button .bi-eye:before {
        color: var(--primary);
    }

.k-grid .k-command-cell .k-icon-button .k-icon.k-i-close {
    color: rgba(var(--bs-danger-rgb));
    font-family: bootstrap-icons !important;
    font-size: 16px;
    margin-right: 0 !important;
    vertical-align: -0.125em;
}

    .k-grid .k-command-cell .k-icon-button .k-icon.k-i-close:before {
        content: "\f5de";
    }

.k-grid .k-command-cell .k-button.k-grid-login-icon,
.k-grid .k-command-cell .k-button.k-grid-user-login-icon,
.k-grid .k-command-cell .k-button.k-grid-licences-icon,
.k-grid .k-command-cell .k-button.k-grid-Delete,
.k-grid .k-command-cell .k-button.k-grid-delete,
.k-grid .k-command-cell .k-button.k-grid-package-costs-icon,
.k-grid .k-command-cell .k-button.k-grid-edit,
.k-grid .k-command-cell .k-button.k-grid-user-edit,
.k-grid .k-command-cell .k-button.k-grid-blacklist-api-access,
.k-grid .k-command-cell .k-button.k-grid-api-token,
.k-grid .k-command-cell .k-button.k-grid-get-api-token,
.k-grid .k-command-cell .k-button.k-grid-view-detail {
    padding: 0.375rem;
    background-color: transparent;
    border: 0;
    color: #dc3545;
    z-index: 99;
}

.k-grid .k-command-cell .k-grid-login-icon .k-button-text,
.k-grid .k-command-cell .k-grid-licences-icon .k-button-text,
.k-grid .k-command-cell .k-grid-Delete .k-button-text,
.k-grid .k-command-cell .k-grid-delete .k-button-text,
.k-grid .k-command-cell .k-grid-package-costs-icon .k-button-text {
    font-family: bootstrap-icons !important;
    font-size: 16px;
    margin-right: 0 !important;
    vertical-align: -0.125em;
    text-indent: -9999px;
    position: relative;
    width: 16px;
}

    .k-grid .k-command-cell .k-grid-login-icon .k-button-text:before,
    .k-grid .k-command-cell .k-grid-licences-icon .k-button-text:before,
    .k-grid .k-command-cell .k-grid-Delete .k-button-text:before,
    .k-grid .k-command-cell .k-grid-delete .k-button-text:before,
    .k-grid .k-command-cell .k-grid-package-costs-icon .k-button-text:before {
        color: #198754;
        content: "\F8A5";
        position: absolute;
        left: 0;
        top: 0;
        text-indent: 0;
    }

    .k-grid .k-command-cell .k-grid-licences-icon .k-button-text:before {
        color: #198754;
        content: "\f785";
    }

    .k-grid .k-command-cell .k-grid-Delete .k-button-text:before,
    .k-grid .k-command-cell .k-grid-delete .k-button-text:before {
        color: #dc3545;
        content: "\f5de";
    }

    .k-grid .k-command-cell .k-grid-package-costs-icon .k-button-text:before {
        color: #198754;
        content: "\F634";
    }

/* .k-grid .k-command-cell .k-button.k-grid-api-token {
        color: var(--success);
    } 
*/
.k-toolbar .k-searchbox {
    padding: 0;
    width: 15rem;
    border-radius: 5px;
    border: 0px !important;
    background: #F2F2F2;
}

.k-grid .k-grid-header,
.k-grid .k-grid-content {
    border-style: solid;
    border-width: 0 0 2px 0;
    background-color: var(--white);
}
.k-grid-header .k-header {
    vertical-align: middle !important;
}

    .k-grid .k-grid-header th {
        text-align: left;
        border-width: 0;
        font-weight: 600 !important;
        color: #363636;
        font-size: 14px;
    }

    .k-grid .k-grid-header .k-auto-scrollable {
        border-right: 0;
    }

.k-filter-menu .k-picker-solid.k-focus,
.k-picker-solid:focus {
    background-color: transparent;
}

.k-picker:focus::after,
.k-picker.k-focus::after,
.k-picker:focus-within::after,
.k-input:focus::after,
.k-input.k-focus::after,
.k-input:focus-within::after {
    display: none;
}

.k-grid-header .k-i-sort-asc-sm,
.k-grid-header .k-i-sort-asc-small,
.k-grid-header .k-i-sort-desc-sm,
.k-grid-header .k-i-sort-desc-small,
.k-grid-header .k-sort-order {
    color: var(--primary);
    margin-inline-start: 5px !important;
}

.k-dialog-actions {
    padding: 0;
}

#instance-dialog table td:nth-child(1),
#instance-dialog-edit table td:nth-child(1) {
    width: 35%;
}

.form-error {
    color: red;
    font-size: 13px;
    padding-left: 5px;
}

.sp-grid table {
    table-layout: fixed;
}

.k-column-title {
    white-space: normal;
    font-size: 14px;
    font-weight: 700;
}

.input-label {
    font-size: 15px;
}

#instance-dialog table tr td:first-child,
#instance-dialog-edit table tr td:first-child {
    padding: 6px 0;
}

.k-grid .k-alt {
    border-color: #dee2e6;
}

.k-grid td {
    border-color: transparent;
    border-width: 0 0 1px 0;
    color: #363636;
    padding-left: 20px;
}

.k-grid tbody > tr:not(.k-detail-row).k-hover,
.k-grid tbody > tr:not(.k-detail-row):hover {
    background-color: #f5f5f5;
}

.k-grid-header-wrap table thead th span.k-cell-inner {
    padding-left: 20px;
}
/* List*/
.k-list-content ul li {
    position: relative;
    padding-right: 30px;
}

    .k-list-content ul li.k-focus {
        box-shadow: none;
    }

    .k-list-content ul li.k-selected {
        background-color: var(--primary);
        color: var(--white);
        border: 0;
        box-shadow: none;
        position: relative;
    }

        .k-list-content ul li.k-selected:after {
            content: "\F272";
            font-family: bootstrap-icons !important;
            position: absolute;
            right: 10px;
        }

.k-edit-form-container {
    width: 100%;
}


#instance-dialog table .input-fields,
#instance-dialog-edit table .input-fields {
    display: flex;
    align-items: center;
}

#instance-dialog table, #instance-dialog-edit table {
    width: 100%;
}

    #instance-dialog table .input-fields select,
    #instance-dialog-edit table .input-fields select {
        width: 50%;
    }

.input-fields input[type="color"] {
    width: 50px;
}


.cell-color {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    display: inline-block;
}

.k-input-md .k-input-button,
.k-input-md .k-spinner-decrease,
.k-input-md .k-spinner-increase,
.k-picker-md .k-input-button,
.k-picker-md .k-spinner-decrease,
.k-picker-md .k-spinner-increase {
    background-color: transparent;
}

.k-multiselect .k-chip {
    background-color: #edeeee;
    border-color: #edeeee;
    color: inherit;
}

.profile-navigation {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .profile-navigation li {
        border-bottom: 0px solid rgba(0,0,0,0.25);
        margin-bottom: 10px;
        background-color: var(--white);
        border-radius: 5px;
    }

        .profile-navigation li:last-child {
            border-bottom: 0;
        }

        .profile-navigation li a {
            color: var(--kendo-popup-text, var(--kendo-component-text, initial));
            text-decoration: none;
            padding: 8px 10px;
            display: block;
            border-radius: 5px;
            background-color: var(--white);
        }

        .profile-navigation li:hover a {
            background-color: rgba(0,0,0,0.05);
        }

        .profile-navigation li.active a {
            background-color: #01af81;
            color: var(--white);
        }

.settiing-avatar {
    width: 150px;
    height: 150px;
}

    .settiing-avatar .k-avatar-text {
        font-size: 75px;
        text-transform: uppercase;
    }

.account-avatar {
    width: 50px;
    height: 50px;
}

    .account-avatar .k-avatar-text {
        font-size: 18px;
        text-transform: uppercase;
    }

.manage-account .k-form-fieldset {
    padding: 0;
    margin: 0;
    background-color: transparent;
    box-shadow: none;
}

.no-legend .k-form-legend {
    border: 0;
    display: none;
}

.purchased-products {
    display: flex;
    flex-wrap: wrap;
}

.purchased-products-row {
    /*    background-color: transparent;
    margin-bottom: 5px;
    margin-right: 5px;
    border-radius: 18px;
    padding: 2px 10px 2px 2px;
    display: flex;
    border: 1px solid var(--primary);
    height: 28px;
    max-width: 100%;*/
    font-size: 13px;
}

    .purchased-products-row img {
        max-width: 24px;
        max-height: 24px;
        margin-right: 8px;
        border-radius: 4px;
        width: 24px;
        height: 24px;
    }

    .purchased-products-row .detail {
        max-width: 100%;
    }

    .purchased-products-row:last-child {
        margin: 0;
    }

.status .PendingApproval {
    color: var(--bs-orange);
}

.status .UnderReview {
    color: var(--bs-warning);
}

.status .ReviewApproved {
    color: var(--bs-success);
}

.status .ReviewRejected {
    color: var(--bs-danger);
}

.status .Decommissioned {
    color: var(--bs-gray-500);
}

.validation-summary-errors {
    width: 100%;
}

    .validation-summary-errors ul {
        padding: 0;
        list-style: none;
        margin: 0;
    }

        .validation-summary-errors ul li {
            font-size: 14px;
        }

.registeration-successful {
    text-align: center;
    padding: 30px 20px;
}

.registration-details-form .k-form-fieldset {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .registration-details-form .k-form-fieldset .k-form-field {
        width: calc(50% - 15px);
        margin-top: 0;
    }

        .registration-details-form .k-form-fieldset .k-form-field:last-child {
            width: 100%;
        }


.k-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.k-grid tr .checkbox-align {
    text-align: center;
    vertical-align: middle;
}

.btn-platform img {
    height: 24px;
}

.header-user .k-menu-link {
    text-transform: uppercase;
}

.row-details {
    margin-top: 12px;
    margin-bottom: 12px;
}


    .row-details ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .row-details ul label {
            width: 150px;
        }

    .row-details.package-details ul label {
        width: 350px;
    }

.row-details-list {
    margin-top: 20px;
    margin-bottom: 12px;
    margin-left: 15px;
}

    .row-details-list label {
        background-color: rgba(222, 226, 230, 0.2);
        border: 1px solid #dee2e6;
        border-radius: 3px;
        padding: 8px 15px;
        margin-right: 15px;
        margin-bottom: 15px;
        font-size: 15px;
        width: calc(20% - 15px);
        box-shadow: 0 0 7px rgba(0,0,0,0.15);
        transition: all 0.2s ease-out;
        position: relative;
    }

        .row-details-list label:hover {
            transform: scale(1.05);
            z-index: 9;
        }

        .row-details-list label p {
            margin-bottom: 0;
            white-space: nowrap;
            max-width: 100%;
            text-overflow: ellipsis;
            overflow: hidden;
        }

.rdo-container {
    background-color: transparent;
    border-radius: 6px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.rdo-input {
    font-size: inherit;
    margin: 0;
    position: absolute;
    right: calc(1rem - 11px);
    top: calc(3px + 3px);
    z-index: 9;
}

.inst-rdo {
    position: unset !important;
}

    .inst-rdo::after {
        top: 46%;
        left: 2% !important;
    }

@supports(-webkit-appearance: none) or (-moz-appearance: none) {
    .rdo-input:checked {
        background: #558309;
        border-color: #558309;
    }

    .rdo-input::after {
        border: 2px solid transparent;
        border-top: 0;
        border-left: 0;
        content: '';
        display: block;
        height: 0.50rem;
        left: 25%;
        position: absolute;
        top: 46%;
        transform: rotate(45deg) translate(-50%, -50%);
        width: 0.265rem;
    }

    .rdo-input:checked::after {
        border-color: #fff;
    }
    /* .rdo-container:hover .rdo-input::after,
    .rdo-group-container:hover .rdo-input::after {
        border-color: #fff;
    }*/
    .inst-rdo {
        height: 1.2rem !important;
        outline: none;
        transition: background 0.2s ease-out, border-color 0.2s ease-out;
        width: 1.2rem !important;
    }

        .inst-rdo::after {
            top: 49% !important;
            left: 3.5% !important;
        }

    .rdo-input {
        -webkit-appearance: none;
        -moz-appearance: none;
        background: #c7cdd5;
        border: 2px solid #c7cdd5;
        cursor: pointer;
        height: 1rem;
        outline: none;
        transition: background 0.2s ease-out, border-color 0.2s ease-out;
        width: 1rem;
    }

    @supports (-webkit-appearance: none) or (-moz-appearance: none) {
        .rdo-input[type="checkbox"] {
            border-radius: 100%;
        }
    }

    .rdo-input[type="radio"] {
        border-radius: 50%;
    }
}

.rdo-input:checked,
.rdo-group-container .rdo-input:checked {
    border-color: #00c692;
    background-color: #00c692;
}

.rdo-input-card-content {
    border: 1px solid #DEDEDE;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    padding: 8px;
    transition: border-color 0.2s ease-out;
    height: 100%;
}

/*.rdo-container:hover ~ .rdo-input-card-content {
    border-color: #c4d1e1;
}
*/
.rdo-input:checked ~ .rdo-input-card-content {
    border-color: #00c692;
}



.rdo-input:focus ~ .rdo-input-card-content {
    box-shadow: 0 0 0 2px #c4d1e1;
}

.rdo-input:disabled ~ .rdo-input-card-content {
    /*color: #c4d1e1;*/
    cursor: default;
}

/*.rdo-input:disabled ~ .rdo-input-card-content .plan-type {
        color: #c4d1e1;
    }*/

.rdo-container .rdo-input:disabled ~ .rdo-input-card-content {
    border-color: #f5f5f5;
    box-shadow: none;
    background-color: #f5f5f5;
}

.rdo-container:hover .rdo-input:disabled {
    border-color: #558309;
}

.rdo-group-container {
    display: grid;
    grid-gap: 1em;
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
}

@media only screen and (max-width: 600px) {
    .rdo-group-container {
        max-width: 100%;
    }
}

.box-content {
    width: 100%;
}

.instance-color {
    width: 15px;
    height: 15px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: -2px;
    margin-left: 2px;
}

.brand-smallImage {
    display: inline;
    margin-left: 15px;
    vertical-align: 15%;
}

    .brand-smallImage img {
        width: 50px;
    }

/* ADD CUSTOMER START*/
.step .sub-heading {
    display: flex;
    justify-content: center;
    font-size: 17px;
}

.step .step-heading {
    padding-left: 5px;
    font-size: 13px;
}

.customer-form-row {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}

.customer-form-group {
    display: flex;
    align-items: center;
    width: 49%;
    padding: 4px 10px;
    flex-direction: column;
    align-items: flex-start;
}

.customer-form {
    margin: 0px 5px;
}

.customer-buttons {
    display: flex;
    justify-content: end;
    margin: 10px 15px 0 0;
}

    .customer-buttons button {
        margin-left: 15px;
    }

.package-tab-strip {
    padding: 15px;
}

    .package-tab-strip .packages,
    .package-tab-strip .optional-packages {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 10px;
        padding: 5px;
    }

@media only screen and (max-width: 1200px) {
    .package-tab-strip .packages,
    .package-tab-strip .optional-packages {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 900px) {
    .package-tab-strip .packages,
    .package-tab-strip .optional-packages {
        /*grid-template-columns: repeat(2, 1fr);*/
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and (max-width: 600px) {
    .package-tab-strip .packages,
    .package-tab-strip .optional-packages {
        grid-template-columns: repeat(1, 1fr);
    }
}

.package-tab-strip .packages .package-container.disabled,
.package-tab-strip .optional-packages .optional-package-container.disabled {
    opacity: 0.5;
    border-color: #CCC;
    cursor: default;
}

.package-tab-strip .packages .package-container,
.package-tab-strip .optional-packages .optional-package-container {
    padding: 10px 10px;
    border-radius: 4px;
    display: grid;
    grid-gap: 10%;
    grid-template-columns: 40% 20% 20%;
    font-size: 13px;
    background: #fff;
    align-items: center;
    line-height: 15px;
}

.packages-head {
    display: grid;
    grid-gap: 10%;
    grid-template-columns: 40% 20% 20%;
    font-size: 13px;
    font-weight: 600;
}


.package-tab-strip .packages .package-container .package-name, .package-tab-strip .packages .package-container .package-name > label {
    margin-bottom: 0px;
}

.package-tab-strip .packages .package-container .package-buttons {
    margin-left: 0;
    display: flex;
    flex-direction: column;
}

    .package-tab-strip .packages .package-container .package-buttons .hint {
        font-size: 12px;
        text-align: center;
        display: block;
        margin-top: 5px;
    }

.customer-package-row {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}

.package-buttons {
    margin-left: auto;
}

.package-name {
    display: flex;
    /*align-items: center;*/
    /*flex-direction: column;*/
}

.billingfre {
    height: 17.75px;
}

.partner-customer-container label {
    margin: 0;
}

label.quantity {
    padding: 0 10px;
    font-weight: bold;
}

.platfrom-info-container {
    display: flex;
    width: 49%;
    padding: 4px 10px;
    flex-direction: column;
    align-items: flex-start;
}

.customer-platform-row {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}

.sp-customer-form-wizard-container input[type="text"] {
    border-radius: 5px;
    /*max-width: 300px;*/
}

.sp-customer-form-wizard-container label.error {
    color: #f42c2c
}

.customer-products {
    display: flex;
}

.customer-platforms {
    display: flex;
    gap: 20px;
}

.platform-cn, .instance-cn {
    margin-top: 20px;
}

.package-tab-strip.k-tabstrip .k-tabstrip-items-wrapper.k-hstack {
    border: none;
    margin-bottom: 25px;
}


.package-tab-strip.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items li {
    border: 2px solid var(--primary);
    color: var(--primary);
    font-weight: 600;
    border-radius: 25px;
}

    .package-tab-strip.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items li.k-active {
        background-color: var(--primary);
        color: var(--white);
    }



.pkg-number-input input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.pkg-number-input input[type=number]::-webkit-inner-spin-button,
.pkg-number-input input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.pkg-number-input {
    border: 1px solid #ddd;
    display: inline-flex;
    border-radius: 5px;
}

    .pkg-number-input,
    .pkg-number-input * {
        box-sizing: border-box;
    }

        .pkg-number-input button:disabled {
            cursor: default;
            opacity: 0.5;
        }

        .pkg-number-input button {
            outline: none;
            -webkit-appearance: none;
            background-color: transparent;
            border: none;
            align-items: center;
            justify-content: center;
            width: 29px;
            height: 25px;
            cursor: pointer;
            margin: 0;
            position: relative;
            line-height: 10px;
        }

        /* .pkg-number-input button:before,
            .pkg-number-input button:after {
                display: inline-block;
                position: absolute;
                content: '';
                width: 10px;
                height: 2px;
                background-color: #626262;
                transform: translate(-50%, -50%);
            }

            .pkg-number-input button.plus:after {
                transform: translate(-50%, -50%) rotate(90deg);
            }*/

        .pkg-number-input input[type=number] {
            font-family: var(--kendo-font-family);
            max-width: 70px !important;
            padding: .5rem;
            border: solid #ddd;
            border-width: 0 2px;
            font-size: 13px;
            height: 25px;
            font-weight: bold;
            text-align: center;
        }

            .pkg-number-input input[type=number]:first-child {
                border: 0;
                background-color: transparent;
            }

.add-customer-steps .sub-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: bold;
}

.add-customer-steps .rdo-input-card-content .product-sec .image-sec {
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

    .add-customer-steps .rdo-input-card-content .product-sec .image-sec img {
        max-width: 100%;
        max-height: 100%;
    }

.add-customer-steps .rdo-container:hover .rdo-input-card-content {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}

.add-customer-steps .k-wizard-step .k-form {
    display: flex;
    justify-content: space-between;
}

    .add-customer-steps .k-wizard-step .k-form .k-form-fieldset {
        width: 50%;
        padding: 0 15px;
        margin: 0;
    }

.add-customer-steps .platform-cn .product-platform-container .product-platform {
    margin-right: 0;
    border: 0;
    border-radius: 0;
}

.add-customer-steps .instance-card-container .product-instance input[type="radio"] {
    z-index: 9;
    top: 11px;
    right: 11px;
}

.add-customer-steps .instance-card-container .product-instance .rdo-input-card-content {
    padding: 0;
    height: 100%;
}

.add-customer-steps .instance-card-container .product-instance .instance-card {
    border: 0;
    border-radius: 0.5em;
    background-color: transparent;
}

    .add-customer-steps .instance-card-container .product-instance .instance-card .k-card-header {
        background-color: transparent;
        padding-right: 44px !important;
    }
/* ADD CUSTOMER END*/
.k-window.wizard-window {
    max-width: 900px;
}

.sppi-container {
    border-width: 0 0 0 0;
    box-shadow: none;
    border-radius: 0;
}

    .sppi-container h5.k-card-header {
        padding: 8px;
        margin-bottom: 10px;
        background-color: #f5f5f5;
        color: #444;
        border-bottom: 0;
        font-size: 14px;
        font-weight: 600;
    }

    .sppi-container > .sppi-body-instance-container {
        display: grid;
        grid-gap: 10px;
        grid-template-columns: repeat(1, 1fr);
    }

    .sppi-container .sppi-container-content {
        width: 100%;
        display: inline-block;
        position: relative;
        padding: 0;
        border: 0;
        font-size: 15px;
        box-shadow: none;
    }

        .sppi-container .sppi-container-content p {
            font-size: 13px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            max-width: 250px;
            margin-bottom: 0;
        }

        .sppi-container .sppi-container-content small {
            font-size: 11px;
            color: #444;
        }

.instlogo {
    width: 95px;
}

    .instlogo > .platform-card-item > button.k-button-md.k-icon-button {
        padding: 0px !important;
    }

.sppi-container .rdo-input {
    z-index: 99;
}

.k-step-list-horizontal .k-step-link {
    max-width: 100%;
}

.wizard-modal .k-wizard {
    padding: 0;
}

.k-wizard .k-wizard-step {
    padding: 0;
}

.k-stepper .k-step-label .k-step-text {
    max-width: 100%;
}

.k-wizard-steps:focus-visible, .k-wizard .k-wizard-step:focus {
    outline: none;
}

.dropdown-sm {
    padding: 0;
}

.k-tabstrip.tab-strip-hidden > .k-tabstrip-items-wrapper {
    display: none;
}

.k-switch-label-off, .k-switch-label-on {
    display: inline;
    width: max-content !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-shadow: none;
    line-height: 2em;
    overflow: hidden;
    left: calc(100% + 8px) !important;
    font-size: 0.7rem;
    font-weight: 500;
}

.k-switch-on .k-switch-label-on,
.k-switch-off .k-switch-label-off {
    color: rgb(38, 42, 46);
}

@media only screen and (max-width: 1023px) {
    .partner-customer-home > .row > .col-12 > .d-flex {
        flex-direction: column;
    }

        .partner-customer-home > .row > .col-12 > .d-flex .partner-customer-products-container {
            margin-left: 0 !important;
            padding-left: 0 !important;
            border-left: 0 !important;
            margin-top: 1rem;
            padding-top: 1rem;
            border-top: 1px solid #dee2e6;
        }
}

@media only screen and (max-width: 767px) {
    .partner-customer-home > .row > .col-12 > .d-flex .partner-customer-products-container .header-section {
        flex-direction: column;
    }

    .partner-customer-home > .row > .col-12 > .d-flex .detail-platforms-section .header-section > div.partner-customer-detail-container {
        max-width: 100%;
    }

    .partner-customer-home > .row > .col-12 > .d-flex .partner-customer-products-container .header-section .customer-product-container {
        max-width: 100%;
        margin-bottom: 1rem;
    }

        .partner-customer-home > .row > .col-12 > .d-flex .partner-customer-products-container .header-section .customer-product-container:last-child {
            margin-bottom: 0;
        }
}

.partner-customer-home .detail-platforms-section .partner-customer-platforms-container {
    text-align: end;
}

.partner-customer-home .detail-platforms-section .product-platform-container {
    justify-content: flex-end;
}

    .partner-customer-home .detail-platforms-section .product-platform-container .product-platform {
        border: none;
        padding: 2px 5px;
        margin-right: 4px;
    }

.partner-customer-home .detail-platforms-section .header-section {
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.partner-customer-home .partner-customer-products-container .header-section .customer-product-container {
    width: 100%;
    margin-right: 1rem;
    max-width: 470px;
    min-width: 350px;
}

    .partner-customer-home .partner-customer-products-container .header-section .customer-product-container.custom-wd {
        min-width: 400px !important;
    }

    .partner-customer-home .partner-customer-products-container .header-section .customer-product-container:last-child, .customer-product-container.custom-wd:last-child(2) {
        margin-right: 0 !important;
    }

/* .partner-customer-home .partner-customer-products-container .header-section .customer-product-container .partner-customer-product-header-card {
        border-width: 1px !important;
    }*/
/* 
        .partner-customer-home .partner-customer-products-container .header-section .customer-product-container .partner-customer-product-header-card.active {
            border-color: var(--primary) !important;
            color: var(--primary) !important;
        }*/

.partner-customer-home .detail-platforms-section .header-section > div.partner-customer-detail-container {
    /* padding: 12px 15px;*/
    border-width: 1px;
    border-color: #fff;
    border-radius: 10px;
    cursor: pointer;
    width: 100%;
    font-size: 15px;
    position: relative;
    transition: all 0.3s;
    font-weight: 500;
    /*text-transform:capitalize;*/
    /*display: flex;
  grid-gap: 5px;
  justify-content: space-between;
  max-width: 400px;
  flex-direction: column;*/
    /*overflow: visible;*/
}

    /*   .partner-customer-home .detail-platforms-section .header-section > div.partner-customer-detail-container:before {
        pointer-events: none;
        position: absolute;
        z-index: 1;
        content: "";
        top: 100%;
        left: 5%;
        height: 10px;
        width: 90%;
        opacity: 0;
        background: radial-gradient( ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80% );
        transition-duration: 0.3s;
        transition-property: transform, opacity;
    }*/

    .partner-customer-home .detail-platforms-section .header-section > div.partner-customer-detail-container:hover,
    .partner-customer-home .detail-platforms-section .header-section > div.partner-customer-detail-container.active {
        border-color: #00C692;
        border-width: 1px;
        transform: translateY(-5px);
    }

        .partner-customer-home .detail-platforms-section .header-section > div.partner-customer-detail-container:hover:before,
        .partner-customer-home .detail-platforms-section .header-section > div.partner-customer-detail-container.active:before {
            transform: translateY(5px);
            opacity: 1;
        }

    .partner-customer-home .detail-platforms-section .header-section > div.partner-customer-detail-container > div {
        /* width: auto;
        text-align: center;
        display: flex;
        align-items: start;
        margin-bottom: 0;
        border-bottom: 1px solid #ddd;*/
        padding-bottom: 8px;
        flex-wrap: wrap;
    }

        .partner-customer-home .detail-platforms-section .header-section > div.partner-customer-detail-container > div span {
            white-space: nowrap;
            min-width: 110px;
            text-align: left;
            display: inline-block;
        }

    .partner-customer-home .detail-platforms-section .header-section > div.partner-customer-detail-container .eye-icon {
        position: absolute;
        top: 16px;
        right: 16px;
        color: var(--primary);
        font-size: 18px;
        transition: all 0.2s;
    }

    .partner-customer-home .detail-platforms-section .header-section > div.partner-customer-detail-container:hover .eye-icon {
        transform: scale(1.2);
    }

    .partner-customer-home .detail-platforms-section .header-section > div.partner-customer-detail-container.active .eye-icon:before {
        content: "\F340";
    }

.k-drawer-container {
    height: calc(100% - 59px);
}

.k-drawer-content {
    height: 100%;
    overflow-y: hidden;
}

.platform-key-data {
    display: grid;
    grid-template-columns: calc(50% - 5px) 10px calc(50% - 5px);
    grid-gap: 2px;
    padding: 4px 4px;
    border: 1px solid #CCC;
    /*align-items: center;*/
}

    .platform-key-data .key-value .platform-key-card {
        border: 1px solid #eee;
        padding: 4px 12px;
        margin: 4px 12px 4px 0;
    }

.platform-key-data {
    border-bottom-width: 0;
}

    .platform-key-data:last-child {
        border-bottom-width: 1px;
    }

.info-row-container .platform-key-data {
    grid-template-columns: calc(30% - 5px) 10px calc(70% - 5px);
}

.k-avatar-solid-primary {
    background-color: #e9e9e9;
    color: #333;
}

.k-orgchart {
    min-height: 200px;
}

.k-edit-buttons {
    display: flex;
    flex-direction: row-reverse;
}

    .k-edit-buttons .k-icon {
        display: none;
    }

.array-group-item.k-form-fieldset {
    display: flex !important;
    align-items: end;
    border: 1px solid #bbb;
    margin: 1rem 0 0 !important;
    padding: 1rem 15px 1.5rem !important;
    position: relative;
    border-radius: 5px;
}

    .array-group-item.k-form-fieldset .k-form-field {
        margin: 0 10px 0 0;
        width: 50%;
    }

        .array-group-item.k-form-fieldset .k-form-field:last-of-type {
            margin: 0;
        }

    .array-group-item.k-form-fieldset .k-form-legend {
        display: none;
    }

    .array-group-item.k-form-fieldset .btn-remove-item {
        background-color: transparent;
        border: 0;
        color: #dc3545;
        position: absolute;
        right: 5px;
        top: 3px;
        transition: all 0.2s;
    }

        .array-group-item.k-form-fieldset .btn-remove-item:hover {
            transform: scale(1.2);
        }

        .array-group-item.k-form-fieldset .btn-remove-item .k-icon {
            font-size: 20px;
        }

.add-customer-steps .k-wizard-step .k-form:has(.array-group-item) {
    display: block;
}

.add-customer-steps .k-wizard-step .k-form .k-form-fieldset.array-group-item {
    padding: 1rem 15px 1.5rem !important;
    border: 1px solid #bbb;
    margin-left: 15px !important;
    width: calc(50% - 30px);
    border-radius: 5px;
}
/*.add-customer-steps .k-wizard-step .k-form .k-form-fieldset.array-group-item .k-form-legend {
    display: block;
    margin-bottom: 0;
}*/

.k-switch-on .k-switch-track {
    border-color: #00c692;
    background-color: #00c692;
}

.k-switch-on.k-focus .k-switch-track, .k-switch-on:focus .k-switch-track,
.k-switch:focus::after, .k-switch.k-focus::after,
.k-switch-off.k-focus .k-switch-track, .k-switch-off:focus .k-switch-track {
    outline: none;
}

.btn-copy, .products-container .btn-sec .k-button.btn-icon-only {
    transition: all 0.2s !important;
}

    .btn-copy:hover, .products-container .btn-sec .k-button.btn-icon-only:hover {
        transform: scale(1.2);
    }

.product-platform-container .product-platform .platform[role="button"],
.intance-info-sec .platform-card-item .k-button {
    transition: all 0.2s;
}

    .product-platform-container .product-platform .platform[role="button"]:hover,
    .intance-info-sec .platform-card-item .k-button:hover {
        transform: scale(1.2);
    }

.intance-info-sec {
    display: grid;
    grid-template-columns: calc(60% - 10px) calc(40% - 10px);
    grid-gap: 20px;
}

@media only screen and (max-width: 1023px) {
    .intance-info-sec {
        grid-template-columns: calc(50% - 10px) calc(50% - 10px);
    }
}

@media only screen and (max-width: 767px) {
    .intance-info-sec {
        display: block;
    }

        .intance-info-sec .instance-card {
            margin-bottom: 1rem;
        }

    .partner-customer-detail-form-container .k-form-layout {
        display: flex;
        flex-direction: column;
    }
}

.intance-info-sec .k-card-actions {
    overflow: visible;
}

.product-filter .product-filter-single {
    border: 1px solid #ddd;
    padding: 6px 40px 6px 6px;
    border-radius: 13px;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    opacity: 0.7;
    max-width: 220px;
}

    .product-filter .product-filter-single * {
        cursor: pointer;
    }

    .product-filter .product-filter-single:last-child {
        margin-right: 0;
    }

    .product-filter .product-filter-single .k-checkbox,
    .product-filter .product-filter-single input[type='checkbox'] {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: 0;
        z-index: 9;
    }

    .product-filter .product-filter-single:after {
        content: "\F272";
        position: absolute;
        font-family: bootstrap-icons !important;
        font-style: normal;
        font-weight: normal !important;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        font-size: 13px;
        right: 6px;
        color: var(--primary);
        display: none;
        background: #827bba;
        border-radius: 50px;
        padding: 4px 2px 2px 2px;
        width: 20px;
        height: 20px;
        text-align: center;
        /* display: flex; */
        /* align-items: center; */
        color: #fff;
        top: 5px;
    }

    .product-filter .product-filter-single:has(.k-checkbox:checked),
    .product-filter .product-filter-single:has(.k-checkbox:checked):hover,
    .product-filter .product-filter-single:has(input[type='checkbox']:checked),
    .product-filter .product-filter-single:has(input[type='checkbox']:checked):hover {
        /* border-color: var(--primary);*/
        border-color: #5d4ac8;
        opacity: 1;
    }

        .product-filter .product-filter-single:has(.k-checkbox:checked):after,
        .product-filter .product-filter-single:has(input[type='checkbox']:checked):after {
            display: block;
        }

/*    .product-filter .product-filter-single img {
        max-width: 20px;
        max-height: 20px;
    }*/

.customer-filter {
    max-width: 500px;
}

.k-grid-content {
    min-height: 180px;
}

.k-grid a {
    color: var(--primary);
}

.button, .btn, a, button {
    cursor: pointer;
}

.k-grid .k-command-cell .k-grid-package-costs-icon .k-button-text:before {
    color: #198754;
    content: "\F8A5";
    position: absolute;
    left: 0;
    top: 0;
    text-indent: 0;
}

.currency-symbol {
    padding-left: 4px;
    margin-right: 8px;
    font-weight: 600;
    display: inline-block;
}

    .currency-symbol.AUD {
        padding-left: 16px !important;
    }

    .currency-symbol.EUR {
        padding-left: 8px !important;
    }

    .currency-symbol::before {
        position: absolute;
        left: 4px;
        top: 0;
        text-indent: 0;
    }

    .currency-symbol.GBP::before {
        content: "\00A3";
    }

    .currency-symbol.EUR::before {
        content: "\20AC";
    }

    .currency-symbol.USD::before {
        content: "\0024";
    }

    .currency-symbol.AUD::before {
        content: "A\0024";
    }

.instance-card-currency.currency-symbol::before {
    left: 5px;
}

.pill-item {
    background-color: transparent;
    margin-bottom: 5px;
    margin-right: 5px;
    border-radius: 18px;
    padding: 2px 13px;
    display: inline-block;
    border: 1px solid var(--primary);
    font-size: 13px;
    /*height: 28px;*/
}

    .pill-item span {
        vertical-align: -10%;
    }

.status-ribon {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid transparent;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}

    .status-ribon.danger {
        border-left: 30px solid var(--danger);
        display: block;
    }

    .status-ribon.success {
        border-left: 30px solid var(--success);
        display: block;
    }

    .status-ribon.warning {
        border-left: 30px solid var(--warning);
        display: block;
    }

    .status-ribon.info {
        border-left: 30px solid var(--info);
        display: block;
    }

/*.status-pills {
    max-width: calc(100% - 40px);
}*/

.status-pills .badge {
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.input-disabled {
    padding-left: 4px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 50%;
}

#UserMessage-form-label {
    margin-top: -19px;
    margin-left: 20px;
    color: #B33A3A;
}

button:focus::after {
    content: attr(title);
    position: absolute;
}

.name-sec .name-initial {
    border-radius: 50%;
    height: 32px;
    width: 32px;
    padding: 0;
    background-color: rgba(0,0,0,0.3);
    display: block;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #fff;
    text-align: center;
    margin-right: 10px;
    line-height: 32px;
}

.avtr_1 {
    background-color: rgba(0,198,146,0.4) !important;
}

.avtr_2 {
    background-color: rgba(224,168,13,0.4) !important;
}

.avtr_3 {
    background-color: rgba(88,70,162,0.4) !important;
}

.avtr_4 {
    background-color: rgba(57,209,226,0.4) !important;
}

.avtr_5 {
    background-color: rgba(198,33,220,0.5) !important;
}

/*.k-grid .k-grid-content tr:nth-child(6n) td .name-sec .name-initial {
    background-color: rgb(249, 195, 141);
}

.k-grid .k-grid-content tr:nth-child(6n+1) td .name-sec .name-initial {
    background-color: rgb(173, 255, 173);
}

.k-grid .k-grid-content tr:nth-child(6n+2) td .name-sec .name-initial {
    background-color: rgb(255, 255, 203);
}

.k-grid .k-grid-content tr:nth-child(6n+3) td .name-sec .name-initial {
    background-color: rgb(166, 197, 255);
}

.k-grid .k-grid-content tr:nth-child(6n+4) td .name-sec .name-initial {
    background-color: rgb(244, 197, 242);
}

.k-grid .k-grid-content tr:nth-child(6n+5) td .name-sec .name-initial {
    background-color: rgb(255, 174, 178);
}*/

.name-sec .name-container {
    width: calc(100% - 45px);
    line-height: 14px;
}

    .name-sec .name-container .name {
        font-weight: 500;
        display: block;
        text-transform: capitalize;
    }

    .name-sec .name-container .email {
        opacity: 0.7;
        font-size: 13px;
        display: block;
        line-height: 18px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        text-transform: lowercase;
    }

.registration-status i {
    font-size: 16px;
}

.k-form-field:has(.k-input.d-none) {
    display: none;
}

    .k-form-field:has(.k-input.d-none) + .k-form-fieldset {
        margin-top: 0;
    }

.customer-detail-container {
    cursor: pointer;
    width: 100%;
    min-width: 420px;
    max-width: 100%;
}

    .customer-detail-container .eye-icon {
        position: absolute;
        right: 15px;
        top: 10px;
        display: none;
    }

    .customer-detail-container:hover .eye-icon {
        display: block;
    }

.k-form-field .k-multiselect {
    padding: 0;
}

/*.token-container > div button.copy-button::before {
    content: '\F759';
    height: 18px;
    width: 18px;
}*/

.token-container > div {
    margin-bottom: 15px;
}

    .token-container > div > h5 {
        width: 200px;
    }

    .token-container > div textarea {
        resize: none;
    }

input[type="text"]:read-only {
    background-color: #EBEBEB;
    cursor: auto;
    font-weight: 500;
}

.customer-product-container .product-platform-container .product-platform {
    padding: var(--kendo-icon-button-md-padding-y, 0.375rem );
}

    .customer-product-container .product-platform-container .product-platform .platform {
        width: 28px;
        padding: 0;
        height: 28px;
    }

        .customer-product-container .product-platform-container .product-platform .platform[role="button"]:hover {
            transform: scale(1);
        }

.customer-product-container .actions-sec .k-button {
    width: 32px;
    height: 28px;
}

    .customer-product-container .actions-sec .k-button .certificate:after {
        content: "\F153";
        font-family: bootstrap-icons !important;
        font-style: normal;
        font-weight: normal;
        font-size: 10px;
        position: absolute;
        right: 0;
        bottom: 0;
    }

.k-grid .k-grid-header th[data-title="Action"] .k-link {
    justify-content: center;
}

/*body {
    zoom:1;
    transform-origin: 0 0; 
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
}*/

.partner-customer-detail-form-container .k-grid-cols-2 .k-form-fieldset {
    margin-top: 0;
}

.partner-customer-detail-form-container .k-form .k-grid-cols-2 .k-form-field {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.partner-customer-detail-form-container .k-form .k-form-field-wrap {
    width: 100%;
}

.partner-customer-detail-form-container .k-form .k-form-legend {
    margin-bottom: 0;
}

.partner-customer-detail-form-container .k-form .k-form-field > .k-label,
.partner-customer-detail-form-container .k-form-inline .k-form-field > .k-label {
    width: 250px;
    margin-bottom: 0;
}

.partner-customer-detail-form-container .k-form .k-form-buttons {
    margin-top: 15px;
}

/*.partner-cutomer-products.products-container .overlaping .k-card .k-card-header .k-card-subtitle {
    bottom: 100px;
}*/

.partner-cutomer-products.products-container .overlaping .k-card .product-det {
    width: 100%;
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.6);
}

.partner-cutomer-products.products-container .overlaping .k-card .k-card-header .btn-icon-only {
    position: absolute;
    right: calc(0.5rem - 6px);
    top: calc(0.5rem);
    /* background-color: rgba(255,255,255,1);*/
    background-color: #08C795;
    color: #fff !important;
    z-index: 999;
}

.partner-cutomer-products.products-container .overlaping .k-card .product-platform {
    margin-right: 5px;
}

    .partner-cutomer-products.products-container .overlaping .k-card .product-platform:last-child {
        margin-right: 0px;
    }

    .partner-cutomer-products.products-container .overlaping .k-card .product-platform .platform {
        background-color: rgba(255,255,255,0.8);
        padding: 0px;
        border-radius: 7px;
        width: 30px;
        height: 25px;
        text-align: center;
    }

        .partner-cutomer-products.products-container .overlaping .k-card .product-platform .platform > img {
            width: 28px;
        }

.k-animation-container:has(.k-notification) {
    left: 50% !important;
    transform: translate(-50%, 0) !important;
}

/*.k-window-content {
    zoom: 1 !important;
}*/


#PartnerPackageLicenseGrid th, #PartnerPackageLicenseGrid td,
#package-costs-window th, #package-costs-window td {
    justify-content: center;
    border-left-width: 0;
    text-align: left;
}

    #PartnerPackageLicenseGrid td:first-child,
    #package-costs-window td:first-child {
        text-align: left;
    }

#PartnerPackageLicenseGrid tr:first-child th,
#package-costs-window tr:first-child th {
    border-width: 0 0 1px;
    justify-content: center;
}

    #PartnerPackageLicenseGrid tr:first-child th:first-child,
    #package-costs-window tr:first-child th:first-child {
        justify-content: left;
        text-align: left;
    }

.k-grid td:has(.tooltips) {
    overflow: visible;
}

#package-costs-window td .k-input-md .k-input-inner,
#package-costs-window td .k-picker-md .k-input-inner {
    padding: 0;
}

#package-costs-window td .k-input-md .k-input-spinner,
#package-costs-window td .k-picker-md .k-input-spinner {
    width: 16px;
}

#package-costs-window td .k-input-md .k-input-button,
#package-costs-window td .k-input-md .k-spinner-decrease,
#package-costs-window td .k-input-md .k-spinner-increase,
#package-costs-window td .k-picker-md .k-input-button,
#package-costs-window td .k-picker-md .k-spinner-decrease,
#package-costs-window td .k-picker-md .k-spinner-increase {
    padding: 0;
}

.k-expander {
    margin-bottom: 15px;
    border-radius: 5px 5px;
    border: 0px;
}

.table-bordered.k-grid .k-grid-header th,
.table-bordered.k-grid td {
    border-width: 1px 1px 0px 1px !important;
    border-color: transparent !important;
    padding: 15px 0px;
}

/*#PartnerPackageLicenseGrid .k-grouping-header, #PartnerPackageLicenseGrid .k-grid-footer {
    display: block;
}*/

#partner-customer-platform-detail-form .k-form-fieldset,
#partner-customer-platform-detail-form .k-form-fieldset .k-form-legend {
    margin: 0;
}

.k-form-field:has(.k-switch.d-none) {
    display: none !important;
}

.k-grid .k-grid-header {
    padding-right: 0 !important;
}

    .k-grid .k-grid-header .k-grid-header-wrap {
        margin-right: 0;
    }

.k-grid .k-grid-content {
    overflow-y: hidden;
}

@media only screen and (max-width: 767px) {
    .login-row .login-form {
        width: 100%;
    }
}


/*--------------------------partner home page css-------------------------------------*/
.bgval {
    border-radius: 25px;
    background: #fff !important
}

.btmbody {
    padding: 15px 15px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
}

.bgval .ptitle {
    padding: 13px 15px;
}

.product-filter .product-filter-single img {
    width: 50px !important;
}

.formfield {
    width: 50%;
}

.prohead {
    margin-bottom: 0.5rem;
}

.k-multiselect .k-chip {
    background-color: #f1f5f9;
    border-color: #f1f5f9;
    color: inherit;
    font-size: 13px;
    padding: 10px;
}

.k-form-field .k-multiselect {
    height: 55px;
    border-radius: 15px;
    background: #fff;
    padding: 4px;
}

.csrinfo {
    border-radius: 25px;
}

.border-15 {
    border-radius: 25px;
}

.rtitle > h5 {
    font-size: 15px;
}

.rval > h3 {
    font-size: 23px;
}

.font-13 {
    font-size: 13px !important;
}

.font-22 {
    font-size: 22px;
    margin-bottom: 0px;
}

.tblinfo {
    background-color: #f1f5f9;
    /* padding-top: 20px; */
    border-radius: 25px;
    border-top: 1px solid #d7dde4;
}

.tblcus {
    margin: 0px 15px 0px 15px;
    padding-top: 0px !important;
}

.yearnav {
    padding: 13px 0px;
}

.btnyear {
    background: #fff;
    border: 0px;
    padding: 10px 15px;
    font-size: 18px;
    border-radius: 8px;
    transition: 150ms;
}

    .btnyear:hover {
        background: #827bba;
        color: #fff;
    }

btnyear:hover:not([disabled]) {
    background: red;
}

.btnyear:disabled {
    opacity: .5;
}

.currentyear {
    margin: 0px 10px;
    font-size: 16px;
    font-weight: 700;
    font-family: var(--kendo-font-family);
}

@media (min-width: 768px) and (max-width: 800px) {
    .content-area {
        padding-left: 60px;
    }
}

@media (min-width: 1024px) and (max-width: 1920px) {

    .productimg {
        min-width: 35%;
    }
}


.productimg {
    /*  min-width: 400px;*/
    border-radius: 7px;
    padding: 12px;
    background: #d7dce2;
    /*margin-bottom:10px;*/
}
/*    .productimg img {
        border-radius: 15px;
    }*/
.producttitle {
    text-align: center;
    line-height:;
}

.productname {
    width: 70%;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.producttitle h2 {
    font-weight: 700;
    color: #4c4c4c;
    font-size: 23px;
    margin-bottom: 3px;
}

.producttitle h4 {
    color: #4c4c4c;
    font-size: 16px;
}


.tegline {
    width: 64%;
    display: flex;
    align-items: center;
}


.tagln {
    /* min-width: 560px;*/
    --breakpoint-xl:;
    text-align: center;
    font-size: 16px;
}

.supportthumb {
    display: flex;
    align-content: center;
    justify-content: center;
    background: rgba(255,255,255,.5);
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #e7edf2;
}

    .supportthumb img {
        width: 16px;
        height: 16px;
        margin-right: 5px;
        text-indent: -99999px;
    }

.supportplat {
    display: flex;
    align-content: center;
    justify-content: center;
}

    .supportplat > div {
        padding-top: 4px;
        margin-right: 5px;
    }

.instancebox {
    /*border-radius: 25px;
    padding: 10px 10px;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(241,245,249,1) 50%, rgba(241,245,249,1) 100%);*/
}

.instatitle {
    padding-left: 8px;
    padding-top: 5px;
    margin-bottom: 10px;
    border-radius: 10px;
    font-weight: 600;
}

.instacard {
    border-radius: 12px;
    background: #fff;
}

.instahead .k-card-title {
    margin-bottom: 0px;
}

.instahead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px 10px 15px !important;
}

.instabody {
    background: #fff;
    border-radius: 25px;
    padding: 0.5rem 1rem;
}
/*.instacopy .instabtn {
    background: #f1f5f9;
    padding: 5px 10px !important;
    border-radius: 30px;
}*/

.bnnr {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

    .bnnr > h5 {
        font-size: 14px !important;
        word-wrap: break-word;
    }

    .bnnr > .product-platform-container {
        justify-content: center;
        margin-top: 13px;
    }

.product-pur {
    border: 0px;
    transition: all .2s ease-in-out;
    padding: 15px 15px 8px 15px;
}

    .product-pur:hover {
        transform: scale(1.03);
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

.borderR15 {
    border-radius: 15px;
}

.borderR-10 {
    border-radius: 10px;
}

.mt-25 {
    margin-top: 25px;
}
/*.k-tabstrip {
    background-color: #F8F8F8;
    border-radius: 6px;
}*/
.k-tabstrip-items-wrapper .k-item {
    color: #6A6A6A;
}

.k-card {
    border-radius: 10px;
}


/*New Design Login Css-----------------------------------------------------------------------------------------------------------------*/

.bg-login {
    background-image: url(../images/bg-login.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: scroll;
    background-position: center;
}

.login-row .login-form {
    position: relative;
    box-shadow: 0 7px 20px 2px rgba(0, 0, 0, 0.2);
    overflow: visible;
    max-width: 100%;
    margin: 0 auto;
    width: 465px;
}
/* .login-row .login-form .k-form-field .k-input input[type="email"] {
        background: url(../images/icon-email.svg) no-repeat;
        background-position: 0px 8px;
        background-size: 17px;
        padding-left: 24px;
    }
    .login-row .login-form .k-form-field .k-input input[type="password"] {
        background: url(../images/icon-lock.svg) no-repeat;
        background-position: 0px 4px;
        background-size: 16px;
        padding-left: 24px;
    }*/

.k-drawer {
    color: #212529;
    background-color: #fff;
    border: 0px;
    border-right-width: 0px;
    border-radius: 10px;
    margin-left: 13px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.04);
}

.k-drawer-mini .k-drawer-wrapper {
    width: calc(2rem + 20px);
}

.bdrdefault {
    border-left: 8px solid #ddd;
}

.colorProduction {
    border-color: #00C692;
}

.colorDemo {
    border-color: #4E56BE;
}

.colorModel {
    border-color: #E0A80D;
}

.pltfrm {
    font-size: 12px;
    margin-right: -4px;
}
.font-11{
    font-size:11px;
}
.font-13 {
    font-size: 13px;
}

.InstanceColorProduction {
    color: #00C692;
}

.InstanceColorModel {
    color: #E0A80D;
}

.InstanceColorDemo {
    color: #4E56BE;
}

.text-decoration-underline {
    text-decoration: underline !important;
}

hr {
    border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.k-grid .k-grid-filter, .k-grid .k-header-column-menu, .k-grid .k-grid-header-menu, .k-grid .k-hierarchy-cell .k-icon {
    color: #a3a3a3 !important;
}

.grid-edit {
    background-image: url(../images/icon-edit.svg);
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
}

.impersonate {
    background-image: url(../images/icon-Impersonate.svg);
    background-repeat: no-repeat;
    width: 19px;
    height: 19px;
}

.token-new, .token-active {
    padding: 0px !important;
}

.connect-api {
    background-image: url(../images/icon-api-token.svg);
    background-repeat: no-repeat;
    width: 21px;
    height: 22px;
    background-size: cover;
}

.token-new > .connect-api {
    filter: invert(47%) sepia(23%) saturate(1122%) hue-rotate(204deg) brightness(94%) contrast(88%);
}

.token-active > .connect-api {
    filter: invert(48%) sepia(66%) saturate(583%) hue-rotate(125deg);
}

.token-block > .connect-api {
    filter: invert(40%) sepia(0%) saturate(0%) brightness(85%);
}

#grid-sp-resellers .k-tabstrip .k-tabstrip-items-wrapper, #grid-sp-resellers .k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items li.k-active {
    border: 0px;
}

.ptitle {
    margin-left: 5px;
}

    .ptitle h6 {
        margin-bottom: 0px;
        line-height: 15px;
        font-size: 13px;
    }

.urltype div:first-child {
    width: 65%;
}

.no-details-required p {
    font-size: 13px;
}

.instancebx {
    min-width: 30%;
    margin-right: 15px;
}

.k-pager-wrap > a:first-child {
    margin-left: 10px;
}

.k-stepper .k-step-indicator {
    border-radius: 6px !important;
}

    .k-stepper .k-step-indicator::after {
        border-radius: 0px;
        content: "";
        border-width: 0px;
        border-style: solid;
        border-color: inherit;
        pointer-events: none;
        display: none;
        position: absolute;
        top: -4px;
        right: -4px;
        bottom: -4px;
        left: -4px;
        z-index: 2;
    }

.k-expander-sub-title {
    font-size: 14px;
}

.k-card-header2 {
    font-size: 14px;
    font-weight: 500;
}

.d-grid {
    display: grid;
    grid-gap: 10px;
    /* grid-template-columns: 30px 20% 70px 30% 30%;*/
    /* grid-template-columns: 30px 27% 70px 23% 30%;*/
    grid-template-columns: 5% 25% 16% 25% 25%;
}

.dd-grid {
    /*grid-template-columns: 42px 26% 77px 22% 30%;*/
    grid-template-columns: 5% 25% 16% 25% 25%;
}

.dc-grid {
    grid-template-columns: 45px 26% 77px 23% 30%;
}

.lbl-grid div {
    padding: 0px 5px;
}

.instance-card .d-grid .w-100 .k-dropdownlist {
    width: auto;
}

.font-w600 {
    font-weight: 600;
}

.inptbg {
    height: 33px !important;
    border-radius: 7px;
    background: rgba(0,0,0, 0.06) !important;
    border: 0px !important;
}

.inpt {
    width: 100%;
    margin-right: 10px;
}

.text-invrt {
    color: #747474;
}

.cust-avtar-icon, .editbtn-user {
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E8E8E8;
    border-radius: 50%;
    margin-right: 15px;
    margin-top: 5px;
}

.edituseractive {
    background: #00C692;
    color: #fff;
}

.edituser-postion {
    position: absolute;
    top: -7px;
    right: -17px;
}

.k-dialog-content .k-form .k-form-legend {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    color: #333;
    border: 0px;
    margin-bottom: 5px;
}

.k-switch-md {
    width: 41px !important;
    height: 22px;
}

    .k-switch-md .k-switch-track {
        width: 46px !important;
        height: 22px !important;
    }

    .k-switch-md.k-switch-off .k-switch-thumb-wrap {
        left: 12px !important;
    }

    .k-switch-md .k-switch-thumb {
        width: 18px !important;
        height: 18px !important;
    }

    .k-switch-md.k-switch-on .k-switch-thumb-wrap {
        left: calc(100% - 5px) !important;
    }

.line-height-14 {
    line-height: 14px;
}

.bdg {
    display: flex;
    font-size: 11px;
    font-weight: 600;
    border: 1px solid #DFE3E4;
    border-radius: 6px;
    padding: 5px 10px 5px 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    /* min-width:165px;*/
}

    .bdg .logobdg {
        margin-right: 5px;
    }

        .bdg .logobdg img {
            width: 15px;
        }

.bdg-status-prov {
    color: #F2994A;
}

.bdg-status-active {
    color: #27AE60;
}

.bdg-status-failed {
    color: #dc3545;
}

.bdg-status-del {
    color: #cc9514;
}

.bdg-status-error {
    color: #EB5757;
}

.editpills {
    background: #f3f3f3;
    border-radius: 4px;
    border: 0px;
    color: #353535;
    transition: all 0.2s;
    height: 30px;
}

    .editpills:hover, .editpills.pillactive {
        background: #00C692;
        color: #fff;
    }

.font-14 {
    font-size: 14px;
}

.type-grid {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(5, 1fr);
    font-size: 13px;
    grid-template-columns: 30% 15% 20% 20% 15%;
}

.custom-window {
    width: 60% !important;
}

.assign-lic > .k-dropdownlist {
    padding: 0px !important;
}

.gainfo {
    font-size: 11px;
    background: #08c795;
    color: #fff;
    padding: 0px 6px;
    border-radius: 4px;
}

.btnscall img {
    width: 18px;
    height: auto !important;
}

.btnscall:hover {
    transform: scale(1);
}

.platform-inline {
    display: flex;
    flex-direction: column;
    align-items: start;
    line-height: 19px;
    padding: 0;
}

.btn-edit-circle {
    background: #f0f0f0;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-content: al;
    align-items: center;
    justify-content: center;
    font-size:;
    text-align:;
    text-decoration: none;
}

    .btn-edit-circle:hover, .btncircle-active {
        background: #00C692;
        color: #fff;
        text-decoration: none;
        border: 0px;
    }

.icoimg {
    line-height: 15px;
    margin-right: 5px;
}

.k-panelbar .k-item.accord-head {
    border-top: 0;
    border-bottom: 0px;
    background: #F3F3F3;
    padding: 10px 15px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.accord-head > span {
    font-size: 14px;
    font-weight: normal !important;
}

    .accord-head > span .k-image {
        margin-right: -4px;
    }

.billlist {
    padding: 6px 15px !important;
}

    .billlist > span .k-image {
        margin-right: -8px !important;
        margin-left: -6px;
        width: 28px;
    }

.accord-head #customer-information > div.form-group, .accord-head #customer-information .form-row > div.form-group,
.accord-head #billing-information > div.form-group, .accord-head #billing-information .form-row > div.form-group {
    margin-bottom: 5px;
}

.accord-head #customer-information > div > label, .accord-head #customer-information > .form-row > div > label,
.accord-head #billing-information > div > label, .accord-head #billing-information > .form-row > div > label,
.accord-head .provisioned-information > div > label, .accord-head .provisioned-information > .form-row > div > label,
.accord-head .k-panelbar-content > div > label, .accord-head .k-panelbar-content > .form-row > div > label {
    font-size: 13px;
    margin-bottom: 4px;
}
.k-panelbar-content > div > label, .accord-head .k-panelbar-content > .form-row > div > label {
    min-height: 40px;
    vertical-align: top;
    width: 185px;
}
.k-calendar, .k-calendar-th {
    font-size: 10px !important;
}
.k-list-item-text {
    font-size: 13px;
}
.bginputwhite{
    background:#fff;
}
    .bginputwhite > .k-input-inner {
        padding: .375rem 0px .375rem 8px !important;
    }
.btnsso {
    background: #fff;
    font-weight: 400;
    font-size: 16px;
    padding: 7px 15px;
    margin-bottom: 10px;
    display: inline-block;
    color: #333;
    border: 1px solid #acacac;
    min-width: 280px;
    border-radius: 6px;
}

    .btnsso:hover {
        opacity: 1;
        color: #3d3d3d;
        background: #f3f3f3;
    }

.pnl-bggry {
    background: #F3F3F3;
    padding: 10px 15px;
    border-radius: 8px;
}

.btn-custom {
    background: #00C692;
    font-weight: 400;
    font-size: 13px;
    padding: 7px 10px;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    margin-left: 5px;
    border: 0px;
}

    .btn-custom:hover {
        background: #01af81;
        color: var(--white);
    }

.btn-link-back > span {
    font-size: 14px;
}

.settings-pnl {
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.01) 0px 3px 5px;
}

    .settings-pnl > .k-tabstrip-content {
        padding: 0px !important;
        background-color: #FFF !important;
        border: 0;
        border-top-color: currentcolor;
        border-radius: 4px !important;
        margin: 10px 0px !important;
    }

.font-20 {
    font-size: 20px;
}

.edit-img-size {
    width: 15px;
    height: 15px;
    background-size: contain;
}

.k-grid-api-token[disabled="disabled"], .k-grid-api-token:disabled, .k-grid-blacklist-api-access:disabled {
    color: #6c6c6c !important;
}

.btn-svchange-footer {
    float: left;
    width: 100%;
}

#tabstrip-1.k-content {
    overflow: hidden !important;
}

.badgetype {
    padding: 5px 10px;
    background: #ebebeb;
    border-radius: 50px;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bd-admin {
    background: rgba(104,241,205,.25);
    color: #18715A;
}

.bd-prov {
    background: rgba(224,168,13,.16);
    color: #9E7811;
}

.infoico {
    margin-right: 2px;
}

.infotooltip {
    margin-left: 1px;
    cursor: pointer;
    font-size: 14px;
    color: gray;
}

.token-active {
    padding: 0.375rem !important;
    background-color: transparent;
    border: 0;
    color: #00C692 !important;
}

.token-new {
    padding: 0.375rem !important;
    background-color: transparent;
    border: 0;
    color: #7376D1 !important;
}

.token-block {
    padding: 0.375rem !important;
    background-color: transparent;
    border: 0;
    color: #c0c1c2 !important;
}

.dropdown-cus > .k-dropdownlist {
    font-size: 12px;
    line-height: 1.2;
    padding: 0px;
    border-color: #c0c0c0;
    background: #fff;
}

.k-grid-edit2:has(span) {
    /*padding: 0px;*/
    background: transparent;
    border: 0px !important;
}

    .k-grid-edit2:has(span):hover {
        background-color: transparent;
    }

.token-lbl {
    font-size: 13px !important;
}

.token-text-box {
    border: 0px;
    background: #f2f2f2;
    padding: 5px 0px
}

.token-text:focus {
    background: #f9f9f9;
}

.token-text {
    font-size: 12px !important;
}

.k-input-inner-icon {
    padding: .375rem .375rem !important;
}

input::-ms-reveal,
input::-ms-clear {
    display: none;
}

.k-form-buttons:has(.btn-k-modal) {
    padding: 10px 15px;
    margin-top: 0px !important;
}

.plt-code {
    color: #7b7b7b;
    line-height: 10px;
}

.instacopy {
    white-space: normal;
    padding-right: 10px;
}

.traildys {
    width: auto !important;
}

.image-sec.platform {
    text-indent: -99999px;
}

#grid-product-platform .k-grid-content table tbody .k-master-row td {
    padding-left: 7px !important;
}

.assign-instance-form-container form {
    display: block !important;
}

    .assign-instance-form-container form .k-form-buttons {
        justify-content: end;
    }

    .assign-instance-form-container form .k-form-fieldset {
        padding-left: 0px !important;
    }
/*.assign-instance-form-container form {
    min-height: 150px;
}*/
/*.btn-pos {
    position: absolute;
    right: 20px;
    bottom: 20px;
}*/
#platform-detail-form.k-widget.k-form {
    display: block !important;
}

#platform-detail-form .k-form-buttons {
    justify-content: end;
}

#platform-detail-form .k-form-fieldset {
    padding-left: 0px;
}

.platform-nm {
    background: #fff;
    padding: 10px 10px 5px 10px;
    border-radius: 12px;
}

.selectpltform {
    border: 0px;
    background: #f0f0f0;
    padding: 0px;
    font-size: 12px;
}

    .selectpltform:hover, .selectpltform:focus {
        background: #e8e8e8;
    }

.inst-url {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.minurl {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*max-width: 135px;*/
    min-width: 120px;
    display: inline-block;
    line-height: 17px;
}

.instsurl > button > i {
    font-size: 13px;
}

.custom-tab > .k-tabstrip-items-wrapper > .k-tabstrip-items li {
    background-color: transparent !important;
    box-shadow: none !important;
    border-bottom: 0px;
    border-bottom-color: currentcolor;
}

    .custom-tab > .k-tabstrip-items-wrapper > .k-tabstrip-items li.k-active {
        color: #01af81;
        font-weight: bold;
        border-bottom: 2px solid #01af81 !important;
    }

.custom-tab > .k-tabstrip-content {
    background-color: transparent;
}

.pltformlbl {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ml-neg-15 {
    margin-left: -15px;
}

.card-min-wd {
    min-width: 200px;
}

.productrqst {
    display: flex !important;
    margin-bottom: 20px;
    padding: 10px 5px!important;
    width: auto !important;
    border-radius: 6px;
}

.productrqst > .platform {
 /*   width: 45px !important;*/
    height: 45px !important;
}
.productrqst > label{
    margin-top: -2px !important;
}
.productrqst >  input:checked + label::after {
        top: 13px !important;
        right: 18px !important;
    }

.bg-light-gray {
    background-color: rgba(238,238,238,0.36);
}

.icon-primary {
    color: #00C692;
}

.main-title {
    text-align: center;
}

    .main-title > p {
        font-size: 14px !important;
        margin-bottom: 10px !important;
        color: #515365;
        font-weight: normal !important;
    }

.rounded-circle {
    border-radius: 50% !important;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 35px;
}

.emailnotes {
    color: #555;
}
/*.emailnotes::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50px;
    background-color: #00C692;
    display: inline-block;
    position: relative;
    left: -3px;
}*/


.lblga {
    position: absolute;
    top: -3px;
    right: 11px;
    color: #00C692 !important;
    padding: 3px 5px !important;
    border-radius: 3px;
    border: 1px solid #00C692;
    font-size:10px !important;
}

/*----------------------Responsive Design---------------------*/
@media only screen and (max-width: 800px) {
    .k-drawer-mini .k-widget.k-drawer {
        top: 88px;
    }

    .k-drawer-mini .k-drawer-wrapper.mob {
        display: none;
    }

    .btmbody {
        flex-direction: column;
    }

    .tegline {
        width: 100%;
    }

    .k-widget.k-window {
        width: auto !important;
    }

    .sp-reseller-form-wizard-container .k-expander-content div.card-grid-layout {
        grid-template-columns: repeat(auto-fill, 100%) !important;
    }

    .d-grid {
        grid-template-columns: none;
    }

    .dd-grid, .dc-grid {
        display: none;
    }

    .k-dialog-content .k-form {
        display: block;
    }

        .k-dialog-content .k-form .k-form-fieldset {
            width: 100%;
        }

    .inst-select {
        position: absolute;
        right: 0;
        height: 30px;
    }

    .sp-customer-form-wizard-container .k-expander-content div.card-grid-layout {
        grid-template-columns: repeat(auto-fill, 100%) !important;
    }

    .packages-head {
        display: none;
    }

    .package-tab-strip .packages .package-container, .package-tab-strip .optional-packages .optional-package-container {
        grid-column-gap: 10px;
        grid-row-gap: 15px;
    }

    .package-name {
        display: flex;
        /*   align-items: center;
        flex-direction: column;*/
        grid-column: 1 / 3;
        grid-row: 1 / 2;
    }

    .billingfre {
        grid-column: 1 / 2;
        grid-row: 2 / 4;
    }

    .package-tab-strip .packages .package-container .package-buttons {
        margin-left: 0;
        display: flex;
        flex-direction: column;
        grid-column: 2 / 3;
        grid-row: 2 / 3;
    }

    .k-wizard .k-wizard-buttons .k-wizard-pager {
        display: none;
    }
}

@media (min-device-width:769px) and (max-device-width:1025px) {
    .k-widget.k-window {
        width: 90% !important;
    }

    .dc-grid {
        grid-template-columns: masonry;
    }
}
