/* main */
html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

ol {
    margin-top: 5px;
}

.ClickableLi > li > a {
    outline: transparent;
    position: relative;
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-weight: 400;
    box-sizing: border-box;
    border: 1px solid transparent;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    vertical-align: top;
    padding: 0px 4px;
    border-radius: 0px;
    margin: 0px;
    color: rgb(51, 51, 51);
    background-color: transparent;
    user-select: none;
    color: rgb(16, 110, 190) !important;
}

.ClickableLi > li > a:hover {
    text-decoration: underline !important;
}

li {
    line-height: 25px;
}

.FooterWrapper {
    width: 100%;
    height: 100px;
    padding-left: 10%;
    padding-right: 10%;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: #EEEEEE;
    font-family: 'Segoe UI',SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
    border-top: 1px solid #cdcdcd;
}

.FooterCompany {
    font-size: 12px;
    line-height: 16px;
    margin: 3px 0;
    color: #616161;
    display: flex;
    align-items: flex-end;
}

.FooterCompanyLogo {
    width: 14px !important;
    height: 14px !important;
}

.AwaraRed {
    color: #D62D2C;
}

.HomeHeader, .ShareHeader {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 600;
}

.HomeWrapper, .ShareWrapper {
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 10px;
}

.HomeCardContainer {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 15px;
}

.HomeCardWrapper {
    flex: 0 0 auto;
    cursor: pointer;
    width: calc(33.3333333333% - 15px / 1.5);
    min-height: 250px;
    padding: 1.5rem;
    box-sizing: border-box;
    box-shadow: 0px 0.3px 0.9px rgba(0, 0, 0, 0.1), 0px 1.6px 3.6px rgba(0, 0, 0, 0.13);
    border-radius: 12px;
    border: 0;
    transition: box-shadow 200ms ease-in-out;
    background-color: white;
    min-width: 265px;
}

.DummyCardWrapper {
    flex: 0 0 auto;
    width: calc(33.3333333333% - 15px / 1.5);
    min-height: 150px;
    padding: 1.5rem;
    min-width: 265px;
}

@media screen and (max-width: 1500px) {
    .InstanceListColumn8Cloud {
        display: none !important;
    }

    .Cell8Cloud {
        display: none !important;
    }
}

@media screen and (max-width: 1350px) {
    .InstanceListColumn7Cloud {
        display: none !important;
    }

    .Cell7Cloud {
        display: none !important;
    }
}

@media screen and (max-width: 1230px) {
    .InstanceListColumn6Cloud {
        display: none !important;
    }

    .Cell6Cloud {
        display: none !important;
    }

    .FlexDirectionSwitcher {
        flex-direction: column !important;
    }

    .ColumnRow {
        border-bottom: 1px solid #EEEEEE !important;
        margin-bottom: 10px !important;
        padding-bottom: 10px !important;
    }

    .ColumnRowNumber {
        margin-right: 0 !important;
        margin-left: 12px !important;
        width: 100% !important;
        display: block !important;
        float: left !important;
    }
}

@media screen and (max-width: 1180px) {
    .InstanceListColumn6 {
        display: none !important;
    }

    .Cell6 {
        display: none !important;
    }
}

@media screen and (max-width: 1100px) {
    .InstanceListColumn5 {
        display: none !important;
    }

    .Cell5 {
        display: none !important;
    }
}

@media screen and (max-width: 1080px) {
    .InstanceListColumn9Cloud {
        display: none !important;
    }

    .Cell9Cloud {
        display: none !important;
    }

    .HomeHeader, .ShareHeader {
        font-size: 1.5rem;
        margin-top: 0px !important;
    }

    .HomeWrapper, .ShareWrapper {
        padding: 0 !important;
    }

    .HomeCardWrapper {
      width: calc(50% - 15px / 2) !important;
    }

    .CardWrapper1 {
        width: 100% !important;
    }
}

@media screen and (max-width: 970px) {
    .InstanceListColumn3 {
        display: none !important;
    }

    .Cell3 {
        display: none !important;
    }
}

@media screen and (max-width: 830px) {
    .InstanceListColumn7 {
        display: none !important;
    }

    .Cell7 {
        display: none !important;
    }
}

@media screen and (max-width: 800px) {
    .ActionLogMain {
        width: auto !important;
    }

    .InstanceListColumn5Cloud {
        display: none !important;
    }

    .Cell5Cloud {
        display: none !important;
    }
}

@media screen and (max-width: 730px) {
    .PageHeader {
        padding-top: 15px !important;
    }

    .PageTitle {
        margin: 0 !important;
    }

    .PageMainWrapperMobile {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    #MenuBarWrapper {
        justify-content: flex-start !important;
    }

    .HomeWrapper, .ShareWrapper {
        margin-top: 0 !important;
    }

    .HomeHeader, .ShareHeader {
        text-align: center !important;
    }

    .HomeCardWrapper {
        width: 100% !important;
    }

    .CardWrapper2 {
        width: 100% !important;
    }
}

@media screen and (max-width: 650px) {
    .InstanceListColumn3Cloud {
        display: none !important;
    }

    .Cell3Cloud {
        display: none !important;
    }
}

@media screen and (max-width: 610px) {

    .InstanceListColumn4 {
        display: none !important;
    }

    .Cell4 {
        display: none !important;
    }
}

@media screen and (max-width: 400px) {

    .ClickablePageTitle {
        font-size: 14px !important;
    }

    #PageTitleInstanceName {
        font-size: 14px !important;
    }

    .SystemDialogMain {
        min-width: 0px !important;
        max-width: 350px !important;
    }

    .InstanceListColumn4Cloud {
        display: none !important;
    }

    .Cell4Cloud {
        display: none !important;
    }

    .threedots {
        display: none !important;
    }

    .admin-logo-span {
        display: none !important;
    }

    .logo {
        width: 32px;
        height: 32px;
    }
}

.CardWrapper2 {
    width: calc(50% - 15px / 2);
    min-height: 205px;
}

.CardWrapper1 {
    width: 100%;
    min-height: 205px;
}

