/* Default Root variables */
:root {
    --default-font-family: 'Roboto', sans-serif;
    --default-font-size: 0.813rem;
    --default-body-bg: #f7f7f7;
    --default-padding: 0.625rem;
    --card-padding: 0.5rem;
}

/*Common Classes*/
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v18-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Roboto'), local('Roboto-Regular'), url('../fonts/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v18-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

html {
    position: relative;
    min-height: 100%;
    height: auto;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: var(--default-font-size);
    background: var(--default-body-bg);
    margin-bottom: 60px;
    color:var(--default-body-color);
}
a {
    text-decoration: none;
    color: #0066CC;
}
/*-- Common Classes*/

/*Custom Classes*/
.cursor-pointer{cursor:pointer;}
.form-login {
    max-width: 980px;
    padding: 2rem;
}
.login-page-link {
    text-decoration: none;
    font-weight: 500;
    color: #39A8EA;
}
.form-box {
    max-width: 400px;
    padding: 2rem;
}
.loginbox {
    margin: 70px auto 0 auto;
    width:70%;
    max-width: 980px;
    box-shadow: 0 10px 34px -15px rgb(0 0 0 / 24%);
    -webkit-box-shadow: 0 10px 34px -15px rgb(0 0 0 / 24%);
    -moz-box-shadow: 0 10px 34px -15px rgb(0 0 0 / 24%);
}
.pagetitle {
    font-size: 1rem;
    line-height: 1.875rem;
    font-weight: bold;
    margin: 0.625rem 0.75rem;
}

.form-control.disabled, .form-control:disabled {
    background-color: var(--bg-disabled-formcontrol);
    cursor: not-allowed;
    color: #999 !important;
}
.default-link {
    color: var(--default-link-color);
    text-decoration: underline;
}
.viewerexpand .expand {
    height: auto;
    min-height: 200px;
}
.lh-30 {
    line-height: 1.875rem;
}
.customautocompletepopup {
    position: absolute;
    z-index: 99;
    top: 40px;
    left: -100px;
    border: var(--bg-lightgrey) solid 1px;
    padding: 5px;
    width: 300px;
    display: none;
    background: var(--bg-white);
    box-sizing: border-box;
    box-shadow: 0px 2px 5px var(--bg-lightgrey);
    border-radius:4px;
}
.seprate-line {
    width: 1px;
    height: 19px;
    display: block;
    background: var(--bg-lightgrey);
}

.url-list a {
    text-decoration: none;
}

    .url-list a:hover .url-list-item {
        background: var(--bg-lightgrey);
    }

.url-list-item {
    display: flex;
    padding: 5px;
    color: var(--color-black);
    align-items: stretch;
}

.url-icon {
    flex-grow: .5;
    align-self: center;
}

.url-text {
    flex-grow: 8;
}

.url-arrow {
    align-self: center;
}

