body {
    font-family: "DM sans", sans-serif !important;
}

body,
.form-select,
.form-control,
button,
input,
optgroup,
select,
textarea,
option,
.btn,
a.page-link,
.dropdown-menu,
.table {
    font-size: 14px;
    color: #333;
    border-color: #cccccc;
}

.btn-primary, .btn-secondary, .btn-danger{
    color: #ffffff;
}

.fa,
h5 {
    font-size: 14px;
}

.table-striped > tbody > tr > *,
.table-striped > tbody > td > * {
    color: #333;
}

::placeholder {
    color: #a3abb7 !important;
}

::-moz-placeholder {
    color: #a3abb7 !important;
}

::-webkit-input-placeholder {
    color: #a3abb7 !important ;
}

.panel-heading h4,
h4 {
    font-size: 18px;
}

.text-bold {
    font-weight: bold;
    font-family: sans-serif;
}

.top-buffer {
    margin-top: 1.4em;
}

.top-buffer-custom {
    margin-top: 35px;
}

.top-bottom-buffer {
    margin-top: 1.4em;
    margin-bottom: 1.4em;
}

.bottom-buffer {
    margin-bottom: 1em;
}

.full-width {
    width: 100% !important;
}

.mo-checkList-btn {
    background-color: rgb(38, 55, 70);
    color: #fff !important;
}
select[readonly] {
    pointer-events: none;
    background-color: #f0f0f0; /* Optional: to give a visual cue that it's read-only */
}

.mo-checkList-btn:hover {
    background-color: rgb(38, 55, 70);
}

.mo-home-btn-outline {
    border: 1px solid rgb(38, 55, 70);
    color: rgb(38, 55, 70);
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

pre {
    white-space: pre-line;
}

.navbar {
    background-color: #ffffff;
    box-shadow: 0px 3px 15px rgb(0 0 0 / 8%);
}

.center {
    text-align: center;
    position: relative;
    top: 45%;
}

.header-login {
    margin-top: -10px;
}

.header-login img {
    max-height: 40px;
}

.setting-icon {
    background: url("../images/prd_sprite.png") no-repeat -271px -87px;
    width: 22px;
    height: 22px;
    display: block;
    vertical-align: middle;
    float: left;
    margin-right: 5px;
}

.acc-icon {
    background: url("../images/prd_sprite.png") no-repeat -149px -88px;
    width: 22px;
    height: 20px;
    display: block;
    vertical-align: middle;
    float: left;
    margin-right: 5px;
}

.dropdown-menu > li > a:hover {
    background-color: #1d2b36;
    color: #fff;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 1px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#main-wrapper {
    max-width: 100%;
}

@media (min-width: 767px) {
    #main-wrapper {
        padding-top: 70px;
        padding-left: 250px;
        padding-right: 58px;
    }

    .quickAccessBar {
        position: fixed;
    }
}

ul.dashboard-panel li {
    list-style: none;
}

.panel .panel-heading {
    font-weight: bold;
}

.dashboard-panel img.feature,
.integration-panel img.feature {
    max-width: 100%;
    max-height: 50px;
    height: 50px;
}

.dashboard-panel .thumbnail_fonts,
.integration-panel .thumbnail_fonts {
    text-align: center;
    font-size: 12px;
    color: #777;
    text-decoration: none;
}

.dashboard-panel .panel-footer,
.integration-panel .panel-footer {
    text-align: center;
    font-size: 12px;
    color: #777;
    text-decoration: none;
    height: 50px;
    overflow-wrap: break-word;
}

.panel-footer {
    padding-right: 10px;
    padding-left: 10px;
    border: none;
    margin: 1rem 0;
    background: none;
}

.dashboard-panel .panel-header,
.integration-panel .panel-header {
    text-align: right;
    font-size: 12px;
    color: #777;
    text-decoration: none;
    padding: 2px 10px 0 0;
    overflow-wrap: break-word;
    min-height: 19px;
}

.dashboard-panel .application-list,
.integration-panel .application-list {
    cursor: pointer;
}

.dashboard-panel .customtooltip:hover .thumbnail_fonts,
.dashboard-panel .application-list:hover .thumbnail_fonts,
.integration-panel .application-list:hover .thumbnail_fonts,
.integration-panel .customtooltip:hover .thumbnail_fonts {
    color: #f0ad4e;
}