.HomeCardWrapper:hover {
    box-shadow: 0px 1.2px 3.6px rgba(0, 0, 0, 0.1), 0px 6.4px 14.4px rgba(0, 0, 0, 0.13);;
    border: 0;
}

.HomeCardIcon {
    width: 45px;
    height: 45px;
    background-size: 45px;
    background-repeat: no-repeat;
}

.IconPowerApps {
    background-image: url('/static/img/powerapps.png');
}
.IconPhpMyAdmin {
    background-image: url('/static/img/phpMyAdmin.png');    
}

.IconBC {
    background-image: url('/static/img/bc.webp');
}

.IconAx {
    background-image: url('/static/img/axapta.png');
}

.IconShare {
    background-image: url('/static/img/share.png');
}

.IconSubs {
    background-image: url('/static/img/subs.jpg');
}

.IconVMs {
    background-image: url('/static/img/vms.png');
}


.IconDevops {
    background-image: url('/static/img/devops.png');
}

.IconRedmine {
    background-image: url('/static/img/redmine.png');
}

.IconApps {
    background-image: url('/static/img/apps.png');
}

.IconVSCode {
    background-image: url('/static/img/vscode.png');
}

.IconLicense {
    background-image: url('/static/img/license.png');
}

.IconVSFolder {
    background-image: url('/static/img/vs_folder.png');
}

.HomeCardHeader {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    margin: 1rem 0 1rem 0;
}

.HomeCardText {
    font-weight: 400;
    line-height: 1.5rem;
    font-size: 1rem;
}

.admin-header {
    width: 100%;
    height: 48px;
    line-height: 48px;

    background-color: #282828;
    background-position: left top;
    background-repeat-x: repeat;
    background-image: none;
    display: flex;
    justify-content: space-between;
}

.admin-logo-div {
    display: flex;
    margin-left: 10px;
    width: 100%;
    height: 100%;
    align-items: center;
}

.admin-logo-div-wrapper {
    cursor: pointer;
    display: flex;
    align-items: center;
    user-select: none;
    flex-direction: row;
    height: 48px;
    position: absolute;
    top: 2px;
    align-content: center;
}

.admin-logo-span {
    display: inline-block;
    font-weight: 600;
    font-family: SegoeUI-SemiBold-final,Segoe UI Semibold,SegoeUI-Regular-final,Segoe UI,"Segoe UI Web (West European)",Segoe,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,Tahoma,Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 48px;
    -webkit-font-smoothing: antialiased;
    color: white;
    margin-top: -5px;
}

.logo {
    display: flex;
    margin-right: 5px;
}

/* Microsoft >> */

.PageMainDiv {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow-x: hidden;
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-weight: 400;
    color: rgb(51, 51, 51);
    min-height: calc(100vh - 150px);
}

.root-93 {
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    background-color: inherit;
    padding: 0px 16px;
    height: 40px;
    justify-content: flex-start;
}

.primarySet-96 {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-grow: 1;
    align-items: stretch;
}

.item-97 {
    flex-shrink: 0;
    display: inherit;
}

.root-99 {
    outline: transparent;
    position: relative;
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-weight: 400;
    box-sizing: border-box;
    border: 1px solid transparent;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    vertical-align: top;
    padding: 0px 4px;
    border-radius: 0px;
    margin: 0px;
    min-width: 40px;
    background-color: inherit;
    color: rgb(51, 51, 51);
    height: 100%;
    user-select: none;
}