.ui-sortable-helper {
    background: #ddd;
}
.ui-state-highlight td {
    border: 1px solid #999 !important;
    color: #777620 !important;
}
.custombutton strong {
    float: left;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custombutton span {
    float: right;
}

.custombutton.disabled {
    color: #999;
}

.custombutton.disabled span {
    display: none;
}
/*Custom Margin*/
.mt-2rem {
    margin-top: 2rem !important;
}
/*--Custom Margin*/

/*Custom Width*/
.w-200px{
    width:200px;
}
/*--Custom Width*/

.text-justify{
    text-align:justify;
}
.login-alert{
    min-width:400px;
}
.top-20px{
    top:20px;
}
.currentversions {
    color: #999999;
    font-style: italic;
}

/*Form inline*/
.form-group {
    margin-bottom: 0.5rem;
}

.form-inline .form-control, .form-inline .input-group {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
/*--Form inline*/

/*-- Custom Classes*/
/*Custom Bootstrap*/
hr {
    border-color: var(--bs-border-color);
    opacity:1;
}
.text-primary {
    color: var(--text-primary-color)!important;
}
.btn-check:checked + .btn.btn-outline-primary {
    background: var(--default-bg-color);
    color: var(--text-white);
}
.form-label {
    font-weight: bold;
}
.col-form-label {
    font-weight: bold;
    padding-top: calc(.25rem + var(--bs-border-width));
    padding-bottom: calc(.25rem + var(--bs-border-width));
}
.form-control {
    font-size: var(--default-font-size);
    padding: .516rem .75rem;
    border-radius: .25rem;
}
.form-control:focus {
    box-shadow: none;
    border-color: var(--bdr-focus-color);
}
.form-control-sm {
    font-size: var(--default-font-size);
    min-height: calc(1.538em + .5rem + calc(var(--bs-border-width) * 2));
    padding: .25rem .5rem;
    border-radius: var(--bs-border-radius-sm);
}
.form-label {
    margin-bottom: .2rem;
}
.input-group-sm > .btn, .input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text {
    font-size: var(--default-font-size);
    min-height: calc(1.538em + .5rem + calc(var(--bs-border-width)* 2));
    padding: .25rem .5rem;
    --bs-btn-line-height: 1.537;
}
.btn {
    --bs-btn-font-size: var(--default-font-size);
    --bs-btn-line-height: 1.845;
    border-radius: .25rem;
}
.card-header {
    padding: var(--card-padding);
    border-bottom-color: var(--bs-body-color-rgb);
}
.card-body {
    padding: var(--card-padding);
}
.card-footer {
    padding: var(--card-padding);
    border-top-color: var(--bs-body-color-rgb);
}
.footer {
    background: var(--default-footer-bg);
    color: var(--default-footer-color);
    font-size: 0.688rem;
}
.nav-pills .nav-item .nav-link {
    color: var(--bs-nav-link-color);
}
.nav-pills .nav-item .nav-link.active {
    color: var(--bs-nav-pills-link-active-color);
    font-weight:bold;
    background:none;
    border-bottom:2px solid var(--bdr-active-color);
    border-radius:0;
}
.tab-content .tab-pane, .tab-content.accordion .tab-pane .accordion-body {
    background: var(--bg-white);
    padding: var(--card-padding);
    border-bottom-left-radius: var(--bs-border-radius);
    border-bottom-right-radius: var(--bs-border-radius);
}

.tab-content.accordion .tab-pane.accordion-item:not(:first-of-type) {
    border-top: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.tab-content .tab-pane.accordion-item {
    border-bottom-left-radius: var(--bs-border-radius);
    border-bottom-right-radius: var(--bs-border-radius);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding:0;
}
/*.tab-content .tab-pane.accordion-item{
    padding:0;
    border-radius:0;
}*/
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    /*background-color:var(--bg-disabled-color);
    border-color:var(--bg-disabled-color);*/
    pointer-events: inherit;
}
.btn-primary.disabled, .btn-primary:disabled {
    background-color: var(--bg-disabled-color);
    border-color: var(--bg-disabled-color);
    pointer-events: inherit;
}
.btn[disabled]{
    cursor:not-allowed;
}
.btn-close:focus{
    box-shadow:none;
}
.btn.btn-sm {
    --bs-btn-line-height: 1.537;
}
.btn-group-sm > .btn, .btn-sm {
    font-size: var(--default-font-size);
}
.btn-primary {
    --bs-btn-bg: #125C7F;
    --bs-btn-border-color: #125C7F;
    --bs-btn-hover-bg: #0d435c;
    --bs-btn-hover-border-color: #0d435c;
    --bs-btn-active-bg: #0c3446;
    --bs-btn-active-border-color: #0c3446;
}
.btn-info {
    --bs-btn-bg: #5796B5;
    --bs-btn-border-color: #5796B5;
    --bs-btn-hover-bg: #477891;
    --bs-btn-hover-border-color: #477891;
    --bs-btn-active-bg: #335465;
    --bs-btn-active-border-color: #335465;
    --bs-btn-color: #fff;
    --bs-btn-hover-color: #fff;
}
.btn-outline-primary {
    --bs-btn-border-color: #125C7F;
    --bs-btn-hover-bg: #ddd;
    --bs-btn-hover-color: #125C7F;
    --bs-btn-hover-border-color: #0d435c;
    --bs-btn-active-bg: #ddd;
    --bs-btn-active-color: #125C7F;
    --bs-btn-active-border-color: #0c3446;
    --bs-btn-color: #125C7F;
}
.btn-outline-secondary {
    --bs-btn-color: #125C7F;
    --bs-btn-border-color: #125C7F;
    --bs-btn-hover-color: #125C7F;
    --bs-btn-hover-bg: #ddd;
    --bs-btn-hover-border-color: #125C7F;
}
.dropdown-menu {
    --bs-dropdown-font-size: var(--default-font-size);
    padding-top: 0;
    padding-bottom: 0;
}
.dropdown-menu li:first-child .dropdown-item, .dropdown-menu li:first-child .dropdown-item:focus, .dropdown-menu li:first-child .dropdown-item:hover {
    border-top-left-radius: var(--bs-border-radius);
    border-top-right-radius: var(--bs-border-radius);
}
.dropdown-menu li:last-child .dropdown-item .dropdown-menu li:last-child .dropdown-item:focus, .dropdown-menu li:last-child .dropdown-item:hover {
    border-bottom-left-radius: var(--bs-border-radius);
    border-bottom-right-radius: var(--bs-border-radius);
}
.dropdown-menu li:last-child .dropdown-item{
    border-bottom:0 !important;
}
.accordion-button:focus{
    box-shadow:none;
}
.alert {
    padding: var(--default-padding);
    --bs-alert-margin-bottom: .5rem;
}
.alert-warning hr {
    border-color: var(--alert-warning-hr-color);
}
.bg-dark {
    background-color: var(--bg-dark) !important;
}
.form-check {
    min-height: auto;
    margin-bottom: 0;
}
.tooltip {
    font-family: var(--default-font-size);
    font-size: var(--default-font-size);
}
/*top navbar*/
.navbar-toggler {
    padding: 0;
    border: 0;
}
.navbar-toggler:focus{
    box-shadow:none;
}
.lightbox {
    background-color: #e9e9e9;
    padding:5px;
}
/*--top navbar*/
/*-- Custom Bootstrap*/
/*Custom Kendo*/
/*Hide Kendo grid loader Start*/
.k-grid .k-loading-mask {
    display: none !important;
}
/*Hide Kendo grid loader END*/
.k-input-md, .k-picker-md {
    font-size: var(--default-font-size);
}
.k-picker-solid:focus, .k-picker-solid.k-focus{
    box-shadow:none;
}
.k-picker-solid {
    background-color: var(--bg-white);
    border-color: var(--k-border-color);
    background-image: none;
}
.k-dropdownlist {
    background-color: var(--bg-white);
    border-color: var(--default-border-color);
}
.freqEvery .k-input-md .k-input-inner {
    padding-block: 4.73px;
}
#gridAccountTaskLinks .k-grid-toolbar{
    border-color:var(--bs-accordion-border-color);
    background:none;
    padding-right:0;
    padding-top:0;
}
.k-input-md .k-input-inner {
    padding-block: 0px!important;
}
.k-numerictextbox .k-input-inner {
    padding-block: 4px !important;
    padding-inline: 8px !important;
}
/* Stop loading indicator from changing dropdown height */
.k-dropdownlist .k-input-loading-icon {
    position: absolute;
}
/*Kendo Grid*/
.k-button.k-button-md {
    line-height: 1.537;
    font-size: 0.813rem;
}
.k-textbox {
    min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: var(--bs-border-radius-sm);
    width: 100%;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.k-textbox:focus{
    color:var(--bs-body-color);
    background-color:var(--bs-body-bg);
    outline:0;
    border-color:var(--bdr-focus-color);
    box-shadow:none;
}
.k-grid-cancel-command.k-button {
    border-color: var(--bs-btn-border-color);
}
.k-grid-cancel-command.k-button:hover {
    border-color: var(--bs-btn-border-color);
    background-color:var(--bs-btn-hover-bg);
    color:var(--bs-btn-hover-color);
}
.k-grid-cancel-command.k-button:active {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
}
.k-table-md {
    font-size: var(--default-font-size);
}

.k-grid {
    border:0px;
}

.k-grid .k-grid-header .k-grid-header-wrap {
    border-right: 0px;
}

.k-grid .k-grid-header {
    background-color: var(--kd-header-bg);
    border-bottom: 0px;
}

.k-grid th.k-header {
    font-weight: bold;
    background-color: var(--kd-header-bg);
    text-align: left;
    box-sizing: border-box;
    border: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    padding: 6px 10px !important;
}

    .k-grid th.k-header .k-link {
        color: var(--kd-link-color);
        text-align: left;
    }

.k-grid th.k-header a.k-link {
    text-decoration: underline;
}

.k-header.k-grid-toolbar {
    border-top: 0px !important;
    border-bottom: var(--default-border-color) solid 1px;
    text-align: right;
}

.k-widget.k-tooltip-validation {
    padding: 5px 10px !important;
    color: var(--color-black);
}

.k-pager {
    border: 0px;
    background-color: var(--kd-pager-bg) !important;
}

.k-pager-wrap {
    background: var(--bg-white);
}

.k-grid-content > table > tbody > tr {
    background: var(--bg-white) !important;
}

.k-grid tr:hover td {
    background: var(--kd-header-bg) !important;
}

.k-grid .k-alt {
    background: var(--kd-header-bg) !important;
}

.k-grid tr:hover {
    background: var(--bg-white) !important;
}

.k-grid table tr.k-state-selected {
    background: var(--kd-header-bg);
    color: var(--color-white);
}

.k-grid tbody tr td {
    cursor: pointer;
}

    .k-grid tbody tr td a {
        color: var(--kd-body-link-color);
        text-decoration: none;
    }

.k-grid td {
    padding: 5px 10px;
    line-height: 1.4em;
    border-bottom: 0px;
    border-left: 0px !important;
    border-right: 0px !important;
    font-size: var(--default-font-size);
}

.k-grid .k-grid-edit-row td {
    padding: 0px 10px;
}

.k-grid .k-grid-edit-row td .k-textbox {
    font-size: var(--default-font-size);
}

.k-grid td a i {
    color: var(--color-black);
}

.k-grid .k-widget {
    border-radius: 0px !important;
    border-top: 0px !important;
}

.k-grid .k-pager-wrap {
    text-align: right;
}

.k-grid .k-pager-numbers-wrap .k-button {
    background-color: var(--bg-white) !important;
    border-radius: 4px;
    margin: 0px 2px;
    color: var(--kd-link-color) !important;
}

.k-grid .k-pager-numbers-wrap .k-button.k-pager-last, .k-grid .k-pager-numbers-wrap .k-button.k-pager-first {
    background-color: var(--kd-pager-nxtpre-btn-bg) !important;
}

.k-grid .k-pager-numbers-wrap .k-button.k-disabled {
    background-color: var(--kd-pager-nxtpre-disable-btn-bg) !important;
    color: var(--color-white) !important;
}

.k-grid .k-pager-numbers-wrap .k-button.k-selected {
    background-color: var(--kd-pager-no-btn-bg) !important;
    color: var(--color-white) !important;
}

.k-grid .k-pager-wrap > .k-link {
    margin-top: 7px;
    float: none;
    text-align: right;
}

.k-pager-info {
    float: left;
    color: var(--default-body-color);
    font-weight: bold;
    font-size: var(--default-font-size);
    padding-left: 5px !important;
}

.k-grid .k-pager-numbers {
    float: none;
    text-align: right;
}

.k-grid .pagecount {
    float: left;
    padding: 5px 1.333em .643em 1.333em;
    margin-left: 0px !important;
    padding-left: 0px !important;
}

.k-grid .k-grid tbody .k-button, .k-grid .k-ie8 .k-grid tbody button.k-button {
    line-height: 18px !important;
    text-decoration: none !important;
}

.k-grid-save-command, .k-grid-edit-command {
    background-color: var(--kd-btn-bg) !important;
    border-color: var(--kd-btn-bdr-color) !important;
    border-radius: 4px;
}

.k-grid-save-command:hover, .k-grid-edit-command:hover {
    background-color: var(--kd-btn-hover-bg) !important;
    border-color: var(--kd-btn-bdr-color) !important;
}

.k-grid-cancel-command, .k-grid-custom {
    background-color: var(--bg-white) !important;
    color: var(--kd-btn-color);
    border-color: var(--default-border-color);
    border-radius: 4px;
}

.k-grid-cancel-command:hover, .k-grid-custom:hover {
    background-color: var(--bg-lightgrey) !important;
    color: var(--kd-btn-color);
    border-color: var(--default-border-color);
}

    .k-grid-save-command .k-svg-icon, .k-grid-edit-command .k-svg-icon, .k-grid-cancel-command .k-svg-icon, .k-grid-add .k-svg-icon {
        display: none;
    }

.kendolist .k-grid-add {
    background: #125c7f !important;
    border: #226E92 solid 1px;
    font-size: 13px;
    color: #fff;
}

    .kendolist .k-grid-add:hover {
        background: #093144 !important;
        border: #226E92 solid 1px;
    }
.k-toolbar {
    justify-content: flex-end!important;
}

.k-grid.orange-header .k-grid .k-grid-header, .k-grid.orange-header .k-grid th.k-header {
    color: var(--color-white);
    background-color: var(--kd-orange-bg) !important;
    border-left: var(--kd-orange-bdr-color) solid 1px;
    border-right: var(--kd-orange-bdr-color) solid 1px;
}

.k-grid.orange-header tr.k-header th .k-link {
    color: var(--color-white) !important;
}

.noneclickable .k-grid tbody tr td, .noneclickable tr td {
    cursor: default !important;
}

.defaultCursor, .defaultCursor td {
    cursor: default !important;
}

col.k-sorted, .k-table-th.k-sorted{
    background-color:transparent !important;
}
.k-pager-numbers-wrap .k-dropdown {
    display: none !important;
}

.k-pager-numbers, .k-pager-info {
    display: flex !important;
}

.k-pager-sizes .k-dropdownlist {
    width: 7em !important;
}
/*-- Kendo Grid*/
/*-- Custom Kendo*/
.tagsearchbox {
    width: 100%;
    height: auto;
}
.ico-green {
    color: #4EC4AE;
}
.ico-yellow {
    color: #F4894C;
}
.ico-lightgrey {
    color: #949494;
}
.ico-darkgrey {
    color: #444444;
}
.ico-blue {
    color: #125C7F;
}
.ico-red {
    color: #d95234;
}
.ico-orange {
    color: #F4894C;
}
.ico-white {
    color: #fff;
}
.ico-publisher {
    color: #226E92;
}
.ico-subscriber {
    color: #2095D3;
}
.f-22px {
    font-size: 22px !important;
}
.top-2px {
    position: relative;
    top: -2px;
}

/*Custom Listing Start*/
.list {
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

    .list table {
        border-spacing: 0;
        *border-collapse: collapse;
        width: 100%;
        border-left: #fff solid 1px;
        border-right: #fff solid 1px;
    }

    .list tr th {
        padding: 6px 10px;
        font-size: 13px;
        background-color: #f8f8f8;
        text-align: left;
        color: #414142;
        border-left: #f8f8f8 solid 1px;
        border-right: #f8f8f8 solid 1px;
    }

        .list tr th table th {
            padding: 0px !important;
        }

        .list tr th a {
            color: #414142;
            text-decoration: none;
        }

            .list tr th a:hover, .list tr td a:hover {
                color: #f48d29;
            }

    .list tr td {
        padding: 5px 10px;
        font-size: 13px;
        text-align: left;
        border: 0px !important;
    }

    .list tr:nth-child(even) td {
        background: #F8F8F8;
    }

    .list .recentactivies tbody tr:nth-child(odd) td {
        background: #F8F8F8;
    }

.alt-row td {
    background: #fff !important;
}

.testrow td {
    background-color: #FEF9EC !important;
}

.list tr:nth-child(odd) td {
    background: #fff;
}

.list tr:hover td {
    background: #f5f6f6;
}

.list td a:not(.btn) {
    color: #0066CC;
    text-decoration: none;
    word-wrap: break-word;
    word-break: break-all;
}

.list tr td table {
    border: none !important;
}

    .list tr td table td {
        padding: 3px;
        background: none !important;
        border: none !important;
    }

.tableddetailscroll {
    max-height: 250px;
    overflow-y: auto;
}
/*Custom Listing End*/
/*listing col width START*/
.w-2 {
    width: 2%!important;
}
.w-3 {
    width: 3%!important;
}
.w-4 {
    width: 4% !important;
}
.w-5 {
    width: 5% !important;
}
.w-6 {
    width: 6% !important;
}
.w-7 {
    width: 7% !important;
}
.w-8 {
    width: 8% !important;
}
.w-9 {
    width: 9% !important;
}
.w-10 {
    width: 10% !important;
}
.w-11 {
    width: 11%;
}
.w-12 {
    width: 12% !important;
}
.w-13 {
    width: 13%;
}
.w-14 {
    width: 14%;
}
.w-15 {
    width: 15% !important;
}
.w-16 {
    width: 16% !important;
}
.w-17 {
    width: 17%;
}
.w-18 {
    width: 18%;
}
.w-19 {
    width: 19% !important;
}
.w-20 {
    width: 20% !important;
}
.w-25 {
    width: 25% !important;
}
.w-26 {
    width: 26% !important;
}
.w-27 {
    width: 27% !important;
}
.w-28 {
    width: 28% !important;
}
.w-29 {
    width: 29% !important;
}
.w-30 {
    width: 30% !important;
}
.w-35 {
    width: 35% !important;
}
.w-40 {
    width: 40%;
}
.w-43 {
    width: 43%;
}
.w-48 {
    width: 48%;
}
.w-57 {
    width: 57% !important;
}
.w-68 {
    width: 68% !important;
}
.w-97px {
    width: 97px;
}
.w-90px {
    width: 90px;
}
.w-70px {
    width: 70px;
}
.w-260px {
    width: 260px !important;
}
.w-600px {
    width: 600px !important;
}
.w-700px {
    width: 700px !important;
}
.w-300px {
    width: 300px !important;
}
.minw-150px {
    min-width: 150px !important;
}
/*listing col width START*/
/*Pager Style Start*/
.pager {
    border-radius: 0px !important;
    width: 100%;
    padding: 10px;
    background-color: #f7f7f7;
    color: #2e2e2e;
    box-sizing: border-box;
    text-align: right;
    border-top: 0px;
}

    .pager a {
        font-weight: normal;
        font-size: 14px;
        background-color: #fff !important;
        border-radius: 4px;
        margin: 0 2px;
        color: #858585 !important;
        min-width: calc(1rem + 14px);
        line-height: 2.143;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        vertical-align: middle;
        text-decoration: none;
    }

        .pager a:hover {
            background-color: #f7f7f7 !important;
            cursor: pointer;
        }

        .pager a.pagercurrent {
            color: #fff !important;
            background-color: #858585 !important
        }

        .pager a.pagerlast, .pager a.pagernext, .pager a.pagerfirst, .pager a.pagerprev {
            background-color: #9b9b9b !important;
            padding: 4px 0 !important;
        }

            .pager a.pagerlast span, .pager a.pagernext span, .pager a.pagerfirst span, .pager a.pagerprev span {
                opacity: .7;
                width: 21px;
                height: 22px;
                display: inline-block;
                overflow: hidden;
                background-repeat: no-repeat;
                font-size: 0;
                line-height: 0;
                text-indent: -3333px;
                text-align: center;
                padding: 0px !important;
            }

        .pager a.pagerdisable {
            background-color: #BBBBBB !important;
        }

            .pager a.pagerdisable:hover {
                background-color: #9b9b9b !important;
            }

.pagerlast span {
    background: url('../images/sprite.png') 3px -77px !important;
}

.pagernext span {
    background: url('../images/sprite.png') 3px -13px !important;
}

.pagerfirst span {
    background: url('../images/sprite.png') 2px -109px !important;
}

.pagerprev span {
    background: url('../images/sprite.png') 2px -45px !important;
}

.pager .spnInfo {
    float: left;
    font-weight: bold;
    margin-right: 15px;
    line-height: 30px;
}

.pager .pagecount {
    float: left;
}
.modal-backdrop .modal-backdrop {
    z-index: 9998 !important;
}
.modal-backdrop + .bootbox + .modal-backdrop {
    z-index: 1055 !important;
}

.modal-backdrop + .bootbox {
    z-index: 9999 !important;
}
/*POager Style END*/
/*Cutom Tag Style Start*/
.customtag .select2-input {
    height: 30px;
    max-width: 278px !important;
    min-width: 278px !important;
    margin-top: 3px !important;
    text-transform: uppercase;
    box-sizing: border-box;
}

.customtag .select2-container-active .select2-input {
    border: transparent solid 1px !important;
    background: transparent;
    margin-left: 2px !important;
    vertical-align: middle;
}

.bigdrop .select2-results {
    margin-top: 0px !important;
    text-transform: uppercase;
    font-size: 13px;
}

.select2-container-multi .select2-choices {
    margin-left: 0px !important;
}

.customtag .select2-container-multi {
    width: auto !important;
    display: block !important;
    min-height: 35px !important;
    height: auto !important;
    border: #ddd solid 1px !important;
}

    .customtag .select2-container-multi .select2-choices {
        background: transparent;
        border: none;
        margin-top: 0px;
        margin-left: 0px !important;
    }

.customtag .select2-dropdown-open.select2-drop-above .select2-choice, .customtag .select2-dropdown-open.select2-drop-above .select2-choices {
    background: transparent;
    border: none !important;
    margin-top: 0px;
    margin-left: 0px !important;
}

.select2-drop.select2-drop-above {
    box-shadow: none !important;
    border: #e0e0e0 solid 1px !important;
}

.customtag .select2-search-field {
    vertical-align: middle !important;
}

.customtag .select2-container-multi:hover {
    background: #f7f7f7;
}

.customtag .select2-container-active {
    outline: none;
    /*border: none !important;*/
}

    .customtag .select2-container-active .select2-choices {
        outline: none !important;
        border: 1px solid transparent !important;
        box-shadow: none !important;
    }

.customtag .select2-container-multi .select2-choices .select2-search-choice {
    background: #ddd !important;
    border: #ddd solid 1px !important;
    box-shadow: none;
    line-height: 22px;
    padding-left: 5px;
    padding-right: 20px;
    border-radius: 0px;
    text-transform: uppercase;
}

    .customtag .select2-container-multi .select2-choices .select2-search-choice:hover {
        background: #4168BD !important;
        color: #fff;
    }

.customtag .select2-search-choice-close {
    top: 9px !important;
    padding: 0px;
    right: 3px !important;
    left: inherit !important;
    display: none;
    color: #fff !important;
}

.customtag .select2-container-multi .select2-choices .select2-search-choice:hover > .select2-search-choice-close {
    display: block;
}

.bigdrop {
    width: auto !important;
    min-width: 280px !important;
    max-width: 280px !important;
    border: #ddd solid 1px !important;
    border-top: 0px !important;
}

div.select2-container {
    min-width: 50%;
    max-width: 100%;
    vertical-align: middle;
}

.searchtag {
    padding-top: 0px;
}

    .searchtag .select2-container-multi .select2-choices {
        min-height: 30px !important;
        height: 30px;
        max-height: 30px !important;
        overflow-y: auto;
        background: #fff;
        border: 1px solid #e0e0e0 !important;
    }

    .searchtag .select2-search-field {
        height: 30px;
    }

    .searchtag .select2-input {
        height: 19px;
        max-width: 180px !important;
    }

    .searchtag .select2-container-multi .select2-choices .select2-search-choice {
        background: #ddd !important;
        border: #ddd solid 1px !important;
        box-shadow: none;
        line-height: 15px;
        padding-left: 5px;
        padding-right: 20px;
        border-radius: 0px;
        text-transform: uppercase;
        font-size: 13px;
    }

    .searchtag .select2-search-choice-close {
        top: 5px !important;
        padding: 0px;
        right: 3px !important;
        left: inherit !important;
        display: none;
        color: #fff !important;
    }

    .customtag .select2-container-multi .select2-choices .select2-search-choice:hover, .searchtag .select2-container-multi .select2-choices .select2-search-choice:hover {
        background: #4168BD !important;
        color: #fff;
    }

        .customtag .select2-container-multi .select2-choices .select2-search-choice:hover > .select2-search-choice-close, .searchtag .select2-container-multi .select2-choices .select2-search-choice:hover > .select2-search-choice-close {
            display: block;
        }

.loadingcontainer1 {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.40);
    box-sizing: border-box;
    z-index: 9999999
}

@-webkit-keyframes initial-loading {
    0%, 100% {
        -webkit-transform: translate(-34px, 0);
        transform: translate(-34px, 0);
    }

    50% {
        -webkit-transform: translate(96px, 0);
        transform: translate(96px, 0);
    }
}

@keyframes initial-loading {
    0%, 100% {
        -webkit-transform: translate(-34px, 0);
        transform: translate(-34px, 0);
    }

    50% {
        -webkit-transform: translate(96px, 0);
        transform: translate(96px, 0);
    }
}

.initial-load-animation {
    padding-top: 96px;
    width: 200px;
    margin: 20% auto 0px auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}

    .initial-load-animation .linkedin-image {
        background-image: url(../images/favicon.png);
        height: 43px;
        width: 43px;
        margin: 0 auto 10px;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        transition: all .5s ease-out;
    }

    .initial-load-animation .loading-bar {
        width: 130px;
        height: 2px;
        margin: 0 auto;
        border-radius: 2px;
        background-color: #CCCCCC;
        position: relative;
        overflow: hidden;
        z-index: 1;
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
        transition: -webkit-transform .3s ease-in;
        transition: transform .3s ease-in;
        transition: transform .3s ease-in, -webkit-transform .3s ease-in;
    }

        .initial-load-animation .loading-bar .blue-bar {
            height: 100%;
            width: 68px;
            position: absolute;
            -webkit-transform: translate(-34px, 0);
            transform: translate(-34px, 0);
            background-color: #faa611;
            border-radius: 2px;
            -webkit-animation: initial-loading 1.5s infinite ease;
            animation: initial-loading 1.5s infinite ease;
        }

    .initial-load-animation.fade-load .linkedin-image {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
        opacity: 0;
    }

    .initial-load-animation.fade-load .loading-bar {
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg);
    }
a.disabled {
    /* Make the disabled links grayish*/
   /* color: #999!important;*/
   opacity:0.5!important;
    /* And disable the pointer events */
    pointer-events: none!important;
}
/*Cutom Tag Style END*/
.cloudprint {
    color: #0066CC;
    font-weight: bold;
    font-size: 20px;
}
/*Temporary CSS*/
.navbar-dark .nav-item .nav-link {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 6.5px;
    padding-bottom: 6.5px;
}

/*Popup SuccessOrFailure styles start*/
.SuccessOrFailure-overlay-bg {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0,0,0,0.40);
    z-index: 9999;
}