.dashboard-panel .customtooltip:hover .panel-body,
.dashboard-panel .application-list:hover .panel-body,
.integration-panel .customtooltip:hover .panel-body,
.integration-panel .application-list:hover .panel-body,
.dashboard-panel .customtooltip:hover .panel-header,
.dashboard-panel .application-list:hover .panel-header,
.integration-panel .customtooltip:hover .panel-header,
.integration-panel .application-list:hover .panel-header {
    background-color: inherit;
}

.dashboard-panel .checked,
.integration-panel .checked {
    border-color: #a8a8a8;
    background-color: #f5f5f5;
}

.ssolink:hover {
    color: #f0ad4e;
    text-decoration: none;
}

.basicfeatures img {
    max-height: 20px;
}

table {
    font-size: 12px;
}

#loading_image {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1040;
    opacity: 0.9;
    filter: alpha(opacity=50);
    background-color: #f8f8f8;
    text-align: center;
    padding-top: 20em;
}

.heading_font {
    line-height: 35px;
}

.responsive-toggle {
    min-width: 99px !important;
}

a,
.btn-link {
    text-decoration: none;
    cursor: pointer;
    color: #337ab7;
    border: none;
}

.nav-tabs li {
    font-weight: 500;
}

form .input_field_fonts {
    text-decoration: none;
    color: #333;
    cursor: pointer;
    line-height: 34px;
}

form a:hover {
    text-decoration: none;
}

.tab-content {
    margin: 2%;
}

.no-line {
    color: #5189a4;
}

.mo-btn-primary,
.mo-btn-primary:focus .mo-btn-primary:disabled {
    color: #fff;
    background-color: #eb5426;
    border: none;
    outline: none;
}

.mo-btn-primary:hover,
.mo-btn-primary:active:focus,
.mo-btn-primary.active,
.mo-btn-primary:active {
    color: #fff;
    background-color: #eb5426c9;
    border: none;
    outline: none;
    box-shadow: none;
}

.btn-default {
    border: none;
}

.pagination > .active > a,
.input-group .form-control,
.input-group-btn {
    z-index: 0;
}

.btn-default:hover,
.btn-default:active:focus,
.btn-default:focus,
.btn-default:active {
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
}

.btn-border-apps {
    background: #1e2c38;
    color: #fff;
    width: 50%;
    font-weight: 500;
    border-radius: 4px !important;
}

.btn-border-apps:hover,
.btn-border-apps:active,
.btn-border-apps:focus {
    background-color: #1e2c38ed;
    color: #1e2c38 !important;
    border-color: #1e2c38;
    color: #fff !important;
}

.btn-clear {
    border: none;
    color: #337ab7;
}

.btn-red {
    border: none;
    color: #a94442;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn,
.btn[disabled]:active,
.mo-btn-primary:disabled,
.mo-btn-primary[disabled],
.mo-btn-primary[disabled]:active {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    background-color: #eb5426;
    pointer-events: initial;
}

.addipbutton,
.addtimebutton,
.addlocationbutton,
.remipbutton,
.remlocationbutton,
.remtimebutton {
    background-color: #f4f4f4;
    border: none;
}

.addipbutton:hover,
.addtimebutton:hover,
.addlocationbutton:hover,
.remipbutton:hover,
.remlocationbutton:hover,
.remtimebutton:hover,
.addipbutton:active,
.addtimebutton:active,
.addlocationbutton:active,
.remipbutton:active,
.remlocationbutton:active,
.remtimebutton:active,
.addipbutton:focus,
.addtimebutton:focus,
.addlocationbutton:focus,
.remipbutton:focus,
.remlocationbutton:focus,
.remtimebutton:focus,
.addipbutton:active:focus,
.addtimebutton:active:focus,
.addlocationbutton:active:focus,
.remipbutton:active:focus,
.remlocationbutton:active:focus,
.remtimebutton:active:focus {
    background-color: #f4f4f4;
    border: none;
}

.addipbutton i,
.addtimebutton i,
.addlocationbutton i,
.remipbutton i,
.remlocationbutton i,
.remtimebutton i {
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
}

.dropdownusergrp {
    top: 76%;
    right: auto;
}

#usericon {
    position: absolute;
    top: 66px;
    left: 30%;
    background: url(../images/menu.png) no-repeat -149px -602px;
    z-index: 999;
    width: 30px;
    height: 30px;
}

