html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    /*box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb !important;  */
    box-shadow:none;
}

h1:focus {
    outline: none;
}
.validation-message {
    color: #e50000;
}

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

/*.error-content {
   background-color:red;   

}*/
.dark .select {
    /* C */
    background-color: #181818;
    border: 1px solid #767676;
    color: #f2f2f2;
}

.light .select {
    /* C */
    background: #fff;
    border: 1px solid #767676;
    color: #242424;
}

.dark .option {
    background-color: #181818;
    color: #f2f2f2;
}

    .dark .option:checked {
        background-color: #181818;
        color: #f2f2f2;
    }

.light .option {
    background: #fff;
    color: #242424;
}

    .light .option:checked {
        background: #fff;
        color: #242424;
    }

.labelDetails {
    font-size: 14px !important;
    cursor: default !important;
}

.imgSizeBig {
    max-height: 64px;
    max-width: 64px;
    border-radius: 50%;
    object-fit: cover;
}

/* Ensure profile photo fits properly in avatar container */
.avatar .imgSizeBig {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.imgSize {
    height: 20px;
    width: 20px;
}

.fullWidth {
    max-width: 100% !important;
}

.alignMiddle {
    text-align: center;
}

.contentHolder {
    padding-left: 0.5rem;
}

/*overridke eds style*/
.tile .header {
    padding-bottom: 12px !important;
}

.dark a:not([attribute]):hover {
    text-decoration: none;
}

.editIcons {
    margin: 7px;
}

.actionStatus {
    /*text-align:right*/
    padding: 2px;
}

.actionStatusCross {
    /*text-align:right*/
    padding: 2px;
    margin-left: -7px;
}

.colorRed {
    /*text-align:right*/
    color: #dc2d37;
    font-weight: bold;
    font-size: 24px;
}

.colorRedSmall {
    /*text-align:right*/
    color: #dc2d37 !important;
    font-weight: bold;
}
.colorRedError {
    color: #dc2d37 !important;
}


    .colorGreen {
        color: green;
        font-weight: bold;
        font-size: 24px;
    }

    .spacing {
        margin-top: 10px;
    }

    .align {
        display: flex;
        justify-content: flex-end;
    }

    .wizardHolder {
        padding-right: 5px;
    }

    .description-container {
        margin-left: -80px;
    }

    .alignMiddle {
        text-align: center;
    }

    .appStatus {
        text-align: center !important;
    }

    input.wideInput {
        width: 50%;
        height: 33px;
        margin-right: 0px !important;
    }

    .customIconBtn {
        margin-left: 0px !important;
        border: 1px solid #767676 !important;
        vertical-align: top !important;
    }

    /*Commenting css form 3 donuts*/

    .hideContainer {
        display: none !important;
    }

    /*.dialogPosition{
    left:5% !important;
}*/
    /*RTE styles*/
    /*EDS overrides*/
    .chart-legend {
        margin-top: 10px;
    }

    .chart {
        margin-top: -40px;
        margin-bottom: -20px
    }

    input[type="checkbox"] + label::before {
        vertical-align: middle !important;
    }

    .eds-gauge .tooltip {
        z-index: 2;
    }

    aside.globalnav {
        height: 89% !important;
    }

    .dark input[type="radio"] {
        position: relative !important;
        display: grid !important;
    }

    .light input[type="radio"] {
        position: relative !important;
        display: grid !important;
    }

    .readOnlyTextArea {
        pointer-events: none;
        cursor: default;
        padding: 5px 7px 4px !important;
    }

    .dark .readOnlyTextArea {
        border: 1px solid #767676 !important;
        border-color: #4e4e4e !important;
        background: #242424 !important;
    }

    .light .readOnlyTextArea {
        border: 1px solid #767676 !important;
        border-color: #dcdcdc !important;
        background: #f2f2f2 !important;
    }
    /*fix show right border in inputs in  forms*/
    .dark input[disabled], .light textarea[disabled] {
        border-right: 1px solid #4e4e4e;
    }

    .light input[disabled], .light textarea[disabled] {
        border-right: 1px solid #dcdcdc;
    }

    .light input[inputmode="numeric"], .light input[type="number"] {
        width: 100%;
    }

    .dark input[inputmode="numeric"], .dark input[type="number"] {
        width: 100%;
    }

    .selectCustom {
        display: inline-block;
        width: 160px;
        font-family: "Ericsson Hilda", "Helvetica", "sans-serif";
        font-weight: 300;
        font-size: 14px;
        line-height: 1.5;
        padding: 6.5px 7px 5.5px;
        margin-right: 0px;
        -webkit-appearance: menulist;
        appearance: menulist;
        outline: 0;
        /*    width: auto;
    min-width: max-content;*/
    }

    .dark .selectCustom {
        color: #f2f2f2;
        background: #181818;
        border: 1px solid #767676;
    }

    .light .selectCustom {
        background: #fff;
        border: 1px solid #767676;
        color: #242424;
    }

    .tabletopmargin {
        width: 100%;
        position: relative;
    }

    .colWidth30 {
        width: 30%;
    }

    linkbutton:hover:not(:disabled) {
        cursor: pointer;
    }

    .alignCenter {
        text-align: center;
    }

    .iconHomeProfile {
        font-size: 44px !important;
    }

    .customDialogExtension {
        position: relative !important;
        background: inherit !important;
        justify-content: center !important;
        align-items: center !important;
        /*padding-top: 10px;*/
    }

    .customDialogExtensionFullPage {
        background: inherit !important;
        justify-content: center;
        align-items: center;
        z-index: 100;
        opacity: 0;
    }

    .searchBoxContainer {
        display: flex;
        grid-column-gap: 3px;
        position: relative;
        margin-bottom:20px;
    }
    /*eds overrides*/
    .dark .tabs .contents > .content {
        margin-top: 2px;
    }

    .dark .notification {
        padding-left: 5px !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .appbar .actions-right {
        margin-right: 50px !important;
    }

    .row .sm-6 {
        max-width: 49.5% !important;
    }

    .light a:not([attribute]):hover {
        text-decoration: none;
    }

    .table tr td.cell-split {
        padding: 16px !important;
    }

    .app .appcontent {
        overflow-x: hidden;
    }

    /*below code is related ViewManagedBrowser */
    /*Commented by priya as this seemed redundant #May 06 2026*/
  /*  .search-bar {
        margin-bottom: 24px;
        display: flex;
        align-items: center;
        border: 1px solid #ccc;
        border-radius: 4px;
        width: 700px;
        overflow: hidden;
    }*/

    .tile {
        position: relative;
        background: #f9f9f9;
        border-radius: 8px;
        padding: 16px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .browser-logo {
        height: 48px;
        width: 48px;
        object-fit: contain;
        margin-top: 4px;
        margin-right: 30px;
    }

    /*.row {
    margin-bottom: 0.5rem;
}*/

    .spacingManagedExtension {
        margin-top: 20px;
    }

    .alignRight {
        font-size: 16px;
        text-align: right;
    }

    .alignleft {
        margin-right: auto;
    }

    .marginAlignRight {
        margin-left: auto;
        margin-bottom: auto;
    }

    .rightMarginExtensions {
        display:grid;
        margin-right: 10px;
        
    }
    
    .browserTypeInput {
        height: 32px !important;
    }

    .width365PX {
        width: 365px !important;
    }

    .browserExtensionIdentifiersAlign {
        display: flex;
        gap: 4px;
    }

    /*GenereatePolicy css*/
    body {
        background-color: #121212;
        color: #ffffff;
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
        text-align: left; /* Ensure text aligns left */
    }
    /* Labels and Dropdowns */
    label {
        font-size: 14px;
        text-align: left;
    }

    /*select {
        background-color: #1e1e1e;
        color: #ffffff;
        border: 1px solid #444;
        padding: 10px;
        border-radius: 5px;
        cursor: pointer;
        text-align: left;
    }*/

    /* Responsive Design */
    @media (max-width: 768px) {
        .container {
            padding: 10px;
            margin-left: 0;
        }

        select,
        button {
            width: 100%;
        }

        .dark-mode-toggle label {
            font-size: 14px;
        }
    }

    .globalnav {
        width: 100% !important;
        /*height: 80% !important;*/
        display: flex !important;
        pointer-events: none;
        /*//TODO: Need to see why we need a margin left of minus*/
        margin-left: -0.5rem;
    }

        .globalnav.hidden {
            display: none !important;
        }

    .overlay {
        pointer-events: auto;
    }

        .overlay.hidden {
            pointer-events: none;
        }

    .header .right .action.close-global-nav {
        pointer-events: auto;
    }

    .header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

        .header .left {
            flex: 1;
        }

        .header .right {
            display: flex;
            justify-content: flex-end;
        }

    .extensionDeviceCaretable {
        margin-top: 4px !important;
    }

    .paginationNamesAlignCenter {
        margin-top: 5px;
    }

    .extensionPopupWidth {
        width: 500px;
    }

    .extensionOverflow {
        overflow-x: hidden;
    }

    .light .tooltip .message.top-end.riskScore {
        width: 600px !important;
        white-space: normal !important;
    }

    .ExtensionHorizontalFilter {
        margin-top: 5px;
        right: 10%;
        top: 100%;
        position: absolute;
        width: fit-content;
        border: 1px solid #878787;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        z-index: 999;
    }

    .ExtensionHorizontalFilterGeneral {
        margin-top: 5px;
        left: 60%;
        top: 100%;
        position: absolute;
        width: fit-content;
        border: 1px solid #878787;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        z-index: 999;
    }


    .filterIconGap {
        column-gap: 5px;
    }

    #changeHistoryTable tr.hidden {
        display: none;
    }

    #deviceCareTablePage2 tr.hidden {
        display: none;
    }

    #deviceCareTable tr.hidden {
        display: none;
    }

    #featureUpdateTable tr.hidden {
        display: none;
    }

    #criticalApplicationTable tr.hidden {
        display: none;
    }

    .contentAlignLeft {
        text-align: left;
    }

    .contentAlignRight {
        text-align: right;
    }

    /* Force default cursor for tooltips and info icons */
    .tooltip,
    .tooltip *,
    label *,
    label {
        cursor: default !important;
    }
    /*Browser Identifiers*/
    .logoURLLink {
        max-width: 24px !important;
        max-height: 24px !important;
        width: auto;
        height: auto;
        display: inline-block;
        vertical-align: middle;
    }

    .custom-tooltip {
        position: absolute;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 6px;
        padding: 10px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
        font-size: 14px;
        z-index: 1000;
        display: none;
        pointer-events: none;
        max-width: 350px;
        min-width: 150px;
    }

    .dark .iconPrimaryBtn {
        color: #fff;
        background-color: #0077db;
        border: 1px solid #0077db;
        padding: 5px 5px 5px 5px;
        border-radius: 3px;
        cursor: pointer;
    }

    .light .iconPrimaryBtn {
        color: #fff;
        background-color: #0077db;
        border: 1px solid #0077db;
        padding: 5px 5px 5px 5px;
        border-radius: 3px;
        cursor: pointer;
    }

    .longSentence {
        width: 900px !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }

    .kpi {
        padding: 5%;
        margin: -2%;
        width: 100% !important;
    }

    .dark .kpi:hover:not(:disabled) {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        border-radius: 8px;
        text-decoration: none;
        background-color: #242424;
        cursor: pointer;
    }

    .light .kpi:hover:not(:disabled) {
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        border-radius: 8px;
        text-decoration: none;
        background-color: #fafafa;
        cursor: pointer;
    }

    .extensionRiskScoreVersionInputText {
        width: 50px !important;
    }

    .paddingtop10 {
        padding-top: 10px;
    }

    .lblDeviceCareChk {
        position: relative;
        top: 18px;
        margin: 0;
    }

    .extendedRow {
        width: 48%;
    }

    .extendedRowdmaindiv {
        display: flex;
        justify-content: space-between;
    }

    #devicecarerequestcode {
        width: 100px;
    }

    #MWPsysId {
        width: 60px;
    }

    .disabled-btn {
        pointer-events: none;
        opacity: 0.6;
        cursor: not-allowed;
    }

    .centerContentSelectControls {
        display: flex;
    }

    .myTaskFeatureUpdatesIcon {
        margin-top: -7px;
    }

    .overflowSendNotification {
        overflow-y: visible !important;
    }
    /*-----------------------css for  My Application Page-----------------------------*/
    .pill {
        margin-bottom: 0px !important;
        font-family: "Ericsson Hilda", Helvetica, Arial, sans-serif;
        /*font-size: 14px;*/
        /*    min-width: 80px;*/
        text-align: center;
    }

    .circle {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        margin-right: 4px;
        background-color: var(--circle-bg);
    }
    /*-----------------------css for  My Application Page-----------------------------*/
    /*-----------------------css for  Critical Application Page-----------------------------*/

    .leftsidePagination {
        display: flex;
        gap: 8px;
    }

        .leftsidePagination button {
            padding: 6px 12px;
            border: none;
            background-color: #f0f0f0;
            border-radius: 4px;
            cursor: pointer;
            font-weight: 500
        }

            .leftsidePagination button.active-page {
                background-color: #4a90e2;
                color: white;
            }

            .leftsidePagination button:disabled {
                background-color: #ccc;
                cursor: not-allowed;
            }

    .go-to-page {
        display: flex;
        align-items: center;
        gap: 6px;
        white-space: nowrap;
    }

        .go-to-page input {
            width: 60px;
            padding: 4px;
        }

    .pagination-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 10px;
        padding: 0 10px;
        width: 100%;
    }

    .rightsidePagination {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-right: -17px;
        white-space: nowrap;
    }

    .go-to-page, .page-size {
        display: flex;
        align-items: center;
        gap: 6px;
    }

        .page-size input {
            width: 60px;
            padding: 4px;
        }

    .input-button-row {
        display: flex;
        align-items: flex-end;
    }
    /*-----------------------css for  Critical Application Page-----------------------------*/
    .settingsNavList {
        list-style-type: none;
        padding-left: 0;
    }

    .settingsButton {
        width: 230px;
        text-align: center;
    }

    div#settingsMyItemsContainer.content {
        align-self: center;
    }

    /*featureupdatesInfoCards*/

    .event-date {
        display: flex;
        align-items: center;
    }

    div#startDate.event-date {
        padding-bottom: 8px;
    }

    .event-date span {
        margin-left: 6px;
    }

    .icon {
        font-size: 1rem;
    }

    .start-icon {
        color: #28a745; /* green */
    }

    .end-icon {
        color: #dc3545; /* red */
    }

    div#windowsupgradecard.header {
        padding-bottom: 0px !important;
    }

        .customPillTitle .icon {
            font-size: 14px !important;
        }


    .dark .row .custom-xl-3 {
        max-width: 18%;
        border-right: 3px solid transparent;
    }

    .light .row .custom-xl-3 {
        max-width: 18%;
        border-right: 3px solid transparent;
    }

    .dark .row .custom-xl-9 {
        max-width: 82%;
        border-right: 3px solid transparent;
    }

    .light .row .custom-xl-9 {
        max-width: 82%;
        border-right: 3px solid transparent;
    }

    form#editFormWindowsUpgradeSettings.eds-form {
        padding-top: 0px !important;
    }

    .positionCenter {
        place-items: center;
    }

    .largeIcon {
        font-size: 24px;
    }

    .additionalSpaceLeft {
        margin-left: 5px;
    }

    #datepicker-calendar-view-verificationstartdate .calendar {
        /*bottom: 20px;
    left:350px;*/
        bottom: 110%;
    }

    #datepicker-calendar-view-verificationenddate .calendar {
        /*bottom: 20px;
    left:350px;*/
        bottom: 110%;
    }