.SuccessOrFailure-server-message {
    background: url(../Images/asterisk.png) no-repeat left top;
    list-style: none;
    background-size: 9px;
    background-position-y: 4px;
    padding-left: 15px;
    color: #E46C0A !important;
    font-size: 85% !important;
    font-weight: bold !important;
}

.SuccessOrFailure-errorLabel {
    padding: 5pt;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -khtml-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    text-align: left;
    border-bottom:#ddd solid 1px;
}

.SuccessOrFailure-errorLabel span {
    color: #414142;
    font-size: 15px;
    font-weight: bold;
}

.SuccessOrFailure-overlay-content {
    background: #fff;
    width: 30%;
    min-width:300px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    cursor: default;
    border-radius: 8px;
    border-left: #DA5E5A solid 15px;
    box-shadow: 0 0 5px rgba(0,0,0,0.9);
    z-index:9999;

}

.SuccessOrFailure-erroMesseges {
    padding: 10px;
    font-size: 100%;
    line-height: 1.8em;
    background-color: #FFFFFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    display:flex;
}

.SuccessOrFailure-erroMesseges .icon i {
    color: #DA5E5A;
}

.SuccessOrFailure-messages { 
    width: 100%;
    text-align: left;
    font-size: 100%;
}

.SuccessOrFailure-yes-button {
    color: #fff;
    background-color: #DA5E5A;
}