.mt-3 {
    margin-top: 1rem;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mt-0 {
    margin-top: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.ml-1 {
    margin-left: 1em;
}

.ml-2 {
    margin-left: 2em;
}

.ml-3 {
    margin-left: 3em;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-1 {
    margin-right: 1em;
}

.mr-2 {
    margin-right: 2em;
}

.px-0 {
    padding-left: 0;
    padding-right: 0;
}

.pr-5 {
    padding-right: 5em;
}

.errorMessage,
.actionMessage {
    list-style: none;
    margin-bottom: 0;
}

.above_all {
    z-index: 99;
}

.red {
    color: red !important;
}

.green {
    color: green !important;
}

.heading_font > i {
    color: grey;
}

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

.form-inline .full-width {
    width: 100%;
}

.list-row li {
    list-style: none;
}

.spacing {
    padding-bottom: 0.6em;
}

.radio input {
    width: 16px;
    height: 16px;
}

.radio label {
    position: relative;
}

label.radio.inline.radio-fonts {
    margin: 0 10px 0 5px;
}

.ldapconfig label {
    position: inherit;
}

.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.radio input[type="radio"]:disabled + label {
    opacity: 0.65;
}

.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
}

.radio.radio-inline {
    margin-top: 0;
}

label.radio {
    font-weight: bold;
    font-style: italic;
}

.bootstrap-select.form-control {
    border: 1px solid #ccc !important;
}

/*TWO FACTOR METHODS*/

#strong_auth_methods .panel-heading,
#strong_auth_methods .panel-body {
    cursor: pointer;
}

#strong_auth_methods.has-child:hover {
    background-color: #f5f5f5;
}

.has-child.card {
    transition: transform 0.2s;
}
.has-child.card:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.356);
}

#strong_auth_methods .has-child:active {
    background-color: #f5f5f5;
}

#strong_auth_methods .panel div.panel-body {
    min-height: 120px;
}

#strong_auth_methods .panel .configuredBasic {
    background: url(../images/icons/feat_smart.png) rgba(99, 143, 223, 0.42)
    no-repeat right;
    padding: 10px;
    margin-bottom: 0px;
}

#strong_auth_methods .panel .notConfiguredBasic {
    background: url(../images/icons/feat_smart.png) rgba(221, 221, 221, 0.66)
    no-repeat right;
    padding: 20px;
    margin-bottom: 0px;
}

#strong_auth_methods .panel .configuredLaptop {
    background: url(../images/icons/laptop-24.png) rgba(99, 143, 223, 0.42)
    no-repeat right;
    padding: 10px;
    margin-bottom: 0px;
}

#strong_auth_methods .panel .notConfiguredLaptop {
    background: url(../images/icons/laptop-24.png) rgba(221, 221, 221, 0.66)
    no-repeat right;
    padding: 20px;
    margin-bottom: 0px;
}

#strong_auth_methods .panel .notConfigured {
    background: url(../images/icons/device_sprite.png) rgba(221, 221, 221, 0.66)
    no-repeat right;
    padding: 20px;
    margin-bottom: 0px;
}

#strong_auth_methods .panel .configured {
    background: url(../images/icons/device_sprite.png) rgba(99, 143, 223, 0.42)
    no-repeat right;
    padding: 10px;
    margin-bottom: 0px;
}

#strong_auth_methods .panel .notConfiguredSmart {
    background: url(../images/icons/Smartphone-24.png) rgba(221, 221, 221, 0.66)
    no-repeat right;
    padding: 20px;
    margin-bottom: 0px;
}

#strong_auth_methods .panel .configuredSmart {
    background: url(../images/icons/Smartphone-24.png) rgba(99, 143, 223, 0.42)
    no-repeat right;
    padding: 10px;
    margin-bottom: 0px;
}

#strong_auth_methods .inactive {
    background-color: rgba(221, 221, 221, 0.66);
}

#strong_auth_methods .selectedMethod {
    background-color: rgba(54, 157, 4, 0.42);
}

#strong_auth_methods .panel .selectedMethod {
    background-color: rgba(54, 157, 4, 0.42);
    margin-bottom: 0px;
}

#strong_auth_methods .color-icon {
    border-radius: 50%;
    display: inline-block;
    width: 12px;
    height: 12px;
}

#strong_auth_methods .panel-heading input[type="radio"] {
    display: none;
}

.onprem-dashboard .panel-body {
    min-height: 175px;
}

/** loader **/

.loadingbar,
.loadingbar:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.panel-box-shadow:hover {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: box-shadow 200ms;
}

