html {
    -webkit-overflow-scrolling: touch;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

i.mdi-90px {
    font-size: 90px;
}

drag-drop-zone
label {
    margin-bottom: 0px;
}

input:indeterminate {
    background: #FFBD5A;
    border: 1px solid #FFBD5A;
    box-sizing: border-box;
    border-radius: 4px;
}

/* Scrollbar STARTS*/
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    transition: 200ms ease;
}

:hover::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    border-radius: 3px;
    background: transparent;
    -webkit-overflow-scrolling: touch;
}

:hover::-webkit-scrollbar-track {
    background: rgba(75, 75, 75, 0.15);
}

::-webkit-scrollbar-thumb {
    border-radius: 3px;
    /*background: rgba(75, 75, 75, 0.3);*/
    background: transparent;
    /*-webkit-box-shadow: 0 0 1px rgba(75, 75, 75, 0.3);*/
    /* box-shadow: 0 0 1px rgba(75, 75, 75, 0.3);*/
    -webkit-overflow-scrolling: touch;
}

:hover::-webkit-scrollbar-thumb {
    background: rgba(75, 75, 75, 0.3);
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(75, 75, 75, 0.5);
    -webkit-overflow-scrolling: touch;
}

::-webkit-scrollbar-track:hover {
    background: rgba(75, 75, 75, 0.15);
    -webkit-overflow-scrolling: touch;
}

/*==========END========*/

.mb-40 {
    margin-bottom: 40px !important;
}

/* Blazor Ui Error Handling */
#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

/* Blazor Ui Error Handling end */
/* --- File input ---*/
.language-translation-upload {
    align-items: center;
    justify-content: center;
    position: relative;
    width: 101px;
    height: 39px;
}

.language-translation-upload:hover .btn-outline-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    cursor: pointer;
}

.language-translation-upload input[type=file] {
    position: absolute;
    width: 101px;
    height: 39px;
    opacity: 0;
    cursor: pointer;
}

.drag-drop-zone {
    border: 1px dashed #dddd;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F8F9FB;
    /*box-shadow: inset 0 0 8px rgba(0,0,0,0.2);*/
    /*color: #aeaeae;*/
    /*font-size: 1.5rem;*/
    /*cursor: pointer;*/
    /*margin: 1.5rem 0 2rem 0;*/
    position: relative;
    transition: 200ms ease;
}

.drag-drop-zone:hover {
    background-color: #f5f5f5;
    border: 1px dashed #e68710 !important;
}

.drag-drop-zone input[type=file] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

/*-- file input end*/

/*--Validation message*/
.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

/*-----Toaster Z-index set*/
.blazored-toast-container {
    z-index: 1200 !important;
}

/*-----Toaster Z-index end*/
.image-link-upload {
    /*border: 3px dashed #e68710;*/
    padding: 0.5rem;
    display: flex;
    background-color: #F8F9FB;
    /*box-shadow: inset 0 0 8px rgba(0,0,0,0.2);*/
    /*color: #aeaeae;*/
    /*font-size: 1.5rem;*/
    cursor: pointer;
    /*margin: 1.5rem 0 2rem 0;*/
    position: relative;
}

.center-upload-button {
    align-items: center;
    justify-content: center;
}

.font-card p {
    word-break: break-word;
}

/*---------- TOP-BAR User profile------------*/
a#dropdownMenuButton img.user-image {
    height: 35px;
    width: 35px;
    border-radius: 50%;
}

div.user-profile-menu {
    transform: translate3d(0px, -25px, 0px);
}

/*------------END-----------*/

/*--------REPORT container----------*/
.powerBIReportContainer {
    &.visible {
        height: calc(100vh - 100px);
        visibility: visible;
        margin: 0 -20px 0 0;
    }

    &.hidden {
        height: 0;
        overflow: hidden;
        visibility: hidden;
    }
}

.powerBIReportContainer iframe {
    border: none;
}

.powerBIReportQuickViewContainer {
    height: 1050px;
}

.powerBIReportQuickViewContainer iframe {
    border: none;
}

/* END */

/*------MAIN container----------*/
.main-content main {
    padding: 18px 20px 60px;
    overflow: auto;
}

@media screen and (min-width: 767px) {
    .main-content main {
        padding: 20px;
        height: calc(100% - 56px);
    }
    .modal-open .main-content main {
        height: auto;
    }
}

.container {
    padding: 0px;
}

/*--------END-------*/

/*---------NAV Menu------*/
/*.wrapper .left-sidebar #menu-btn {
    background: #F8F9FB;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    height: 40px;
    width: 40px;
    padding: 5px 10px;
}*/
/*----END----*/