.SuccessOrFailure-yes-div {
    display: inline-block;
}

.SuccessOrFailure-button-holder {
    text-align: right;
    padding-top: 30px;
    padding-right: 0px;
}
/*Popup SuccessOrFailure styles ends*/

/*Account Interface Page Style Start*/
/*Validation popup start*/
.server-message {
    background: url(../images/asterisk.png) no-repeat left top;
    list-style: none;
    background-size: 9px;
    background-position-y: 11px;
    padding-left: 15px;
    color: #E46C0A !important;
    font-size: 85% !important;
    padding-top: 6pt;
    padding-bottom: 6pt;
    font-weight: bold !important;
}

.errorLabel {
    background-color: #fff;
    border-bottom: #ddd solid 1px;
    padding: 5pt;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -khtml-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    text-align: left;
}

    .errorLabel span {
        color: #414142;
        font-weight: bold;
        font-size: 15px;
        text-align: left;
    }

.btnclose {
    content: "X";
    display: inline-block;
    float: right;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    color: #414142;
    margin-right: 5px;
    cursor: pointer;
}

.erroMesseges {
    padding: 20px;
    font-size: 110%;
    background-color: #FFFFFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    display: flex;
}

.icon {
    margin-right: 10px;
    vertical-align: top;
}

    .icon i {
        font-size: 36px;
        color: #e46c0a;
    }