.flagicon-background {
    color: red;
}

    .tableCellWidth150 {
        max-width: 150px;
        overflow-wrap: anywhere;
    }

    .tableCellWidth230 {
        max-width: 230px;
        overflow-wrap: anywhere;
    }

    .tableCellWidth130 {
        max-width: 130px;
        overflow-wrap: anywhere;
    }

    .contentHorizontal {
        display: flex;
        justify-content: left;
        margin-bottom: 4px;
        margin-left :4px;
        gap:1%;
    }

    div#searchMyVerifications.searchBoxContainer {
        margin-bottom: 10px;
    }

    .actionMyVerification {
        /*display:flex;*/
        /*gap:6px;*/
    }

    .btnRightSpacing {
        margin-right: 3px;
    }

    .changeStatusInVerification {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .filterForVerification {
        left: 26vw;
        height: 278px;
        border: 1px solid #878787 !important;
    }

    .width130 {
        width: 130px;
    }

    .filterIconGapverification {
        position: relative;
        top: -25px;
    }

    .cellErrormessage {
        position: relative;
    }

    .inputWithIconInsideContents {
        display: flex !important;
        gap: 5px;
    }

    .iconPosition {
        margin-top: -1px !important;
    }

    .tableCellWidth16 {
        width: 16%;
    }

    .icon-calendar::before {
        content: "\e91c" !important;
    }

    .icon-reload::before {
        content: "\e985" !important;
    }

    .icon-laptop-devices::before {
        content: "\ea3e" !important;
    }

    .shiftFlaginMiddle {
        display: inline-block;
    }

    div#editCriticalApplication.body {
        margin: 0px !important;
    }

    .editDialogEditCriticalApps {
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .errorRowAnimation {
        animation-name: errorRowAnimation;
        animation-duration: 2s;
        animation-iteration-count: 1;
        animation-timing-function: ease-in;
    }

    @keyframes errorRowAnimation {
        0% {
            background-color: #DC2D37;
        }

        25% {
            background-color: #DC2D37;
        }

        75% {
            background-color: inherit;
        }

        100% {
            background-color: inherit;
        }
    }

    .successRowAnimation {
        animation-name: successRowAnimation;
        animation-duration: 2s;
        animation-iteration-count: 1;
        animation-timing-function: ease-in;
    }

    @keyframes successRowAnimation {
        0% {
            background-color: #329864;
        }

        25% {
            background-color: #329864;
        }

        75% {
            background-color: inherit;
        }

        100% {
            background-color: inherit;
        }
    }

    .padding10PX {
        padding: 10px;
    }

    .verificationStatusHolder {
        display: flex;
        align-items: baseline;
    }

    .customErrorTooltip {
        right: 0% !important;
        bottom: 100% !important;
        margin-bottom: 8px;
    }

    .padding7 {
        padding: 7px;
    }

    #featureUpdateTable.table.compact tr th {
        padding: 6px;
    }

    #featureUpdateTable.table.compact tr td {
        padding: 6px;
    }

    .headerApplicationTypeEdit {
        padding-left: 27px !important;
    }

    .reminder-label {
        display: block;
        line-height: 1.4;
    }

    .editDialogMyVerifications {
        max-height: 550px;
        overflow: auto;
        border: 1px solid #ccc;
        padding: 10px;
    }

    .ErrorMessageForBlankTypeVerification {
        color: red;
        text-align: left;
        margin-top: 6px
    }

    .margin0 {
        margin: 0px !important;
    }

    @media only screen and (min-width: 50em) {
        .ExtensionHorizontalFilter {
            right: 25%;
        }
    }

    @media only screen and (min-width: 1900px) {
        input.wideInput {
            width: 25%;
        }
    }

    .width100 {
        width: 100% !important;
    }

    .iconSizeBig {
        font-size: 3rem !important;
    }

    .riskScoreHistoryTableHeader {
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
        color: #0077DB !important;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        display: flex;
    }

    .dialog .options-list {
        /*position:relative;*/
    }

    .dialog .options-list {
        /*position: relative !important;*/
    }

    .width60 {
        width: 60% !important;
    }

    .sectionTitle {
        font-size: 16px;
        /*margin-top: 20px;*/
        margin-bottom: 20px;
    }

    .spacingBottom10 {
        margin-bottom: 10px;
    }

    .options-list {
        margin-top: 0px !important;
    }

    .userDeviceLoading {
        margin-left: 4px;
    }

    .iconSizeMedium {
        font-size: 24px !important;
    }

    .marginright {
        margin: 0 0 0 -45px !important;
    }

    input + .suffix.icon-inside {
        display: inline-flex !important;
    }

    .disabled {
        opacity: 0.5;
        pointer-events: none;
    }

    .selectAssignedVerifierContents {
        display: flex !important;
        gap: 5px;
    }

    .mediumLoader {
        font-size: 22px !important;
        padding-top: 3px;
    }

    .devicemanagementLoading {
        margin-top: -3px;
        padding-left:10px;
    }