.flexContainer-100 {
    display: flex;
    height: 100%;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.icon-88 {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    speak: none;
    font-family: FabricMDL2Icons-1;
    font-size: 16px;
    margin: 0px 4px;
    height: 14px;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
    flex-shrink: 0;
    color: rgb(16, 110, 190);
}

.textContainer-101 {
    flex-grow: 1;
}

.label-102 {
    margin: 0px 4px;
    line-height: 100%;
    font-weight: normal;
    white-space: nowrap;
}

.root-99:hover {
    background-color: rgb(234, 234, 234);
    color: rgb(33, 33, 33);
}

.PageHeader {
    display: none;
    text-align: left;
    font-size: 21px;
    padding-bottom: 5px;
    padding-top: 25px;
    font-weight: 350;
    width: fit-content;
}

.PageTitle {
    margin-left: 23px;
}

.PageMainWrapper {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    min-height: 500px;
}

.PageContent {
    display: flex;
    padding: 15px;
    flex-direction: column;
    overflow-y: hidden;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 15px;
    max-width: 100%;
}

.InstancesWrapper {
    display: flex;
    justify-content: center;
}

.NoHover {
    cursor:text !important; 
    text-decoration: None !important;
    user-select: text !important;
    color: inherit !important;
}

.EnvironmentNameAndUrlContainer {
    display: flex;
    flex-direction: row;
}

.UserListNameContainer {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.GridLinkLikeButtonItem-Active {
    color: rgb(16, 110, 190) !important;
}

.GridLinkLikeButtonItem {
    font-size: 12px !important;
    height: 20px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.flexContainer-73 {
    display: flex;
    height: 100%;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.flexContainer-100 {
    display: flex;
    height: 100%;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.PageSectionHeader {
    text-align: left;
    font-size: 21px;
    margin-top: 30px;
    font-weight: lighter;
    margin-bottom: 30px;
}

.admin-user>.mectrl_dropdownbody {
    width: 360px;
    cursor: auto;
    max-width: 100vw;
    -webkit-box-shadow: 0 24px 54px rgb(0 0 0 / 15%), 0 4.5px 13.5px rgb(0 0 0 / 8%);
    box-shadow: 0 24px 54px rgb(0 0 0 / 15%), 0 4.5px 13.5px rgb(0 0 0 / 8%);
}

.mectrl_currentAccount a.mectrl_signout:hover, .mectrl_currentAccount button.mectrl_signout:hover {
    color: inherit;
    background-color: rgba(0,0,0,.08);
}

.mectrl_dropdownbody.expanded {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.mectrl_root *, .mectrl_root div * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mectrl_root, .mectrl_root div {
    font-family: "Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,sans-serif;
    line-height: normal;
}

.mectrl_dropdownbody {
    position: absolute;
    right: 0;
    z-index: 1000000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 120ms,opacity 120ms ease;
    transition: visibility 0s linear 120ms,opacity 120ms ease;
}

.mectrl_body {
    text-align: left;
    color: #333;
    background-color: #fff;
}

.mectrl_currentAccount {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr auto;
    grid-template-columns: auto 1fr auto;
}

.mectrl_company {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 13px;
    margin: auto;
}

.mectrl_truncate, a.mectrl_truncate, button.mectrl_truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mectrl_currentAccount .mectrl_accountInfo {
    min-height: 132px;
    width: 100%;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#mectrl_currentAccount_picture {
    display: block;
    border-radius: 50%;
    overflow: hidden;
    width: 88px;
    height: 88px;
    margin-left: 16px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mectrl_currentAccount .mectrl_accountInfo>* {
    padding: 0;
}

.mectrl_profilepic {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.mectrl_currentAccount .mectrl_accountInfo .mectrl_accountDetails {
    font-size: 13px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    width: 0;
    padding-right: 12px;
}

.mectrl_currentAccount .mectrl_accountInfo .mectrl_accountDetails>:first-child {
    margin-top: 0;
}

.mectrl_currentAccount .mectrl_accountInfo .mectrl_name {
    font-size: 18px;
    font-weight: 700;
}

.mectrl_currentAccount .mectrl_accountInfo .mectrl_accountDetails>* {
    padding: 1px;
}

.mectrl_currentAccount .mectrl_accountInfo .mectrl_accountDetails>:nth-child(2) {
    margin-top: 3px;
    font-size: 13px;
}

.mectrl_currentAccount a.mectrl_signout, .mectrl_currentAccount a.mectrl_signout:focus, .mectrl_currentAccount button.mectrl_signout, .mectrl_currentAccount button.mectrl_signout:focus {
    color: #333;
    background-color: #fff;
}

.mectrl_currentAccount .mectrl_signout {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    font-size: 13px;
    padding: 15px 14px;
}

.mectrl_resetStyle, a.mectrl_resetStyle, button.mectrl_resetStyle {
    height: auto;
    min-width: auto;
    min-height: auto;
    border-style: none;
    border-width: 0;
    padding: 0;
    margin: 0;
    outline-style: none!important;
    background-color: transparent;
    text-decoration: none;
    text-align: left;
    font-family: "Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,sans-serif;
    cursor: pointer;
}

/* Microsoft << */

.InstanceList {
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    background: rgb(255, 255, 255);
    color: rgb(51, 51, 51);
    margin-bottom: 10px;
    width: 100%;
    overflow-x: clip;
    overflow-y: visible;
}

.InstanceListColumn {
    outline: transparent;
    position: relative;
    color: rgb(51, 51, 51);
    display: inline-block;
    box-sizing: border-box;
    padding: 0px 8px 0px 12px;
    line-height: inherit;
    margin: 0px;
    height: 32px;
    vertical-align: top;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    font-weight: 400;
    width: 160px;
}

.InstanceListColumn2 {
    padding: 0px 32px 0px 12px;
    width: 125px;
}

.InstanceListColumn3 {
    padding: 0px 32px 0px 12px;
    width: 130px;
}

.InstanceListColumn4 {
    padding: 0px 32px 0px 12px;
    width: 140px;
}

.InstanceListColumn5 {
    padding: 0px 32px 0px 12px;
    width: 130px;
}

.InstanceListColumn6 {
    padding: 0px 32px 0px 12px;
    width: 80px;
}

.InstanceListColumn7 {
    padding: 0px 32px 0px 12px;
    width: 302px;
}
.InstanceListColumn8 {
    padding: 0px 32px 0px 12px;
    width: 300px;
}

.InstanceListColumn2Cloud {
    padding: 0px 32px 0px 12px;
    width: 120px;
}

.InstanceListColumn3Cloud {
    padding: 0px 32px 0px 12px;
    width: 110px;
}

.InstanceListColumn4Cloud {
    padding: 0px 32px 0px 12px;
    width: 70px;
}

.InstanceListColumn5Cloud {
    padding: 0px 32px 0px 12px;
    width: 140px;
}

.InstanceListColumn6Cloud {
    padding: 0px 32px 0px 12px;
    width: 140px;
}

.InstanceListColumn7Cloud {
    padding: 0px 32px 0px 12px;
    width: 115px;
}

.InstanceListColumn8Cloud {
    padding: 0px 32px 0px 12px;
    width: 150px;
}

.InstanceListColumn9Cloud {
    padding: 0px 32px 0px 12px;
    width: 270px;
}

.UserListColumn2 {
    padding: 0px 32px 0px 12px;
    width: 210px;
}

.UserListColumn3 {
    padding: 0px 32px 0px 12px;
    width: 180px;
}

.UserListColumn4 {
    padding: 0px 32px 0px 12px;
    width: 180px;
}

.UserListColumn5 {
    display: inline-flex;
    align-items: center;
    padding: 0px;
    width: 75px;
    margin-left: -5px;
}

.CellTooltip {
    display: block;
    position: absolute;
    inset: 0px;
}

.CellTitle {
    outline: transparent;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0px 8px 0px 17px;
}

.CellName {
    flex: 0 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ListCell {
    min-height: fit-content;
    word-break: break-word;
}

.FilterDropdown {
    position: absolute;
    left: 87px;
    top: 37px;
    z-index: 999;
    background: #f8f8f8;
    border: 1px solid #ccc;
    border-radius: 6px;
    min-width: 180px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    padding: 10px 12px;
}

.hidden {
    display: none;
}

.FilterMenuItem {
    display: flex;
    font-weight: bold;
    color: #107C10;
    cursor: pointer;
    margin-bottom: 8px;
}

.filter-checkbox {
    margin-bottom: 4px;
}

.filter-checkbox label {
    cursor: pointer;
}

.FilterIconWrapper {
    margin-left: 10px; 
    cursor: pointer;
    color: #a4a4a4;
}

.DetailsRow {
    animation-name: css-0;
    animation-duration: 0.367s;
    animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
    animation-fill-mode: both;
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    font-weight: 400;
    outline: transparent;
    position: relative;
    border-bottom: 1px solid rgb(244, 244, 244);
    background: rgb(255, 255, 255);
    color: rgb(102, 102, 102);
    display: inline-flex;
    min-height: 42px;
    white-space: nowrap;
    padding: 0px;
    box-sizing: border-box;
    vertical-align: top;
    text-align: left;
    width: 100%;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.DetailsRow.fade-out {
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
}

.DetailsRow.fade-in {
    opacity: 0;
    transform: translateY(10px);
}

.DetailsRow.fade-in-active {
    opacity: 1;
    transform: translateY(0);
}

.DetailsRow:hover {
    background: rgb(244, 244, 244);
    width: max-content;
}

.DetailsRowFields {
    display: flex;
    align-items: center;
}

.DetailsRowFieldsCloud {
    display: flex;
    align-items: center;
    margin-left: 5px;
}

.DetailsRowCell {
    width: 160px;
    color: #333333;
    outline: transparent;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    min-height: 42px;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 12px;
}

.DetailsRowCellCloud {
    width: 160px;
    color: #333333;
    outline: transparent;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    min-height: 42px;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 12px;
}

.UnClickableCell {
    outline: transparent;
    position: relative;
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-weight: 400;
    box-sizing: border-box;
    border: 1px solid transparent;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    vertical-align: top;
    padding: 0px 4px;
    border-radius: 0px;
    margin: 0px;
    height: 40px;
    color: rgb(51, 51, 51);
    background-color: transparent;
    user-select: text;
    cursor: text;
}

.ClickableCell {
    outline: transparent;
    position: relative;
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-weight: 400;
    box-sizing: border-box;
    border: 1px solid transparent;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    vertical-align: top;
    padding: 0px 4px;
    border-radius: 0px;
    margin: 0px;
    height: 40px;
    color: rgb(51, 51, 51);
    background-color: transparent;
    user-select: none;
}

.ClickableCell:hover {
    text-decoration: underline !important;
}

.ClickableLabel {
    margin-left: 0px !important;
    margin: 0px 4px;
    max-width: 121px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.EnvironmentNameAndIconSeperatorElement {
    padding-top: 4px;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    speak: none;
    font-family: FabricMDL2Icons-11;
}

.EnvironmentUrlIconElement {
    height: 20px;
    width: 20px;
    padding-top: 3px;
    outline: transparent;
    position: relative;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-weight: 400;
    box-sizing: border-box;
    border: none;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    vertical-align: top;
    padding: 0px 4px;
    border-radius: 0px;
    margin: 0px;
    background-color: transparent;
    color: rgb(51, 51, 51);
    transform: scale(-1, 1);
    user-select: none;
}

.OpenInNewWindow {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    speak: none;
    font-family: FabricMDL2Icons-1;
    font-size: 16px;
    margin: 0px 4px;
    background-image: url('/static/img/new_window.svg');
    width: 12px;
    height: 12px;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
    flex-shrink: 0;
}

.Cell {
    outline: transparent;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    min-height: 42px;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 15px;
    color: #333333;
    width: 125px;
    padding-right: 32px;
}

.CellCloud {
    outline: transparent;
    position: relative;
    display: flex;
    box-sizing: border-box;
    min-height: 42px;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 12px;
    padding-bottom: 11px;
    padding-left: 15px;
    color: #333333;
    width: 120px;
    padding-right: 32px;
}

.Cell3 {
    width: 130px;
    margin-left: 3px;
}

.Cell4 {
    width: 140px;
    margin-left: 4px;
}

.Cell5 {
    width: 130px;
    margin-left: 3px;
}

.Cell6 {
    width: 80px;
    margin-left: 3px;
}

.Cell7 {
    width: 220px;
    margin-left: 4px;
    display: block;
}

.Cell8 {
    width: 300px;
    margin-left: 3px;
}

.Cell3Cloud {
    width: 110px;
    margin-left: 3px;
}

.Cell4Cloud {
    width: 70px;
    margin-left: 4px;
}

.Cell5Cloud {
    width: 140px;
    margin-left: 3px;
}

.Cell6Cloud {
    width: 140px;
    margin-left: 3px;
}

.Cell7Cloud {
    width: 115px;
    margin-left: 4px;
}

.Cell8Cloud {
    width: 150px;
    margin-left: 3px;
}

.Cell9Cloud {
    width: 270px;
    margin-left: 4px;
    display: block;
}

.Cell2Users {
    width: 215px;
}

.Cell2Departments {
    width: 185px;
}

.Cell2Position {
    width: 180px;
}

.Cell3Users {
    width: 12px;
    display: flex;
    justify-content: center;
    padding: 0;
    align-items: center;
    margin-left: 31px;
    margin-right: 30px;
}

.LoadingSpinner {
    position: absolute;
    top: 50%;
    left: calc(50% - 20px);
    z-index: 1000;
    width: 40px;
}

.LoadingSpinnerBackground {
    background-color: rgba(255, 255, 255, 0.4);
    inset: 0px;
    position: fixed;
    z-index: 99999;
}

.threedots {
    display: flex;
    align-items: center;
    width: 80px;
}

.threedots-icon {
    cursor: pointer;
    background-image: url('/static/img/3dots.png');
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    background-size: 15px;
    filter: invert(48%) sepia(13%) saturate(108%) hue-rotate(130deg) brightness(95%) contrast(80%);
}

.threedots-icon:hover {
    filter: brightness(150%);
}

.threedots-menu {
    width: 75px;
    z-index: 1000;
    display: flex;
    margin-left: -15px;
}

.threedots-menu-line {
    width: 70px;
    height: 25px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
    cursor: pointer;
}

.threedots-menu-line:hover {
    background-color: #dff4ff;
}

.SystemDialog {
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-weight: 400;
    position: fixed;
    z-index: 1000000;
    top: 0px;
}

.SystemDialogLayer {
    background-color: transparent;
    position: fixed;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.267s ease 0s;
}

.SystemDialogBackground {
    background-color: rgba(255, 255, 255, 0.4);
    inset: 0px;
    position: absolute;
}

.SystemDialogMain {
    box-shadow: rgb(0 0 0 / 40%) 0px 0px 5px 0px;
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
    position: relative;
    text-align: left;
    outline: transparent solid 3px;
    max-height: 100%;
    overflow-y: auto;
    display: flex;
    max-width: 450px;
    min-width: 450px;
    flex-direction: column;
}

.SystemDialogHeader {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.SystemDialogHeaderText {
    color: rgb(51, 51, 51);
    margin: 0px;
    padding: 20px 36px 20px 28px;
    font-size: 21px;
    font-weight: 100;
}

.SystemDialogInner {
    padding: 0px 28px 20px;
}

.SystemDialogInnerContent {
    position: relative;
    width: 100%;
}

.SystemDialogActions {
    position: relative;
    width: 100%;
    min-height: 24px;
    line-height: 24px;
    margin: 20px 0px 0px;
    font-size: 0px;
}

.SystemDialogActionsRight {
    text-align: right;
    margin-right: -4px;
    font-size: 0px;
}

.SystemDialogAction {
    margin: 0px 4px;
}

.SystemDialogActionButton {
    transition: all 200ms ease-in-out;
    position: relative;
    background-color: #0078D4;
    padding: 8px 20px;
    border-radius: 4px;
    border: 2px solid transparent;
    outline: 1px solid transparent;
    outline-offset: -3px;
    max-width: fit-content;
    display: inline-flex;
    overflow: hidden;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0;
    line-height: 1.3;
    white-space: nowrap;
    box-shadow: 0 4px 8px 0 transparent;
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    cursor: pointer;
    vertical-align: top;
    color: white;
    user-select: none;
}

.SystemDialogActionButton:hover {
    background-color: #005A9E;
    color: white;
}

.SystemDialogActionButtonCancel {
    transition: all 200ms ease-in-out;
    position: relative;
    padding: 8px 20px;
    border-radius: 4px;
    border: 2px solid transparent;
    outline: 1px solid transparent;
    outline-offset: -3px;
    max-width: fit-content;
    display: inline-flex;
    overflow: hidden;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0;
    line-height: 100%;
    white-space: nowrap;
    box-shadow: 0 4px 8px 0 transparent;
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    cursor: pointer;
    vertical-align: top;
    user-select: none;
    background-color: rgb(244, 244, 244);
    color: rgb(51, 51, 51);
    user-select: none;
}

.SystemDialogChooseFileButton {
    margin: 8px 0;
    padding: 8px 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #f0f0f0;
    transition: all 200ms ease-in-out;
    cursor: pointer;
  }

  .SystemDialogChooseFileButton:hover {
    background: #e0e0e0;
    border-color: #bbb;
  }

.SystemDialogActionButtonCancel:hover {
    background-color: rgb(234, 234, 234);
    color: rgb(33, 33, 33);
}

.SystemDialogYes {
    margin: 0px 4px;
    line-height: 100%;
    font-weight: 600;
}

.admin-user {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.admin-user:hover {
    background-color: #000;
}

.admin-photo {
    width: 32px;
    border-radius: 50%;
    margin: 8px;
}

.admin-nophoto {
    background-color: #C7D4E7;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 600;
    cursor: default;
}

.threedots-spinner {
    height: 25px;
    width: 25px;
    margin-left: -5px;
    position: absolute;
    background-image: url('/static/img/spinner.gif');
    background-size: 25px;
}

.ActionLog {
    width: 100%;
    height: 350px;
    margin-bottom: 30px;
}

.ActionLogMain {
    width: 650px;
    height: 100%;
    border: 1px solid rgb(219 219 219);
    overflow: auto;
    padding: 10px;
}

.ActionLogLine {
    width: 100%;
    margin-bottom: 10px;
}

.ActionLogName {
    font-weight: bold;
}

.blink_console {
    -webkit-animation: blink 1.2s linear infinite;
    animation: blink 1.2s linear infinite;
    font-weight: bold;
    color: rgb(0, 24, 143);
    font-size: 10pt;
  }
  @-webkit-keyframes blink {
    50% { color: rgb(34, 34, 34); }
    51% { color: rgba(34, 34, 34, 0); }
    100% { color: rgba(34, 34, 34, 0); }
  }
  @keyframes blink {
    50% { color: rgb(34, 34, 34); }
    51% { color: rgba(34, 34, 34, 0); }
    100% { color: rgba(34, 34, 34, 0); }
  }

.DetailsBoxHeaderInstances {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.DetailsBoxContentInstances {
    padding-left: 25px;
    padding-right: 25px;
}

.Tile {
    box-sizing: border-box;
    box-shadow: 0px 0.3px 0.9px rgba(0, 0, 0, 0.1), 0px 1.6px 3.6px rgba(0, 0, 0, 0.13);
    border-radius: 12px;
    border: 0;
    transition: box-shadow 200ms ease-in-out;
    background-color: white;
    width: min-content;
    min-width: 360px;
}

.Tile:hover {
    box-shadow: 0px 1.2px 3.6px rgba(0, 0, 0, 0.1), 0px 6.4px 14.4px rgba(0, 0, 0, 0.13);
}

.MenuBar {
    overflow-x: auto;
    background-color: white;
}

#MenuBarWrapper {
    box-sizing: border-box;
    border-bottom: 1px solid #cdcdcd;
    justify-content: center;
    background-color: #fff;
}

  /* Instance Card State */
.DetailsBoxHeader {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.root-206 {
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    font-weight: 400;
    color: rgb(51, 51, 51);
    box-sizing: border-box;
    box-shadow: none;
    margin: 0px;
    display: block;
    padding: 5px 0px;
    overflow-wrap: break-word;
}

.DetailsBoxSubHeader {
    color: #555555;
    display: flex;
    align-items: center;
}

.DetailsBoxContent {
    padding-left: 25px;
    padding-right: 25px;
}

.DetailsBoxRow {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: row;
}

.detailsBoxItem {
    display: inline-flex;
    flex-direction: column;
    min-width: 137px;
    max-width: 130px;
    width: 100%;
    margin-top: 10px;
}

.DetailsBoxItemTitle {
    font-size: 11px;
    color: #555555;
    display: flex;
    flex-direction: column;
    padding-top: 5px;
    padding-bottom: 0px;
    min-height: 20px;
    width: 100%;
    word-wrap: break-word;
}

.DetailsBoxItemValue {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: auto;
    word-wrap: break-word;
    color: #111111;
}

.EnvironmentStatusAndLastOperationLinkContainer {
    display: flex;
    flex-direction: row;
}

.EnvironmentStateContainerElement {
    display: flex;
    flex-direction: row;
}

.root-204 {
    display: inline;
}

.DetailsBoxItemValue a.DetailsBoxItemValueLink {
    display: flex;
    flex-direction: column;
    position: relative;
    height: auto;
    word-wrap: break-word;
}

.DescriptionBoxContent {
    height: 150px;
    padding: 20px;
}

.InstanceDescriptionArea {
    width: 100% !important;
    height: 100% !important;
    resize: none;
    outline: none;
    padding: 15px !important;
}

.HeaderMenuButton {
    width: 48px;
    color: white;
    text-align: center;
    display: flex;
    cursor: pointer;
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    justify-content: center;
    align-items: center;
}

.HeaderMenuButton:hover {
    background-color: #000;
    color: #fff;
}

.ServerListBadge {
    color: #212121;
    width: 35px;
    height: 35px;
    font-size: 10pt;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ServerList.expanded {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.ServerList {
    width: 150px;
    top: 48px;
    right: 48px;
    position: absolute;
    z-index: 1000;
    background-color: #fff;
    cursor: auto;
    max-width: 100vw;
    -webkit-box-shadow: 0 24px 54px rgb(0 0 0 / 15%), 0 4.5px 13.5px rgb(0 0 0 / 8%);
    box-shadow: 0 24px 54px rgb(0 0 0 / 15%), 0 4.5px 13.5px rgb(0 0 0 / 8%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 120ms,opacity 120ms ease;
    transition: visibility 0s linear 120ms,opacity 120ms ease;
}

.ServerListLine {
    width: 100%;
    height: 48px;
    display: flex;
    border-bottom: 1px solid rgb(234, 234, 234);
    cursor: pointer;
}

.ServerListLine:hover {
    background-color: #ededed;
}

.ServerListMenuBadge {
    width: 50px;
    height: 100%;
    text-align: center;
    display: flex;
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    justify-content: center;
    align-items: center;
}

.ServerListText {
    width: 100px;
    height: 100%;
    color: #212121;
}

.UserBox {
    height: 125px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.UserBoxButton {
    color: rgb(16, 110, 190);
    text-decoration: none;
    cursor: pointer;
}

.UserBoxButton:hover {
    color: rgb(63, 162, 248) !important;
}

.LoginSpan {
    cursor: pointer;
}

.PasswordSpan {
    cursor: pointer;
}

.LoginSpan:hover {
    background-color: #f2f2f2;
}

.PasswordSpan:hover {
    background-color: #f2f2f2;
}

.ConsolePage {
    width: 100%;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.ConsoleWindow {
    width: 650px;
    height: 400px;
}

.ConsoleMain {
    width: 650px;
    height: 100%;
    border: 1px solid rgb(219 219 219);
    overflow: auto;
    padding: 10px;
    background-color: black;
    color: rgb(185,182,172);
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
    font-family: consolas;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ConsoleLine {
    width: 100%;
    height: 20px;
    margin-bottom: 10px;
}

.ConsoleForm {
    width: 640px;
    height: 40px;
    margin-top: auto;
}

.ConsoleInput {
    width: 100%;
    height: 40px;
    background-color: black;
    color: rgb(185,182,172);
    font-family: consolas;
    border: none;
    outline: none;
}

.ConsoleInput::selection {
    color: black;
    background: white;
}

.HeaderMenu {
    display: flex;
    top: 6px;
    visibility: visible;
}

.HeaderMenuButtonIcon {
    font-weight: 600;
    font-size: 16px !important;
    height: 30px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
}

.HeaderMenuButton_Active {
    background-color: #353535;
}

.HeaderMenuButton_Active:hover {
    background-color: #353535;
}

.CloudAdminRow {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: nowrap;
    gap: 10px;
}

.AdminRowHeader {
    width: -webkit-fill-available;
    text-align: center;
    margin-right: 10px;
}

.MSInput {
    box-sizing: border-box;
    border: 1px solid rgb(179, 179, 179);
    cursor: text;
    height: 32px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    position: relative;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-weight: 400;
    box-shadow: none;
    margin: 0px;
    padding: 0px 8px;
    border-radius: 0px;
    width: -webkit-fill-available;
    min-width: 100px;
    text-overflow: ellipsis;
    margin-right: 10px;
}

.MSInput:focus-visible {
    outline: none;
    border: 1px solid rgb(0, 120, 212);
}

.MSInput:hover {
    border-color: rgb(33, 33, 33);
}

.MSInput:focus {
    outline: none;
    border: 1px solid rgb(0, 120, 212);
}

.AdminRowNumber {
    width: 10px;
    margin-right: 12px;
    display: flex;
    justify-content: center;
}

.AdminAddButton {
    margin-left: 40px;
    height: 30px;
    font-weight: 600;
    display: flex;
    margin-bottom: 30px;
    align-items: center;
    justify-content: center;
    background-color: #f3f3f3;
    box-sizing: border-box;
    cursor: pointer;
}

.AdminAddButton:hover {
    background-color: #d4d3d3;
}

.ButtonAdminSetup {
    float: right;
    position: relative;
    margin-top: -45px;
    margin-right: 24px;
}

.ButtonAdminSetupAdd {
    float: right;
    position: relative;
    margin-top: -45px;
    margin-right: 115px;
}

.RemoveSetupLine, .DeleteDepartmentIcon, 
.DeleteLicenseIcon, .DownloadLicenseIcon,
.SecretToggleIcon {
    color: #a4a4a4;
    cursor: pointer;
}

.RemoveSetupLine:hover,
.DeleteDepartmentIcon:hover,
.DeleteLicenseIcon:hover, .DownloadLicenseIcon:hover,
.SecretToggleIcon:hover, .FilterIconWrapper:hover {
    color: black;
}

.ServerAddButton:hover {
    background-color: #d4d3d3;
}

.ServerAddButton {
    margin-left: 30px;
    height: 30px;
    font-weight: 600;
    display: flex;
    margin-bottom: 30px;
    align-items: center;
    justify-content: center;
    background-color: #f3f3f3;
    box-sizing: border-box;
    cursor: pointer;
}

.DepartmentAddButton:hover {
    background-color: #d4d3d3;
}

.DepartmentAddButton {
    margin-left: 40px;
    height: 30px;
    font-weight: 600;
    display: flex;
    margin-bottom: 30px;
    align-items: center;
    justify-content: center;
    background-color: #f3f3f3;
    box-sizing: border-box;
    cursor: pointer;
}

.user-photo-in-list {
    width: 24px;
    border-radius: 50%;
    margin-right: 8px;
}

.user-photo-in-card {
    width: 48px;
    border-radius: 50%;
    margin-right: 8px;
}

.UserNoPhotoInList {
    background-color: #C7D4E7;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 600;
    cursor: default;
}

.UserNoPhotoInCard {
    background-color: #C7D4E7;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    cursor: default;
}

.MsInputLoading {
    color: transparent;
    background: linear-gradient(to right, #eee 20%, #ddd 50%, #eee 80%);
    background-size: 500px 100px;
    animation-name: moving-gradient;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    border: none;
    cursor: default;
    user-select: none;
    pointer-events: none;
}

.MsInputLoading::placeholder {
    color: transparent;
}

.DivLoading {
    color: transparent;
    background: linear-gradient(to right, #eee 20%, #ddd 50%, #eee 80%);
    background-size: 500px 100px;
    animation-name: moving-gradient;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    border: none;
    cursor: default;
    user-select: none;
    pointer-events: none;
}

.AdminRowNumberLoading {
    color: transparent;
    cursor: default;
    user-select: none;
    pointer-events: none;
}

.RemoveSetupLineLoading {
    color: transparent;
    cursor: default;
    user-select: none;
    pointer-events: none;
}

@keyframes moving-gradient {
    0% { background-position: -250px 0; }
    100% { background-position: 250px 0; }
}

.TenantBox {
    box-sizing: border-box;
    border: 1px solid rgb(234, 234, 234);
    border-bottom: none;
    margin-bottom: 10px;
}

/* .TenantBox:hover {
    border: 1px solid rgb(189 189 189);
    box-sizing: border-box;
} */

.TenantBoxHeader {
    height: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid rgb(244, 244, 244);
    background: rgb(255, 255, 255);
    color: rgb(102, 102, 102);
    display: flex;
    justify-content: space-between;
}

.OnPremBoxHeader {
    height: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid rgb(244, 244, 244);
    background: rgb(255, 255, 255);
    color: rgb(102, 102, 102);
    display: flex;
    justify-content: space-between;
}

.InstanceListHeaderRow {
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    background: rgb(255, 255, 255);
    position: relative;
    width: 100%;
    min-width: fit-content;
    vertical-align: top;
    line-height: 32px;
    white-space: nowrap;
    box-sizing: content-box;
    padding-bottom: 5px;
    padding-top: 5px;
    border: 1px solid rgb(234, 234, 234);
    cursor: default;
    user-select: none;
    box-sizing: border-box;
}

.TenantBoxName {
    color: #333333;
    font-size: 11px;
    font-weight: 400;
    height: 100%;
    padding-left: 17px;
    display: inline-flex;
    cursor: pointer;
    user-select: none;
    align-items: center;
    text-align: center;
    line-height: 1pt;
}

.TenantBoxQty {
    color: #333333;
    font-size: 11px;
    font-weight: 400;
    height: 100%;
    padding-right: 17px;
    display: flex;
    align-items: center;
}

.DetailsBoxHeaderInstancesCloud {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.OnlineBox {
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: row;
    user-select: none;
    cursor: pointer;
    line-height: 1pt;
}

.OnlineCircle {
    background-color: #88CE81;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 5px;
}

.OfflineCircle {
    background-color: #E97768 !important;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 5px;
}

.DevopsImg {
    width: 25px;
}

.RedmineImg {
    width: 25px;
    height: 25px;
}

.TrialInfoExpired {
    width: 15px;
    height: 15px;
    display: flex;
    text-align: center;
    justify-content: center;
    margin-left: 5px;
    border: 1px solid #b2b2b2;
    cursor: pointer;
    border-radius: 50%;
    font-size: 8pt;
    padding: 0.1px;
}

.TrialInfo {
    width: 18px;
    height: 17px;
    display: flex;
    text-align: center;
    justify-content: center;
    margin-left: 5px;
    margin-top: -1px;
    border: 1px solid #b2b2b2;
    cursor: pointer;
    border-radius: 50%;
    font-size: 10px;
    align-items: center;
    margin-top: -1pt;
}

.TrialInfo:hover {
    background-color: #ffffff;
    border-color: rgb(16, 110, 190) !important;
    color: rgb(16, 110, 190) !important;
}

.TrialInfoExpired:hover {
    background-color: #ffffff;
    border-color: rgb(16, 110, 190) !important;
    color: rgb(16, 110, 190) !important;
}

.InputModal {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
}

.InputErrorText {
    color: rgb(168, 0, 0);
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    font-weight: 400;
    margin-top: -10px;
    margin-bottom: 10px;
}

.InputInvalid {
    border-color: rgb(168, 0, 0);
}

.InputInvalid:focus {
    border-color: rgb(168, 0, 0);
}

.SelectorModal {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    cursor: pointer;
    display: flex;
    align-items: center;
    user-select: none;
}

.SelectorList {
    width: 100%;
    position: absolute;
    right: 0px;
    top: 32px;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px 0px;
    outline: transparent;
    border: 1px solid rgb(234, 234, 234);
    background-color: white;
    user-select: none;
    z-index: 1;
}

.SelectorLine {
    width: 100%;
    height: 32px;
    display: flex;
    justify-content: space-between;

}

.SelectorLine:hover {
    background-color: #f3f3f3;
}

.SelectorLineSelected {
    background-color: rgb(218, 218, 218);
}

.SelectorLineSelected:hover {
    background-color: rgb(218, 218, 218);
}

.SelectorValue1 {
    padding: 6px 16px;
}

.InputSelector {
    right: 10px;
    top: 8px;
    position: absolute;
}

.BlockedInput {
    box-shadow: none;
    box-sizing: border-box;
    background-color: rgb(244, 244, 244);
    cursor: default;
    color: rgb(105 105 105);
    border: none;
    pointer-events: none;
}

.ms-Button-icon {
    color: rgb(0, 24, 143);
    margin-right: 4px;
    margin-left: 4px;
}

.FieldLinkTextInModal {
    color: rgb(16, 110, 190) !important;
    display: flex;
    text-decoration: none;
}

.FieldTextInModal {
    margin-bottom: 15px;
    font-size: 11px;
    color: rgb(102, 102, 102);
    display: flex;
    align-items: center;
}

.FieldLinkTextInModal:hover {
    color: rgb(73, 166, 247) !important;
}

.FieldTextInModalInfoIcon {
    color: inherit;
    font-size: 13px;
}

.NotificationInfoIcon {
    color: inherit;
    font-size: 15px;
    margin-right: 10px;
    margin-top: 3px;
}

/* .HourglassWrapper {
    width: 26px;
    height: 42px;
    margin-left: -31px;
    margin-right: 10px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    flex-wrap: wrap;
}

.Hourglass {
    width: 15px;
    height: 20px;
    background-image: url("../img/hourglass.svg");
} */

/* Styles for the checkbox container */
.checkbox-container {
    /* display: flex;
    align-items: center;
    margin-top: 10px; Space between the checkbox and elements above it */
    
    /* min-height: 132px; */
    width: 100%;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* Styles for the checkbox */
.checkbox-container input[type="checkbox"] {
    /* margin-right: 8px;  Space between checkbox and label */
    display: block;
    border-radius: 50%;
    overflow: hidden;
    width: 14px;
    height: 14px;
    margin-left: 55px;
    margin-right: 55px;
    margin-top: 5px;
    margin-bottom: 15px;
}

/* Label styling to match existing text styles */
.checkbox-container label {
    /* font-size: 13px;
    font-weight: 400; Regular font weight */
    font-size: 13px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    width: 0;
    padding-right: 12px;
    margin-bottom: 15px;
}

.a-no-style {
    text-decoration: inherit;
    color: inherit;
}

.UsageVmContainer {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

.editable-field:focus {
    border-color: #0078d4 !important;
    box-shadow: 0 0 0 2px rgba(0, 120, 212, 0.1) !important;
    outline: none;
}

/* Card layout improvements */
.card-details-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 15px 0;
    width: 100%;
}

@media (max-width: 1200px) {
    .card-details-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .card-details-container {
        grid-template-columns: 1fr;
    }
}

.field-card {
    padding: 8px;
    background-color: #f9f9f9;
    overflow: hidden;
    height: auto;
    display: flex;
    flex-direction: column;
    border: 1px solid rgb(234, 234, 234);
    /* Remove margin since grid gap handles spacing */
    margin: 0;
}

.field-card .editable-field {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    transition: all 0.2s ease;
    box-sizing: border-box;
    background-color: white;
}

.field-card .editable-field:focus {
    border-color: #0078d4;
    box-shadow: 0 0 0 2px rgba(0, 120, 212, 0.1);
    outline: none;
}

.field-card .DetailsBoxItemTitle {
    margin-bottom: 10px;
    font-weight: 500;
    color: #444;
    font-size: 13px;
}

.field-card .DetailsBoxItemValue {
    width: 100%;
    word-break: break-word;
}

.field-wide {
    grid-column: 1 / -1;
}

/* Help navigation flex-container */
.FlexContainer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

/* Styles for LanguageSwitcher */
.LanguageSwitcher {
    display: flex;
    gap: 5px;
    justify-content: flex-end;
    margin-top: 10px;
}

@media (max-width: 730px) {
    .LanguageSwitcher {
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }
    .FlexContainer {
        flex-direction: column-reverse
    }
}

.lang-btn {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 600;
    color: #323130;
    background-color: #f3f2f1;
    border: 1px solid #8a8886;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.lang-btn:hover {
    background-color: #e1dfdd;
    border-color: #605e5c;
}

/* Add these styles for the inline editing dropdown */
.inline-edit-dropdown {
    width: 90%;
    padding: 3px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 12px;
    background-color: white;
    box-sizing: border-box;
}

.inline-edit-dropdown:focus {
    border-color: #0078d4;
    outline: none;
}

.saving-indicator {
    font-size: 12px;
    color: #666;
}

/* Animation for the saving indicator */
@keyframes saving-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.saving-indicator {
    display: inline-block;
    animation: saving-spin 1s linear infinite;
}

#doc-viewer {
    width: 100%;
    flex: 1;
    overflow: hidden;

}
#doc-viewer iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.ShareDownloadPage {
    font-family: Arial, sans-serif;
    background-color: #EEEEEE;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.ShareDownloadCard {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    width: 100%;
    min-height: 25vh;
    height: fit-content;
}

.ShareDownloadTitle {
    color: #333;
    margin-bottom: 20px;
}

.SharePasswordLabel {
    font-size: 1.2em;
    margin-bottom: 10px;
    display: block;
    text-align: left;
}

.SharePasswordInput {
    padding: 10px;
    width: calc(100% - 22px);
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 1em;
}

.ShareDownloadButton {
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1.2em;
    transition: background-color 0.3s ease;
}

.ShareDownloadButton:hover {
    background-color: #45a049;
}

.ShareInstructionText {
    font-size: 1em;
    color: #666;
    margin-top: 20px;
}

.ShareErrorMessage {
    color: red;
    font-size: 1em;
    margin-bottom: 10px;
}

.NoDownloadsMessage{
    display: block;
    color: red; 
    font-weight: bold;
}