.messages {
    width: 100%;
    font-size: 13px;
}

.head-field-label {
    font-weight: bold;
    color: #E46C0A;
}

.head-field-message {
    color: #262626;
}

.validation-summary-errors {
    font-weight: bold;
    color: #DA5E5A;
}

    .validation-summary-errors ul {
        margin: 0px;
    }

        .validation-summary-errors ul li {
            background-size: 9px;
            background-position: 0 6px;
        }

.overlay-bg, .overlay-bg-hideonly {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    background: #000;
    background: rgba(0,0,0,0.40);
    z-index: 999;
}

.overlay-content {
    font-size: 13px;
    background: #ffffff;
    width: 30%;
    min-width: 300px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    cursor: default;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.9);
    border-left: #e46c0a solid 15px;
}
/*Validation popup end*/

/*Start Save Notification Popup*/
.SuccessOrFailure-head-field-message {
    color: #262626;
}

.autohide-notification {
    max-width: 25rem;
    width:45%;
    border-radius: 5px;
    position: fixed;
    z-index: 1000;
    bottom: 10px;
    right: 10px;
    background: #FFFFFF;
    -moz-box-shadow: 0 2px 8px rgba(106,53,49,.25);
    -webkit-box-shadow: 0 2px 8px rgba(106,53,49,.25);
    box-shadow: 0 2px 8px rgba(106,53,49,.25);
    font-size: 100%;
    display: none;
    border-left: #0F9468 solid 15px;
}

    .autohide-notification div.message {
        width: 80%;
        display: inline-block;
        vertical-align: middle;
        padding: 20px;
        word-wrap: break-word;
        color: #414142;
    }

    .autohide-notification .image {
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
    }

        .autohide-notification .image i {
            font-size: 36px;
            color: #0F9468;
        }

    .autohide-notification a {
        cursor: pointer;
        vertical-align: middle;
    }