.customTooltipForAsset {
    left: 0% !important;
    bottom: 0% !important;
    margin-bottom: 8px;
    white-space:break-spaces !important;
    width:500px;
}

    .form-left input,
    .form-left textarea,
    .form-right input {
        margin-bottom: 8px;
    }

    .form-container {
        display: flex;
        gap: 20px;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }

    .form-left, .form-right {
        display: flex;
        flex-direction: column;
        flex: 1;
        min-width: 265px;
    }

        .form-left input, .form-left textarea,
        .form-right input, .form-right textarea {
            width: 100%;
            box-sizing: border-box;
        }

            .form-left input#assetUrl,
            .form-left textarea#comments {
                width: 100%;
                box-sizing: border-box;
            }

        .form-left textarea, .form-right textarea {
            min-height: 60px;
        }

    .bottom {
        display: flex;
        justify-content: flex-start;
        gap: 10px;
    }

    .dark .customDialogSize > .content {
        overflow: auto;
        border: 1px solid #ccc;
        max-width: 65%;
        max-height: 95%;
    }

    .assetDetailsPopUp {
        max-height: 550px;
        overflow: auto;
        border: 1px solid #ccc;
        padding: 10px;
    }

    .click-blocker {
        position: fixed;
        inset: 0;
        background: transparent;
        pointer-events: all;
        z-index: 999;
        /*background: rgba(0, 0, 0, 0.35);*/
        opacity: 0.5;
    }
    /*.click-blocker {
    position: fixed;
    inset: 0;
    background: transparent;
    pointer-events: all;
    z-index: 999;
    background: rgba(0, 0, 0, 0.35);
    opacity: 1;
}*/

    .customloading::before {
        content: "";
        display: inline-block;
        height: 16px;
        width: 16px;
        border: 2px solid transparent; /* Transparent background */
        border-top: 2px solid #008cff; /* Blue for spinning part */
        border-right: 2px solid rgba(0, 140, 255, 0.2); /* Lighter blue for contrast */
        border-radius: 50%;
        animation: spin 1s linear infinite;
        /* position stays as you have it now */
    }

    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    .marginTopLeft5 {
        margin-top: 5px;
        margin-left: 5px;
    }

    .card-options {
        margin-top: 16px;
    }

    .option-group {
        flex-direction: column;
        display: flex;
        gap: 12px;
    }

    .option-card {
        flex: 1;
        border: 1px solid #c7d7eb;
        border-radius: 6px;
        padding: 12px;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 8px;
        transition: all 0.2s ease;
    }

        .option-card:hover {
            border-color: #0078d4;
        }

        .option-card.selected {
            border-color: #0078d4;
            box-shadow: inset 0 0 0 1px #0078d4;
        }

        .option-card.disabled {
            opacity: 0.6;
            cursor: not-allowed;
        }

        .option-card input[type="radio"] {
            accent-color: #0078d4;
            cursor: pointer;
        }

    .dark input[type="checkbox"] + label {
        display: inline-flex !important;
    }

    .light input[type="checkbox"] + label {
        display: inline-flex !important;
    }

    .cloudPcVerification {
        margin-top: 0px !important;
        margin-bottom: 12px !important;
        font-size: 1.1rem !important;
    }

    .noncloudpcverification {
        margin-top: 0px !important;
        font-size: 1.1rem !important;
    }

    .labelsBottomMargin {
        margin-bottom: 0px !important;
    }

    .width500PX {
        width: 500px !important;
    }

    #featureUpdateTable textarea {
        width: 200px;
    }

    .selectTextBox {
        border-radius: 0px !important;
        padding: 7px !important;
        /*margin-bottom: 7px;*/
    }
.selectTextBoxWithBottomMargin {
    border-radius: 0px !important;
    padding: 7px !important;
    margin-bottom: 7px;
}
.dark .selectTextBox {
    color: #f2f2f2;
    background: #181818;
    border: 1px solid #767676;
}

.light .selectTextBox {
    background: #fff;
    border: 1px solid #767676;
    color: #242424;
}
.dark .selectTextBoxWithBottomMargin {
    color: #f2f2f2;
    background: #181818;
    border: 1px solid #767676;
}

.light .selectTextBoxWithBottomMargin {
    background: #fff;
    border: 1px solid #767676;
    color: #242424;
}

    select:focus {
        outline: none;
    }

#assetPreservationUnsentRequestsLocation{
    display:flex;
    column-gap:1%;
    margin-bottom:16px;
}