/*---------------DisplaySweet Blazedesk error-------- */
.ds-blazedesk-error-topbar {
    padding: 20px 10px;
}

.ds-blazedesk-error-topbar img.logo {
    display: block;
    width: 70px;
    margin: auto;
    padding: 20px;
    vertical-align: middle;
    border-style: none;
}

.ds-blazedesk-error-div-svg svg {
    display: block;
    width: 25%;
    margin: auto;
    vertical-align: middle;
    border-style: none;
}

.ds-blazedesk-error-not-access-text {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 33px;
    text-align: center;
}

.ds-blazedesk-error-help-text {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
}

/*-------------END-------*/

.navigation-golive-checkbox {
    padding-top: 6px;
    padding-bottom: 6px;
}

.login-background-img {
    background-size: cover;
    background-image: url(../images/blazedesk_loginpage.jpg);
}

.ds-blazedesk-projects-noresults {
    padding: 50px 10px;
}

.ds-blazedesk-projects-noresults svg {
    display: block;
    width: 20%;
    margin: auto;
    vertical-align: middle;
    border-style: none;
}

.ds-blazedesk-projects-noresults-text {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 33px;
    text-align: center;
}

.ds-blazedesk-no-projects {
    padding: 75px 0px 50px 0px;
}

.ds-blazedesk-no-projects svg {
    display: block;
    width: 20%;
    margin: auto;
    vertical-align: middle;
    border-style: none;
}

.ds-blazedesk-no-projects-text {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 33px;
    text-align: center;
}

.login-right-pane {
    height: 100vh;
}

body {
    font-size: 16px;
}

.container {
    max-width: 100%;
}

.wrapper .left-sidebar .scroll-wrapper {
    height: calc(100vh - 175px);
    overflow-y: auto;
}

.wrapper.enable-vertical-menu .left-sidebar .scroll-wrapper {
    overflow-x: hidden
    /*overflow: unset;*/
}

.wrapper .left-sidebar .metismenu li {
    /*margin-bottom:5px;*/
}

.wrapper .left-sidebar .metismenu li a {
    text-decoration: none;
    padding: 8px 10px;
    /*margin-bottom:10px;*/
    font-size: 14px;
    color: #A8B0B3
}

/*.wrapper .left-sidebar .metismenu li a,
.wrapper .left-sidebar .metismenu li a i {
color: #8B9CA1;
}*/

.wrapper .left-sidebar .metismenu li a[href].active,
.wrapper .left-sidebar .metismenu li a[href].active i {
    font-weight: 600;
}

.wrapper .left-sidebar .metismenu li a[href].active,
.wrapper .left-sidebar .metismenu li a[href].active i,
.wrapper .left-sidebar .metismenu li a:hover,
.wrapper .left-sidebar .metismenu li a:hover i {
    color: #007BFF;
}

.wrapper .left-sidebar .nav-title {
    padding: 8px;
    margin-top: 10px;
}

.wrapper.enable-vertical-menu .left-sidebar .nav-title {
    margin-top: 0;
}

.ds-progress-bar {
    position: fixed;
    bottom: 0;
    margin: auto;
    left: 40%;
}

.ds-image-editor-container {
    margin: auto;
    padding: 10px;
}

.ds-image-editor-drag-drop-zone {
    height: 125px;
}

.ds-image-editor-drag-drop-zone-icon {
    font-size: 25px;
}

div#ds-blazedesk-termsandconditions-accordion .card.active > .card-header {
    color: #fff;
    background-color: #3b5998;
    background-image: linear-gradient(#4e69a2, #3b5998 50%);
    border-bottom: 1px solid #133783;
}

div#ds-blazedesk-termsandconditions-accordion .terms-conditions-active {
    border-left: 5px solid #00d9cc73;
}

div#ds-blazedesk-termsandconditions-accordion .mdi-check-circle-outline {
    color: #00d9ccdb;
}

div#ds-blazedesk-termsandconditions-accordion .terms-conditions-active-icon {
    text-align: center;
}

.ds-blazedesk-pwd-eye, .ds-blazedesk-username-email {
    position: relative;
}

.ds-blazedesk-pwd-eye span, .ds-blazedesk-username-email span {
    position: absolute;
    right: 0px;
    padding: 0.375rem 0.75rem;
}

.ds-blazedesk-pwd-eye input[type="text"],
.ds-blazedesk-pwd-eye input[type="password"],
.ds-blazedesk-username-email input[type="text"] {
    padding-right: 35px;
}

.profile-dropdown .dropdown-item {
    padding: 0.4rem 1.25rem;
    border-bottom: none;
}