.loadingbar {
    margin: auto;
    font-size: 10px;
    position: relative;
    border-top: 1.3em solid rgba(255, 151, 47, 0.2);
    border-right: 1.3em solid rgba(255, 151, 47, 0.2);
    border-bottom: 1.3em solid rgba(255, 151, 47, 0.2);
    border-left: 1.3em solid #ff972f;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.registration_step1_logo {
    background: url(../images/progress_sprite.png) center 0px no-repeat;
    padding: 14px;
}

.registration_step2_logo {
    background: url(../images/progress_sprite.png) center -150px no-repeat;
    padding: 20px;
}

.registration_step3_logo {
    background: url(../images/progress_sprite.png) center -300px no-repeat;
    padding: 20px;
}

.registration_2step1_logo {
    background: url(../images/progress_sprite2.png) center 0px no-repeat;
    padding: 14px;
}

.registration_2step2_logo {
    background: url(../images/progress_sprite2.png) center -150px no-repeat;
    padding: 20px;
}

.popover {
    max-width: 620px;
    width: fit-content;
    font-size: smaller;
}

.move-to-bottom-button button {
    color: white;
    padding: 10px 20px;
    border-radius: 4px;
}

.move-to-bottom-button {
    position: fixed;
    right: 35px;
    top: 68px;
    z-index: 10;
}

.datepicker-months .table-condensed,
.datepicker-years .table-condensed {
    width: 100%;
}

.copytoclipboard {
    cursor: pointer;
    margin: 0.4em 0.1em 0 -2em;
    color: gray;
    padding: 0.1em 0.3em 0.1em 0.4em;
}

#linkfield {
    padding-right: 2em;
}

input[type="text"] + .copytoclipboard {
    position: relative;
    float: right;
}

textarea + .copytoclipboard {
    background: #eee;
    padding: 0.1em 0.3em 0.1em 0.1em;
}

#progress_bar {
    margin: 10px 0;
    padding: 3px;
    border: 1px solid #000;
    font-size: 14px;
    clear: both;
    opacity: 1;
    -moz-transition: opacity 1s linear;
    -o-transition: opacity 1s linear;
    -webkit-transition: opacity 1s linear;
}

#progress_bar .percent {
    background-color: #99ccff;
    height: auto;
    width: 0;
}

.motooltiptext {
    display: none;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 14px;
    font-family: Inter;
    margin-left: 1em;
    white-space: nowrap;
}

.motooltip,
.motooltip:hover {
    color: inherit;
    text-decoration: none;
}

.z-index-1 {
    z-index: 1;
}

.clipboardCopy {
    float: left;
    padding-right: 2em;
}

.copytoclipboard:hover > .motooltiptext {
    display: block;
    opacity: 1;
    margin-top: 0.5em;
}

.title-message {
    font-size: 26px;
    text-align: center;
    padding-bottom: 2rem;
    color: #4b7d58;
}

.subtitle-message {
    font-size: 17px;
    text-align: center;
    padding-bottom: 2rem;
    color: #4b7d58;
}

.alert{
    width: 100%;
}

.alert-warning .warning-img,
.alert-warning .info-img,
.alert-info .info-img {
    float: left;
    text-align: center;
    margin: 0.3em;
}

.mo-color-grey {
    color: #afadad;
}

.mo-color-dark-grey {
    color: #6e6e6e;
}

.margin-top-15 {
    margin-top: 15px;
}

.table-design-db-download th {
    background-color: #dc9027;
    color: white;
    border: 1px solid #1d2239;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
}

.table-design-db-download td {
    border: 1px solid #1d2239;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
}

.text-left-align {
    text-align: left;
    padding-left: inherit;
}

.form-horizontal .control-label.text-left {
    text-align: left;
}

.add-text-indent {
    text-indent: 18px;
}

.fa.conn-icon-placement {
    padding: 7px;
    font-size: 20px;
    text-align: center;
    position: absolute;
}

.text-center {
    text-align: center;
}

.g-recaptcha {
    display: inline-block;
}

.captcha-container {
    margin: 10px auto auto;
}

.clearfix {
    clear: both;
}

.notice-text-big {
    font-size: 17px;
}

.notice-button {
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    background-color: #a94442;
    color: #fff;
    letter-spacing: 1px;
}

.notice-button:hover {
    color: #fff;
    background: #a94442;
}

.subtitle-message {
    font-size: 17px;
    text-align: center;
    padding-bottom: 2rem;
    color: #4b7d58;
}

.pb-1 {
    padding-top: 10px;
}

.card1 {
    height: 20vh;
}