/*End Save Notification Popup*/
/*--custom modal*/
.customcopy, .expand-btn {
    cursor: pointer;
    float: right;
    position: relative;
}
.customcopy .tooltiptext, .customexpand .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -100px;
    opacity: 0;
    transition: opacity 0.3s;
    display: none;
}

    .customcopy .tooltiptext::after, .customexpand .tooltiptext::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 65%;
        margin-left: 15px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }

.customcopy:hover .tooltiptext, .customexpand:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    display: block;
}

/*Pickup Poup Start*/

.configPopup {
    display: none;
    position: absolute;
    width: 370px;
    border-radius: 0.5rem;
    background-color: #fff;
    border: #d7d7d7 solid 1px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    z-index: 999;
}

/*Pickup Popup*/

.pickpopup {
    /*padding: 18px;*/
}

.pickpopup .popup-body {
    padding:12px;
}

    .pickpopup .arrow1 {
        position: absolute;
        right: -24px;
        width: 0px;
        height: 0px;
        display: block;
        top: 40px;
        border-color: transparent transparent transparent #FFF;
        border-width: 13px;
        border-style: solid;
        z-index: 999;
    }

    .pickpopup .arrow2 {
        position: absolute;
        right: -26px;
        width: 0px;
        height: 0px;
        display: block;
        top: 40px;
        border-color: transparent transparent transparent #ddd;
        border-width: 13px;
        border-style: solid;
    }

    .pickpopup .popuptitle {
        background: #e9e9e9;
        color: #000;
        padding: 8px 10px;
        margin: 0px;
        border-radius: 5px 5px 0px 0px;
        font-weight: bold;
        border-bottom: #d7d7d7 solid 1px;
        max-width: 368px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

/*Pickup Poup Start*/
.hide-text {
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    display: grid;
    -webkit-appearance: media-slider !important;
    visibility: hidden;
}

.sortablegrid .k-grid-content tbody tr td:first-child {
    padding-right: 0px !important;
    padding-left: 6px !important
}

.sortablegrid .k-grid-content tbody tr td:first-child .fa-ellipsis-v {
    color: #fff;
}

.sortablegrid .k-grid-content tbody tr:hover td:first-child .fa-ellipsis-v {
    color: #bbb;
}

.sortablegrid .k-grid-content tbody tr td .lblrouterule {
    margin-left: 0px !important;
}


/*-- Temporary CSS*/
/*Monitoring Css*/
.heading {
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: bold;
}

.box {
    width: 25%;
    float: left;
    padding: 0px 10px;
    box-sizing: border-box;
}

    .box .col1 {
        box-sizing: border-box;
        width: 35%;
        text-align: center;
        float: left;
        border-right: rgba(255, 255, 255, 0.3215686274509804) solid 1px;
        padding: 10px 0px;
        height: 100px !important;
    }

        .box .col1 span {
            color: #e9e9e9;
            font-size: 40px;
            line-height: 64px;
            font-weight: normal !important;
        }

    .box .col2 {
        box-sizing: border-box;
        width: 35%;
        float: left;
        text-align: center;
        border-right: rgba(255, 255, 255, 0.3215686274509804) solid 1px;
        padding: 10px 0px;
        height: 100px !important;
    }

        .box .col2 span {
            color: #fff;
            font-size: 40px;
            line-height: 64px;
            font-weight: normal !important;
        }

    .box .col3 {
        box-sizing: border-box;
        width: 30%;
        float: left;
        text-align: center;
        padding: 10px 0px;
        height: 100px !important;
    }

        .box .col3 span {
            color: #ff5656;
            font-size: 40px;
            line-height: 64px;
            font-weight: normal !important;
        }

    .box .active {
        background: #71add7 !important;
    }

.ffbox {
    background: #56b0b8 !important;
    height: 100px !important;
    width: 100% !important;
    color: rgba(255, 255, 255, 0.35) !important;
    padding: 0px;
    box-sizing: border-box;
    font-weight: bold;
    position: relative;
}

.sftpbox {
    background: #3c8fc8 !important;
    height: 100px !important;
    width: 100% !important;
    color: rgba(255, 255, 255, 0.35) !important;
    padding: 0px;
    box-sizing: border-box;
    font-weight: bold;
    position: relative;
}

.ftpbox {
    background: #095c8e !important;
    height: 100px !important;
    width: 100% !important;
    color: rgba(255, 255, 255, 0.35) !important;
    padding: 0px;
    box-sizing: border-box;
    font-weight: bold;
    position: relative;
}

.tcpbox {
    background: #1698be !important;
    height: 100px !important;
    width: 100% !important;
    color: rgba(255, 255, 255, 0.35) !important;
    padding: 0px;
    box-sizing: border-box;
    font-weight: bold;
    position: relative;
}

.headersftp table tr th {
    background: #3c8fc8 !important;
    color: #fff;
}

.headerftp table tr th {
    background: #095c8e !important;
    color: #fff;
}

.headerff table tr th {
    background: #56b0b8 !important;
    color: #fff;
}


.headertcp table tr th {
    background: #1698be !important;
    color: #fff;
}

    .headersftp table tr th .k-link, .headerftp table tr th .k-link, .headerff table tr th .k-link, .headertcp table tr th .k-link {
        color: #fff !important;
    }

.txtsftp {
    color: #3c8fc8 !important;
}

.txtftp {
    color: #095c8e !important;
}

.txtff {
    color: #56b0b8 !important;
}

.txttcp {
    color: #1698be !important;
}

.txtsftp span {
    color: #3c8fc8 !important;
    font-weight: bold !important;
}

.txtftp span {
    color: #095c8e !important;
    font-weight: bold !important;
}

.txtff span {
    color: #56b0b8 !important;
    font-weight: bold !important;
}

.txttcp span {
    color: #1698be !important;
    font-weight: bold !important;
}

.boxes {
    background: #f0f0f0;
    width: 100%;
    height: 80px;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 10px;
}

    .boxes strong {
        display: block;
        margin-bottom: 10px;
        text-align: center;
    }

    .boxes span {
        margin-top: 10px;
        display: block;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }

.lightgreybox {
    background: #f0f0f0;
    padding: 10px;
}

.height165px {
    height: 165px !important;
}

.statusbox {
    color: #fff;
    padding: 20px;
    font-weight: bold;
    font-size: 14px;
}

    .statusbox.error {
        background: #cc1717 !important;
    }

    .statusbox.passive {
        background: #666 !important;
    }

    .statusbox.active {
        background: #4bb13f !important;
    }

.breakword .k-grid td, .breakword table td {
    word-wrap: break-word;
    word-break: break-all;
}
.subheadtitle {
    color: #125C7F;
    font-weight: bold;
}
.mainerrorcontent {
    background-color: #ffffcc;
    max-height: 500px;
    overflow: auto;
    padding: 10px;
}
.editorbody{
    height:calc(100vh - 270px)
}
.editor-panel {
    float: left;
    position: relative;
    overflow: auto;
}
.editor-drag {
    float: left;
    width: 8px;
    height: 100%;
    cursor: ew-resize;
    position:relative;
}
.col-resize{
    cursor:col-resize;
}
.offcanvas-backdrop.show {
    opacity: 0.02;
}

.offcanvas-header {
    height: 10px;
    border: 1px solid #ddd;
}

.offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xl, .offcanvas-xxl {
    --bs-offcanvas-width: 750px;
}

.highlight {
    background-color: #f3ae0035;
}

#scriptEditor {
    width: 100%;
    height: 60vh; /* Initial height (not full screen) */
    transition: all 0.3s;
}

    #scriptEditor.fullscreen {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1000;
        background-color: #1e1e1e; /* Optional: Match editor background */
    }