.ds-blazedesk-success-msg {
    color: #18bf3e;
}

.ds-blazedesk-login-auth-form {
    border-radius: 18px;
    border: 0.92px solid #4e69a2;
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.35), 0 0px 0px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.35), 0 0px 0px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.35), 0 0px 0px 0 rgba(0, 0, 0, 0.2);
}

.ds-blazedesk-login-auth-form-img-div {
    padding: 10px 0px 10px 0px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-bottom: 30px;
    background-color: #3b5998;
    background-image: linear-gradient(#4e69a2, #3b5998 50%);
}

.ds-blazedesk-login-auth-form-img-div img {
    margin-left: auto;
    margin-right: auto;
}

.ds-blazedesk-login-failure-msg {
    color: red;
}

div#ds-blazedesk-termsandconditions-acceptance-modal .modal-lg {
    max-width: 60%;
}

.ds-blazedesk-text-ellipsis {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ds-blazedesk-position {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    display: block;
    width: 100%;
    line-height: 1.5;
    color: #495057;
}

.ds-blazedesk-position .ds-blazedesk-position-number {
    color: #534EFF;
}

.ds-blazedesk-position .ds-blazedesk-position-number,
.ds-blazedesk-position .mdi-arrow-up,
.ds-blazedesk-position .mdi-arrow-down {
    font-size: 15px;
}

.ds-blazedesk-position .ds-blazedesk-position-number {
    font-weight: 700;
}

.ds-blazedesk-position .mdi-arrow-up:hover:not([disabled]),
.ds-blazedesk-position .mdi-arrow-down:hover:not([disabled]) {
    color: #007bff;
    cursor: pointer;
}

[disabled],
:disabled {
    opacity: 0.5;
    pointer-events: none;
}

.ds-blazedesk-btn-save {
    color: #00CE9D;
    border: 2px solid #00CE9D;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 10px;
}

.ds-blazedesk-btn-save:hover {
    color: #fff;
    background-color: #00CE9D;
    border-color: #00CE9D;
    box-sizing: border-box;
    border-radius: 4px;
}

.ds-blazedesk-btn-edit {
    color: #23313F;
    background: #FFD699;
    border: 1px solid #FFBD5A;
    box-sizing: border-box;
    border-radius: 4px;
}

.ds-blazedesk-btn-edit i.mdi,
.ds-blazedesk-btn-save i.mdi {
    color: #23313F;
}

.ds-blazedesk-btn-delete {
    color: #FF1263;
    background: #FFFFFF;
    border: 1px solid #FF1263;
    box-sizing: border-box;
    border-radius: 4px;
}

.ds-blazedesk-btn-delete i.mdi {
    color: #FF1263;
}

.ds-blazedesk-collapsible-button {
    right: unset;
}

.ds-blazedesk-card-img {
    height: 122px;
    width: 100%;
    object-fit: cover;
}

.ds-blazedesk-card-device-img {
    height: 100px;
    width: 100%;
    object-fit: cover;
}

.accordion .accordion-card {
    cursor: default;
}

.ds-blazedesk-outline-card-no-items-msg {
    background: #F8F9FB;
    border: 1px solid #E4EAF0;
    box-sizing: border-box;
    border-radius: 5px;
}

.ds-blazedesk-navigation-area-height {
    height: calc(100vh - 230px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 3px;
}

input[type="checkbox"][disabled].custom-control-input,
input[type="checkbox"]:disabled.custom-control-input {
    display: none;
}

.wrapper .left-sidebar .metismenu li a.pr-title span.m-title {
    margin-left: 5px;
}

/*.wrapper .left-sidebar .metismenu li a.menu-project {
    padding-bottom: 0;
}*/
.wrapper.enable-vertical-menu .left-sidebar .metismenu li a.menu-project {
    padding: 30px 0 20px 0;
    border-bottom: 1px solid #ddd;

}

.wrapper .left-sidebar .metismenu li a.pr-title img.menu-project-image {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    transition: 200ms ease-in-out;
    object-fit: cover;
}

.wrapper.enable-vertical-menu .left-sidebar .metismenu li a.pr-title img.menu-project-image {
    width: 35px;
    height: 35px;
    object-fit: cover;
}

.wrapper .left-sidebar .metismenu li a.pr-title span.menu-project-title {
    display: flex;
    align-items: center;
    line-height: 1.33;
    margin-left: 8px;
}

.resumable-error {
    font-size: 14px;
    font-style: italic;
    color: red;
}

@media screen and (min-width: 767px) {
    .wrapper.enable-vertical-menu .left-sidebar .metismenu li a.menu-project {
        padding: 0;
        border-bottom: none;
    }
}