.btn-outline-primary {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff;
}

#selectprogressivemodal {
    width: 60%;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 600px;
    }
    #select2FAmodal {
        max-width: 750px;
    }
}

@media (min-width: 1200px) and (max-width: 1365px) {
    .card1 {
        height: 30vh;
    }
}

.status-btn {
    text-align: right;
}

@media (max-width: 820px) {
    .status-btn {
        text-align: left;
        margin-top: 60px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 769px) {
    .share-identity-modal {
        width: auto !important;
    }

    #selectprogressivemodal {
        width: 100%;
    }

    .pt-sm-1 {
        padding-top: 10px;
    }
}

.flexbox {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-space-between {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

.pac-container:after {
    content: none !important;
    display: flex;
}

.select2-container {
    width: 100% !important;
    height: 33px !important;
}

.select2-selection--single {
    height: 100% !important;
    border: 1px solid #ccc !important;
}

.showMetadaBtn,
.showMetadaBtn:focus {
    background-color: rgb(38, 55, 70);
    color: #fff;
}

.showMetadaBtn:hover,
.showMetadaBtn:active,
.showMetadaBtn:visited {
    background: #263746f2;
    color: #fff;
}

.white-icon + .copytoclipboard {
    color: #fff;
}

#endUserListForEdit {
    padding: 2rem;
}
a.anchor_no_show {
    color: inherit;
}
a.anchor_no_show:hover {
    color: #337ab7;
    text-decoration: underline;
}
.mo-home-fw-bold {
    font-weight: 700;
}
.mo-breadcrumb {
    padding-bottom: 1rem;
    background-color: #fff;
    margin-bottom: 0;
    font-size: 12px;
    color: #808080;
}
.dataTables_wrapper {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 5px;
}
.dataTables_filter {
    margin-bottom: 10px;
}

.panel {
    border: none;
}

.panel-default {
    padding: 0 15px 15px 15px;
}

.dropdown-toggle.dropdown-link {
    text-decoration: none;
}

.panel-default > .panel-heading {
    color: #000;
    background-color: #fff;
    border: none;
    padding: 0.8rem 0;
    display: flex;
    align-items: start;
    justify-content: space-between;
    border-bottom: 2px solid #e8e8e8;
    margin-bottom: 2em;
}
.mo-panel-apps > .panel-heading {
    background-color: #f5f5f5;
}
.mo-panel-apps {
    border: 1px solid #ddd;
    border-radius: 5px;
}

.custom-mo-panel-apps {
    border: 1px solid #ddd;
    border-radius: 0px 0px 5px 5px;
}

.text-align-left {
    text-align: left;
}

.password-padding {
    padding-left: 50px;
    padding-right: 50px;
}

.attribute-mapping-note {
    width: 70%;
    background-color: white;
    padding: 9px;
}

.checkListContainer {
    padding: 5px 20px;
    font-size: 12px;
}

.checkListItemTitle {
    color: #555;
    font-weight: 500;
}

.checkListItemTitle:hover {
    text-decoration: underline;
}

.quickAccessBar {
    position: absolute;
    z-index: 0;
    background-color: #f8f8f8;
    right: 0px;
    height: 100%;
    max-width: 48px;
    overflow: auto;
}

.quickAccessItems {
    position: relative;
    top: 60px;
}

.quickAccessIcons {
    margin-right: 0px !important;
    padding: 8px;
}

.checkListCheck {
    margin-left: 1em;
    margin-right: 0;
}

.quickAccessHr {
    margin: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.quickAccessDrawer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

.DrawerContent {
    position: absolute;
    right: 0px;
    height: 100vh;
    background-color: #fff;
    overflow: scroll;
    max-width: 295px;
}

.DrawerContentChild {
    top: 60px;
    position: relative;
}

.domumentsContainer {
    background-color: #fff;
    width: 290px;
    padding: 0px 10px;
}

.padding-10 {
    padding: 10px;
}

.item-block-padding {
    padding: 15px 10px;
}

.videoLinkMargin {
    margin: 0px 20px;
}

.closeDrawer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
}

.checkListWrapper {
    background-color: #fff;
    width: 290px;
}

.lh-1 {
    line-height: 1;
}

@media screen and (max-width: 615px) {
    .panel-default > .panel-heading {
        display: block;
    }
    .panel-default > .panel-heading a,
    .panel-default > .panel-heading button {
        margin-top: 1.5rem;
    }
}

.useCaseLink {
    padding: 0.3rem 0.6rem;
    color: #2684ff;
}
.useCaseLink:hover {
    color: #2684ff;
    background: #e4e4e4;
    border-radius: 50px;
    transition: 0.2s ease-in-out;
}

.radius-ip-info {
    padding: 8px;
    margin-bottom: 0px;
}

.tacacs-ip-info {
    padding: 8px;
    margin-bottom: 0px;
}

.tacacs-info {
    padding: 8px;
    margin-bottom: 0px;
}

.filetype {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.dbcfilebutton {
    display: inline-block;
    background-color: #eb5426;
    border-radius: 4px;
    color: #ffffff;
    text-align: center;
    padding: 6px 12px;
    padding-left: 4px;
    padding-right: 4px;
    width: 120px;
    margin: 6px 0;
    font-weight: 100;
    cursor: pointer;
}
.justify-content-end {
    justify-content: end;
}
.verifyAppsIcon {
    font-size: 16px !important;
    margin-right: 0 !important;
    position: relative;
    left: -2px;
}

label.adaptive-policy-radio {
    position: relative;
    top: -20px;
    left: 20px;
}

.form-check-input {
    border-color: #ccc;
}

/* Switch sizing bootstrap 5 */
.form-switch .form-check-input {
    clear: left;
    border-color: #ccc;
    border-width: 2px;
    margin-left: 0;
    margin-top: 0;
}

.form-switch .form-check-input:focus {
    border-color: #ccc;
    outline: 0;
    box-shadow:none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
}

.form-switch.form-switch-sm {
    margin-bottom: 0.5rem;
}

.form-switch.form-switch-sm .form-check-input {
    height: 1rem;
    width: calc(1rem + 0.75rem);
    border-radius: 2rem;
}

.form-switch.form-switch-md {
    margin-bottom: 1rem;
}

.form-switch.form-switch-md .form-check-input {
    height: 1.5rem;
    width: calc(2rem + 0.75rem);
    border-radius: 3rem;
}

.form-switch.form-switch-lg {
    margin-bottom: 1.5rem;
}

.form-switch.form-switch-lg .form-check-input {
    height: 2rem;
    width: calc(3rem + 0.75rem);
    border-radius: 4rem;
}

.form-switch.form-switch-xl {
    margin-bottom: 2rem;
}

.form-switch.form-switch-xl .form-check-input {
    height: 2.5rem;
    width: calc(4rem + 0.75rem);
    border-radius: 5rem;
}

.form-switch .form-check-input:checked, .form-switch .form-check-input:focus:checked {
    background-color: #1e2c38;
    border-color: #1e2c38;
    opacity: 0.93;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-switch .form-check-input {
    margin-left: -1.5rem;
    margin-right: 0.75rem;
}

.form-switch>.form-check-input[type=checkbox], .form-switch>label.form-check-label {
    cursor: pointer;
}

.edit-app-info-icon {
    color: inherit;
    text-decoration: none;
    top: 8px;
    left: -28px;
}

.menu-list .beta-tag {
    position: absolute;
    right: 30px
}

.mo-card {
    background: #f9f9f9;
    width: 100%;
}

.deleted-message,
.deleted-row-group .delete-row-button,
.undo-delete-button
{
    display: none !important;
}

.ip-config-group.deleted-row-group  .deleted-message,
.location-config-group.deleted-row-group  .deleted-message,
.time-config-group.deleted-row-group  .deleted-message {
    display: block !important;
}

.deleted-row-group {
    border: var(--bs-border-width) var(--bs-border-style) !important;
    border-radius: var(--bs-border-radius)!important;
    border-color: var(--bs-danger-border-subtle)!important;
    background-color: var(--bs-danger-bg-subtle)!important;
}

.deleted-row-group .undo-delete-button {
    display: block !important;
}

.flex-grow-2 {
    flex-grow: 2 !important;
}

.mo-card-edit-btn:hover {
    background-color: #0d6efd0a;
    -webkit-text-decoration: none;
    text-decoration: none;
}

input[readonly]{
    background-color: #e9ecef !important;
    box-shadow: none !important
}

.single-breadcrumb {
    font-size: 12px;
    color: #0D6EFD;
    margin: 0.5rem 0 1rem 0;
}

.nonclickable {
    pointer-events: none;
    cursor: not-allowed;
}

.table_layout_fixed {
    table-layout: fixed;
}

.hideTableOverflow{
  text-overflow: ellipsis;
  overflow: hidden;
}