#scriptEditorDiv {
    position: relative; /* Establishes a new containing block */
}

.divDraft {
    position: absolute;
    z-index: 1000;
    text-align: center;
    color: white;
    width: 366px;
    height: 20px;
    background-color: rgba(255, 0, 0, 0.5);
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
}

#fullScreenDiv {
    position: absolute;
    top: 8px;
    z-index: 1000;
    display: none; /* Hidden by default */
    right: 9px;
}

#cancelFullscreenBtn {
    position: fixed;
    top: 0;
    right: 2px;
    display: none; /* Hidden by default */
    z-index: 1011;
}

.customFileUploader {
    margin-left: calc(var(--bs-border-width)* -4) !important;
}

.Pdfcontent iframe{
    width:100%!important;
    height:400px;
}
.userGuidePdfPopup iframe {
    width: 100% !important;
    height: 80vh;
}

/*push notification*/
.notification-list {
    display: none;
    position: absolute;
    top: 100%;
    left: -455px;
    width: 470px;
    max-height: 300px;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    overflow-y: auto;
    z-index: 1000;
    padding: 10px;
    border-radius: 10px;
    cursor: default;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 550px) {
    .notification-list {
        position: fixed;
        top: 35px;
        left: 5vw;
        width: 90vw;
        max-height: 70vh;
        border-radius: 12px;
        padding: 12px;
    }
}

.notification-list::-webkit-scrollbar {
    width: 8px;
}

.notification-list::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}

.notification-list::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.2);
    border-radius: 10px;
}

.notification-item {
    padding: 10px 10px 10px 2px;
    border-bottom: 1px solid #eee;
    word-wrap: break-word;
    white-space: pre-line;
}

.notification-item:last-child {
    border-bottom: none;
}

.notification-item:hover {
    background: #f5f5f5;
}

.notification-title {
    font-weight: bold;
    color: #414142;
    margin-bottom: 5px;
}

.notification-description {
    font-size: 0.9em;
    color: #555;
    margin-bottom: 10px;
}

.notification-download {
    padding-top: 10px;
    color: #125C7F;
}

.notification-historical {
    text-align: center;
    cursor: pointer;
    color: #125C7F;
}

.notification-badge {
    position: absolute;
    top: -8px;
    right: -5px;
    background: red;
    color: white;
    font-size: 10px;
    padding: 0px 5px;
    border-radius: 50%;
    min-width: 15px;
    text-align: center;
    font-weight: bold;
    opacity: 70%;
}

.notification-footer {
    text-align: center;
    margin-top: 5px;
    cursor: pointer;
    color: #125C7F;
    height: 15px;
}

.notification-header {
    border-bottom: 1px solid #eee;
    font-weight: bold;
    color: #414142;
    font-size: 15px;
}

/*Compare Viewer Srtart*/
.diff-container {
    border: 1px solid #ccc;
    height:60vh;
    overflow: auto;
    padding-right:15px;
}
.deleted {
    background-color: #f8d7da;
    text-decoration: line-through;
}

.inserted {
    background-color: #d4edda;
}

.modified {
    background-color: #fff3cd;
}
/*Compare Viewer END*/

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
        margin-right: 0.625rem;
    }

    .form-inline .form-control, .form-inline .input-group {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    
}

/*`sm` applies to x-small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .copyright-text {
        text-align:center;
    }
    .footer-logo {
        text-align: center;
        margin-top: 0.625rem;
    } 
    .text-xs-center{
        text-align:center;
    }
    .download-link {
        margin-top: 0.625rem;
    }

}
/*`md` applies to small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    .form-inline .form-group {
        margin-bottom: 0.625rem;
    }

    .form-inline .form-control, .form-inline .k-dropdownlist {
        width: 100% !important;
        box-sizing: border-box;
    }

    .blank-label {
        display: none !important;
    }

    .navbar-dark .nav-item .nav-link {
        padding-left: 0px;
        padding-right: 0px;
    }

    .no-border-end-sm {
        border-right: none !important;
    }

    .border-bottom-sm {
        border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }

    .seprate-line {
        border-right: 0px;
    }

    .tab-content > .tab-pane {
        display: block;
        opacity: 1;
    }

    .tab-content .tab-pane, .tab-content.accordion .tab-pane .accordion-body {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .accordion-item:first-of-type > .accordion-header .accordion-button {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .tab-content .tab-pane.accordion-item {
        border-radius: 0;
    }

    .loginbox {
        width: 90% !important;
    }

    .autohide-notification {
        max-width: 30rem;
        width: 55%;
    }
}
    @media (min-width: 991.98px) {
        .border-lg-right {
            border-right: #ccc solid 1px
        }
    }

    @media (max-width: 991.98px) {
        .border-end-md-0 {
            border-right: 0 !important;
        }

        .responsive-form-lg .col-form-label {
            padding-bottom: .2rem;
            padding-top: 0;
        }
    }

    @media (max-width: 1199.98px) {
        .form-label {
            display: block;
        }
        .res-h-0px{
            height:0px!important;
        }
    }

    @media (min-width: 1200px) {
        .navbar-dark .nav-item:first-child .nav-link {
            padding-left: 0px;
        }
    }
@media only screen and (min-width: 1366px) and (max-width: 1650px) {
    .box .col1 span, .box .col2 span, .box .col3 span {
        font-size: 30px !important;
    }
}
    @media only screen and (max-width: 1366px) {
        .box .col1 span, .box .col2 span, .box .col3 span {
            font-size: 20px !important;
        }
    }

.accordion-body .interface {
    overflow-y: auto;
    max-height: 200px;
}

.contentscroll {
    overflow-y: auto;
    max-height: 65vh;
}